[JBoss JIRA] Created: (JBESB-837) Add CI task for the QSs back in
by Kurt Stam (JIRA)
Add CI task for the QSs back in
-------------------------------
Key: JBESB-837
URL: http://jira.jboss.com/jira/browse/JBESB-837
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Kurt Stam
Assigned To: Kevin Conner
Priority: Critical
Fix For: 4.2
Hi Kev,
Just a reminder since I think this is of crucial importance to the QA effort.
The build machines seem to have a problem with running the ci target for the QSs. Someone with access to the build machines (Kev?) need to take a look at that and put this back in pace.
The lines:
<ant dir="product/samples/quickstarts/tests" target="qs-test"/>
and
<ant dir="product/samples/quickstarts/tests" target="qs-clean"/>
should be put back into action.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month
[JBoss JIRA] Created: (JBESB-1102) webservice_consumer2 quickstart Option #1 request markup does not work
by James Williams (JIRA)
webservice_consumer2 quickstart Option #1 request markup does not work
----------------------------------------------------------------------
Key: JBESB-1102
URL: http://jira.jboss.com/jira/browse/JBESB-1102
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Environment: ESB head using JBossAS 4.2.1 with JBossWS 2.0.0 and the "patch-jbossws" target.
Reporter: James Williams
Assigned To: Mark Little
Priority: Minor
This wiki mentions two different options for SOAPClient requests. I have a quickstart for both styles, called "webservice_consumer2". It appears as though "Option 1" does not work. It seems as though the request parameters are not getting mapped to SOAP parameters correctly. To test this, just run the "webservice_consumer2" quickstart with the jboss-esb.xml markup for the request action that looks like:
<action name="request-mapper"
class="org.jboss.soa.esb.samples.quickstart.webservice_consumer2.MyRequestAction"
process="option1">
</action>
The default markup for the quickstart is:
<action name="request-mapper"
class="org.jboss.soa.esb.samples.quickstart.webservice_consumer2.MyRequestAction"
process="option2">
</action>
I did this to keep the quickstart from blowing up, but I think "Option 1" should probably be the default.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month
[JBoss JIRA] Created: (JBESB-872) exceptions_faults QS - cannot compile
by Jaroslaw Kijanowski (JIRA)
exceptions_faults QS - cannot compile
-------------------------------------
Key: JBESB-872
URL: http://jira.jboss.com/jira/browse/JBESB-872
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.2 Milestone Release 3
Reporter: Jaroslaw Kijanowski
Assigned To: Mark Little
Checked out revision 14449 ant trying to compile the exceptions_faults QS:
[javac] /product/samples/quickstarts/exceptions_faults/src/org/jboss/soa/esb/samples/quickstart/exceptions/test/SendEsbMessage.java:70: cannot find symbol
[javac] symbol : method close()
[javac] location: class org.jboss.soa.esb.client.ServiceInvoker
[javac] invoker.close();
[javac] ^
[javac] /product/samples/quickstarts/exceptions_faults/src/org/jboss/soa/esb/samples/quickstart/exceptions/test/SendEsbMessageSync.java:72: cannot find symbol
[javac] symbol : method close()
[javac] location: class org.jboss.soa.esb.client.ServiceInvoker
[javac] invoker.close();
[javac] ^
[javac] 2 errors
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 1 month