3 Replies Latest reply on Apr 10, 2003 3:35 AM by jme

    jboss-castorjdo.jar

    sundevil


      I am attempting to integrate Castor JDO with JBoss. I found a page with info on how to do so (http://www.jboss.org/developers/jboss-castor.jsp). There is a link on the page for a jar file named jboss-castorjdo.jar. The link is no longer correct. Does anyone know where I can get this jar? Is there some reason it's not available, or is it just a broken link.

      Thanks
      Russ

        • 1. Re: jboss-castorjdo.jar
          bruce

          Good question, I've just run into the same thing.

          Someone please HELP!

          • 2. Re: jboss-castorjdo.jar
            rajeshranjan

            same here .. wanted to test castor jdo with jboss but that link is not working

            rajesh

            • 3. Re: jboss-castorjdo.jar
              jme

              i am able to use castor jdo with jboss.

              about the plugin available on the site,there is some thing wrong with the site. http://www.jboss.org/developers/projects/jboss/castor.jsp

              you can build your castor plugin for jboss. pl. down load jboss3.x source . and compile it.
              you can find the plugin source in "varia" in the top level of jboss's src directory.
              "org/jboss/jdo/castor/CastorJDOImpl.java"

              compile this file and make a jar and place it in $JB_HOME/server/default/lib
              " jar cvf castor-jboss-plugin.jar org/jboss/jdo/castor/CastorJDOImpl.class "

              and about other config entries to deploy this. just follow the instructions @ http://www.jboss.org/developers/projects/jboss/castor.jsp

              If you succeed in using it. one disappointmant you might get is that JBoss is not currently supporting Container/Bean ManagedTransactions for this when you use it from any session beans. (i haven't tried entity beans :-)

              if you guys find any ways to manage transactions. pl .do update me ..

              Regards,
              Shyam .