Re: Maven Eclipse Question
by Thomas Diesler
Sorry, that was the wrong link.
Have a look at
http://docs.codehaus.org/display/MAVENUSER/Eclipse+Integration
I actually use
http://m2eclipse.codehaus.org/
When importing a maven project and it renames your directory, have a look at
http://jira.codehaus.org/browse/MNGECLIPSE-552
cheers
-thomas
Richard Opalka wrote:
> Thanks, now I understand what you're doing ;)
>
> Richard
>
> Thomas Diesler wrote:
>> http://maven.apache.org/eclipse-plugin.html
>>
>> Richard Opalka wrote:
>>> Hi Thomas,
>>>
>>> how it is supposed to work?
>>>
>>> There's *mvn eclipse:eclipse* available that is able to generate
>>> eclipse project for you from POMs.
>>> Will it work this way?
>>>
>>> Richard
>>>
>>> jbossws-commits(a)lists.jboss.org wrote:
>>>> Author: thomas.diesler(a)jboss.com
>>>> Date: 2008-04-18 05:14:49 -0400 (Fri, 18 Apr 2008)
>>>> New Revision: 6487
>>>>
>>>> Modified:
>>>> framework/trunk/
>>>> framework/trunk/.classpath
>>>> Log:
>>>> Fix maven eclipse integration
>>>>
>>>>
>>>
>>
>
>
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
16 years, 8 months
Re: JBossWS target ?
by Thomas Diesler
Hi Max,
Max Rydahl Andersen wrote:
> Hi,
>
> Can any of you guys enlighten me in which version of JBossWS is used in JBoss AS, EAP and SOA-P ?
http://jbws.dyndns.org/mediawiki/index.php?title=Supported_Target_Containers
For EAP, and SOA-P I'm not sure.
>
> If it is version 3, which of the runtime engines is the one you would like tooling support for ?
>
> Which tools should we use for the various artifact generation ?
You should use wscompile/wsprovide which are available for all stacks.
>
> These questions have become urgent now that we have Denny and Grid being able to look into this.
Good, initially you would not do anything stack specific. We have a WS
framework SPI that is supposed to abstract away stack specifics.
cheers
-thomas
>
> Thanks,
> -max
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
Web Service Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
16 years, 9 months
[Design of JBoss Web Services] - ConfigurationException:axis.deployment.wsdd.WSDDException
by aneesh62003
WE are having a webservice client in our application.
During the deplyment time we are facing an issue.
Our jboss version is. Jboss 4.02 Rc1
Axis version. Implementation-Version: 1.2RC3 2236 February 28 2005
we have put the jboss-net-client.jar in the lib path from the docs
Now we are getting a Classcastexception while trying to create a call to the webservice.
ExceptionStrackTrace is as shown below.
org.apache.axis.deployment.wsdd.WSDDException: java.lang.ClassCastException
java.lang.ClassCastException
at org.apache.axis.encoding.ser.BaseSerializerFactory.createFactory(BaseSerializerFactory.java:261)
at org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment.java:341)
at org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingRegistry(WSDDDeployment.java:520)
at org.apache.axis.configuration.FileProvider.getTypeMappingRegistry(FileProvider.java:292)
at org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:359)
at org.apache.axis.MessageContext.getTypeMappingRegistry(MessageContext.java:452)
at org.apache.axis.client.Call.getTypeMapping(Call.java:2156)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2191)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2234)
at com.eppsClient.ShowPPCWSBindingStub.createCall(Unknown Source)
at com.eppsClient.ShowPPCWSBindingStub.showPPC(Unknown Source)
at com.eppsClient.ShowPPCWSClient.getBalance(Unknown Source)
at com.epps.FrontController.service(Unknown Source)
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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:147)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:53)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
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:825)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:743)
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:534)
at org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment.java:360)
at org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingRegistry(WSDDDeployment.java:520)
at org.apache.axis.configuration.FileProvider.getTypeMappingRegistry(FileProvider.java:292)
at org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:359)
at org.apache.axis.MessageContext.getTypeMappingRegistry(MessageContext.java:452)
at org.apache.axis.client.Call.getTypeMapping(Call.java:2156)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2191)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2234)
at com.eppsClient.ShowPPCWSBindingStub.createCall(Unknown Source)
at com.eppsClient.ShowPPCWSBindingStub.showPPC(Unknown Source)
at com.eppsClient.ShowPPCWSClient.getBalance(Unknown Source)
at com.epps.FrontController.service(Unknown Source)
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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:147)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:53)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
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:825)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:743)
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:534)
at org.apache.axis.deployment.wsdd.WSDDDeployment.deployMapping(WSDDDeployment.java:360)
at org.apache.axis.deployment.wsdd.WSDDDeployment.getTypeMappingRegistry(WSDDDeployment.java:520)
at org.apache.axis.configuration.FileProvider.getTypeMappingRegistry(FileProvider.java:292)
at org.apache.axis.AxisEngine.getTypeMappingRegistry(AxisEngine.java:359)
at org.apache.axis.MessageContext.getTypeMappingRegistry(MessageContext.java:452)
at org.apache.axis.client.Call.getTypeMapping(Call.java:2156)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2191)
at org.apache.axis.client.Call.registerTypeMapping(Call.java:2234)
at com.eppsClient.ShowPPCWSBindingStub.createCall(Unknown Source)
at com.eppsClient.ShowPPCWSBindingStub.showPPC(Unknown Source)
at com.eppsClient.ShowPPCWSClient.getBalance(Unknown Source)
at com.epps.FrontController.service(Unknown Source)
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.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
at org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:147)
at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:53)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
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:825)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:743)
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:534)
2008-04-15 14:00:14,321 ERROR [com.epps.FrontController] PPC Inquiry Unknown Exception
AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Failure trying to get the Call object; nested exception is:
java.lang.NullPointerException
faultActor:
faultNode:
faultDetail:
Failure trying to get the Call object; nested exception is:
java.lang.NullPointerException
at com.eppsClient.ShowPPCWSBindingStub.createCall(Unknown Source)
at com.eppsClient.ShowPPCWSBindingStub.showPPC(Unknown Source)
at com.eppsClient.ShowPPCWSClient.getBalance(Unknown Source)
Expecting ur help..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144175#4144175
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144175
16 years, 9 months