Hi,

I have updated CastorJDO integration module in CVS, 
now it works with the current JBoss version from CVS.
The configuration is moved from jboss.conf to jboss.jcml,
for example:
  <mbean code="org.jboss.jdo.castor.CastorJDOImpl" 
              name="DefaultDomain:service=CastorJDO,name=someName">
    <attribute  
name="Configuration">file:../conf/default/database.xml</attribute>
    <attribute name="JndiName">jdo/someName</attribute>
    <attribute name="LockTimeout">0</attribute>
    <attribute name="LoggingEnabled">true</attribute>
    <attribute name="CommonClassPath">false</attribute>
  </mbean>

Oleg

On Tuesday 17 April 2001 16:33, you wrote:
> Hi,
>
> after updating my JBoss to current CVS, the CastorJDO MBean is not
> started during server startup anymore. When i manually invoke init
> and start during the management interface in port 8082 Castor is
> starting up and running.
>
> I configured Castor with the following lines in jboss.conf
>
> <MLET CODE = "org.jboss.jdo.castor.CastorJDOImpl"
> ARCHIVE="jboss.jar,castor.jar,xerces.jar" CODEBASE="../lib/ext/">
>    <ARG TYPE="java.lang.String" VALUE="file:../conf/database.xml">
>    <ARG TYPE="java.lang.String" VALUE="castor">
>    <ARG TYPE="java.lang.Integer" VALUE="0">
>    <ARG TYPE="java.lang.Boolean" VALUE="true">
>    <ARG TYPE="java.lang.Boolean" VALUE="false">
> </MLET>
>
> Does anybody know, what has changed, so that the MBean is not
> started anymore?
>
> Thank you,
> Ralf
>
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to