0 Replies Latest reply on Aug 12, 2002 7:35 AM by jkressin

    JBoss3/ JBuilder 6+7 / Existing Projects

    jkressin

      Hi there,

      using the Tool from Protegra, i managed to run JBoss inside JBuilder (6 & 7) and to debug my code. Very good. But: This only works if i set up an entire new project.
      Has anyone tried to integrate JBoss in existing JBuilder - Projects? When I try to do this I get an error on startup:

      java.lang.NoSuchMethodError

      at org.jboss.logging.Logger.isDebugEnabled(Logger.java:108)

      at org.jboss.system.server.ServerImpl.initBootLibraries(ServerImpl.java:352)

      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:256)

      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:216)12:33:24,682 ERROR [Server] start failed

      I include the run.jar as a library, set the main - class to org.jboss.main, add the right VM - parameters (copied from a working example) and set the working directory to my JBOSS_HOME/bin. I cannot see any differences between this configuration added to an existing project and the configuration that is set up when I create a new project.

      All the documentation I read so far insists on creating new projects.

      Any ides || links are very welcome.

      Thank you,

      Jochen