[
https://issues.jboss.org/browse/SEAMREMOTING-53?page=com.atlassian.jira.p...
]
Jason Porter commented on SEAMREMOTING-53:
------------------------------------------
I have no idea how to fix this one :) without introducing some config.
In Seam Transaction we're using a servlet request listener to wrap the whole request
in a transaction. The problem (in a nutshell) with glassfish is it's a different
UserTransaction on both the requestInitialized and requestDestroyed methods, even if no
other transactions were started during the request.
Model example not working on glassfish
--------------------------------------
Key: SEAMREMOTING-53
URL:
https://issues.jboss.org/browse/SEAMREMOTING-53
Project: Seam Remoting
Issue Type: Bug
Affects Versions: 3.1.0.CR1
Environment: glassfish3.1, seam-3.1.0.CR1
Reporter: Tomas Remes
Fix For: 3.1.0.Final
There is no way how to add or update person attributes running model example on
glassfish. Use case of creating new person is processed with no errors/exceptions, but the
new person is not added. Same problem is updating addresses or any other attributes of
already created persons. Everything process fine, but the change is not applied.
--
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