[rules-users] Deployment Problem

Geoffrey De Smet ge0ffrey.spam at gmail.com
Wed Feb 29 05:23:58 EST 2012


Could be because the seam-security.jar is in the guvnor war (under 
WEB-INF/lib) but also somehow in your WAS classpath too.
Try removing it from the war.

Op 29-02-12 11:16, arup schreef:
> Hi all,
> while deploying my guvnor to WAS 6.1 in getting the following error:
>
> two packages with the same @Namespace:
> http://jboss.com/products/seam/security
>
> Can u please help me to solve this. my components.xml is as follow:
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <components xmlns="http://jboss.com/products/seam/components"
>              xmlns:core="http://jboss.com/products/seam/core"
>              xmlns:security="http://jboss.com/products/seam/security"
>              xmlns:web="http://jboss.com/products/seam/web"
>              xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>              xmlns:transaction="http://jboss.com/products/seam/transaction"
>              xsi:schemaLocation=
>                  "http://jboss.com/products/seam/core
> http://jboss.com/products/seam/core-2.0.xsd
>                   http://jboss.com/products/seam/security
> http://jboss.com/products/seam/security-2.0.xsd
>                   http://jboss.com/products/seam/components
> http://jboss.com/products/seam/components-2.0.xsd
>                   http://jboss.com/products/seam/web
> http://jboss.com/products/seam/web-2.0.xsd
>                   http://jboss.com/products/seam/transaction
> http://jboss.com/products/seam/transaction-2.0.xsd">
>
>
> 	<core:init transaction-management-enabled="false"/>
> 	<transaction:no-transaction/>
>
>      <component name="repositoryConfiguration">
> 		
> 	</component>
>
>         <security:identity
> authenticate-method="#{defaultAuthenticator.authenticate}"/>
>
>          <security:role-based-permission-resolver
> enable-role-based-authorization="false"/>
>
> </components>
>
>
>
> --
> View this message in context: http://drools.46999.n3.nabble.com/Deployment-Problem-tp3786810p3786810.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>

-- 
With kind regards,
Geoffrey De Smet





More information about the rules-users mailing list