Mark Combellack (JIRA) wrote:
[ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584473#action_12584473 ]
Mark Combellack commented on TUSCANY-2185:
------------------------------------------

I think the problem is due to activemq should be a compile dependency in the 
pom.xml.

The following commit makes the change on the root but this has not been rippled 
into the 1.2 branch

http://svn.apache.org/viewvc?view=rev&sortby=date&revision=643527

the pom.xml changes in 
http://svn.apache.org/viewvc?view=rev&sortby=date&revision=629037


Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS 
samples
-----------------------------------------------------------------------------------

                Key: TUSCANY-2185
                URL: https://issues.apache.org/jira/browse/TUSCANY-2185
            Project: Tuscany
         Issue Type: Bug
         Components: Java SCA Samples
   Affects Versions: Java-SCA-1.2
           Reporter: ant elder
           Priority: Blocker
            Fix For: Java-SCA-1.2


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

Sorry, I had not realised this was broken in the 1.2 branch as well.
If comeone else can copy over this change (if not already done),
I would appreciate it.

  Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to