I think I got this error when I was trying to publish to JBoss 4.0 server from Eclipse using the JBoss IDE. The issue is that JBoss IDE uses the XDoclet 1.2.1 and it does not support JBoss 4.0 server. JBoss 4.0 support is in XDoclet 1.2.2rc1. Go here http://sourceforge.net/project/showfiles.php?group_id=31602 and download the 1.2.2rc1 binary file and extract on local drive. Go to <ECLIPSE_HOME>\plugins\org.jboss.ide.eclipse.xdoclet.core_1.3.30 and delete all jar files that start with xdoclet (xdoclet*.jar). Copy all jar files from xdoclet-1.2.2-RC1\lib (the new dir where you extracted the xdoclet 1.2.2rc1 zip) to <ECLIPSE_HOME>\plugins\org.jboss.ide.eclipse.xdoclet.core_1.3.30, overwrite all existing jar files when you copy. Start Eclipse and your CMP deployment should work now. You might need to change the xdoclet attributes to point to Ver 4.0 for JBoss server.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852115#3852115 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852115 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
