[JBoss JIRA] Deleted: (JBESB-3056) QS: webservice_wssecurity quickstart is not working
by Boris Belovic (JIRA)
[ https://jira.jboss.org/jira/browse/JBESB-3056?page=com.atlassian.jira.plu... ]
Boris Belovic deleted JBESB-3056:
---------------------------------
> QS: webservice_wssecurity quickstart is not working
> ---------------------------------------------------
>
> Key: JBESB-3056
> URL: https://jira.jboss.org/jira/browse/JBESB-3056
> Project: JBoss ESB
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Boris Belovic
> Priority: Minor
>
> Running (ant runtest) webservice_wssecurity quickstart ends up with this exception:
> ERROR [main][CommonClient] Exception caught while (preparing for) performing the invocation:
> [java] java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
> [java] at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441)
> [java] at org.jboss.ws.core.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:87)
> [java] at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:169)
> [java] at org.jboss.ws.core.CommonSOAP11Binding.createMessage(CommonSOAP11Binding.java:57)
> [java] Exception in thread "main" javax.xml.ws.WebServiceException: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
> [java] at org.jboss.ws.core.CommonSOAPBinding.bindRequestMessage(CommonSOAPBinding.java:155)
> [java] at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:289)
> [java] at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:231)
> [java] at org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(ClientImpl.java:310)
> [java] at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:162)
> [java] at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:148)
> [java] at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:243)
> [java] at $Proxy12.echoUserType(Unknown Source)
> [java] at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:162)
> [java] at org.jboss.test.ws.jaxws.samples.wssecurity.client.WSSClient.main(WSSClient.java:46)
> [java] at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:148)
> [java] at $Proxy12.echoUserType(Unknown Source)
> [java] at org.jboss.test.ws.jaxws.samples.wssecurity.client.WSSClient.main(WSSClient.java:46)
> [java] Caused by: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
> [java] at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:441)
> [java] at org.jboss.ws.core.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:87)
> [java] at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:169)
> [java] at org.jboss.ws.core.CommonSOAP11Binding.createMessage(CommonSOAP11Binding.java:57)
> [java] at org.jboss.ws.core.CommonSOAPBinding.bindRequestMessage(CommonSOAPBinding.java:155)
> [java] at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:289)
> [java] at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:231)
> [java] ... 4 more
> this looks like "java.endorsed.dirs property" problem seen in CP02, it also can be worked around in the same way - adding <sysproperty> to runtest target in build.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months
[JBoss JIRA] Created: (JBESB-2991) ERROR messages in logs when invoking operations
by Jaroslaw Kijanowski (JIRA)
ERROR messages in logs when invoking operations
-----------------------------------------------
Key: JBESB-2991
URL: https://jira.jboss.org/jira/browse/JBESB-2991
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Management
Affects Versions: 4.6
Reporter: Jaroslaw Kijanowski
When running the "Reset the message counter" operation at the Service level I get this error in the jon server log:
2009-09-16 12:25:56,986 ERROR [OperationManager.invoker-1] (rhq.core.pc.operation.OperationInvocation)- Plugin error: Operation [resetCounter] is defined as returning no results, but it returned non-null results: Configuration[id=0, operationResult=Invoking the resetCounter on the lifecycle.]
When running the "Stop listener" operation at the Listener Configuration level I get this error in the jon server log:
2009-09-16 15:55:15,579 ERROR [OperationManager.invoker-1] (rhq.core.pc.operation.OperationInvocation)- Plugin error: Operation [stop] is defined as returning no results, but it returned non-null results: Configuration[id=0, operationResult=Invoking the stop on the lifecycle.]
When running the "Start listener" operation at the Listener Configuration level I get this error in the jon server log:
2009-09-16 15:55:29,819 ERROR [OperationManager.invoker-1] (rhq.core.pc.operation.OperationInvocation)- Plugin error: Operation [start] is defined as returning no results, but it returned non-null results: Configuration[id=0, operationResult=Invoking the start on the lifecycle.]
Doesn't look like it breaks anything.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 11 months