Thank you! Deployment works for G2.2. when the gbean name to matches the realm name.
Ivan Xu wrote: > > I checked your application, a little change to your > geronimo-application.xml file : > ---> > <dep:gbean name="MySecurityRealmGBean" -> <dep:gbean > name="MySecurityRealm" > class="org.apache.geronimo.security.realm.GenericSecurityRealm" > xsi:type="dep:gbeanType" > xmlns:dep="http://geronimo.apache.org/xml/ns/deployment-1.2" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> > <dep:attribute name="realmName">MySecurityRealm</dep:attribute> > <--- > while Geronimo searches the reference, it uses the name of GBean ...... > -- Timo -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/issue-deploying-webapp-with-security-realm-tp334180p844871.html Sent from the Users mailing list archive at Nabble.com.
