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)" <[email protected]>
To: <[email protected]>
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to