1 2 Previous Next 24 Replies Latest reply on Aug 22, 2006 8:08 PM by gduan2000 Go to original post
      • 15. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

         

        "oabidian" wrote:
        Hi,

        I know it changed (eg. JavaLaunchConfigurationTab is replaced by JavaLaunchTab ----- > ILaunchConfigurationTab ). When I say recompile I mean rebuild (with corrections like the above replacements etc).
        This is what I tried to do in order to get a JBoss configuration launch:

        Menu - > [ Run ] > - > [ Debug ] . In the old fashion I used to get
        ...
        Java Bean
        JBoss 2.4.x
        JBoss 3.0.x
        JBoss 3.2.x
        JBoss 4.0.x
        JBoss AOP Application
        ...

        But now I only get:
        ...
        Java Bean
        JBoss AOP Application
        ...

        I did checked out from cvs myself the org.jboss.ide.eclipse.launcher.ui module, and replaced the version found in a 1.6GA distribution with the one compiled by me (the one I checked out). But I noticed some other errors in the logs, so obviously its more to this. I rather use a release (like the Alpha 2.0) by JBoss, but I am not convinced it works properly.

        I found a view in the Menu - > [ Window ] - > [ Show View ]
        Server
        |
        -- JBoss Server View

        That does seem somewhat replacing the old launch configuration, but not quite the same. Plus I can not deply my ear's, sar's or war's to it anymore (right click menu does not bring the deply option anymore).
        Any ideas?

        Thanks for the help.
        A.


        I had the same problem. I installed the Alpha1a version into eclipse 3.2. It was my first installation of the IDE and I did not see the option listed. Then I later when back to an older version of the IDE, I think 1.6, installed that and reinstalled the Alpha1a version, now I can see the configurations.

        • 16. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING
          rob.stryker

          The org.jboss.ide.eclipse.launcher.ui plug-in will be legacy in 2.0 and will not be used at all. The new entry point is the org.jboss.ide.eclipse.as.ui module, which works with the eclipse Server Tools API.

          You will not find launch configurations for each version of JBoss any longer. Instead, you'll have to create a new server instance through either the Servers view or the JBoss Servers View. From there you will be able to start and stop your servers, publish to them, etc.

          • 17. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING
            susnet

            When i use this jboss-as version and start jboss in debug mode and make a change in a jsp file or a css file then the changes does not fall through automatically. It seems i have to republish my project first.

            Is it really suppose to be like that? Is there som setting how to deploy in exploded directory or something like that so i don't have to republish for every change in jsp, html and css files?

            • 18. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING
              rob.stryker

              Changing of jsp and css files and automatically deploying them to an exploded directory is not yet implemented, but is planned for the 2.0 final release.

              • 19. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING
                maxandersen

                rob: don't we plan on allowing people to migrate their existing configurations into your stuff ?

                • 20. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING
                  susnet

                   

                  "rob.stryker@jboss.com" wrote:
                  Changing of jsp and css files and automatically deploying them to an exploded directory is not yet implemented, but is planned for the 2.0 final release.


                  Sounds nice. When is it planned to be released?

                  In the meantime, how do i fix this? I read somewhere that you could write some ant script for this that will copy files to an exploded directory. Is that the best way to do it? I've looked for a concrete example on how to do this but could not find any.

                  • 21. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING
                    susnet

                    Well i found an explanation how to fix this in the meantime here: http://wiki.jboss.org/wiki/Wiki.jsp?page=DeployTipsAndBuildSampleScripts

                    But i'm still curious when the 2.0 final is planned to be released. Is it within a mounth, 3 month, 6 month, a year?

                    • 22. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

                       

                      "kristof_taveirne" wrote:
                      Hi,
                      Can somebody explain me how deployment should be done now with this new version?

                      with Eclipse 3.1.2 I used to have a menuitem when i click on the .ear file: Deploy to ...

                      With the jBoss IDE 2.0.0a I can't find a way to deploy to my server.

                      I see the menu-item "Add/Remove projects" in the Jboss Server View, but then I get a dialog box saying: There are no projects that can be added or removed from the server.

                      Also I noticed that I can drag a .ear file to the serveritem in the Jboss Server View, and then select deploy and verify, but nothing seems to be happening. At least not in the console window.

                      Can somebody explain me what I'm doing wrong? If this stuff is simply not yet working, I will have to go back to eclipse 3.1.2 because I didn't get Jboss IDE 1.6 to work on 3.2 with callisto.

                      Grtz,
                      Kristof.


                      This is exactly what I got after switching to eclipse 3.2 and jboss ide 2.0 a1. Can someone help?

                      • 23. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING
                        rob.stryker

                        Right click on the .ear and select run as -> run on server

                        Then select the jboss server.

                        • 24. Re: JBoss Eclipse IDE 2.0.0.Alpha released! - NOT WORKING

                           

                          "rob.stryker@jboss.com" wrote:
                          Right click on the .ear and select run as -> run on server

                          Then select the jboss server.


                          This trick works great! Thanks!!!

                          1 2 Previous Next