-
1. Re: JBoss AS 6.1 Server Adapter
koen.aers May 26, 2011 3:01 AM (in response to david_b)Hi Dave,
I'm not an AS specialist but before someone more competent chimes in I'd suggest you take a look in the following plugins:
- http://anonsvn.jboss.org/repos/jbosstools/trunk/as/plugins/org.jboss.ide.eclipse.as.ui/
- http://anonsvn.jboss.org/repos/jbosstools/trunk/as/plugins/org.jboss.ide.eclipse.as.core/
You might want to join the #jbosstools channel on irc.freenode.net and address your question to rawbdor or adietish.
Cheers,
Koen
-
2. Re: JBoss AS 6.1 Server Adapter
maxandersen May 26, 2011 4:04 AM (in response to koen.aers)Yes, Koen is correct about that being where to look for how the server adapters are defined.
But I don't think a new server adapter is needed - the version range check for AS 6 just needs to be opened up to allow 6.x instead of 6.0.x.
Your last error about NoClassDefFoundError is most likely caused by missing quotes.
-
3. Re: JBoss AS 6.1 Server Adapter
david_b May 27, 2011 12:26 AM (in response to david_b)Thanks Koen & Max, I'll have a look into it and see if I can get it working.
-
4. Re: JBoss AS 6.1 Server Adapter
david_b Jun 22, 2011 8:08 PM (in response to david_b)For anyone else reading this thread, Wolfgang Knauf has created a plugin for Eclipse Web Tools Platform which adds support for JBoss AS 6.1.
You can get it from his site here: http://www.cs.hs-rm.de/~knauf/public/
-
5. Re: JBoss AS 6.1 Server Adapter
maxandersen Jun 23, 2011 3:55 AM (in response to david_b)Note, you can use JBoss Tools server adapters for AS 6.1.x by adding the missing argument to the server startup parameters.
-Dlogging.configuration="<pathtoAS6>/bin/logging.properties"
-
6. Re: JBoss AS 6.1 Server Adapter
rob.stryker Jun 23, 2011 7:51 AM (in response to david_b)This issue is being fixed via https://issues.jboss.org/browse/JBIDE-9236