<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Erm … something seems wrong here.</div><div><br></div><div>If you're using 5.5.0.Final, then there should be no <b>"beans.xml"</b> in your WEB-INF directory.</div><div><br></div><div>5.5 uses Seam 3, which is configured with a <b>"components.xml"</b> file. Below is a copy of mine with logins disabled.</div><div><br></div><div>Steve</div><div><br></div><div><br></div><div><br></div><div><div>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</div><div>&lt;components xmlns="<a href="http://jboss.com/products/seam/components">http://jboss.com/products/seam/components</a>"</div><div>&nbsp; &nbsp; xmlns:core="<a href="http://jboss.com/products/seam/core">http://jboss.com/products/seam/core</a>" xmlns:security="<a href="http://jboss.com/products/seam/security">http://jboss.com/products/seam/security</a>"</div><div>&nbsp; &nbsp; xmlns:web="<a href="http://jboss.com/products/seam/web">http://jboss.com/products/seam/web</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>"</div><div>&nbsp; &nbsp; xmlns:transaction="<a href="http://jboss.com/products/seam/transaction">http://jboss.com/products/seam/transaction</a>"</div><div>&nbsp; &nbsp; xsi:schemaLocation="<a href="http://jboss.com/products/seam/core">http://jboss.com/products/seam/core</a> <a href="http://jboss.com/products/seam/core-2.0.xsd">http://jboss.com/products/seam/core-2.0.xsd</a></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://jboss.com/products/seam/security">http://jboss.com/products/seam/security</a> <a href="http://jboss.com/products/seam/security-2.0.xsd">http://jboss.com/products/seam/security-2.0.xsd</a></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://jboss.com/products/seam/components">http://jboss.com/products/seam/components</a> <a href="http://jboss.com/products/seam/components-2.0.xsd">http://jboss.com/products/seam/components-2.0.xsd</a></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://jboss.com/products/seam/web">http://jboss.com/products/seam/web</a> <a href="http://jboss.com/products/seam/web-2.0.xsd">http://jboss.com/products/seam/web-2.0.xsd</a></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<a href="http://jboss.com/products/seam/transaction">http://jboss.com/products/seam/transaction</a> <a href="http://jboss.com/products/seam/transaction-2.0.xsd">http://jboss.com/products/seam/transaction-2.0.xsd</a>"&gt;</div><div><br></div><div><br></div><div>&nbsp; &nbsp; &lt;core:init transaction-management-enabled="false" /&gt;</div><div>&nbsp; &nbsp; &lt;transaction:no-transaction /&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;component name="repositoryConfiguration"&gt;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- JackRabbit &nbsp;--&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;property name="properties"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;org.drools.repository.configurator&lt;/key&gt;&lt;value&gt;org.drools.repository.jackrabbit.JackrabbitRepositoryConfigurator&lt;/value&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- &nbsp;the root directory for the repo storage the directory must exist. --&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- &nbsp;&lt;key&gt;repository.root.directory&lt;/key&gt;&lt;value&gt;/opt/yourpath&lt;/value&gt; &nbsp;--&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/property&gt;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- ModeShape&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; passwords for the background users (admin and mailman), these need to match the setting</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; you provided for JAAS (used by ModeShape only).&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;property name="properties"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;org.drools.repository.configurator&lt;/key&gt; &nbsp; &nbsp;&lt;value&gt;org.drools.repository.modeshape.ModeShapeRepositoryConfigurator&lt;/value&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;org.modeshape.jcr.URL&lt;/key&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;value&gt;jndi:jcr/local?repositoryName=brms&lt;/value&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;org.drools.repository.secure.passwords&lt;/key&gt;&lt;value&gt;false&lt;/value&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;org.drools.repository.admin.password&lt;/key&gt; &nbsp;&lt;value&gt;admin&lt;/value&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;key&gt;org.drools.repository.mailman.password&lt;/key&gt;&lt;value&gt;mailman&lt;/value&gt; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/property&gt;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; --&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &lt;/component&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;!-- SECURITY IDENTITY CONFIGURATION --&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;!--</div><div>&nbsp; &nbsp; &nbsp; &nbsp; default (will take any username, useful if you want to keep track of</div><div>&nbsp; &nbsp; &nbsp; &nbsp; users but not authenticate</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &lt;security:identity authenticate-method="#{defaultAuthenticator.authenticate}" /&gt;</div><div>&nbsp; &nbsp; --&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;!--</div><div>&nbsp; &nbsp; &nbsp; &nbsp; NO authentication. This will bypass the login screen when you hit the</div><div>&nbsp; &nbsp; &nbsp; &nbsp; app. Everyone is "guest"</div><div>&nbsp; &nbsp; --&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;security:identity</div><div>&nbsp; &nbsp; &nbsp; &nbsp; authenticate-method="#{nilAuthenticator.authenticate}"/&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;!--</div><div>&nbsp; &nbsp; &nbsp; &nbsp; FOR EXAMPLE: the following one will use the jaas configuration called</div><div>&nbsp; &nbsp; &nbsp; &nbsp; "other" - which in jboss AS means you can use properties files for</div><div>&nbsp; &nbsp; &nbsp; &nbsp; users:</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;security:identity authenticate-method="#{authenticator.authenticate}"</div><div>&nbsp; &nbsp; &nbsp; &nbsp; jaas-config-name="other"/&gt;</div><div>&nbsp; &nbsp; --&gt;</div><div>&nbsp; &nbsp; &lt;!--</div><div>&nbsp; &nbsp; &nbsp; &nbsp; as JAAS is used you can use container specific ones to link up to your</div><div>&nbsp; &nbsp; &nbsp; &nbsp; login services, eg LDAP/AD etc</div><div>&nbsp; &nbsp; --&gt;</div><div><br></div><div>&nbsp; &nbsp; &lt;!-- SECURITY AUTHORIZATION CONFIGURATION --&gt;</div><div>&nbsp; &nbsp; &lt;!--</div><div>&nbsp; &nbsp; &nbsp; &nbsp; This is used to enable or disable role-based authorization. By default</div><div>&nbsp; &nbsp; &nbsp; &nbsp; it is disabled.</div><div>&nbsp; &nbsp; --&gt;</div><div>&nbsp; &nbsp; &lt;component name="org.jboss.seam.security.roleBasedPermissionResolver"&gt;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;property name="enableRoleBasedAuthorization"&gt;false&lt;/property&gt;</div><div>&nbsp; &nbsp; &lt;/component&gt;</div><div><br></div><div>&lt;/components&gt;</div></div><div><br></div><div><br></div><br><div><div>On 30 May 2013, at 14:00, drdaveg &lt;<a href="mailto:drdaveg@gmail.com">drdaveg@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Sure! I &nbsp;believe this is the all from the exploded 5.5 Guvnor war:<br><br>guvnor\WEB-INF\lib\seam-security-3.1.0.Final.jar<br>guvnor\WEB-INF\lib\seam-security-api-3.1.0.Final.jar<br><br>and the /WEB-INF/beans.xml:<br><br><br><br><br><br>--<br>View this message in context: <a href="http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4024028.html">http://drools.46999.n3.nabble.com/Deployment-on-websphere-tp4023800p4024028.html</a><br>Sent from the Drools: User forum mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>_______________________________________________<br>rules-users mailing list<br><a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/rules-users<br></blockquote></div><br></body></html>