[
http://jira.jboss.com/jira/browse/JBESB-923?page=comments#action_12374187 ]
Tom Cunningham commented on JBESB-923:
--------------------------------------
Here's what I'm getting on webservice_bpel :
build-ejb-service:
[delete] Deleting directory
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/build/order-manager
[mkdir] Created dir:
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/build/order-manager
[javac] Compiling 13 source files to
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/build/order-manager
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/services/order-manager/src/com/activebpel/ordermanagement/OrderManagerBean.java:25:
cannot find symbol
[javac] symbol : class Remote
[javac] location: package javax.ejb
[javac] import javax.ejb.Remote;
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/services/order-manager/src/com/activebpel/ordermanagement/OrderManagerBean.java:26:
cannot find symbol
[javac] symbol : class Stateless
[javac] location: package javax.ejb
[javac] import javax.ejb.Stateless;
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/services/order-manager/src/com/activebpel/ordermanagement/OrderManagerBean.java:39:
cannot find symbol
[javac] symbol: class Stateless
[javac] @Stateless
[javac] ^
[javac]
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/services/order-manager/src/com/activebpel/ordermanagement/OrderManagerBean.java:40:
cannot find symbol
[javac] symbol: class Remote
[javac] @Remote(OrderManager.class)
[javac] ^
[javac] 4 errors
BUILD FAILED
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/build.xml:12:
The following error occurred while executing this line:
/Users/tcunning/src/esb/trunk/product/samples/quickstarts/webservice_bpel/build.xml:93:
Compile failed; see the compiler error output for details.
WebService quickstarts should spit out the
"assert-ejb3-available" message
--------------------------------------------------------------------------
Key: JBESB-923
URL:
http://jira.jboss.com/jira/browse/JBESB-923
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Reporter: Tom Cunningham
Assigned To: Tom Fennelly
Fix For: 4.2
The WebService quickstarts seem to require EJB3 - they should spit out the
"assert-ejb3-available" message like the business_service webstart, which
explains that the QS requires a JBoss EJB3 container.
--
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