You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2008/04/02 10:56:24 UTC

[jira] Created: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

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



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


Re: [jira] Commented: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

Posted by Simon Nash <na...@apache.org>.
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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

Posted by "Mark Combellack (JIRA)" <tu...@ws.apache.org>.
    [ 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

Posted by "Mark Combellack (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584469#action_12584469 ] 

Mark Combellack commented on TUSCANY-2185:
------------------------------------------

I've noticed that the Continuum build currently fails because of this issue.

I've just done a full rebuild of the Tuscany root with an empty Maven repository and it builds without this error. Looks like it is specific to the 1.2 branch
  



> 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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

Posted by "Mark Combellack (JIRA)" <tu...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584538#action_12584538 ] 

Mark Combellack commented on TUSCANY-2185:
------------------------------------------

I've committed fixes for this problem. The projects build locally without issue. Waiting for Continuum build to complete to verify fix.

> 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
>            Assignee: Mark Combellack
>            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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Assigned: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

Posted by "Mark Combellack (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Combellack reassigned TUSCANY-2185:
----------------------------------------

    Assignee: Mark Combellack

> 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
>            Assignee: Mark Combellack
>            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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Resolved: (TUSCANY-2185) Compile errors in the HelloWorld Web Service JMS and HelloWorld Service JMS samples

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-2185.
--------------------------------------

    Resolution: Fixed

Fixed. Thanks Mark.

> 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
>            Assignee: Mark Combellack
>            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

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org