[jboss-cvs] Repository SVN: r28490 - in jboss-portal/modules/test: 1.0.5 and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 6 02:15:59 EDT 2009


Author: thomas.heute at jboss.com
Date: 2009-08-06 02:15:59 -0400 (Thu, 06 Aug 2009)
New Revision: 28490

Added:
   jboss-portal/modules/test/1.0.5/
   jboss-portal/modules/test/1.0.5/component-info.xml
   jboss-portal/modules/test/1.0.5/lib/
   jboss-portal/modules/test/1.0.5/lib/opends.zip
   jboss-portal/modules/test/1.0.5/lib/portal-test-agent.sar
   jboss-portal/modules/test/1.0.5/lib/portal-test-generic-lib.jar
   jboss-portal/modules/test/1.0.5/lib/portal-test-jboss-lib.jar
   jboss-portal/modules/test/1.0.5/lib/portal-test-lib.jar
   jboss-portal/modules/test/1.0.5/resources/
   jboss-portal/modules/test/1.0.5/resources/datasources.xml
   jboss-portal/modules/test/1.0.5/resources/directories-extrolemodule.xml
   jboss-portal/modules/test/1.0.5/resources/directories-extusermodule.xml
   jboss-portal/modules/test/1.0.5/resources/directories-identity.xml
   jboss-portal/modules/test/1.0.5/resources/directories-simplerolemodule.xml
   jboss-portal/modules/test/1.0.5/resources/directories-simpleusermodule.xml
   jboss-portal/modules/test/1.0.5/resources/directories-staticgroupmembership.xml
   jboss-portal/modules/test/1.0.5/resources/directories-staticrolemembership.xml
   jboss-portal/modules/test/1.0.5/resources/directories-userprofilemodule.xml
   jboss-portal/modules/test/1.0.5/resources/directories.xml
   jboss-portal/modules/test/1.0.5/resources/hibernates.xml
Log:
Adding test 1.0.5


Added: jboss-portal/modules/test/1.0.5/component-info.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/component-info.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/component-info.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,28 @@
+<project name="jboss-portal-test-component-info">
+   <component id="jboss-portal/modules/test"
+              licenseType="lgpl"
+              version="1.0.5"
+              projectHome="http://labs.jboss.com/jbossportal"
+              description="JBoss Portal test module library">
+      <artifact id="portal-test-lib.jar"/>
+      <artifact id="portal-test-jboss-lib.jar"/>
+      <artifact id="portal-test-generic-lib.jar"/>
+      <artifact id="portal-test-agent.sar"/>
+      <artifact id="datasources.xml"/>
+      <artifact id="directories-extrolemodule.xml"/>
+      <artifact id="directories-extusermodule.xml"/>
+      <artifact id="directories-identity.xml"/>
+      <artifact id="directories-simplerolemodule.xml"/>
+      <artifact id="directories-simpleusermodule.xml"/>
+      <artifact id="directories-staticgroupmembership.xml"/>
+      <artifact id="directories-staticrolemembership.xml"/>
+      <artifact id="directories-userprofilemodule.xml"/>
+      <artifact id="directories.xml"/>
+      <artifact id="hibernates.xml"/>
+      <artifact id="opends.zip"/>
+      <export>
+         <include input="portal-test-lib.jar"/>
+      </export>
+   </component>
+
+</project>

Added: jboss-portal/modules/test/1.0.5/lib/opends.zip
===================================================================
(Binary files differ)


Property changes on: jboss-portal/modules/test/1.0.5/lib/opends.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss-portal/modules/test/1.0.5/lib/portal-test-agent.sar
===================================================================
(Binary files differ)


Property changes on: jboss-portal/modules/test/1.0.5/lib/portal-test-agent.sar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss-portal/modules/test/1.0.5/lib/portal-test-generic-lib.jar
===================================================================
(Binary files differ)


