3 Replies Latest reply on Jan 5, 2010 9:31 AM by nickarls

    weld-deployer.version=5.2.0-Beta3

    asookazian

      weld-deployer.version=5.2.0-Beta3, what exactly is this?  It's not referring to JBoss AS 5.2.0, correct?


      build.properties:


      # Container a number of properties associated with installing Weld into JBoss AS and running the TCK in JBoss AS
      jboss.home=/Applications/jboss-5.2.0.Beta
      org.jboss.testharness.container.javaOpts=-Xms128m -Xmx384m -XX:MaxPermSize=192m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
      
      # time to allow before attempting to restart JBoss AS
      # org.jboss.testharness.container.shutdownDelay=15000
      
      # maximum number of TCK tests to deploy before restarting JBoss AS
      # jboss.deployments.restart = 25
      weld-deployer.version=5.2.0-Beta3
      weld.version=1.0.0-CR1
      jboss-ejb3.version=1.0.0
      javassist.version=3.11.0.GA
      validation.version=1.0.CR3



      And the project name in the build.xml is:


      <project name="JBoss5DeployerInstall" default="update" basedir="." xmlns:artifact="urn:maven-artifact-ant">



      So how do I use Glassfish V3 prelude with Weld 1.0.0?  thx.

        • 1. Re: weld-deployer.version=5.2.0-Beta3
          pmuir

          The jboss-as/* stuff (bizarrely :-p) relates to JBoss AS. These are simply utility scripts that we use during development to push the latest code into JBoss AS, so that we can test it and run the testsuite. I don't believe these are included in the zip distribution, but I might be mistaken. If it is, file an issue.


          JBoss AS Branch5x uses the latest release candidate of Weld (and 5.2.0.Beta1 will use the upcoming release of Weld). If you want to use the Weld examples there, download a build, download the Weld CR1 zip, and follow the readme.


          GlassFish also is using the latest release candidate. As stated elsewhere, Sun have yet to contribute any documentation, readmes, or targets for deploying Weld examples. As the GlassFish team are responsible for Weld integration into GlassFish, you are best off hitting the GlassFish forums.

          • 2. Re: weld-deployer.version=5.2.0-Beta3
            tinythebig
            *****OK, since I don't get my insatllations to work, please just tell a beginner if this is correct or if not whats wrong:***** thanx!/ Tiny********

            jboss.home=C:\MyPrograms\JBoss\jboss-6.0.0.M1
            org.jboss.testharness.container.javaOpts=-Xms128m -Xmx512m -XX:MaxPermSize=192m -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

            # time to allow before attempting to restart JBoss AS
            # org.jboss.testharness.container.shutdownDelay=15000
            # maximum number of TCK tests to deploy before restarting JBoss
            # jboss.deployments.restart = 25

            weld-deployer.version=6.0.0.M1
            weld.version=1.0.0-SNAPSHOT
            jboss-ejb3.version=1.0.0
            javassist.version=3.11.0.GA
            validation.version=1.0.CR3


            • 3. Re: weld-deployer.version=5.2.0-Beta3
              nickarls

              Be more specific, what errors are you seeing?