Author: jim.ma
Date: 2013-11-01 05:26:26 -0400 (Fri, 01 Nov 2013)
New Revision: 18056
Modified:
stack/cxf/branches/jaspi/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java
stack/cxf/branches/jaspi/modules/server/src/test/java/org/jboss/wsf/stack/cxf/configuration/BusHolderTest.java
Log:
Fix logger id and BusHolderTest
Modified:
stack/cxf/branches/jaspi/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java
===================================================================
---
stack/cxf/branches/jaspi/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java 2013-11-01
09:14:17 UTC (rev 18055)
+++
stack/cxf/branches/jaspi/modules/client/src/main/java/org/jboss/wsf/stack/cxf/Loggers.java 2013-11-01
09:26:26 UTC (rev 18056)
@@ -210,10 +210,10 @@
void unknownJAXWSClientBusStrategy(String strategy);
@LogMessage(level = WARN)
- @Message(id = 24096, value = "No application policy found for security domain
'%s'")
+ @Message(id = 24097, value = "No application policy found for security domain
'%s'")
void noApplicationPolicy(String securityDomain);
@LogMessage(level = WARN)
- @Message(id = 24097, value = "No JASPIAuthenticationInfo found for security
domain '%s'")
+ @Message(id = 24098, value = "No JASPIAuthenticationInfo found for security
domain '%s'")
void noJaspiApplicationPolicy(String securityDomain);
}
Modified:
stack/cxf/branches/jaspi/modules/server/src/test/java/org/jboss/wsf/stack/cxf/configuration/BusHolderTest.java
===================================================================
---
stack/cxf/branches/jaspi/modules/server/src/test/java/org/jboss/wsf/stack/cxf/configuration/BusHolderTest.java 2013-11-01
09:14:17 UTC (rev 18055)
+++
stack/cxf/branches/jaspi/modules/server/src/test/java/org/jboss/wsf/stack/cxf/configuration/BusHolderTest.java 2013-11-01
09:26:26 UTC (rev 18056)
@@ -64,7 +64,7 @@
}
BusHolder holder = new NonSpringBusHolder(new DDBeans());
try {
- holder.configure(null, null, wsmd, null);
+ holder.configure(null, null, wsmd, null, null);
return
holder.getBus().getExtension(PolicyEngine.class).getAlternativeSelector().getClass().getName();
} finally {
holder.close();
Show replies by date