| Thread | Last Post | Replies |
|
| Java Bean properties not serializing default values | 28 Mar 2006 05:13 GMT | 2 |
If a class has a default value for a particular property, even if you explicitly in the code set the value to that same value, e.g. public class MyBean {
|
| Server not starting from Netbeans | 27 Mar 2006 09:13 GMT | 2 |
Newbie problem : I can't start the J2EE Application Server from Netbeans even though it's registered in it. Here's a short "trace" of what I did: - installed J2EE and got the "helloworld.war" running.
|
| Could not create deployment file JBoss startup error on linux | 25 Mar 2006 09:42 GMT | 1 |
I downloaded AS 4.0 and starting it under linux I get 2006-03-24 15:29:08,194 ERROR [org.jboss.deployment.MainDeployer] Could not crea te deployment:
|
| deep do do - UndeclaredThrowableException | 23 Mar 2006 17:37 GMT | 2 |
I auto generate my configuration and interface code, so I rarely get J2ee issues but I split my source into a framework directory and an application directory and despite having appropriately updated the code to generate the config files it is throwing this exception...
|
| ManagedBean is not found with Ajp13Connector | 07 Mar 2006 19:50 GMT | 1 |
I have Tomcat 4.1 and Apache2 installed, and when I try to use the Ajp13Connector to handle all jsp files through it, I've got the following error during the Tomcat startup: Mar 7, 2006 9:18:14 AM org.apache.commons.modeler.Registry loadRegistry
|
| Narrow returns null | 03 Mar 2006 15:49 GMT | 2 |
I desperately need your help. I have written a simple Statless Session Bean and successfully deployed it to Sun App Server 8.2. Moreover, I have written a small Java application (a standalone application, with the jar from asadmin
|