Re: ws classloader problem
by Thomas Diesler
The container integration jbossws-jboss42.jar is missing.
Please tell me exactly what you did so I can reproduce this.
cheers
-thomas
On Wed, 2007-10-24 at 17:48 +0100, trevor kirby wrote:
> *getting loads of errors in the esb version along the following lines,
> ws was added using your deploy target. Any suggestions?
>
> Trev
>
> java.lang.ClassNotFoundException: No ClassLoaders found for:
> org.jboss.wsf.container.jboss42.ContainerMetaDataDeploymentAspect
> java.lang.ClassNotFoundException: No ClassLoaders found for:
> org.jboss.wsf.container.jboss42.DefaultWebAppDesciptorModifierImpl
> java.lang.ClassNotFoundException: No ClassLoaders found for:
> org.jboss.wsf.container.jboss42.DeploymentAspectHttpServer
> java.lang.ClassNotFoundException: No ClassLoaders found for:
> org.jboss.wsf.container.jboss42.EJBArchiveMetaDataAdapterEJB21
> java.lang.ClassNotFoundException: No ClassLoaders found for:
> org.jboss.wsf.container.jboss42.EJBArchiveMetaDataAdapterEJB3
> java.lang.ClassNotFoundException: No ClassLoaders found for:
> org.jboss.wsf.container.jboss42.JAXRPCDeployerHookPostJSE
>
> *
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
17 years, 2 months
[Design of JBoss Web Services] - JBoss equivalent of clientGen of WL
by JBoss_82
Hi,
I am using the top-down approach by starting with the WSDL. I am trying to figure out a mechanism in JBoss 4.2.2 with jbossws-native2.0.1 which is equivalent of WL's clientgen. Objective is to generate a client-jar which can be used by the client program to consume the web service.
Sample WL clietgen task:
| <taskdef name="clientgen" classname="weblogic.ant.taskdefs.webservices.clientgen.ClientGenTask"
| classpathref="clientgen.class.path"/>
|
| <target name="McAfee">
| <clientgen wsdl="macafeeAdapterContract.wsdl"
| packageName="com.covad.vendororder"
| typePackageName="com.covad.vendororder.xsd"
| clientJar=".\mcafeeadapter-client.jar">
| <classpath refid="clientgen.class.path" />
| </clientgen>
| </target>
|
anonymous wrote : I know there is a crude way of using the client artifacts generated by "wsconsume", zip those class files and create a client-jar, but I want to know if there's a better way to do this.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098618#4098618
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098618
17 years, 2 months