turns out my problem was related to the org.jboss.seam.core.ejb component after all... i
had to change from :
<component class="org.jboss.seam.core.Ejb" installed="true"/>
to
<component class="org.jboss.seam.core.Ejb" installed="false"/>
no idea why it should be like that, but everything seems to work fine now
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974870#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...