From: Gavin_King/Cirrus%<CI...@ci...> - 2002-07-15 14:52:39
|
> I have a first shot at a JBoss MBean to set up Hibernate. Thanks for this. I will have a go at installing JBoss and getting this working sometime in the next few days. Now as for this issue of the MBean needing classpath to the persistent classes, am I right in assuming that no management calls to the MBean would ever be able to see the application classpath? If so, is a possible solution to create a new implentation of the SessionFactory interface that creates a datastore and builds a SessionFactory when first invoked by the application ... and then forwards requests to the actual SessionFactory implementation? Gavin |