"lcoetzee" wrote : I think I am messing up between my deployment and test 
environments.
  | 
  | My log file shows the following when running the tests.
  | [DEBUG,Component] 
org.jboss.seam.core.init.componentClasses=org.jboss.seam.core.Ejb
  |   | [DEBUG,Component] org.jboss.seam.core.init.jndiPattern=#{ejbName}/local
  |   | [DEBUG,Component] 
org.jboss.seam.core.init.managedPersistenceContexts=napEntityManager
  |   | 
  | but later on it says:
  | 
  |   | [INFO,SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI 
name configured
  |   | 
  | 
  | Jip, it is picking up the right (only) web.xml and not running from an ear 
(so I assume it should be without the ear name). 
  | 
  | L

Both those things look correct.

You can ignore that message from SessionFactoryObjectFactory. You do not need 
the SessionFactory bound to JNDI when using EJB3.

I still believe that the problem is that your 

    napEntityManager.persistenceUnitJndiName

is not set.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919078#3919078

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919078


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to