0 Replies Latest reply on Sep 28, 2007 3:17 PM by communityr

    JBOSS SEAM  without the EJB container

    communityr

      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