[jboss-jira] [JBoss JIRA] Created: (JBSEAM-337) @Startup component with @Create is broken
Shane Bryzak (JIRA)
jira-events at jboss.com
Mon Aug 21 19:07:38 EDT 2006
@Startup component with @Create is broken
-----------------------------------------
Key: JBSEAM-337
URL: http://jira.jboss.com/jira/browse/JBSEAM-337
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.0.1
Reporter: Shane Bryzak
Assigned To: Gavin King
Fix For: 1.1
Attachments: testcase.zip
A component annotated with @Startup having a method annotated with @Create throws the following exception during deployment:
09:01:45,140 INFO [Lifecycle] starting up: applicationContext
09:01:45,140 INFO [Lifecycle] starting up: startupBean
09:01:45,156 ERROR [STDERR] java.lang.IllegalStateException: No active event context
09:01:45,156 ERROR [STDERR] at org.jboss.seam.core.Manager.instance(Manager.java:320)
09:01:45,156 ERROR [STDERR] at org.jboss.seam.interceptors.ConversationInterceptor.isMissingJoin(ConversationInterceptor.java:100)
09:01:45,156 ERROR [STDERR] at org.jboss.seam.interceptors.ConversationInterceptor.endOrBeginLongRunningConversation(ConversationInterceptor.java:43)
09:01:45,156 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
--
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 jboss-jira
mailing list