Bugs item #1014079, was opened at 2004-08-23 07:51 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1014079&group_id=22866
Category: JBoss-IDE Group: v4.0 Status: Open Resolution: None Priority: 5 Submitted By: Jean-Noel Colin (jncolin) >Assigned to: Laurent Etiemble (letiemble) Summary: Creation of element failed: javax.xml.rpc.encoding.TypeMappi Initial Comment: I am using jboss-ide 1.3.0 with eclipse 3.0 on a windows XP Pro machine. JDK is 1.4.2_05 I created a new J2EE1.3 project, then a package inside the project, and I try to create a new Web Services Client. I fill in the form by providing the wsdl file name, source folder and package. I leave the default parameters (version to use: 1.1) and additional behaviour: Process WSDL imports Unwrapped/elements literals When I click finish, I always get an error saying: Creation of element failed: javax.xml.rpc.encoding.TypeMapping Looking at the error log, it seems that eclipse can't find that class. I installed jboss-ide following the install/update procedure in eclipse, without problem. Can anyone help me fixing this? Thanks in advance, Jean-Noel Colin Error aout 20, 2004 14:23:29.734 Internal Error java.lang.reflect.InvocationTargetException at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:316) at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:253) at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:752) ... Caused by: java.lang.NoClassDefFoundError: javax/xml/rpc/encoding/TypeMapping at java.lang.ClassLoader.defineClass0(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2004-10-07 12:13 Message: Logged In: YES user_id=437455 Can you attach the WSDL file ? ---------------------------------------------------------------------- Comment By: Patrick Scharrenberg (scharrenberg) Date: 2004-09-22 06:52 Message: Logged In: YES user_id=180199 Hi! exact the same problem here, running linux, fresh eclipse 3, jboss-ide 1.3 and doing the same steps jean-noel did. Didn't got it working. Patrick ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1014079&group_id=22866 ------------------------------------------------------- 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
