You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/18 14:49:13 UTC

svn commit: r649502 - /webservices/axis2/trunk/java/modules/jaxbri/pom.xml

Author: dims
Date: Fri Apr 18 05:49:12 2008
New Revision: 649502

URL: http://svn.apache.org/viewvc?rev=649502&view=rev
Log:
Some JDK's have old JAXB 2.0 API's, so override with endorsed mechanism

Modified:
    webservices/axis2/trunk/java/modules/jaxbri/pom.xml

Modified: webservices/axis2/trunk/java/modules/jaxbri/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxbri/pom.xml?rev=649502&r1=649501&r2=649502&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxbri/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxbri/pom.xml Fri Apr 18 05:49:12 2008
@@ -160,7 +160,7 @@
                 <configuration>
                     <skip>false</skip>
                     <forkMode>once</forkMode>
-                    <!--<argLine>-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=5006</argLine>-->
+                    <argLine>-Djava.endorsed.dirs=${settings.localRepository}/javax/xml/bind/jaxb-api/${jaxb.api.version}</argLine>
                     <includes>
                         <include>**/*Test.java</include>
                     </includes>



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