You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Simon Nash (JIRA)" <de...@tuscany.apache.org> on 2010/10/14 14:48:33 UTC

[jira] Created: (TUSCANY-3726) The store-dojo sample and its runtime dependencies should be included in the binary distribution

The store-dojo sample and its runtime dependencies should be included in the binary distribution
------------------------------------------------------------------------------------------------

                 Key: TUSCANY-3726
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3726
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Samples
    Affects Versions: Java-SCA-1.6
            Reporter: Simon Nash
            Assignee: Simon Nash
             Fix For: Java-SCA-1.6.1


The store-dojo sample and its runtime dependencies should be included in the Tuscany SCA Java binary distribution.

This requires the following jar files to be added to the modules folder of the binary distribution:
  tuscany-binding-atom-js-dojo
  tuscany-binding-jsonrpc-js-dojo
  tuscany-implementation-widget-runtime-dojo
  tuscany-web-javascript-dojo
  tuscany-host-tomcat
The runtime dependencies of these jars need to be added to the lib folder of the binary distribution.

These jars can't be added to tuscany-sca-all and tuscany-sca-manifest because of classpath conflicts with other modules already present there.  

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


[jira] Resolved: (TUSCANY-3726) The store-dojo sample and its runtime dependencies should be included in the binary distribution

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon Nash resolved TUSCANY-3726.
---------------------------------

    Resolution: Fixed

Resolved under revisions r1022644 and r1022646.

> The store-dojo sample and its runtime dependencies should be included in the binary distribution
> ------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3726
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3726
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.6.1
>
>
> The store-dojo sample and its runtime dependencies should be included in the Tuscany SCA Java binary distribution.
> This requires the following jar files to be added to the modules folder of the binary distribution:
>   tuscany-binding-atom-js-dojo
>   tuscany-binding-jsonrpc-js-dojo
>   tuscany-implementation-widget-runtime-dojo
>   tuscany-web-javascript-dojo
>   tuscany-host-tomcat
> The runtime dependencies of these jars need to be added to the lib folder of the binary distribution.
> These jars can't be added to tuscany-sca-all and tuscany-sca-manifest because of classpath conflicts with other modules already present there.  

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


[jira] Commented: (TUSCANY-3726) The store-dojo sample and its runtime dependencies should be included in the binary distribution

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12922092#action_12922092 ] 

Simon Nash commented on TUSCANY-3726:
-------------------------------------

It turns out that there's another change needed to make this work. There's some code in node-launcher/NodeLauncherUtil.java that creates a runtime classpath from all the jars in the modules and lib directories with a few selected jars filtered out.  I've updated this filtering to exclude the *-dojo jars.

I have made this change under revision r1023825.

> The store-dojo sample and its runtime dependencies should be included in the binary distribution
> ------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3726
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3726
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.6.1
>
>
> The store-dojo sample and its runtime dependencies should be included in the Tuscany SCA Java binary distribution.
> This requires the following jar files to be added to the modules folder of the binary distribution:
>   tuscany-binding-atom-js-dojo
>   tuscany-binding-jsonrpc-js-dojo
>   tuscany-implementation-widget-runtime-dojo
>   tuscany-web-javascript-dojo
>   tuscany-host-tomcat
> The runtime dependencies of these jars need to be added to the lib folder of the binary distribution.
> These jars can't be added to tuscany-sca-all and tuscany-sca-manifest because of classpath conflicts with other modules already present there.  

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


[jira] Commented: (TUSCANY-3726) The store-dojo sample and its runtime dependencies should be included in the binary distribution

Posted by "Simon Nash (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12925023#action_12925023 ] 

Simon Nash commented on TUSCANY-3726:
-------------------------------------

Fix merged from 1.6.1 branch into 1.x trunk under revisions r1027555, r1027556 and r1027629.

> The store-dojo sample and its runtime dependencies should be included in the binary distribution
> ------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3726
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3726
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.6
>            Reporter: Simon Nash
>            Assignee: Simon Nash
>             Fix For: Java-SCA-1.6.1
>
>
> The store-dojo sample and its runtime dependencies should be included in the Tuscany SCA Java binary distribution.
> This requires the following jar files to be added to the modules folder of the binary distribution:
>   tuscany-binding-atom-js-dojo
>   tuscany-binding-jsonrpc-js-dojo
>   tuscany-implementation-widget-runtime-dojo
>   tuscany-web-javascript-dojo
>   tuscany-host-tomcat
> The runtime dependencies of these jars need to be added to the lib folder of the binary distribution.
> These jars can't be added to tuscany-sca-all and tuscany-sca-manifest because of classpath conflicts with other modules already present there.  

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