1 2 Previous Next 19 Replies Latest reply on Feb 10, 2009 3:07 PM by nitm

    JBDS 2, JBoss AS 5 and Seam 2.1

    nitm

      hi,

      im trying to use JBDS 2 to create seam (2.1) applications on JBoss AS 5.
      Im still new to this and still stuck with running a skeleton project being created by the Seam wizard.

      at the start i had a problem that was caused by the JBDS copying the wrong jsf-facelets.jar (it used the seam 2.0 runtime instead of the 2.1), once i replaced the file with the right one the project worked.
      since i did not want to have the need to replace this file every time i deploy the project i reconfigured the JBDS to work with the 2.1 runtime.

      this action caused another problem.
      when i run the server i get this:

      Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
      java.lang.RuntimeException: error while reading /WEB-INF/components.xml
       at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:154)
       at org.jboss.seam.init.Initialization.create(Initialization.java:104)
       at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:34)
       at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
       at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
       at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:367)
       at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146)
       at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:460)
       at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
       at org.jboss.web.deployers.WebModule.start(WebModule.java:96)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
       at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
       at $Proxy36.start(Unknown Source)
       at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
       at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
       at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
       at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
       at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
       at org.jboss.system.ServiceController.start(ServiceController.java:460)
       at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:146)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:104)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:45)
       at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
       at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
       at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
       at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
       at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
       at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
       at org.jboss.Main.boot(Main.java:209)
       at org.jboss.Main$1.run(Main.java:547)
       at java.lang.Thread.run(Unknown Source)
      Caused by: java.lang.IllegalArgumentException: Exception setting property org.jboss.seam.core.init.jndiPattern on component org.jboss.seam.core.init. Expression @jndiPattern@ evaluated to null.
       at org.jboss.seam.init.Initialization.installComponentFromXmlElement(Initialization.java:422)
       at org.jboss.seam.init.Initialization.installComponentsFromXmlElements(Initialization.java:280)
       at org.jboss.seam.init.Initialization.initComponentsFromXmlDocument(Initialization.java:150)
       ... 60 more
      Caused by: java.lang.IllegalArgumentException: null value
       at org.jboss.seam.util.Conversions$FlatPropertyValue.<init>(Conversions.java:288)
       at org.jboss.seam.init.Initialization.getPropertyValue(Initialization.java:498)
       at org.jboss.seam.init.Initialization.installComponentFromXmlElement(Initialization.java:417)
       ... 62 more
      01:01:35,726 ERROR [StandardContext] Error listenerStart
      01:01:35,726 ERROR [StandardContext] Context [/seam20Test] startup failed due to previous errors
      01:01:35,773 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/seam20Test state=Create mode=Manual requiredState=Installed
      org.jboss.deployers.spi.DeploymentException: URL vfsfile:/C:/Applications/JBoss/jboss-5.0.0.GA/server/default/deploy/seam20Test.war/ deployment failed
       at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:388)
       at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146)
       at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:460)
       at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
       at org.jboss.web.deployers.WebModule.start(WebModule.java:96)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
       at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
       at $Proxy36.start(Unknown Source)
       at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
       at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
       at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
       at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
       at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
       at org.jboss.system.ServiceController.start(ServiceController.java:460)
       at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:146)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:104)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:45)
       at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
       at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
       at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
       at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
       at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
       at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
       at org.jboss.Main.boot(Main.java:209)
       at org.jboss.Main$1.run(Main.java:547)
       at java.lang.Thread.run(Unknown Source)
      01:01:35,789 ERROR [AbstractKernelController] Error installing to Real: name=vfsfile:/C:/Applications/JBoss/jboss-5.0.0.GA/server/default/deploy/seam20Test.war/ state=PreReal mode=Manual requiredState=Real
      org.jboss.deployers.spi.DeploymentException: URL vfsfile:/C:/Applications/JBoss/jboss-5.0.0.GA/server/default/deploy/seam20Test.war/ deployment failed
       at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:388)
       at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146)
       at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:460)
       at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
       at org.jboss.web.deployers.WebModule.start(WebModule.java:96)
       at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
       at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
       at java.lang.reflect.Method.invoke(Unknown Source)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
       at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
       at $Proxy36.start(Unknown Source)
       at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
       at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
       at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
       at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
       at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
       at org.jboss.system.ServiceController.start(ServiceController.java:460)
       at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:146)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:104)
       at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:45)
       at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
       at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
       at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
       at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
       at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
       at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
       at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
       at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
       at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
       at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
       at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
       at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
       at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
       at org.jboss.Main.boot(Main.java:209)
       at org.jboss.Main$1.run(Main.java:547)
       at java.lang.Thread.run(Unknown Source)

      and
      ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
      
      *** CONTEXTS IN ERROR: Name -> Error
      
      vfsfile:/C:/Applications/JBoss/jboss-5.0.0.GA/server/default/deploy/seam20Test.war/ -> org.jboss.deployers.spi.DeploymentException: URL vfsfile:/C:/Applications/JBoss/jboss-5.0.0.GA/server/default/deploy/seam20Test.war/ deployment failed


      i thought that maybe this has something to do with the 2.1 runtime so i changed it back to the 2.0 which i knew that worked.. but no luck, the problem stays the same..

      after some searching i realized that im missing the components.properties file (and i think that some other files as well) but i can't figure out why its missing and how to make the JBDS to create/include it when deploying.

      thanks a lot!
      nitzan;

        • 1. Re: JBDS 2, JBoss AS 5 and Seam 2.1
          maxandersen

          does a full publish of the app help ?

          right click on the project in the severs view and click full publish.

          • 2. Re: JBDS 2, JBoss AS 5 and Seam 2.1
            nitm

            no, i get the same exceptions and the structure of the deployed files is the same.

            thanks, nitzan.

            • 3. Re: JBDS 2, JBoss AS 5 and Seam 2.1
              maxandersen

              Have you tried asking at the Seam forums ?

              Have you tried doing it with the correct Seam 2.1 runtime in the first place ?

              • 4. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                nitm

                no, i havent raised this problem in the seam forums since i figured this is a JBDS issue and not a seam one..
                it looks to me like the JDBS just does not publish the project properly, and that's because it worked until i changed the settings to the Seam 2.1 runtime instead of the default 2.0 that comes with the JBDS.
                the problem still occurs even after i switch back to the 2.0 runtime and i have no idea why this happens.

                i can probably make the project work by placing the missing files (again, i think that this is the problem) manually in the deployment folder on the server but it will be hard to develop in this fashion.. i need the IDE to be able to deploy the project properly.

                thanks a lot!
                nitzan;

                • 5. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                  maxandersen

                  Well, what is it exactly that is missing in the deployment ?

                  I deploy this very often and is not missing any files (we had that issue a release a year ago, but not in the latest ones)

                  Is the component properties there ?

                  Seam 2.0 only works on JBoss 4.2 afaik, so was it Seam 2/AS 4.2 you tested or Seam 2.1/AS 5 ?

                  • 6. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                    nitm

                    when i first started with the JBDS i had a problem that was caused by using jboss AS 5 and seam 2.0 (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=149618) which was "fixed" by replacing one jar file from the seam 2.1 runtime with the one that was deployed from the 2.0 runtime.

                    because i did not want to manually do this every time (and probably more problems would eventually arise) i found how to configure the IDE to use the seam 2.1 runtime instead of the 2.0
                    once i changed that i start getting the errors in question, and i switched back to the 2.0 runtime just to see if that's the problem, which turns out is not since i still get the same errors.
                    so i ended up testing on seam 2.0/AS 5.0 and then seam 2.1/AS 5.0 and back to 2.0/AS 5.0

                    im not sure what exactly is missing cuz im not sure what to compare with, but i cant find the component properties files in the deployed project on the server and i think that there are a few more files which are missing.

                    thanks, nitzan[/url]

                    • 7. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                      maxandersen

                      Alexey is testing with AS 5 at the moment, but for 4.2 we have no reports of it not working.

                      Could you try that just to see if it is AS 5 specific for you ?

                      • 8. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                        nitm

                        thanks a lot for all your help!

                        as for AS 4.2, i'm not trying to use it so i dont know if it works or not..
                        i was trying to use AS 5.0 from the start, the only thing that i was changing was the Seam (from 2.0 to 2.1)

                        what do you mean by "AS 5 specific for me"?

                        thanks again!

                        • 9. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                          akazakov

                          BTW if you just change Seam Runtime from 2.0 to 2.1 for existing project then the project doesn't become Seam 2.1 project.
                          Please read /seam21migration.txt

                          • 10. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                            nitm

                            akazakov, i did not just change the project settings.. i changed the seam settings of the IDE itself.. and created a new seam project for each configuration..

                            the first time it was the default so: Seam 2.0/AS 5.0
                            then i changed the settings to seam 2.1 and start a new seam project, getting: Seam 2.1/AS 5.0
                            that did not work so i changed it back to seam 2.0 and created a new project which resulted with the same errors.

                            thanks, nitzan;

                            • 11. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                              akazakov

                              nitm, what version of JBDS do you use?
                              You just create default Seam 2.1 Project using New Seam Project Wizard and deploy it to JBoss AS 5.0, correct?
                              Can you desribe your steps?
                              Can you try to do exacly the same what I've tried: http://screencast.com/t/CffmoSKOql
                              Does it work for you?

                              • 12. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                                nitm

                                hey akazakov,
                                thanks a lot for the help and the video!

                                i watched the video capture and it looks like we're not using the same IDE.
                                i'm using the JBoss Developer Studio 2.0.0.Beta1, and there's no wizard for Seam 2.1.. only for 1.2 and 2.0.
                                when i use the wizard i just point the seam runtime to where the Seam 2.1 is located.
                                other than that i pretty much leave everything the same way, except for the database since i'm using mysql.

                                i will try using this Jing to capture what it is im doing exactly though, as i said, i'm not doing anything special..

                                thanks again, nitzan

                                • 13. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                                  nitm

                                  i downloaded this Jing application (which is not bad at all) and captured a video of what i'm doing:

                                  http://www.screencast.com/users/nitzan.tomer/folders/Jing/media/07a145df-2a7e-4568-92a1-3cb00f7bbc8b

                                  thanks, nitzan;

                                  • 14. Re: JBDS 2, JBoss AS 5 and Seam 2.1
                                    maxandersen

                                    Nitzan,

                                    Beta1 was the first one with AS 5 support and at that time AS 5 was not GA yet and they changed location for some of the libraries between the AS 5 beta back then and the AS 5 GA now.

                                    Please try JBDS 2 CR2 which Alexey is using too before we dig deeper in why beta2 is causing you problems.

                                    thanks!

                                    1 2 Previous Next