You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <da...@yahoo.com> on 2007/03/31 17:24:09 UTC

Re: svn commit: r524364 - /geronimo/server/trunk/configs/axis2-deployer/pom.xml

You shouldn't need this.... it should come from the xmlbeans config  
through geronimo-gbean-deployer.  If this doesn't work you should  
depend on the new xmlbeans config or you run the risk of loading  
xmlbeans in 2 classloaders and getting classcast exception.

thanks
david jencks

On Mar 30, 2007, at 9:06 PM, dims@apache.org wrote:

> Author: dims
> Date: Fri Mar 30 21:06:50 2007
> New Revision: 524364
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=524364
> Log:
> add xmlbeans dependency to the axis2 deployer
>
> Modified:
>     geronimo/server/trunk/configs/axis2-deployer/pom.xml
>
> Modified: geronimo/server/trunk/configs/axis2-deployer/pom.xml
> URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/ 
> axis2-deployer/pom.xml?view=diff&rev=524364&r1=524363&r2=524364
> ====================================================================== 
> ========
> --- geronimo/server/trunk/configs/axis2-deployer/pom.xml (original)
> +++ geronimo/server/trunk/configs/axis2-deployer/pom.xml Fri Mar 30  
> 21:06:50 2007
> @@ -34,7 +34,12 @@
>      <packaging>car</packaging>
>
>      <dependencies>
> -
> +        <!-- Thirdparty Dependencies -->
> +        <dependency>
> +            <groupId>xmlbeans</groupId>
> +            <artifactId>xbean</artifactId>
> +        </dependency>
> +
>          <dependency>
>              <groupId>org.apache.geronimo.configs</groupId>
>               <artifactId>jaxws-deployer</artifactId>
>
>