I had similar problem with Interest example (see threads HELP:EJB resolve by servlet and HELP: Why ear deploys only while on line) Daniel and others helped me, so now it works. Hint: try to emulate the structure of included tomcat-ear sample (unpack it and see files inside. That one works). You have to include client.jar (with interfaces) and MANIFEST.mf which reference it to war, even though they are not in original archive. Hope this helps. Miomir -----Original Message----- From: Chris Cuilla [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 30, 2000 6:05 PM To: JBoss Subject: [jBoss-User] Having a problem deploying the "interest" example... I have just begun with jBoss 2.0 and I am trying to execute the "interest" example. I follow the instructions precisely (in fact I'm using the downloadable interest package). When I package the JAR file and drop it in the deploy folder I get: [Auto deploy] Deployment failed:file:/C:/Personal/Developer/Java/Servers/jBoss/2.0/deploy/interest.ja r [Auto deploy] org.jboss.deployment.J2eeDeploymentException: No valid deployment descriptor was found within this URL: file:/C:/Personal/Developer/Java/Servers/jBoss/2.0/deploy/interest.jar [Auto deploy] Make sure it points to a valid j2ee package (ejb.jar/web.war/app.ear)! [Auto deploy] at org.jboss.deployment.J2eeDeployer.installApplication(J2eeDeployer.java:403) [Auto deploy] at org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:136) [Auto deploy] at java.lang.reflect.Method.invoke(Native Method) [Auto deploy] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1628) [Auto deploy] at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523) [Auto deploy] at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:332) [Auto deploy] at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:268) [Auto deploy] at java.lang.Thread.run(Unknown Source) It may be important to note that I am running jBoss on Windows 98. Can anyone help here? Chris Cuilla President Cuilla Enterprises, Inc. If what you did yesterday still seems great today, then your goals for tomorrow are not big enough. -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]
