I have a service assembly created with openESB that I am trying to deploy to glassfish (well, several) but need a few to use a different realm then the default file-realm that it defaults to.
I tried placing a sun-application.xml in the META-INF/ of the archive manually after it was created out of the netbeans IDE, but glassfish doesn't seem to pick this up. It was simply
[code]
<sun-application>
<realm>my-realm</realm>
</sun-application>
[/code]
where my-realm is the realm I created with a few sample users added. Can anyone make a suggestion on this? Thanks,
[Message sent by forum member 'casticonstantinescu' (casticonstantinescu)]
http://forums.java.net/jive/thread.jspa?messageID=347934