[JBoss Seam] - Could not create Component : class is abstract!
by szaccaria
Hello to all!
I 've a problem with deploy of my web app with seam 2.0B1
I've JBOSS 4.2GA and use .ear project with ejb
I've recived this kind off error:
| 19:49:21,062 ERROR [wfcoin]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
| java.lang.RuntimeException: Could not create Component: jwf_clifor
| at org.jboss.seam.init.Initialization.addComponent(Initialization.java:908)
| ....
| ....
| ....
| Caused by: java.lang.IllegalArgumentException: component class is abstract: jwf_clifor
| at org.jboss.seam.Component.<init>(Component.java:225)
| at org.jboss.seam.Component.<init>(Component.java:207)
| at org.jboss.seam.init.Initialization.addComponent(Initialization.java:894)
| ... 139 more
|
after the 'initialization' have install successfully some component
like you can look beside.
| 19:49:20,922 INFO [Initialization] Installing components...
| 19:49:20,969 INFO [Component] Component: authenticator, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.cesaco.wfcoin.Authenticator, JND
| com.cesaco.wfcoin/Authenticator/local
| 19:49:21,031 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceC
| text
| 19:49:21,031 INFO [Component] Component: gestione, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: com.cesaco.wf.manager.Gestione, JNDI: com.ce
| co.wfcoin/Gestione/local
| 19:49:21,062 INFO [Component] Component: jwf_cliente, scope: SESSION, type: ENTITY_BEAN, class: com.cesaco.wf.users.Cliente
| 19:49:21,062 ERROR [wfcoin]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
|
|
I don't understand what happens
Somebody can help me, please ? :_(
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064109#4064109
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064109
19Â years
[JBoss Seam] - Could not create Component : class is abstract!
by szaccaria
Hello to all!
I 've a problem with deploy of my web app with seam 2.0B1
I've JBOSS 4.2GA and use .ear project with ejb
I've recived this kind off error:
| 19:49:21,062 ERROR [wfcoin]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
| java.lang.RuntimeException: Could not create Component: jwf_clifor
| at org.jboss.seam.init.Initialization.addComponent(Initialization.java:908)
| ....
| ....
| ....
| Caused by: java.lang.IllegalArgumentException: component class is abstract: jwf_clifor
| at org.jboss.seam.Component.<init>(Component.java:225)
| at org.jboss.seam.Component.<init>(Component.java:207)
| at org.jboss.seam.init.Initialization.addComponent(Initialization.java:894)
| ... 139 more
|
after the 'initialization' have install successfully some component
like you can look beside.
| 19:49:20,922 INFO [Initialization] Installing components...
| 19:49:20,969 INFO [Component] Component: authenticator, scope: STATELESS, type: STATELESS_SESSION_BEAN, class: com.cesaco.wfcoin.Authenticator, JND
| com.cesaco.wfcoin/Authenticator/local
| 19:49:21,031 INFO [Component] Component: entityManager, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.ManagedPersistenceC
| text
| 19:49:21,031 INFO [Component] Component: gestione, scope: SESSION, type: STATEFUL_SESSION_BEAN, class: com.cesaco.wf.manager.Gestione, JNDI: com.ce
| co.wfcoin/Gestione/local
| 19:49:21,062 INFO [Component] Component: jwf_cliente, scope: SESSION, type: ENTITY_BEAN, class: com.cesaco.wf.users.Cliente
| 19:49:21,062 ERROR [wfcoin]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
|
|
I don't understand what happens
Somebody can help me, please ? :_(
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064108#4064108
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064108
19Â years
[JBoss Seam] - Re: flushMode= MANUAL, when does commit happen? And other qu
by ellenzhao
I just cleaned up all the unnecessary/incorrect merges in my application, now the memory footprint is noticeably smaller. Thank Christian again for correcting me.
Unfortunately my original problem is not solved yet. I cannot seem to do flush in the @Destroy@Remove method, thus the removal of the incomplete motherEntity cannot be reflected in the database, the data integrity is harmed if any user leaves the conversation without explicitly ending it (either complete or cancel), or the server has a reboot when a conversation is in process....this is a pretty critical problem.
I tried explicit deletion using EQL in the @Destroy@Remove method too, it did not help.
The concrete error messages I got were always something like "no transaction available", still seeking a solution....Any suggestion will be highly appreciated!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064097#4064097
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064097
19Â years