[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1340) EntityManager is not injected in jpa example from ajax4j requests

Anastasios Georgousakis (JIRA) jira-events at lists.jboss.org
Tue May 22 15:49:52 EDT 2007


EntityManager is not injected in jpa example from ajax4j requests
-----------------------------------------------------------------

                 Key: JBSEAM-1340
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1340
             Project: JBoss Seam
          Issue Type: Bug
          Components: Core, Examples
    Affects Versions: 1.3.0.BETA1
         Environment: WindowsXP, JBoss 4.2.0.GA, jboss-seam-CVS.20070519
            Reporter: Anastasios Georgousakis


I tried to run the examples from the latest snapshot (jboss-seam-CVS.20070519) and I saw that the examples not using EJB container like jpa does not run properly in Jboss 4.2.0.GA. When an ajax4j request is made (e.g. when you press a chanracter in the to search input field) the following exception is throwed

Exception during request processing:

Caused by javax.servlet.ServletException with message: "/main.xhtml @22,94 value="#{hotelSearch.searchString}": Error reading 'searchString' on type org.jboss.seam.example.jpa.HotelSearchingAction_$$_javassist_9"

Caused by javax.el.ELException with message: "/main.xhtml @22,94 value="#{hotelSearch.searchString}": Error reading 'searchString' on type org.jboss.seam.example.jpa.HotelSearchingAction_$$_javassist_9"

Caused by org.jboss.seam.RequiredException with message: "In attribute requires non-null value: hotelSearch.entityManager"


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list