Hey all- Just curious if you've run my current problem and if you have a solution.
I have a couple of container managed ejbs that enforce uniqueness in a non primary key field by calling their own home interfaces and running a finder on the field that needs to be unique. If they find an instance of the field, an exception is thrown that can be caught in my jsp. Since the EJBs call their own finders from the EJB container, I have to put their Home classes in the $JBOSS_HOME/lib/ext directory. Of course if I make any changes to the classes I've placed in lib/ext I have to restart JBoss... Is there anyway I can load classes dynamically (at deploy time) into JBoss. I'm using Jboss 2.4.4 with Tomcat. -T ---------------------- Todd C. Marshall ClayBook Consulting 214-824-1711 _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
