Bug 799309 - Inconsistency between Modeshape configuration and documentation (Guvnor)
Summary: Inconsistency between Modeshape configuration and documentation (Guvnor)
Keywords:
Status: CLOSED DUPLICATE of bug 781166
Alias: None
Product: JBoss Enterprise BRMS Platform 5
Classification: JBoss
Component: doc-BRMS_Administrator_Guide
Version: BRMS 5.3.0.GA
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: lcarlon
QA Contact: ecs-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-02 13:00 UTC by Sona Mala
Modified: 2012-03-05 01:26 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-05 01:26:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Sona Mala 2012-03-02 13:00:10 UTC
Description of problem:
After instalation of Modeshape according to Administrator_Guide, Guvnor, that is oppenned by browser, failed with:
     HTTP Status 404 - /jboss-brms/org.drools.guvnor.Guvnor/Guvnor.jsp


Version-Release number of selected component (if applicable):
brms standalone 5.3.0.ER4

How reproducible:
Important for reproduction this error is set in jboss-brms.war/WEB-INF/components.xml 

<property name="properties">
...
<key>org.modeshape.jcr.URL</key>                 <value>jndi:jcr/local?repositoryName=brms</value>
...
</property> 

and go to http://localhost:8080/jboss-brms/
  
Actual results:

HTTP Status 404 - /jboss-brms/

Expected results:
login form


Additional info:
Everything is ok when I use repositoryName=jcrrepo, how is set in standalone/modeshape/resources/modeshape-config-brms.xml:

<mode:repositories>		
<!-- Specify the source that should be used for the repository -->
<mode:repository jcr:name="jcrrepo" >
...
</mode:repository>
</mode:repositories>

Comment 1 lcarlon 2012-03-05 01:26:15 UTC
Thanks Sona,

This is a recent update to modeshape, I'm in the process of update the doc, however the changes won't be visible on docs.redhat.com until we publish the 5.3 docs.

Thanks
lee

*** This bug has been marked as a duplicate of bug 781166 ***


Note You need to log in before you can comment on or make changes to this bug.