[JBoss JIRA] Created: (JBDS-1860) webservice_producer quickstart fails - method not found exception
by Len DiMaggio (JIRA)
webservice_producer quickstart fails - method not found exception
-----------------------------------------------------------------
Key: JBDS-1860
URL: https://issues.jboss.org/browse/JBDS-1860
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: SOA Platform
Affects Versions: 4.1.1.M1
Environment: Version: 4.1.1.GA
Build id: v20110908-0132-H1012-GA
Build date: 20110908-0132
SOA-P 5.2 ER4
Reporter: Len DiMaggio
Assignee: Brian Fitzpatrick
Fix For: 4.1.1.Final
The exception when the client is run is:
2011-09-21 23:04:51,288 INFO [STDOUT] (pool-51-thread-1) [<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:good="http://webservice_producer/goodbyeworld">
<soapenv:Header/>
<soapenv:Body>
<good:sayGoodbye>
<message>Goodbye!!</message>
</good:sayGoodbye>
</soapenv:Body>
</soapenv:Envelope>].
2011-09-21 23:04:51,311 ERROR [org.jboss.ws.core.jaxws.SOAPFaultHelperJAXWS] (pool-51-thread-1) SOAP request exception
java.lang.reflect.UndeclaredThrowableException
at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:248)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.processRequest(RequestHandlerImpl.java:470)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleRequest(RequestHandlerImpl.java:294)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.doPost(RequestHandlerImpl.java:203)
at org.jboss.wsf.stack.jbws.RequestHandlerImpl.handleHttpRequest(RequestHandlerImpl.java:129)
at org.jboss.soa.esb.actions.soap.SOAPProcessor.process(SOAPProcessor.java:212)
at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.processPipeline(ActionProcessingPipeline.java:649)
at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.processPipeline(ActionProcessingPipeline.java:603)
at org.jboss.soa.esb.listeners.message.ActionProcessingPipeline.process(ActionProcessingPipeline.java:433)
at org.jboss.soa.esb.listeners.message.MessageAwareListener$TransactionalRunner.run(MessageAwareListener.java:550)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.lang.NoSuchMethodError: org.jboss.soa.esb.actions.soap.SOAPProcessor.getMessage()Lorg/jboss/soa/esb/message/Message;
at org.jboss.soa.esb.samples.quickstart.webserviceproducer.webservice.GoodbyeWorldWS.sayGoodbye(GoodbyeWorldWS.java:23)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at org.jboss.wsf.container.jboss50.invocation.InvocationHandlerJSE.invoke(InvocationHandlerJSE.java:117)
at org.jboss.ws.core.server.ServiceEndpointInvoker.invoke(ServiceEndpointInvoker.java:241)
... 12 more
2011-09-21 23:04:51,314 INFO [STDOUT] (pool-51-thread-1) [Quickstart_webservice_producer] AFTER invoking jbossws endpoint:
2011-09-21 23:04:51,314 INFO [STDOUT] (pool-51-thread-1) [<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body><env:Fault xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><faultcode>env:Server</faultcode><faultstring>java.lang.reflect.UndeclaredThrowableException</faultstring></env:Fault></env:Body></env:Envelope>].
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBDS-1859) helloworld_file_action quickstart readme refers to: jboss-soa-p.5.3.0
by Len DiMaggio (JIRA)
helloworld_file_action quickstart readme refers to: jboss-soa-p.5.3.0
---------------------------------------------------------------------
Key: JBDS-1859
URL: https://issues.jboss.org/browse/JBDS-1859
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: SOA Platform
Affects Versions: 4.1.1.M1
Environment: Version: 4.1.1.GA
Build id: v20110908-0132-H1012-GA
Build date: 20110908-0132
Reporter: Len DiMaggio
Fix For: 4.1.1.Final
There is no such release as: 5.3.0
To compile this example, you should create EAP server runtime
with the name is "jboss-soa-p.5.3.0 Runtime" in your workspace.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (JBIDE-9408) JBoss Tools XML Editor should not format XML if the file is edited in Source tab.
by Alexey Kazakov (JIRA)
JBoss Tools XML Editor should not format XML if the file is edited in Source tab.
---------------------------------------------------------------------------------
Key: JBIDE-9408
URL: https://issues.jboss.org/browse/JBIDE-9408
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: XML Structured Editor
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.x
EXECUTE: Create JSF KickStart project
EXECUTE: Open web.xml with JBoss Tools XML Editor
EXECUTE: Re-format the text (use Ctrl+A & Ctrl+Shift+F for example)
EXECUTE: Save the file
EXECUTE: Change {code}<load-on-startup>1</load-on-startup>{code}to{code}<load-on-startup>some string</load-on-startup>{code}
EXECUTE: Save the file
{color:green}ASSERT:{color} Text keeps current format.
{color:red}FAILURE:{color} The text is re-formated back.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months
[JBoss JIRA] Created: (TOOLSDOC-257) Reorganize chapters in BPEL docs.
by Pavol Srna (JIRA)
Reorganize chapters in BPEL docs.
---------------------------------
Key: TOOLSDOC-257
URL: https://issues.jboss.org/browse/TOOLSDOC-257
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: BPEL Tools User Guide
Affects Versions: 3.2.1.Final
Reporter: Pavol Srna
Assignee: Isaac Rooskov
Fix For: 3.2.2.Final
Currently the BPEL docs contain a lot of chapters with 1 or 2 sentence description and chapter title has too many numbers. This is not well structured. For example look at chapter: "5.4.1.3.5. CompensateScope".
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 5 months