[
http://jira.jboss.com/jira/browse/JBESB-872?page=comments#action_12373425 ]
Burr Sutter commented on JBESB-872:
-----------------------------------
I believe the ServiceInvoker no longer has the close method therefore a couple of QSs need
to be tweaked. I'll make the change and retest.
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: Burr Sutter
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