[seam-issues] [JBoss JIRA] (JBSEAM-5003) Support EJB 3.1 features
Marek Schmidt (JIRA)
jira-events at lists.jboss.org
Tue Jul 31 08:00:07 EDT 2012
[ https://issues.jboss.org/browse/JBSEAM-5003?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708875#comment-12708875 ]
Marek Schmidt commented on JBSEAM-5003:
---------------------------------------
It seems that EJB3.1 Singletons would be quite limited in Seam. @javax.ejb.Startup wouldn't work as it would try to initialize before Seam does and @Lock(LockType.READ) cannot be used with Seam injection, as the method using injected properties would have to be synchronized anyway.
> Support EJB 3.1 features
> ------------------------
>
> Key: JBSEAM-5003
> URL: https://issues.jboss.org/browse/JBSEAM-5003
> Project: Seam 2
> Issue Type: Feature Request
> Components: EJB3
> Affects Versions: 2.3.0.BETA2
> Reporter: Marek Schmidt
> Assignee: Marek Novotny
> Fix For: 2.3.0.CR1
>
> Attachments: EjbSingleton.patch, NoInterfaceView.patch
>
>
> As Seam 2.3 should support EE6 features, it should include support for EJB 3.1 features, such as no-interface views and singletons.
--
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
More information about the seam-issues
mailing list