[JBoss-user] [EJB/JBoss] - Re: error in deploying ejb

2006-04-17 Thread miltgrin
This was my mistake. There were some classes that the build did not package in the jar file. For anyone in the future that might run into this problem the key is in the msg: part of the error | 08:55:34,816 WARN [verifier] EJB spec violation: | Bean : Greeting | Section: 22.2 | Warnin

[JBoss-user] [EJB/JBoss] - error in deploying ejb

2006-04-14 Thread miltgrin
I'm having a problem deploying an EJB in Jboss. This application/ejb works in Weblogic and I have modified it for JBoss When I start up Jboss with the application deployed. I get the following error. 08:55:33,706 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-4.0.3SP1/server/default/

[JBoss-user] [JBoss Eclipse IDE (users)] - problem converting Tutorial example to a CMP ejb.

2006-04-10 Thread miltgrin
I took the JossIDE tutorial using Fibo and everything worked fine. I Tried to convert this to a CMP instead of session and when I try to run xdoclet on it I get the following error: N10004: [ejbdoclet] (XDocletMain.start 47 ) Running [ejbdoclet] (XDocletMain.start

[JBoss-user] [Remoting] - Re: question using Remoting TransportServer/Client

2006-01-11 Thread miltgrin
I think I figured out the problem I was having. There appeared to be two issues. The first being that I didn't have empty constructors (i.e., public x (){}) for some of the variables that were being serialized. The second problem was that some of the constructors of variables being serialized

[JBoss-user] [Remoting] - question using Remoting TransportServer/Client

2005-12-15 Thread miltgrin
I have a very complex object that I am trying to communicate between server and client. I have used the example in section 3. "Transporter sample - JBoss serialization" as my guide. If I return a null value it works fine. However if I try to return a real object I get a complex serialization e

[JBoss-user] [Installation, Configuration & Deployment] - moving from 4.0.2 to 4.0.3

2005-12-12 Thread miltgrin
I downloaded the new version of Jboss (4.0.3) and moved my war directories over the the 4.0.2 version. I made changes to the xml files to correspond with the WAR files. The major change is the use of postgresql as my DB. When I start up the server, I eventually get the following error. What h