users@jax-ws.java.net

NetBeans - WS Question

From: Baker, Brad \(Contr\) <"Baker,>
Date: Tue, 28 Nov 2006 17:45:52 -0500

Hi all

 

I got a basic WS to work. :-)

 

Now I have an issue with the main JAR having JARs inside of it.

In the Files window on NetBeans I have:

Dist

            WS.jar

            META-INF

            Com

            A.jar

            B.jar

            C.jar

            J2EE

 

When I look at Sun:

Applications

            J2ee-Modules

                        WS

 

It has everything that is in the dist folder under NetBeans so all
should be good BUT the Sun log throws an exception about a class not
found. I have a class in the WS.jar that needs a class that is in the
A.jar but Sun can't seem to find it. In the past when I did JWSDP 2.0 I
made WARs that had JARs in them and Sun had no issues. What have I done
wrong?

 

Thanks for any help,

Brad