[
https://issues.jboss.org/browse/JBSEAM-4845?page=com.atlassian.jira.plugi...
]
Tomáš Remeš commented on JBSEAM-4845:
-------------------------------------
it's also problem on as7, but with:
javax.naming.NameNotFoundException: Name 'bookingEntityManagerFactory' not found
in context ''
at org.jboss.as.naming.util.NamingUtils.nameNotFoundException(NamingUtils.java:109)
at
org.jboss.as.naming.InMemoryNamingStore$NodeTraversingVisitor.visit(InMemoryNamingStore.java:368)
at
org.jboss.as.naming.InMemoryNamingStore$ContextNode.accept(InMemoryNamingStore.java:307)
at org.jboss.as.naming.InMemoryNamingStore.lookup(InMemoryNamingStore.java:162)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:173)
at org.jboss.as.naming.InitialContext.lookup(InitialContext.java:47)
at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:207)
at javax.naming.InitialContext.lookup(InitialContext.java:392) [:1.6.0_24]
at
org.jboss.seam.persistence.ManagedPersistenceContext.getEntityManagerFactoryFromJndiOrValueBinding(org.jboss.seam.persistence.ManagedPersistenceContext:257)
in server output.
jpa example - cannot login using default account
-------------------------------------------------
Key: JBSEAM-4845
URL:
https://issues.jboss.org/browse/JBSEAM-4845
Project: Seam 2
Issue Type: Bug
Components: Examples
Affects Versions: 2.3.0.ALPHA
Environment: jboss-as-5.1.0.GA, seam-2.3.0.Alpha, jdk-1.6.0_24
Reporter: Tomáš Remeš
after filling login, password values on main page of seam-jpa example nothing happens. No
exception is thrown. Page is refreshed and nobody is logged in. Following error is
displayed in console:
ERROR [SeamLoginModule] No authentication method defined - please define
authenticate-method for <security:identity/> in components.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira