You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2005/12/06 23:04:31 UTC

svn commit: r354586 - /geronimo/trunk/configs/client/project.xml

Author: dain
Date: Tue Dec  6 14:04:30 2005
New Revision: 354586

URL: http://svn.apache.org/viewcvs?rev=354586&view=rev
Log:
Add a client dependency on tranql so exceptions can be deserialized in the client container.  This should removed once we have a general soltion to client exceptions.

Modified:
    geronimo/trunk/configs/client/project.xml

Modified: geronimo/trunk/configs/client/project.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/configs/client/project.xml?rev=354586&r1=354585&r2=354586&view=diff
==============================================================================
--- geronimo/trunk/configs/client/project.xml (original)
+++ geronimo/trunk/configs/client/project.xml Tue Dec  6 14:04:30 2005
@@ -196,6 +196,10 @@
             <groupId>tranql</groupId>
             <artifactId>tranql</artifactId>
             <version>${tranql_version}</version>
+            <properties>
+                <!-- TODO: this is only needed for deserializing exceptions on the client and should be removed -->
+                 <geronimo.dependency>true</geronimo.dependency>
+             </properties>
         </dependency>
         <dependency>
             <groupId>openejb</groupId>