[ 
https://issues.apache.org/jira/browse/GERONIMO-6270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13212692#comment-13212692
 ] 

Forrest Xia commented on GERONIMO-6270:
---------------------------------------

Fixed the mvn url cannot resolved issue:
3.0-beta@1291884
trunk@1291886

The fix assume to define a secondary geronimo repository in location 
newinstance/repository with a plan like this:

<module xmlns="http://geronimo.apache.org/xml/ns/deployment-1.2";>
 <environment>
  <moduleId>
   <groupId>org.example.configs</groupId>
    <artifactId>instance2_repo</artifactId>
    <version>1.0</version>
    <type>car</type>
  </moduleId>
  <dependencies>
   <dependency>
    <groupId>org.apache.geronimo.framework</groupId>
    <artifactId>j2ee-system</artifactId>
    <type>car</type>
   </dependency>
  </dependencies>
  <hidden-classes/>
  <non-overridable-classes/>
 </environment>
 <gbean name="Repo2" 
class="org.apache.geronimo.system.repository.Maven2Repository">
   <attribute name="root">repository/</attribute>
   <attribute name="resolveToServer">true</attribute>
   <reference name="ServerInfo">
    <name>ServerInfo</name>
   </reference>
 </gbean>
 <gbean name="Local2" 
class="org.apache.geronimo.system.configuration.RepositoryConfigurationStore">
  <reference name="Repository">
   <name>Repo2</name>
  </reference>
 </gbean>
</module>
                
> Re-enable multiple instances support in one installation
> --------------------------------------------------------
>
>                 Key: GERONIMO-6270
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6270
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>    Affects Versions: 3.0-beta-1
>            Reporter: Forrest Xia
>            Assignee: Yi Xiao
>
> We need to investigate how to re-enable the multiple instances support in one 
> installation.
> Refer to 
> https://issues.apache.org/jira/browse/GERONIMO-6175
> https://issues.apache.org/jira/browse/GERONIMO-6174
> https://issues.apache.org/jira/browse/GERONIMO-5987

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to