Having the following code for my ejbs I get this exception on deployment:

[Container factory] Container Invoker Optimize='false'
[Container factory] java.lang.ClassNotFoundException: class
org.jboss.security.EJBSecurityManagerDefaultImpl
[Container factory] Using default DataSource:Hypersonic
[Container factory] java.lang.ClassNotFoundException: class
org.jboss.security.EJBSecurityManagerDefaultImpl
[Container factory] Using default DataSource:Hypersonic
[Container factory] java.lang.ClassNotFoundException: class
org.jboss.security.EJBSecurityManagerDefaultImpl
[Container factory] Using default DataSource:Hypersonic
[Container factory] Bound mediaminer.EpisodeInfos to mediaminer.EpisodeInfos
[Container factory] Bound mediaminer.XMLIndexer to mediaminer.XMLIndexer
[Container factory] Bound mediaminer.Episode to mediaminer.Episode
[Container factory] Bound mediaminer.Story to mediaminer.Story
[Container factory] Deployed application:
file:/C:/javasoft/jboss/deploy/mediaminer.jar

ejb-jar.xml:

<ejb-jar>
    <enterprise-beans>
         <entity>
            <description>Story BMP bean</description>
            <ejb-name>mediaminer.Story</ejb-name>
 
<home>com.saillabs.mediaminer.runserver.ejb.interfaces.StoryHome</home>
 
<remote>com.saillabs.mediaminer.runserver.ejb.interfaces.Story</remote>
 
<ejb-class>com.saillabs.mediaminer.runserver.ejb.bean.StoryBean</ejb-class>
            <persistence-type>Bean</persistence-type>
 
<prim-key-class>com.saillabs.mediaminer.runserver.ejb.pk.StoryPK</prim-key-c
lass>
            <reentrant>False</reentrant>
            <primkey-field>id</primkey-field>
        
           <resource-ref>
                 <description>mmDB Desc</description>
                 <res-ref-name>mmDB</res-ref-name>
                 <res-type>javax.sql.DataSource</res-type>
                 <res-auth>Container</res-auth>
           </resource-ref>
        </entity>
     
...

jboss.conf: 

<MLET CODE = "org.jboss.jdbc.DataSourceImpl" ARCHIVE="jboss.jar,jturbo.jar"
CODEBASE="../lib/ext/">
   <ARG TYPE="java.lang.String"
VALUE="jdbc:JTurbo://localhost/RnR/sql70=true">
   <ARG TYPE="java.lang.String" VALUE="mmDB">
   <ARG TYPE="java.lang.String" VALUE="com.ashna.jturbo.driver.Driver">
   <ARG TYPE="java.lang.String" VALUE="sa">
   <ARG TYPE="java.lang.String" VALUE="">
</MLET>

thnx markus


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to