Hi,
 
I am attempting to use JBoss SessionBeans to wrap JDO objects and am having two problems with JBoss.
 
1. Undeploying a SessionBean does not seem to work.  When I redeploy a bean with the same name, the Home interface provided to the client by the server seems to be originally deployed interface.  I have no idea how this could be possible, and yet there it is.
 
2. I need to place a text file in the CLASSPATH for the JDO implementation I am using.  When I alter the JBOSS_CLASSPATH setup in run.bat, the beans I have written suddenly fail to deploy, as classes in a jar in lib/ext are not found.   If I leave the JBOSS_CLASSPATH as it was setup when installed, the beans deploy correctly.  I've tried just dropping this text file into a .jar and placing it in lib/ext, but the JDO implementation can't seem to find the file that way, so I need to be able to add a directory containing this file to the CLASSPATH.
 
 
Thanks very much for any help you can provide.
 
     Sincerely,
     Eric Lindauer

Reply via email to