As the original superuser with passwort come from a bootstrap file of the 
magnolia core, I tried to bootstrap a different passwort in my webapp:

users.system.superuser.xml
[code]
<?xml version="1.0" encoding="UTF-8"?>
<sv:node sv:name="superuser" xmlns:jcr="http://www.jcp.org/jcr/1.0"; 
xmlns:mgnl="http://www.magnolia.info/jcr/mgnl";
  xmlns:rep="internal" xmlns:mix="http://www.jcp.org/jcr/mix/1.0"; 
xmlns:nt="http://www.jcp.org/jcr/nt/1.0";
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:fn="http://www.w3.org/2005/xpath-functions";
  xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
xmlns:sv="http://www.jcp.org/jcr/sv/1.0";
  xmlns:fn_old="http://www.w3.org/2004/10/xpath-functions"; 
xmlns:jcrfn="http://www.jcp.org/jcr/xpath-functions/1.0";>
  <sv:property sv:name="pswd" sv:type="String">
    <sv:value>dGVzdA==</sv:value>
  </sv:property>
</sv:node>
[/code]

But unfortunately I get an error:
[code]ERROR info.magnolia.module.InstallContextImpl           : 
> Error while installing or updating webapp module. Task 'Webapp bootstrap' 
> failed. (ConstraintViolationException: no matching child node definition 
> found for {}superuser)
java.lang.RuntimeException: Error importing 
...webapps\ROOT\WEB-INF\bootstrap\common\users.system.superuser.xml: No child 
node definition for superuser found in node /system
[/code]

Anybody out there who understands what is wrong?

Bye
 Horst

-- 
Context is everything: 
http://forum.magnolia-cms.com/forum/thread.html?threadId=fa98a037-8034-4b10-bffc-aea1957b1987


----------------------------------------------------------------
For list details, see http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to