I'm an EJB newbie, and I've been having myself a great time with JBoss 
over the past couple of days.  I even have it all set up per the 
JBuilder4 howto!  Needless to say, I'm chomping at the bit, and for my
first EJB I coded a simple CMP entity bean.  I've been trying without 
success to get it to deploy though.  Below is the output from server.log 
that I get when I
copy my .jar file into the deploy directory.

quote.jar contains my bean
--------------------------------
[Auto deploy] Auto deploy of 
file:/home/eric/jboss_tomcat/jboss-2.0-FINAL/deploy/quote.jar
[J2EE Deployer] Deploy J2EE application: 
file:/home/eric/jboss_tomcat/jboss-2.0-FINAL/deploy/quote.jar
[J2EE Deployer] Create application quote.jar
[J2EE Deployer] Destroying application quote.jar
[J2EE Deployer] deployment.cfg file deleted.
[J2EE Deployer] File tree 
file:/home/eric/jboss_tomcat/jboss-2.0-FINAL/tmp/deploy/quote.jar deleted.
[Auto deploy] Deployment 
failed:file:/home/eric/jboss_tomcat/jboss-2.0-FINAL/deploy/quote.jar
[Auto deploy] java.io.FileNotFoundException: 
../tmp/deploy/quote.jar/deployment.cfg (No such file or directory)
[Auto deploy]   at org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:341)
[Auto deploy]   at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:268)
[Auto deploy]   at java.lang.Thread.run(Thread.java:498)
--------------------------------

I've been poring over the docs and have tried all kinds of things with the
various files in my EJB's META-INF directory, but I get pretty much the
same result no matter what I do.  Does anyone out there have any idea of
what the problem could be, or any way to generate better debug output (I DO
have logging set to Debug in the JBoss configuration).

Tnx,
Eric

-- 
"The cost of a thing is the amount of what I call life which is required to be 
exchanged for it"
- Henry David Thoreau, Walden



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to