Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
Java-SCA-1.2
-
None
Description
I get the following compile errors when building the samples in the 1.2 branch:
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA HelloWorld Web Service JMS Sample (during install)
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-ws-service-jms\src\main\java\helloworld\HelloWorldServer.java:[23,34] package org.apache.activemq.
broker does not exist
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-ws-service-jms\src\main\java\helloworld\HelloWorldServer.java:[32,21] cannot find symbol
symbol : class BrokerService
location: class helloworld.HelloWorldServer
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-ws-service-jms\src\main\java\helloworld\HelloWorldServer.java:[33,8] cannot find symbol
symbol : class BrokerService
location: class helloworld.HelloWorldServer
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-ws-service-jms\src\main\java\helloworld\HelloWorldServer.java:[33,38] cannot find symbol
symbol : class BrokerService
location: class helloworld.HelloWorldServer
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-ws-service-jms\src\main\java\helloworld\HelloWorldServer.java:[43,8] cannot find symbol
symbol : class BrokerService
location: class helloworld.HelloWorldServer
[INFO] ------------------------------------------------------------------------
[INFO] Error for project: Apache Tuscany SCA HelloWorld Service JMS Sample (during install)
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-service-jms\src\main\java\helloworld\HelloWorldServer.java:[23,34] package org.apache.activemq.bro
ker does not exist
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-service-jms\src\main\java\helloworld\HelloWorldServer.java:[24,44] package org.apache.tuscany.sca.
host.embedded does not exist
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-service-jms\src\main\java\helloworld\HelloWorldServer.java:[33,8] cannot find symbol
symbol : class SCADomain
location: class helloworld.HelloWorldServer
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-service-jms\src\main\java\helloworld\HelloWorldServer.java:[35,24] cannot find symbol
symbol : class BrokerService
location: class helloworld.HelloWorldServer
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-service-jms\src\main\java\helloworld\HelloWorldServer.java:[35,51] cannot find symbol
symbol : class BrokerService
location: class helloworld.HelloWorldServer
C:\Tuscany\SVN\1.2-BRN\samples\helloworld-service-jms\src\main\java\helloworld\HelloWorldServer.java:[42,36] cannot find symbol
symbol : variable SCADomain
location: class helloworld.HelloWorldServer