Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Re: Need Help in deploying RPPS-Web - Urgent help needed

Thanks Alexander.

I am using the code from the trunk. The problem (AFAIK) is that the trunk has a much larger org.eclipse.higgins.rpps.web\web\META-INF\context.xml file that references User.xml

     <Environment name="HigginsConfigurationBase"  value="C:/Users/Administrator/.higgins/ConfigurationFile" type="java.lang.String" override="false"/>
     <Environment name="HigginsConfigurationFile"  value="User.xml" type="java.lang.String" override="false"/>

There however is no User.xml available that can be used for deployment. The only one available is in one of the test projects and that makes a reference to the Hibernate CP.

This problem doesn't happen with M6 build which by the way has a much smaller context.xml

At this point we only need the ICard Service so that we can store the cards in our infrastructure. I will continue to work with M6 build for now unless you (or other experts at Higgins) think otherwise.

Regards,
Daljeet

Back to the top