[
https://issues.jboss.org/browse/JBSEAM-4943?page=com.atlassian.jira.plugi...
]
Marek Schmidt reopened JBSEAM-4943:
-----------------------------------
The SynchronizationInterceptor still seems to be enabled for SFSBs.
{code}
public boolean isInterceptorEnabled()
{
// JBSEAM-4943
return getComponent().isSynchronize() &&
!getComponent().businessInterfaceHasAnnotation(Stateful.class);
}
{code}
My test component still has the interceptor enabled:
{code}
@Stateful
@Scope(ScopeType.SESSION)
@Name("test")
public class TestAction implements Test
{
public String test(String input) {
...
}
@Remove
public void remove()
{
}
}
{code}
Patch seam to not use the synchronisation interceptor for stateful
session beans
--------------------------------------------------------------------------------
Key: JBSEAM-4943
URL:
https://issues.jboss.org/browse/JBSEAM-4943
Project: Seam 2
Issue Type: Task
Components: Core
Affects Versions: 2.3.0.BETA1
Reporter: Marek Schmidt
Assignee: Marek Novotny
Fix For: 2.3.0.BETA2
See JBPAPP-8869
--
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