| Thread | Last Post | Replies |
|
| Bean and exception | 29 Apr 2004 13:09 GMT | 1 |
I want to manage that error : org.apache.jasper.JasperException: For input string: "a" I have a Bean with a method public void setAge(int age) {
|
| Unfixable Tomcat Error ! | 27 Apr 2004 06:10 GMT | 2 |
I have been trying to solve the following error. I also looked up for solutions in the groups and a in couple other websites but nothing seems to solve the problem. The following is the problem description: I have unzipped & installed tomcat-4.1.30 on Sun Solaris (Unix). I
|
| Security Exception (No Such File or Directory!!!) | 26 Apr 2004 02:27 GMT | 1 |
I am trying to test my ejbs via JUnit and my Application server is JBoss. My ejbs are secured using JAAS and I am using Eclipse to develop the project. This is the code I am using to login.
|
| Servlets in C++ | 24 Apr 2004 00:29 GMT | 2 |
Is there any C++ library or tool that is similar in functionality to what java servlets offer. We run an engineering job search website which is running on a home brewed java servlet based framework and we were wondering if there are
|
| HelloWord Tutorial | 20 Apr 2004 17:02 GMT | 1 |
I'm new in the world of the EJB so to understand it I try to make the HelloWorld tutorial that I found there: http://users.pandora.be/bert.torfs/j2ee.pdf I have deployed the HelloServer without problems. But when I try to
|
| beans compilation | 13 Apr 2004 19:00 GMT | 1 |
i'm using a simple bean that stores username and password at the moment (so that i know that the java file actually compiles and works) as the back end to my jsp page. the name of the bean is rollbean.java and it compiles fine. in my pages i have the following:
|
| Question on session beans | 10 Apr 2004 16:11 GMT | 8 |
Hi! It was mentioned that our hiring test had a question which I thought was really ambiguous/strange, however senior development staff here don't seem to think so. I thought I would post this question here to get an opinion.
|
| Problems with XDoclet and Value Object generation for CMR relationships | 08 Apr 2004 19:37 GMT | 2 |
I would appreciate help/feedback, because this is affecting our ability to create useful code on the EJB session beans to call EJB entity beans. I am running XDoclet Version 1.2 Beta 3. I will use an example of a 1:1 relationship, because it is much less complicated.
|
| newbie question about servlets and beans | 06 Apr 2004 20:44 GMT | 2 |
Hi. I am making a little demo of a session bridge between our "legacy" Active Server Pages apps and our soon to be new Java and JSP apps. I want a bean with a UniqueID setter and a bunch of getters for a person. IN the bean, I want to
|
| JBoss 3.2.3: how to create 200 000 entity instances without out of mem? | 02 Apr 2004 10:02 GMT | 5 |
We are trying to create (import) 200 000 CMP entity instances in JBoss. We get always out of mem when around 10% is done. JBoss 3.2.3 then consumes more than 700 MB of memory. A new transaction is created for each instance -- so that can't be the
|