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: Closed
>Resolution: Fixed
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-11-04 12:29

Message:
Logged In: YES 
user_id=437455

Plugin runtime classpath was incomplete. Fixed in CVS.


----------------------------------------------------------------------

Comment By: Bill (weshay)
Date: 2004-10-30 06:16

Message:
Logged In: YES 
user_id=1149198

I spent some time trying to figure this out.  As stated
previously, it appears that the system can not find the
javax.xml.rpc.encoding.TypeMapping class.  The class does
appear to be in the
eclipse\plugins\org.jboss.ide.eclipse.jdt.ws.core_1.4.0
plugin.  The jaxrpc-api.jar file which contains the class
appears in both the lib\wsi-1.0 and libsrc\wsi-1.0
subdirectories.  I did notice that the plugin.xml file in
the root directory of the plugin referenced the jaxrpc file as:

      <library name="lib/wsi-1.0/jaxrpc.jar">
         <export name="*"/>
      </library>

Which lists the incorrect name for the jar file.  I tried
changing it  to:
      <library name="lib/wsi-1.0/jaxrpc-api.jar">
         <export name="*"/>
      </library>

But it did not appear to make a difference.

Hopefully some of this will help.

----------------------------------------------------------------------

Comment By: keanthian (keanthian)
Date: 2004-10-07 13:33

Message:
Logged In: YES 
user_id=1111983

letiemble,
it's seem like no matter what kind of wsdl we use, it's still 
causing the same problem.

----------------------------------------------------------------------

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:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to