OK, I think I'm on the right track. I've traced the error messages:
2005-05-27 18:59:57,104 DEBUG [org.hibernate.impl.SessionFactoryObjectFactory]
JNDI lookup: hibernate/LocMasterFactory
2005-05-27 18:59:57,104 DEBUG [org.hibernate.impl.SessionFactoryObjectFactory]
lookup: uid=ff808081042091fb01042095d4c20002
2005-05-27 18:59:57,104 WARN [org.hibernate.impl.SessionFactoryObjectFactory]
Not found: ff808081042091fb01042095d4c20002
2005-05-27 19:05:29,763 DEBUG [org.hibernate.impl.SessionFactoryObjectFactory]
{}
and it looks like JBoss is deferring to the SessionFactoryObjectFactory to keep
track of the singleton. This is looking a lot like a classloader issue, since
the FastHashMap used by SessionFactoryObjectFactory is marked "final static".
It appears that my two web apps are just getting different instances of that
for some reason, because the last line of my log snippet is where
SessionFactoryObjectFactory prints out the contents of NAMED_INSTANCES, and
it's definitely empty :(. If no one chimes in over the weekend I'll open a JIRA
case on it.
Derek
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3879327#3879327
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3879327
-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user