[rules-users] Deployment Problem

arup arup4u2007 at gmail.com
Wed Feb 29 05:16:03 EST 2012


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.



More information about the rules-users mailing list