Hi, I experience the same error as they do here: http://www.theserverside.com/discussions/thread.tss?thread_id=40751
My ejb-jar.xml file looks like this: <?xml version="1.0" encoding="UTF-8"?> | | <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee" | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | | xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd" | | version="3.0"> | | | | <interceptors> | | <interceptor> | | <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class> | | </interceptor> | | </interceptors> | | | | <assembly-descriptor> | | <interceptor-binding> | | <ejb-name>*</ejb-name> | | <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class> | | </interceptor-binding> | | </assembly-descriptor> | | | | </ejb-jar> | I can't reinstall the JBOSS because the environment is already existing with a Liferay portal without the EJB profile. All help is highly appreciated. Best regards, Tommy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089836#4089836 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089836 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
