| Thread | Last Post | Replies |
|
| Updating / Adding Beans! | 28 May 2004 02:26 GMT | 2 |
I've added a few variables to my bean, and gave them set,gets as well,recompiled, and now my page will pull all the other fields except those from the bean, they always show as blank. Someone told me to reboot the machine running the webserver, but that didn't work.
|
| Relationships using BMP Entity Beans | 27 May 2004 11:04 GMT | 1 |
Is there anyway to create a relationship between two BMP Entity Beans? I know that CMP Entity Beans 2.0 supports relationships throgh CMR fields, but I didn't find a way to do the same with BMP. Anybody knows?
|
| [EJBs] Development Problems. | 26 May 2004 16:05 GMT | 1 |
I though I'd post some of my findings in learning EJBs to see how they compare to other people's. I installed J2EE and Appserver 8, and worked through the tutorial on EJBs without any problems. I then spent a few days getting a different
|
| Relationships on EJB CMP 2.0 | 25 May 2004 00:00 GMT | 1 |
I need some help on managing relationships on Entity Beans CMP 2.0. I have two Entity Beans: Person and Gender. "Person" is stored on a table that has a foreign key for the "Gender" table. "Person" has an one-to-one relationship (CMR field) to "Gender". The foreign key
|
| log4j writing to multiple logs conditionally | 24 May 2004 10:45 GMT | 1 |
Is there a way log4j could be configured to write to different files conditionally? Let me try to explain what I need more clearly. The application iam working on , consists of multiple Message Driven Beans (the same can be substituted by multiple SessionBeans), each
|
| scope access | 19 May 2004 15:35 GMT | 1 |
it' possible access from a class istantiated in a scope as session or request to values of application context?
|
| null return values for property getters for primitive types? | 17 May 2004 09:37 GMT | 4 |
I'm remotely trying to debug a customer problem. The scenario is, primitive type (int and double) properties are read via reflection and then stored in the database. Strangely enough, there are NULL's in the database which - as far as I can
|
| Passing JSP code back from Java Bean | 16 May 2004 22:05 GMT | 1 |
I have a JSP page that calls a Java Bean method which returns a text value (e.g., table). My question is... can the text value that I pass back to the JSP page be a JSP code snippet?
|
| Inner Classes in EE Client App | 12 May 2004 11:28 GMT | 1 |
I am trying to use inner classes (for action listeners) in a client app and when I deploy (using the deploytool appserver 8) and run, the inner class can't be found. I can patch it easily by using a separate class, but this is a bit of a pain. has anyone else come across this?
|
| Cant run Tomcat Server from Netbeans :( | 11 May 2004 20:23 GMT | 2 |
I've downloaded Netbeans 3.6 onto my fedora box and when I try and start the Tomcat server (no changes made by me) I get an exception and it fails to start. The output is as follows, any idea's ? INFO: Starting service Catalina
|
| Jboss, J2ee and Jonas | 05 May 2004 19:56 GMT | 4 |
what are main differences between these application server ?
|