Re: svn commit: r1072296 - in /axis/axis2/java/core/trunk/modules: mtompolicy/src/org/apache/axis2/policy/builders/ mtompolicy/src/org/apache/axis2/policy/model/ parent/

2011-02-19 Thread Thilina Mahesh Buddhika
Hi Andreas,

Dan has provided another patch to fix Rampart build failures occurred due to
changes in the Neethi
trunk(RAMPART-322https://issues.apache.org/jira/browse/RAMPART-322).
I will apply it to Rampart trunk. Otherwise there will be build failures in
Rampart.

Thanks,
Thilina

On Sat, Feb 19, 2011 at 3:49 PM, veit...@apache.org wrote:

 Author: veithen
 Date: Sat Feb 19 10:19:53 2011
 New Revision: 1072296

 URL: http://svn.apache.org/viewvc?rev=1072296view=rev
 Log:
 Updated the Axis2 trunk to use Neethi 3.0.0-SNAPSHOT again, using the patch
 provided by Dan Kulp.

 Modified:

  
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java

  
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java

  
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
axis/axis2/java/core/trunk/modules/parent/pom.xml

 Modified:
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java?rev=1072296r1=1072295r2=1072296view=diff

 ==
 ---
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
 (original)
 +++
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
 Sat Feb 19 10:19:53 2011
 @@ -43,7 +43,7 @@ import javax.xml.namespace.QName;
  * The builder will be picked by the
  * org.apache.neethi.AssertionBuilderFactory.
  */
 -public class MTOM10AssertionBuilder implements AssertionBuilder {
 +public class MTOM10AssertionBuilder implements AssertionBuilderOMElement
 {

 private static Log log =
 LogFactory.getLog(MTOM10AssertionBuilder.class);


 Modified:
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java?rev=1072296r1=1072295r2=1072296view=diff

 ==
 ---
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
 (original)
 +++
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
 Sat Feb 19 10:19:53 2011
 @@ -39,7 +39,7 @@ import org.apache.neethi.builders.Assert
  * org.apache.neethi.AssertionBuilderFactory.
  */

 -public class MTOM11AssertionBuilder implements AssertionBuilder{
 +public class MTOM11AssertionBuilder implements AssertionBuilderOMElement
 {

 private static Log log =
 LogFactory.getLog(MTOM10AssertionBuilder.class);


 Modified:
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java?rev=1072296r1=1072295r2=1072296view=diff

 ==
 ---
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
 (original)
 +++
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
 Sat Feb 19 10:19:53 2011
 @@ -52,5 +52,8 @@ public abstract class MTOMAssertion impl
 this.optional = isOptional;
 }

 +public boolean isIgnorable() {
 +return false;
 +}
  }

 \ No newline at end of file

 Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1072296r1=1072295r2=1072296view=diff

 ==
 --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
 +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sat Feb 19 10:19:53
 2011
 @@ -68,8 +68,7 @@
 properties
!-- Tracking SNAPSHOT(s) of a few projects --
 axiom.version1.2.12-SNAPSHOT/axiom.version
 -!--TODO: fix the compatibility issues with the Neethi trunk and
 bring back to 3.0.0-SNAPSHOT--
 -neethi.version2.0.4/neethi.version
 +neethi.version3.0.0-SNAPSHOT/neethi.version
 woden.version1.0-SNAPSHOT/woden.version

!-- Use released versions for these projects --





-- 
Thilina Mahesh Buddhika
http://blog.thilinamb.com


Re: svn commit: r1072296 - in /axis/axis2/java/core/trunk/modules: mtompolicy/src/org/apache/axis2/policy/builders/ mtompolicy/src/org/apache/axis2/policy/model/ parent/

2011-02-19 Thread Andreas Veithen
Already done. Can you close the issue? (It appears that I'm not
registered as a developer in the RAMPART project in JIRA) Now we need
to look at Sandesha2. This might be more challenging because there are
not many people around who are familiar with that code.

Andreas

On Sat, Feb 19, 2011 at 11:25, Thilina Mahesh Buddhika
thilin...@gmail.com wrote:
 Hi Andreas,
 Dan has provided another patch to fix Rampart build failures occurred due to
 changes in the Neethi trunk(RAMPART-322). I will apply it to Rampart trunk.
 Otherwise there will be build failures in Rampart.
 Thanks,
 Thilina

 On Sat, Feb 19, 2011 at 3:49 PM, veit...@apache.org wrote:

 Author: veithen
 Date: Sat Feb 19 10:19:53 2011
 New Revision: 1072296

 URL: http://svn.apache.org/viewvc?rev=1072296view=rev
 Log:
 Updated the Axis2 trunk to use Neethi 3.0.0-SNAPSHOT again, using the
 patch provided by Dan Kulp.

 Modified:

  axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java

  axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java

  axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
    axis/axis2/java/core/trunk/modules/parent/pom.xml

 Modified:
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java?rev=1072296r1=1072295r2=1072296view=diff

 ==
 ---
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
 (original)
 +++
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
 Sat Feb 19 10:19:53 2011
 @@ -43,7 +43,7 @@ import javax.xml.namespace.QName;
  * The builder will be picked by the
  * org.apache.neethi.AssertionBuilderFactory.
  */
 -public class MTOM10AssertionBuilder implements AssertionBuilder {
 +public class MTOM10AssertionBuilder implements
 AssertionBuilderOMElement {

     private static Log log =
 LogFactory.getLog(MTOM10AssertionBuilder.class);


 Modified:
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java?rev=1072296r1=1072295r2=1072296view=diff

 ==
 ---
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
 (original)
 +++
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
 Sat Feb 19 10:19:53 2011
 @@ -39,7 +39,7 @@ import org.apache.neethi.builders.Assert
  * org.apache.neethi.AssertionBuilderFactory.
  */

 -public class MTOM11AssertionBuilder implements AssertionBuilder{
 +public class MTOM11AssertionBuilder implements
 AssertionBuilderOMElement {

     private static Log log =
 LogFactory.getLog(MTOM10AssertionBuilder.class);


 Modified:
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java?rev=1072296r1=1072295r2=1072296view=diff

 ==
 ---
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
 (original)
 +++
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
 Sat Feb 19 10:19:53 2011
 @@ -52,5 +52,8 @@ public abstract class MTOMAssertion impl
         this.optional = isOptional;
     }

 +    public boolean isIgnorable() {
 +        return false;
 +    }
  }

 \ No newline at end of file

 Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
 URL:
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1072296r1=1072295r2=1072296view=diff

 ==
 --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
 +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sat Feb 19 10:19:53
 2011
 @@ -68,8 +68,7 @@
     properties
        !-- Tracking SNAPSHOT(s) of a few projects --
         axiom.version1.2.12-SNAPSHOT/axiom.version
 -        !--TODO: fix the compatibility issues with the Neethi trunk and
 bring back to 3.0.0-SNAPSHOT--
 -        neethi.version2.0.4/neethi.version
 +        neethi.version3.0.0-SNAPSHOT/neethi.version
         woden.version1.0-SNAPSHOT/woden.version

        !-- Use released versions 

Re: svn commit: r1072296 - in /axis/axis2/java/core/trunk/modules: mtompolicy/src/org/apache/axis2/policy/builders/ mtompolicy/src/org/apache/axis2/policy/model/ parent/

2011-02-19 Thread Thilina Mahesh Buddhika
Resolved the issue.

Thanks,
Thilina

On Sat, Feb 19, 2011 at 4:08 PM, Andreas Veithen
andreas.veit...@gmail.comwrote:

 Already done. Can you close the issue? (It appears that I'm not
 registered as a developer in the RAMPART project in JIRA) Now we need
 to look at Sandesha2. This might be more challenging because there are
 not many people around who are familiar with that code.

 Andreas

 On Sat, Feb 19, 2011 at 11:25, Thilina Mahesh Buddhika
 thilin...@gmail.com wrote:
  Hi Andreas,
  Dan has provided another patch to fix Rampart build failures occurred due
 to
  changes in the Neethi trunk(RAMPART-322). I will apply it to Rampart
 trunk.
  Otherwise there will be build failures in Rampart.
  Thanks,
  Thilina
 
  On Sat, Feb 19, 2011 at 3:49 PM, veit...@apache.org wrote:
 
  Author: veithen
  Date: Sat Feb 19 10:19:53 2011
  New Revision: 1072296
 
  URL: http://svn.apache.org/viewvc?rev=1072296view=rev
  Log:
  Updated the Axis2 trunk to use Neethi 3.0.0-SNAPSHOT again, using the
  patch provided by Dan Kulp.
 
  Modified:
 
 
  
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
 
 
  
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
 
 
  
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
 axis/axis2/java/core/trunk/modules/parent/pom.xml
 
  Modified:
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
  URL:
 
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java?rev=1072296r1=1072295r2=1072296view=diff
 
 
 ==
  ---
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
  (original)
  +++
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM10AssertionBuilder.java
  Sat Feb 19 10:19:53 2011
  @@ -43,7 +43,7 @@ import javax.xml.namespace.QName;
   * The builder will be picked by the
   * org.apache.neethi.AssertionBuilderFactory.
   */
  -public class MTOM10AssertionBuilder implements AssertionBuilder {
  +public class MTOM10AssertionBuilder implements
  AssertionBuilderOMElement {
 
  private static Log log =
  LogFactory.getLog(MTOM10AssertionBuilder.class);
 
 
  Modified:
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
  URL:
 
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java?rev=1072296r1=1072295r2=1072296view=diff
 
 
 ==
  ---
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
  (original)
  +++
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/builders/MTOM11AssertionBuilder.java
  Sat Feb 19 10:19:53 2011
  @@ -39,7 +39,7 @@ import org.apache.neethi.builders.Assert
   * org.apache.neethi.AssertionBuilderFactory.
   */
 
  -public class MTOM11AssertionBuilder implements AssertionBuilder{
  +public class MTOM11AssertionBuilder implements
  AssertionBuilderOMElement {
 
  private static Log log =
  LogFactory.getLog(MTOM10AssertionBuilder.class);
 
 
  Modified:
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
  URL:
 
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java?rev=1072296r1=1072295r2=1072296view=diff
 
 
 ==
  ---
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
  (original)
  +++
 
 axis/axis2/java/core/trunk/modules/mtompolicy/src/org/apache/axis2/policy/model/MTOMAssertion.java
  Sat Feb 19 10:19:53 2011
  @@ -52,5 +52,8 @@ public abstract class MTOMAssertion impl
  this.optional = isOptional;
  }
 
  +public boolean isIgnorable() {
  +return false;
  +}
   }
 
  \ No newline at end of file
 
  Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
  URL:
 
 http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=1072296r1=1072295r2=1072296view=diff
 
 
 ==
  --- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
  +++ axis/axis2/java/core/trunk/modules/parent/pom.xml Sat Feb 19
 10:19:53
  2011
  @@ -68,8 +68,7 @@
  properties
 !-- Tracking SNAPSHOT(s) of a few projects --
  axiom.version1.2.12-SNAPSHOT/axiom.version
  -!--TODO: fix