Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 4.0
-
Fix Version/s: 4.0
-
Component/s: None
-
Labels:None
Description
This is according to code. I havn't doublecheck this with deployed weborb
I believe in ServiceDestination.java this
securityElement.getChild( "security-constraint" ).getChild( "roles" ).removeChild( "role" );
should be substituted by
securityElement.getChild( "security-constraint" ).getChild( "roles" ).removeChildren( "role" );
I believe in ServiceDestination.java this
securityElement.getChild( "security-constraint" ).getChild( "roles" ).removeChild( "role" );
should be substituted by
securityElement.getChild( "security-constraint" ).getChild( "roles" ).removeChildren( "role" );