Author: werner
Date: Fri Dec 9 06:44:07 2005
New Revision: 355503
URL: http://svn.apache.org/viewcvs?rev=355503&view=rev
Log:
Remove debug prints. This problem is solved with Axis2
OM parser fix, see JIRA:AXIS2-329
Modified:
webservices/commons/trunk/policy/src/org/apache/ws/policy/util/OMPolicyReader.java
Modified:
webservices/commons/trunk/policy/src/org/apache/ws/policy/util/OMPolicyReader.java
URL:
http://svn.apache.org/viewcvs/webservices/commons/trunk/policy/src/org/apache/ws/policy/util/OMPolicyReader.java?rev=355503&r1=355502&r2=355503&view=diff
==============================================================================
---
webservices/commons/trunk/policy/src/org/apache/ws/policy/util/OMPolicyReader.java
(original)
+++
webservices/commons/trunk/policy/src/org/apache/ws/policy/util/OMPolicyReader.java
Fri Dec 9 06:44:07 2005
@@ -96,10 +96,8 @@
if (attri != null) {
policy.setId(attri.getAttributeValue());
}
- System.out.println("Searching base attribute");
attri = element.getAttribute(new
QName(PolicyConstants.XML_NAMESPACE_URI, "base"));
if (attri != null) {
- System.out.println("found base attribute: " +
attri.getAttributeValue());
policy.setBase(attri.getAttributeValue());
}