[JBossWS] - Recognising a wrapped doc literal web service in Visual Stud
by benvenutto
Confusingly the User Guide in the section on wrapped doc literal states:
Wrapped is an implementation detail from the Java domain. Neither in the abstract contract (i.e. wsdl+schema) nor at the SOAP message level is a wrapped endpoint recognizable.
I can deploy the following web service:
| @WebService
| @SOAPBinding(
| style = SOAPBinding.Style.DOCUMENT,
| use = SOAPBinding.Use.LITERAL,
| parameterStyle=SOAPBinding.ParameterStyle.WRAPPED)
| public class Boing
| {
| /**
| * Should generate a wrapped document literal interface.
| *
| * @param payload
| * @return
| */
| @WebMethod
| @WebResult (name = "bouncedPayload")
| public byte[] bounce(
| @WebParam(name = "token")
| String token,
| @WebParam(name = "payload")
| byte[] payload)
| {
| return payload;
| }
|
But in Visual Studio 2005 the web reference appears as bare, wrapped is not detected! This is under JB 4.2.0 CR1.
Many thanks
Simon
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038404#4038404
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038404
17 years, 8 months
[JBossWS] - Re: NoClassDefFoundError: RuntimeWSDLParser.createReader
by electren
In according to the problem above:
To get nearer to the solution, i had wrote a main-Methode which calls the Webservice....
Here i got another Exception.
First the main-Methode:
File wsdl = new File("D:/workspace/app-webservice-connector/src/main/resources/META-INF/Cow.wsdl");
| URL wsdlUrl = null;
| try {
| wsdlUrl = new URL("http://localhost:8080/app-cs-api/services/Cow?wsdl");
| // wsdlUrl = wsdl.toURL();
| } catch (MalformedURLException e1) {
| // TODO Auto-generated catch block
| e1.printStackTrace();
| }
| QName serviceName = new QName("http://cow.service.app.fm.business.de", "Cow");
|
| Service service = Service.create(wsdlUrl, serviceName);
| /*
| * DEBUG!!!
| */
| System.out.println(service.getServiceName().getLocalPart());
| System.out.println(service.getServiceName().getNamespaceURI());
| System.out.println(service.getWSDLDocumentLocation().getPath());
|
| //Cow_Service service = (Cow_Service) Cow_Service.createCall(serviceName, wsdlUrl);
|
| Cow_PortType port = (Cow_PortType) service.getPort(Cow_PortType.class);
|
| try {
| boolean response = port.pruefeLogin("user", "x");
| } catch (RemoteException e) {
| // TODO Auto-generated catch block
| e.printStackTrace();
| }
|
The exception:
| Exception in thread "main" com.sun.xml.ws.model.RuntimeModelerException: A WebService annotation is not present on class: de.business.fm.app.service.cow.Cow_PortType
| at com.sun.xml.ws.model.RuntimeModeler.getPortTypeName(RuntimeModeler.java:1252)
| at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:296)
| at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:306)
| at javax.xml.ws.Service.getPort(Service.java:161)
| at WSLogin.main(WSLogin.java:48)
|
The Interface generated by wstools:
| /*
| * JBossWS WS-Tools Generated Source
| *
| * Generation Date: Tue Apr 17 19:06:34 CEST 2007
| *
| * This generated source code represents a derivative work of the input to
| * the generator that produced it. Consult the input for the copyright and
| * terms of use that apply to this source code.
| */
| package de.business.fm.app.service.cow;
| public interface Cow_PortType extends java.rmi.Remote
| {
|
| public boolean pruefeLogin(java.lang.String anmeldenamen, java.lang.String kennwort) throws java.rmi.RemoteException;
| }
|
How i have to place some annotation in this interface?
Is it possible that wstools generated not correctly??
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038079#4038079
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038079
17 years, 8 months
[JBossWS] - Multiple Bindings not Supported
by jesse_sweetland
Hello,
I'm trying to consume a web service with multiple ports and I receive the error "Multiple bindings not supported." I'm using an IDE-generated static stub built with NetBeans 5.0 (rpcliteral, wsi). I've added an application-client.xml and jboss-client.xml in the JAR META-INF directory to bind the client to JNDI. I have specified a port-component-ref in both, but I still receive the same error. I'm using JBoss 4.0.3SP1.
Here is an example of how my application-client.xml:
| <application-client xmlns="http://java.sun.com/xml/ns/j2ee"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
| http://java.sun.com/xml/ns/j2ee/application-client_1_4.xsd"
| version="1.4">
|
| <display-name>MyWSClient</display-name>
| <service-ref>
| <service-ref-name>MyWSClient</service-ref-name>
| <service-interface>mypkg.MyWSSEI</service-interface>
| <wsdl-file>META-INF/wsdl/MyWS.wsdl</wsdl-file>
| <jaxrpc-mapping-file>META-INF/MyWS-mapping.xml</jaxrpc-mapping-file>
| <port-component-ref>
| <service-endpoint-interface>mypkg.MyPort</service-endpoint-interface>
| </port-component-ref>
| </service-ref>
| </application-client>
|
Where mypkg.MyWSSEI is a generated interface that extends javax.xml.rpc.Service and mypkg.MyPort is a generated interface extends java.rmi.Remote. Names have been changed to protect the innocent. I receive no errors other than the "Multiple bindinds not supported". Is there anything I'm doing wrong?
I've tried upgrading to JBoss 4.0.5, but I receive many other errors with my other JAX-RPC web service clients. I receive the same errors even after upgrading to JBossWS 1.0.4 and 1.2.0.
Can someone provide an example of an application-client.xml or jboss-client.xml with a port-component-ref that will enable me to build a client for JBoss 4.0.3? Is there a document that explains a what steps are necessary to migrate JAX-RPC clients from 4.0.3 to 4.0.5?
Is there a preferred or recommended platform? (JBoss 4.0.5 + wstools, JBoss 4.0.3 + wscompile, etc?) We have a lot of existing web services and clients and I would like to minimize migration effort.
Thanks,
Jesse
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038057#4038057
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038057
17 years, 8 months
[JBossWS] - setProperty must be overridden by all subclasses of SOAPMesa
by cjunge
Hi, I have created (using Netbeans) a JAX-WS client to invoke a web service. I've copied the JAX-WS jars to the deafult/lib directory of the AS including saaj-api.jar and saaj-impl.jar.
I'm using jboss-4.0.5.GA and jdk1.5.0_09.
The server boots without errors but when I invoke the client I get the following error in the console.
| 2007-04-13 15:07:41,937 ERROR [org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper] SOAP request exception
| java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
| at javax.xml.soap.SOAPMessage.setProperty(Unknown Source)
| at org.jboss.ws.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:65)
| at org.jboss.ws.soap.MessageFactoryImpl.createMessageInternal(MessageFactoryImpl.java:209)
| at org.jboss.ws.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:142)
| at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:190)
| at org.jboss.ws.server.ServiceEndpointManager.processSOAPRequest(ServiceEndpointManager.java:355)
| at org.jboss.ws.server.StandardEndpointServlet.doPost(StandardEndpointServlet.java:115)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
| at org.jboss.ws.server.StandardEndpointServlet.service(StandardEndpointServlet.java:76)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
|
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11Base
| Protocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
| 2007-04-13 15:07:41,937 ERROR [org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper] Error creating SOAPFault message java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
| at javax.xml.soap.SOAPMessage.setProperty(Unknown Source)
| at org.jboss.ws.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:65)
| at org.jboss.ws.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:115)
| at org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper.toSOAPMessage(SOAPFaultExceptionHelper.java:203)
| at org.jboss.ws.jaxrpc.SOAPFaultExceptionHelper.exceptionToFaultMessage(SOAPFaultExceptionHelper.java:188)
| at org.jboss.ws.server.ServiceEndpoint.handleRequest(ServiceEndpoint.java:223)
| at org.jboss.ws.server.ServiceEndpointManager.processSOAPRequest(ServiceEndpointManager.java:355)
| at org.jboss.ws.server.StandardEndpointServlet.doPost(StandardEndpointServlet.java:115)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
| at org.jboss.ws.server.StandardEndpointServlet.service(StandardEndpointServlet.java:76)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
|
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11Base
| Protocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
|
>From what I've been able to find out in the forums the problem is that I have two saaj.jar in the classpath and I should tell JBoss to use it's own verson (jboss-saaj.jar) over the other.
Removing the other version generates other errors so I need to know how to make sure that I'm using jboss-saaj.jar in execution time.
Whould someone please tell me how to do this or maybe give a different solution to my problem?
Thanks in advance,
Cristian
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038048#4038048
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4038048
17 years, 8 months
[JBossWS] - No service endpoint generated?
by Schludi
Hello i have the following maven-Script added to my pom.xml which starts wstools with an ANT-Task:
|
| <artifactId>maven-antrun-plugin</artifactId>
| <executions>
| <execution>
| <id>antTask</id>
| <phase>process-classes</phase>
| <goals>
| <goal>run</goal>
| </goals>
| <configuration>
| <tasks>
| <!-- Define a taskdef for the wstools ant task
| <taskdef name="wstools" classname="org.jboss.ws.tools.ant.wstools">
| <classpath refid="library.classpath"/>
| <classpath refid="test.client.classpath"/>
| <classpath path="${build.test.classes.dir}"/>
| </taskdef>-->
| <taskdef name="wstools" classname="org.jboss.ws.tools.ant.wstools">
| <classpath refid="maven.dependency.classpath"/>
| <classpath>
| <fileset dir="C:/servers/client/">
| <include name="activation.jar"/>
| <include name="javassist.jar"/>
| <include name="jbossall-client.jar"/>
| <include name="jbossretro-rt.jar"/>
| <include name="jboss-backport-concurrent.jar"/>
| <include name="jbossws-client.jar"/>
| <include name="jboss-xml-binding.jar"/>
| <include name="jbossws14-client.jar"/>
| <include name="log4j.jar"/>
| <include name="mail.jar"/>
| </fileset>
| <fileset dir="C:/servers/lib/endorsed">
| <include name="*.jar"/>
| </fileset>
| </classpath>
| </taskdef>
| <echo message="********** Running jboss ws **************"/>
| <mkdir dir="ws" />
| <wstools dest="C:/dev/helloMaven/FirstEJB-ejb/ws"
| config="C:/dev/helloMaven/FirstEJB-ejb/resources/wstools-mybean-config.xml"/>
| </tasks>
| </configuration>
| </execution>
| </executions>
|
Here the EJB.Code
| package org.test;
|
| import java.rmi.RemoteException;
|
| import java.math.*;
| import javax.ejb.SessionBean;
| import javax.ejb.SessionContext;
|
| /**
| * Trade Session EJB manages all Trading services
| *
| * @ejb.bean name="FirstEJBBean"
| * display-name="FirstEJBBean"
| * description="A simple hello world bean."
| * local-jndi-name="FirstEJBBean"
| * type=stateless
| * view-type="service-endpoint"
| *(a)ejb.interface generate="service-endpoint"
| * service-endpoint-class="org.test.StatlessEJBEndpoint"
| *
| * @wsee.port-component name="org.test.StatlessEJBEndpointPort"
| */
| public class StatlessEjbBean implements SessionBean
| {
|
| BigDecimal yenRate = new BigDecimal("121.6000");
|
| BigDecimal euroRate = new BigDecimal("0.0077");
|
| /**
| * @ejb.interface-method view-type="service-endpoint"
| */
| public BigDecimal dollarToYen(BigDecimal dollars) {
| BigDecimal result = dollars.multiply(yenRate);
| return result.setScale(2, BigDecimal.ROUND_UP);
| }
|
| /**
| * @ejb.interface-method view-type="service-endpoint"
| */
| public BigDecimal yenToEuro(BigDecimal yen) {
| BigDecimal result = yen.multiply(euroRate);
| return result.setScale(2, BigDecimal.ROUND_UP);
| }
|
| public StatlessEjbBean() {
| }
|
| public void ejbCreate() {
| }
|
| public void ejbRemove() {
| }
|
| public void ejbActivate() {
| }
|
| public void ejbPassivate() {
| }
|
| public void setSessionContext(SessionContext sc) {
| }
| }
i get the following error:
|
| [INFO] [antrun:run {execution: antTask}]
| [INFO] Executing tasks
| [echo] ********** Running jboss ws **************
| log4j:WARN No appenders could be found for logger (org.jboss.ws.tools.WSTools).
| log4j:WARN Please initialize the log4j system properly.
| org.jboss.ws.WSException: Endpoint com.bbraun.bbmag.test.StatlessEJBEndpoint can
| not be loaded
| at org.jboss.ws.tools.helpers.ToolsHelper.handleJavaToWSDLGeneration(Too
| lsHelper.java:113)
| at org.jboss.ws.tools.WSTools.process(WSTools.java:132)
| at org.jboss.ws.tools.WSTools.generate(WSTools.java:120)
| at org.jboss.ws.tools.ant.wstools.execute(wstools.java:103)
| at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
| at org.apache.tools.ant.Task.perform(Task.java:364)
| at org.apache.tools.ant.Target.execute(Target.java:341)
| at org.apache.maven.plugin.antrun.AbstractAntMojo.executeTasks(AbstractA
| ntMojo.java:108)
| at org.apache.maven.plugin.antrun.AntRunMojo.execute(AntRunMojo.java:83)
|
| at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPlugi
| nManager.java:420)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(Defa
| ultLifecycleExecutor.java:539)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLi
| fecycle(DefaultLifecycleExecutor.java:480)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(Defau
| ltLifecycleExecutor.java:459)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHan
| dleFailures(DefaultLifecycleExecutor.java:311)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmen
| ts(DefaultLifecycleExecutor.java:278)
| at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLi
| fecycleExecutor.java:143)
| at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:330)
| at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:123)
| at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
| java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
| sorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:324)
| at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
| at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
| at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
|
| at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
| [INFO] ------------------------------------------------------------------------
| [ERROR] BUILD ERROR
| [INFO] ------------------------------------------------------------------------
| [INFO] Error executing ant tasks
|
| Embedded error: Error running jbossws:
| Endpoint com.bbraun.bbmag.test.StatlessEJBEndpoint cannot be loaded
| [INFO] ------------------------------------------------------------------------
| [INFO] For more information, run Maven with the -e switch
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 1 minute 9 seconds
| [INFO] Finished at: Tue Apr 17 16:31:46 CEST 2007
| [INFO] Final Memory: 9M/20M
| [INFO] ------------------------------------------------------------------------
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037998#4037998
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037998
17 years, 8 months
[JBossWS] - NoClassDefFoundError: RuntimeWSDLParser.createReader
by electren
Hi all.
I want to consume a webservice with a dynamic Stub generated by Jax-WS-Api.
The WSDL-Parser is throwing following exception:
| java.lang.NoClassDefFoundError
| at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.createReader(RuntimeWSDLParser.java:786)
| at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.resolveWSDL(RuntimeWSDLParser.java:236)
| at com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser.parse(RuntimeWSDLParser.java:107)
| at com.sun.xml.ws.client.WSServiceDelegate.parseWSDL(WSServiceDelegate.java:226)
| at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:189)
| at com.sun.xml.ws.client.WSServiceDelegate.<init>(WSServiceDelegate.java:159)
| at com.sun.xml.ws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:81)
| at javax.xml.ws.Service.<init>(Service.java:56)
| at javax.xml.ws.Service.create(Service.java:680)
| at de.xxx.fm.app.web.bl.services.WSLogin.pruefeLogin(WSLogin.java:52)
| at de.xxx.fm.app.web.bl.facade.BusinessFacade.verifieLogin(BusinessFacade.java:63)
| at de.xxx.fm.app.web.gui.serviceworker.CommandDispatcher.bearbeiteLogin(CommandDispatcher.java:168)
| at de.xxx.fm.app.web.gui.serviceworker.CommandDispatcher.dispatch(CommandDispatcher.java:63)
| at de.xxx.fm.app.web.gui.servlet.FrontController.doService(FrontController.java:86)
| at de.xxx.fm.app.web.gui.servlet.FrontController.doPost(FrontController.java:58)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:156)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
Has anybody get this exception before?
The Class is in jaxws-rt.jar, which is include in the Jboss lib-dir...
I'm using the newest version of the api's...
Has anybody a solution for the problem?
Thanks for every kind of help..
greetings
Ben
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4037967#4037967
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4037967
17 years, 8 months