> What I did to replace an rmi server for now is have session beans access a > singleton. It seems the safest way to set up a service right now and still > be somewhat portable...
Isn't accessing threading facilities a no no in session beans? If you have a deamon like service then I assume that it's multi threaded, so is calling your singleton in effect breaking the ejb rules? How do other people deal with this. I've recently had the need to access a file based content store from session beans and considered creating a jca module. Is this the right way to do it? -k. ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