Property changes on: jboss-portal/modules/test/1.0.5/lib/portal-test-generic-lib.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss-portal/modules/test/1.0.5/lib/portal-test-jboss-lib.jar
===================================================================
(Binary files differ)


Property changes on: jboss-portal/modules/test/1.0.5/lib/portal-test-jboss-lib.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss-portal/modules/test/1.0.5/lib/portal-test-lib.jar
===================================================================
(Binary files differ)


Property changes on: jboss-portal/modules/test/1.0.5/lib/portal-test-lib.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jboss-portal/modules/test/1.0.5/resources/datasources.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/datasources.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/datasources.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,60 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<datasources>
+   <!-- The hsqldb datasource -->
+   <datasource>
+      <datasource-name>hsqldb</datasource-name>
+      <connection-url>jdbc:hsqldb:file:test</connection-url>
+      <driver-class>org.hsqldb.jdbcDriver</driver-class>
+      <user-name>sa</user-name>
+      <password></password>
+   </datasource>
+<!--
+   <datasource>
+     <datasource-name>mysql5</datasource-name>
+     <connection-url>jdbc:mysql://localhost:3306/jbossportal?useServerPrepStmts=false&amp;jdbcCompliantTruncation=false</connection-url>
+     <driver-class>com.mysql.jdbc.Driver</driver-class>
+     <user-name>portal</user-name>
+     <password>portalpassword</password>
+   </datasource>
+-->
+<!--
+  <datasource>
+    <datasource-name>oracle10g</datasource-name>
+    <connection-url>jdbc:oracle:thin:jbossportal/portalpassword at 192.168.0.124:1521:orcl</connection-url>
+    <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>
+    <user-name>jbossportal</user-name>
+    <password>portalpassword</password>
+  </datasource>
+-->
+<!--
+  <datasource>
+    <datasource-name>postgresql8</datasource-name>
+    <connection-url>jdbc:postgresql:jbossportal</connection-url>
+    <driver-class>org.postgresql.Driver</driver-class>
+    <user-name>portal</user-name>
+    <password>portalpassword</password>
+  </datasource> 
+-->   
+</datasources>

