Re: [JBoss-user] RT: JBoss couldn't deploy HelloWorld.jar

2003-10-05 Thread Adrian Brock
Looks ok, can you post the source for the classes that fail. I want to look at the package declaration and imports. Regards, Adrian On Thu, 2003-10-02 at 17:45, Santi Caballe Llobet wrote: > Hi Adrian, > > First of all thank you for answering. The HelloWorld.jar's content > is: > > ==

Re: [JBoss-user] RT: JBoss couldn't deploy HelloWorld.jar

2003-10-04 Thread Santi Caballe Llobet
As the classes that fail are HellHome.java and Hello.java I post the source of both: === package examples; /** * This is the home interface for HelloBean. This interface * is implemented by the EJB Server's tools - the * implemented object is called the Home Object, and serves * as a f

Re: [JBoss-user] RT: JBoss couldn't deploy HelloWorld.jar

2003-10-02 Thread Santi Caballe Llobet
Hi Adrian, First of all thank you for answering. The HelloWorld.jar's content is: = C:\jboss\server\default\deploy>jar -tf HelloWorld.jar META-INF/ META-INF/MANIFEST.MF examples/ examples/Hello.class examples/HelloBean.class examples/HelloHome.class examples

Re: [JBoss-user] RT: JBoss couldn't deploy HelloWorld.jar

2003-10-02 Thread Adrian Brock
Post the output from jar -tf HelloWorld.jar Regards, Adrian On Thu, 2003-10-02 at 17:06, Santi Caballe Llobet wrote: > Hi everybody, > > I got a problem while JBoss was deploying the traditional HelloEJB > sample. The most interesting part of the JBoss's log says: > > ===

[JBoss-user] RT: JBoss couldn't deploy HelloWorld.jar

2003-10-02 Thread Santi Caballe Llobet
Hi everybody, I got a problem while JBoss was deploying the traditional HelloEJB sample. The most interesting part of the JBoss's log says: 12:20:23,302 WARN [verifier] EJB spec violation: Bean : Hello Section: 22.2 Warning: The bean provider must specify