<target name="ConfigUser">
<java classname="weblogic.Admin" fork="false"
failonerror="true">
<arg line="-noexit -username ${weblogic.user} -password $
{weblogic.password}
INVOKE -mbean Security:Name=myrealmDefaultAuthenticator -method
createGroup
editor 'A group, representing a principal that implicitly will be
mapped by
WLS to the editor role in the security constraints of the web.xml'"/
>
</java>
<java classname="weblogic.Admin" fork="false"
failonerror="true">
<arg line="-noexit -username ${weblogic.user} -password $
{weblogic.password}
INVOKE -mbean Security:Name=myrealmDefaultAuthenticator -method
addMemberToGroup editor system"/>
</java>
</target>
This did not work. Does any one know the solution
Thanks
George