6 Replies Latest reply on Jun 4, 2010 4:27 AM by kdhr83

    Problem with JBoss Tools - New Seam Project and Seam Perspective

    damienmc3

      Hello guys,

       

      I have installed eclipse Version: 3.5.2 Build id: M20100211-1343. Now I have downloaded and installed JBoss Tools FULL PACKAGE but there is no "New Seam Project" in the wizard and no "Seam perspective". I've tried it with stable 3.1 and todays nightly build. Also tried "eclipse -clean" two or three times. Got any hints for me ? Thanks in advance.

       

      Greets from germany

        • 1. Re: Problem with JBoss Tools - New Seam Project and Seam Perspective
          maxandersen

          Did you remember to install Eclipse WTP ?

           

          What is in the error log when you run with eclipse -debug

          • 2. Re: Problem with JBoss Tools - New Seam Project and Seam Perspective
            damienmc3

            Yes ! WTP plugin is installed !

             

            Log:

             

            Start VM: -Xms128m
            -Xmx512m
            -XX:MaxPermSize=256m
            -Djava.class.path=D:\eclipse\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v
            20090715.jar
            -os win32
            -ws win32
            -arch x86
            -showsplash D:\eclipse\\plugins\org.eclipse.platform_3.3.202.v201002111343\splas
            h.bmp
            -launcher D:\eclipse\eclipse.exe
            -name Eclipse
            --launcher.library D:\eclipse\plugins/org.eclipse.equinox.launcher.win32.win32.x
            86_1.0.200.v20090519\eclipse_1206.dll
            -startup D:\eclipse\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.
            jar
            -showlocation
            --launcher.XXPermSize 128m
            -debug
            -vm D:\Java\jdk\bin\..\jre\bin\client\jvm.dll
            -vmargs
            -Xms128m
            -Xmx512m
            -XX:MaxPermSize=256m
            -Djava.class.path=D:\eclipse\plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v
            20090715.jar
            Install location:
                file:/d:/eclipse/
            Configuration file:
                file:/d:/eclipse/configuration/config.ini loaded
            Configuration location:
                file:/d:/eclipse/configuration/
            Framework located:
                file:/d:/eclipse/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
            Framework classpath:
                file:/d:/eclipse/plugins/org.eclipse.osgi_3.5.2.R35x_v20100126.jar
            Splash location:
                D:\eclipse\\plugins\org.eclipse.platform_3.3.202.v201002111343\splash.bmp
            Debug options:
                file:/D:/eclipse/.options not found
            Time to load bundles: 12
            Starting application: 7471
            Application Started: 28789
            java.io.FileNotFoundException: D:\Benutzer-Profile\hermannhe\workspacejboss\.met
            adata\.plugins\com.danikenan.eclipse.classlocator\dic.ser (Das System kann die a
            ngegebene Datei nicht finden)
                    at java.io.FileInputStream.open(Native Method)
                    at java.io.FileInputStream.<init>(FileInputStream.java:106)
                    at com.danikenan.eclipse.classlocator.ClassLocatorPlugin.deSerailize(Cla
            ssLocatorPlugin.java:182)
                    at com.danikenan.eclipse.classlocator.ClassLocatorPlugin.access$0(ClassL
            ocatorPlugin.java:175)
                    at com.danikenan.eclipse.classlocator.ClassLocatorPlugin$1.run(ClassLoca
            torPlugin.java:147)
                    at com.danikenan.eclipse.classlocator.ClassLocatorPlugin.earlyStartup(Cl
            assLocatorPlugin.java:151)
                    at org.eclipse.ui.internal.EarlyStartupRunnable.runEarlyStartup(EarlySta
            rtupRunnable.java:87)
                    at org.eclipse.ui.internal.EarlyStartupRunnable.run(EarlyStartupRunnable
            .java:73)
                    at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
                    at org.eclipse.ui.internal.Workbench$55.run(Workbench.java:2192)
                    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
            2010-06-01 15:26:53.747:INFO::Logging to StdErrLog::DEBUG=false via org.eclipse.
            jetty.util.log.StdErrLog

            • 3. Re: Problem with JBoss Tools - New Seam Project and Seam Perspective
              damienmc3

              Downloaded and installed a fresh eclipse with the needed plugins -> works fine.

               

              -> problem solved, thanks !

              • 4. Re: Problem with JBoss Tools - New Seam Project and Seam Perspective

                Heinrich, I have two questions for the same issue, would you help me through?

                 

                1. I use MyEclipse, rather than Eclipse, and encountered the same problem as you did: no New Seam probject and perspective.

                 

                2. As Seam 3 breaks into 2 parts, Weld and Seam Modules, how can we start a new project development based on Seam 3?

                 

                Kindest regards, Nessus

                • 5. Re: Problem with JBoss Tools - New Seam Project and Seam Perspective
                  maxandersen

                  1) MyEclipse uses their own forks of older versions of jboss tools and they haven't isolated their forks so "bumps" are to be expected if you use newer versions of jboss tools

                   

                  2)  We are doing CDI focused work right now and awaiting seam team's seam-gen 3 work before doing too much with respect to Seam 3 "new projects" - but I do think we should add some CDI templates soon.

                  • 6. Re: Problem with JBoss Tools - New Seam Project and Seam Perspective

                    I just finally switched to Eclipse<Eclipse  IDE for Java EE Developers>, hopefully and seemingly it makes things simpler to begin and more straightforward and understandable to go along with. MyEclipse made the tool to implement our project too complicated.

                     

                    As for Seam/Weld, I think it not easy to design in a Seam/Weld way, especially for me having not too much EE experiences in mind. Would you share some thoughts? I have gone throught almost all the documentations on seamframework.org, but they shows only simple samples and how many and what bricks Seam/Weld provides.

                     

                    Also, does Seam provide Weld and Seam 3 plugins for Eclipse? I found not easy to get development tool ready. It's a bit scary to harness the power and simplicity of a new technology.