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 2006/10/13 14:26:35 UTC

[jira] Created: (TUSCANY-839) Extension jars packaged into a war by the war plugin loadExtensionDependencies don't seem to get found

Extension jars packaged into a war by the war plugin loadExtensionDependencies don't seem to get found 
-------------------------------------------------------------------------------------------------------

                 Key: TUSCANY-839
                 URL: http://issues.apache.org/jira/browse/TUSCANY-839
             Project: Tuscany
          Issue Type: Bug
    Affects Versions: Java-M2
            Reporter: ant elder
             Fix For: Java-M2


Extension jars packaged into a war by the war plugin loadExtensionDependencies don't seem to get found.

For example using the patch below to use loadExtensionDependencies with the jsonrpc sample causes it to get a classnotfound exception when you try to use the sample in tomcat.

Index: C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml
===================================================================
--- C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml	(revision 463610)
+++ C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml	(working copy)
@@ -53,6 +53,7 @@
                     </execution>
                 </executions>
                 <configuration>
+                    <loadExtensionDependencies>true</loadExtensionDependencies>
                     <extensions>
                        <dependency>
                           <groupId>org.apache.tuscany.sca.services.bindings</groupId>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


Re: [jira] Created: (TUSCANY-839) Extension jars packaged into a war by the war plugin loadExtensionDependencies don't seem to get found

Posted by Raymond Feng <en...@gmail.com>.
Hi, ant.

I'm looking into this area and have identified some issues with local fixes. 
I'll commit them when I reach a reasonable stage.

Thanks,
Raymond

----- Original Message ----- 
From: "ant elder (JIRA)" <tu...@ws.apache.org>
To: <tu...@ws.apache.org>
Sent: Friday, October 13, 2006 5:26 AM
Subject: [jira] Created: (TUSCANY-839) Extension jars packaged into a war by 
the war plugin loadExtensionDependencies don't seem to get found


> Extension jars packaged into a war by the war plugin 
> loadExtensionDependencies don't seem to get found
> -------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-839
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-839
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-M2
>            Reporter: ant elder
>             Fix For: Java-M2
>
>
> Extension jars packaged into a war by the war plugin 
> loadExtensionDependencies don't seem to get found.
>
> For example using the patch below to use loadExtensionDependencies with 
> the jsonrpc sample causes it to get a classnotfound exception when you try 
> to use the sample in tomcat.
>
> Index: C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml
> ===================================================================
> --- C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml (revision 
> 463610)
> +++ C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml (working copy)
> @@ -53,6 +53,7 @@
>                     </execution>
>                 </executions>
>                 <configuration>
> + 
> <loadExtensionDependencies>true</loadExtensionDependencies>
>                     <extensions>
>                        <dependency>
> 
> <groupId>org.apache.tuscany.sca.services.bindings</groupId>
>
>
>
> -- 
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators: 
> http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
> For additional commands, e-mail: tuscany-dev-help@ws.apache.org
> 


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


[jira] Closed: (TUSCANY-839) Extension jars packaged into a war by the war plugin loadExtensionDependencies don't seem to get found

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

ant elder closed TUSCANY-839.
-----------------------------

    Resolution: Fixed

Fixed

> Extension jars packaged into a war by the war plugin loadExtensionDependencies don't seem to get found
> ------------------------------------------------------------------------------------------------------
>
>                 Key: TUSCANY-839
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-839
>             Project: Tuscany
>          Issue Type: Bug
>    Affects Versions: Java-M2
>            Reporter: ant elder
>             Fix For: Java-M2
>
>
> Extension jars packaged into a war by the war plugin loadExtensionDependencies don't seem to get found.
> For example using the patch below to use loadExtensionDependencies with the jsonrpc sample causes it to get a classnotfound exception when you try to use the sample in tomcat.
> Index: C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml
> ===================================================================
> --- C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml	(revision 463610)
> +++ C:/SCA/SVN/TRUNK/samples/sca/helloworldjsonrpc/pom.xml	(working copy)
> @@ -53,6 +53,7 @@
>                      </execution>
>                  </executions>
>                  <configuration>
> +                    <loadExtensionDependencies>true</loadExtensionDependencies>
>                      <extensions>
>                         <dependency>
>                            <groupId>org.apache.tuscany.sca.services.bindings</groupId>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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