4 Replies Latest reply on May 29, 2003 3:19 PM by lauerc

    Nuke on JBoss 3.2.x -- when ???

    sonofseven

      When are you planning to release nuke for JBoss 3.2.x?

        • 1. Re: Nuke on JBoss 3.2.x -- when ???

          so far nukes runs with 3.2.0RC4. I think I will update to make it run on 3.2.1 by the end of the month.

          for a public release we are waiting for some pieces of code to be commited.

          julien

          • 2. Re: Nuke on JBoss 3.2.x -- when ???
            sonofseven

            any way, I got it running on JBoss 3.2.0 with tomcat final

            I had to change ComponentSupport class in order to get it compiled (see the attached file)

            • 3. Re: Nuke on JBoss 3.2.x -- when ???

              thank you for the tipm if it works well with 3.2.1
              I am going to commit it.

              julien

              • 4. Re: Nuke on JBoss 3.2.x -- when ???
                lauerc

                Hi,

                I've checked the patch, to make Nuke work with jboss-3.2.1 and newer you have to touch following files:

                build.xml (jbossweb.sar has changed to jbossweb-jetty.sar)
                application.xml: commons-collections.jar was missing there.
                org.jboss.nukes.component.ComponentSupport: Changes at method preRegister
                org.jboss.nukes.mx.AttributeInterceptor: Base class is AbstractInterceptor now
                org.jboss.nukes.mx.LifeCycleInterceptor: Base class is AbstractInterceptor now, Added missing argument to constructor of Invocation instance at methods getState and setState.

                Also I've added basic support for PostgreSQL database server though the BLOB support doesn't work with my solution.

                I hope you like my solution and will bring it into Nukes soon!

                Best regards,
                Christian