Added: jboss-portal/modules/test/1.0.5/resources/directories-extrolemodule.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-extrolemodule.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-extrolemodule.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,94 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <config-file>test/config/extrole/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <config-file>test/config/extrole/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/extrole/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/extrole/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+  </directory>
+  <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories-extusermodule.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-extusermodule.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-extusermodule.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,94 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <config-file>test/config/extuser/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <config-file>test/config/extuser/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+      <config-file>test/config/extuser/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+
+   <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/extuser/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+  </directory>
+  <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories-identity.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-identity.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-identity.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,136 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean -StaticGroupMembership config</description>
+
+      <config-file>test/config/identity/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <populate-ldif>test/ldif/initial-tests-notpopulated-opends.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>OpenDS - StaticRoleMembership</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean - StaticRoleMembership config</description>
+      <config-file>test/config/identity/opends-config-staticrole.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <populate-ldif>test/ldif/initial-tests-notpopulated-opends.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs - StaticGroupMembership config</description>
+
+      <config-file>test/config/identity/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <populate-ldif>test/ldif/initial-tests-notpopulated-sunds.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS - StaticRoleMembership</directory-name>
+      <description>Sun DS in QA Labs - StaticRoleMembership config</description>
+      <config-file>test/config/identity/sunds-config-staticrole.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <populate-ldif>test/ldif/initial-tests-notpopulated-sunds.ldif</populate-ldif>
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access) - StaticGroupMembership config</description>
+
+      <config-file>test/config/identity/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-notpopulated.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access) - StaticRoleMembership config</description>
+
+      <config-file>test/config/identity/rhds-config-staticrole.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-notpopulated.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+
+   <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access) - StaticGroupMembership config</description>
+
+      <config-file>test/config/identity/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-notpopulated-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+  </directory>
+  <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories-simplerolemodule.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-simplerolemodule.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-simplerolemodule.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,100 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <!--identity configuration file-->
+      <config-file>test/config/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <!--identity configuration file-->
+      <config-file>test/config/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+   </directory>
+   <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories-simpleusermodule.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-simpleusermodule.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-simpleusermodule.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,100 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <!--identity configuration file-->
+      <config-file>test/config/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <!--identity configuration file-->
+      <config-file>test/config/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+   </directory>
+   <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories-staticgroupmembership.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-staticgroupmembership.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-staticgroupmembership.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,115 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <!--identity configuration file-->
+      <config-file>test/config/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <!--identity configuration file-->
+      <config-file>test/config/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/staticgroup/rhds-config-nonDNMember.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-nonDNMember.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+   </directory>
+   <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories-staticrolemembership.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-staticrolemembership.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-staticrolemembership.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,115 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <!--identity configuration file-->
+      <config-file>test/config/staticrole/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <!--identity configuration file-->
+      <config-file>test/config/staticrole/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/staticrole/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/staticrole/rhds-config-nonDNMember.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-nonDNMember.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <!--<directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+   </directory>-->
+   <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories-userprofilemodule.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories-userprofilemodule.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories-userprofilemodule.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,100 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <!--identity configuration file-->
+      <config-file>test/config/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <!--identity configuration file-->
+      <config-file>test/config/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+   </directory>
+   <!--<directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/directories.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/directories.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/directories.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,100 @@
+<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+  ~ JBoss, a division of Red Hat                                              ~
+  ~ Copyright 2006, Red Hat Middleware, LLC, and individual                   ~
+  ~ contributors as indicated by the @authors tag. See the                    ~
+  ~ copyright.txt in the distribution for a full listing of                   ~
+  ~ individual contributors.                                                  ~
+  ~                                                                           ~
+  ~ This is free software; you can redistribute it and/or modify it           ~
+  ~ under the terms of the GNU Lesser General Public License as               ~
+  ~ published by the Free Software Foundation; either version 2.1 of          ~
+  ~ the License, or (at your option) any later version.                       ~
+  ~                                                                           ~
+  ~ This software is distributed in the hope that it will be useful,          ~
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of            ~
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU          ~
+  ~ Lesser General Public License for more details.                           ~
+  ~                                                                           ~
+  ~ You should have received a copy of the GNU Lesser General Public          ~
+  ~ License along with this software; if not, write to the Free               ~
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA        ~
+  ~ 02110-1301 USA, or see the FSF site: http://www.fsf.org.                  ~
+  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->
+
+<directories>
+   <directory>
+      <directory-name>OpenDS</directory-name>
+      <description>OpenDS service deployed on JBoss AS as an mbean</description>
+      <!--identity configuration file-->
+      <config-file>test/config/opends-config.xml</config-file>
+      <host>localhost</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>password</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-opends.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>Sun DS</directory-name>
+      <description>Sun DS in QA Labs</description>
+      <!--identity configuration file-->
+      <config-file>test/config/sunds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>1389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>testldap</admin-password>
+      <!--ldif from which LDAP will be populated before each test-->
+      <populate-ldif>test/ldif/initial-tests-qa-sunds.ldif</populate-ldif>
+      <!--DN that will be removed to perform cleanup after each test-->
+      <cleanup-dn>dc=example,dc=com</cleanup-dn>
+   </directory>
+   <directory>
+      <directory-name>RedHatDS</directory-name>
+      <description>RedHat Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/rhds-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>10389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Directory Manager</admin-dn>
+      <admin-password>qpq123qpq</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=qa,dc=atl,dc=jboss,dc=com</cleanup-dn>
+   </directory>
+  <!-- <directory>
+      <directory-name>MSAD</directory-name>
+      <description>Microsoft Active Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/msad-config.xml</config-file>
+      <host>dev44.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>JBOSS\jbossqa</admin-dn>
+      <admin-password>jboss42</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-msad.ldif</populate-ldif>
+
+      <cleanup-dn>ou=testsuite,ou=portal,dc=jboss,dc=test</cleanup-dn>
+   </directory>-->
+  <directory>
+      <directory-name>OpenLDAP</directory-name>
+      <description>OpenLDAP Directory in QA Labs (need vpn access)</description>
+
+      <config-file>test/config/openldap-config.xml</config-file>
+      <host>dev39.qa.atl.jboss.com</host>
+      <port>389</port>
+      <context-factory>com.sun.jndi.ldap.LdapCtxFactory</context-factory>
+      <admin-dn>cn=Manager,dc=my-domain,dc=com</admin-dn>
+      <admin-password>jbossqa</admin-password>
+
+      <populate-ldif>test/ldif/initial-tests-qa-openldap.ldif</populate-ldif>
+
+      <cleanup-dn>dc=testsuite,dc=portal,dc=my-domain,dc=com</cleanup-dn>
+  </directory>
+</directories>

