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
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/
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
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
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
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