This content has been marked as final.
Show 3 replies
-
1. Re: Error running example ex04_2 from workbook
slaboure Nov 13, 2002 11:12 AM (in response to alexandru)It means you haven't deployed all the required beans: you should start again as described in the book.
Cheers,
sacha -
2. Re: Error running example ex04_2 from workbook
abhishek.prakash Jan 29, 2006 10:55 PM (in response to alexandru)Apparently, you are running the Ant script but the jar is not getting copied into the JBoss deployment directory. So copy the titan.jar file into your ${JBOSS_HOME}\server\default\deploy directory.
Even I had faced the same problem. -
3. Re: Error running example ex04_2 from workbook
chaser Feb 21, 2006 3:26 PM (in response to alexandru)My understanding is that: when you use the 'lookup()' method, make sure the argument of this method is matching the JNDI name in the deployment descriptor: <jndi-name>. Of course your bean (the jar file) should be copied into the "deploy" directory as well.
Hope this hopes.
X.Chen