[seam-issues] [JBoss JIRA] Commented: (SEAMREMOTING-40) Model example broken on AS7: Could not find TransactionManager in JNDI

Marek Schmidt (JIRA) jira-events at lists.jboss.org
Fri Jul 15 11:25:24 EDT 2011


    [ https://issues.jboss.org/browse/SEAMREMOTING-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614474#comment-12614474 ] 

Marek Schmidt commented on SEAMREMOTING-40:
-------------------------------------------

updating to the latest snapshot of Seam Persistence fixes the problem

> Model example broken on AS7: Could not find TransactionManager in JNDI
> ----------------------------------------------------------------------
>
>                 Key: SEAMREMOTING-40
>                 URL: https://issues.jboss.org/browse/SEAMREMOTING-40
>             Project: Seam Remoting
>          Issue Type: Bug
>         Environment: Seam Remoting 3.0.1-SNAPSHOT (2011-07-15)
> JBoss AS 7.1.0-Alpha1-SNAPSHOT (2011-07-14)
> Firefox 3.6.18
>            Reporter: Marek Schmidt
>            Assignee: Shane Bryzak
>             Fix For: 3.1.0.Final
>
>
> Seam Remoting Model example is broken on AS7, cannot modify any values nor create new persons:
> The following log from attempting to create a new person, notice the "RuntimeException: Could not find TransactionManager in JNDI"
> {quote}
> Fri Jul 15 2011 15:37:37 GMT+0200 (CET): Request packet:
> <envelope><header><context><callId>1</callId></context></header><body><model operation="fetch"><action><target>org.jboss.seam.remoting.examples.model.PersonAction</target><method>createPerson</method></action><bean alias="person"><name>org.jboss.seam.remoting.examples.model.PersonAction</name><property>person</property></bean></model></body></envelope>
> Fri Jul 15 2011 15:37:37 GMT+0200 (CET): Response packet:
> <envelope><header><context><conversationId>1</conversationId><callId>1</callId></context></header><body><model id="3fbca98e-a040-48c4-8d21-74caef019093"><value alias="person"><ref id="0"/></value><refs><ref id="0"><bean type="org.jboss.seam.remoting.examples.model.Person"><member name="dateOfBirth"><null/></member><member name="lastName"><null/></member><member name="personId"><null/></member><member name="addresses"><bag></bag></member><member name="firstName"><null/></member></bean></ref></refs></model></body></envelope>
> Fri Jul 15 2011 15:37:46 GMT+0200 (CET): Request packet:
> <envelope><header><context><callId>2</callId><conversationId>1</conversationId></context></header><body><model id="3fbca98e-a040-48c4-8d21-74caef019093" operation="apply"><action><target>org.jboss.seam.remoting.examples.model.PersonAction</target><method>savePerson</method></action><delta><changeset refid="0"><member name="dateOfBirth"><date>19840101000000000</date></member><member name="lastName"><str>Doe</str></member><member name="firstName"><str>John</str></member></changeset></delta></model></body></envelope>
> Fri Jul 15 2011 15:37:46 GMT+0200 (CET): Response packet:
> <envelope><body><exception><message><str>java.lang.RuntimeException%3A%20java.lang.RuntimeException%3A%20Could%20not%20find%20TransactionManager%20in%20JNDI</str></message></exception></body></envelope>
> {quote}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list