Skip to content

Commit

Permalink
Fix to allow tenants to log in
Browse files Browse the repository at this point in the history
  • Loading branch information
splinter committed May 25, 2015
1 parent 0219e9d commit 6e26569
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,15 +200,15 @@
<classpath>
<path refid="h2.classpath" />
</classpath>
<fileset file="target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/application-mgt/h2.sql" />
<fileset file="target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/h2.sql" />
</sql>
<sql driver="org.h2.Driver" url="jdbc:h2:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2CARBON_DB" userid="wso2carbon" password="wso2carbon" autocommit="true" onerror="continue">
<!--sql driver="org.h2.Driver" url="jdbc:h2:${basedir}/target/wso2carbon-core-${carbon.kernel.version}/repository/database/WSO2CARBON_DB" userid="wso2carbon" password="wso2carbon" autocommit="true" onerror="continue">
<classpath>
<path refid="h2.classpath" />
</classpath>
<fileset file="target/wso2carbon-core-${carbon.kernel.version}/dbscripts/identity/h2.sql" />
</sql>
</sql-->
<echo message="##################### END ########################" />
</target>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</jndiConfig>
<definition type="RDBMS">
<configuration>
<url>jdbc:h2:repository/database/WSO2IDENTITY_DB;DB_CLOSE_ON_EXIT=FALSE</url>
<url>jdbc:h2:repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE</url>
<username>wso2carbon</username>
<password>wso2carbon</password>
<driverClassName>org.h2.Driver</driverClassName>
Expand Down
7 changes: 7 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,9 @@
<featureArtifactDef>
org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.common.feature:${carbon.multitenancy.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.commons:org.wso2.carbon.tenant.mgt.common.feature:${carbon.commons.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon.multitenancy:org.wso2.carbon.tenant.usage.agent.feature:${carbon.multitenancy.version}
</featureArtifactDef>
Expand Down Expand Up @@ -596,6 +599,10 @@
<id>org.wso2.carbon.tenant.common.feature.group</id>
<version>${carbon.multitenancy.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.tenant.mgt.common.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.tenant.usage.agent.feature.group</id>
<version>${carbon.multitenancy.version}</version>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,12 +609,12 @@
<automation.utils.version>4.3.0</automation.utils.version>

<!--repo versions-->
<carbon.commons.version>4.4.1</carbon.commons.version>
<carbon.commons.version>4.4.3</carbon.commons.version>
<carbon.registry.version>4.4.1</carbon.registry.version>
<carbon.governance.version>4.4.0</carbon.governance.version>
<carbon.deployment.version>4.4.0</carbon.deployment.version>
<carbon.identity.version>4.4.0</carbon.identity.version>
<carbon.multitenancy.version>4.4.0</carbon.multitenancy.version>
<carbon.identity.version>4.5.0</carbon.identity.version>
<carbon.multitenancy.version>4.4.1</carbon.multitenancy.version>

<operadriver.version>0.8.1</operadriver.version>
<selenium.version>2.40.0</selenium.version>
Expand Down

0 comments on commit 6e26569

Please sign in to comment.