Added: jboss-portal/modules/test/1.0.5/resources/hibernates.xml
===================================================================
--- jboss-portal/modules/test/1.0.5/resources/hibernates.xml	                        (rev 0)
+++ jboss-portal/modules/test/1.0.5/resources/hibernates.xml	2009-08-06 06:15:59 UTC (rev 28490)
@@ -0,0 +1,120 @@
+<configurations>
+   <!-- The default configuration that will apply everywhere -->
+   <configuration>
+      <configuration-name>default</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.show_sql</name>
+            <value>true</value>
+         </property>
+         <property>
+            <name>hibernate.auto_close_session</name>
+            <value>true</value>
+         </property>
+         <property>
+            <name>hibernate.transaction.flush_before_completion</name>
+            <value>true</value>
+         </property>
+         <property>
+            <name>hibernate.transaction.factory_class</name>
+            <value>org.hibernate.transaction.JTATransactionFactory</value>
+         </property>
+         <property>
+            <name>hibernate.transaction.manager_lookup_class</name>
+            <value>org.hibernate.transaction.JBossTransactionManagerLookup</value>
+         </property>
+         <property>
+            <name>hibernate.cache.provider_class</name>
+            <value>org.hibernate.cache.HashtableCacheProvider</value>
+         </property>
+         <property>
+            <name>hibernate.cache.use_second_level_cache</name>
+            <value>false</value>
+         </property>
+         <property>
+            <name>hibernate.cache.use_query_cache</name>
+            <value>false</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The hsqldb configuration -->
+   <configuration>
+      <configuration-name>hsqldb</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.HSQLDialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The oracle 9i configuration -->
+   <configuration>
+      <configuration-name>oracle9i</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.Oracle9Dialect</value>
+         </property>
+         <!-- Needed in order to avoid the bug described in HBX-146 to happen in instance container test case -->
+         <property>
+            <name>hibernate.cache.use_second_level_cache</name>
+            <value>true</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The oracle 10g configuration -->
+   <configuration>
+      <configuration-name>oracle10g</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.Oracle9Dialect</value>
+         </property>
+         <!-- Needed in order to avoid the bug described in HBX-146 to happen in instance container test case -->
+         <property>
+            <name>hibernate.cache.use_second_level_cache</name>
+            <value>true</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The sqlserver configuration -->
+   <configuration>
+      <configuration-name>sqlserver</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.SQLServerDialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The mysql 4 configuration -->
+   <configuration>
+      <configuration-name>mysql4</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.MySQLInnoDBDialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The mysql 5 configuration -->
+   <configuration>
+      <configuration-name>mysql5</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.MySQLInnoDBDialect</value>
+         </property>
+      </properties>
+   </configuration>
+   <!-- The postgresql 8 configuration -->
+   <configuration>
+      <configuration-name>postgresql8</configuration-name>
+      <properties>
+         <property>
+            <name>hibernate.dialect</name>
+            <value>org.hibernate.dialect.PostgreSQLDialect</value>
+         </property>
+      </properties>
+   </configuration>
+</configurations>




More information about the jboss-cvs-commits mailing list