Author: mriou
Date: Fri Jun  6 16:08:18 2008
New Revision: 664188

URL: http://svn.apache.org/viewvc?rev=664188&view=rev
Log:
Jaxen upgrade.

Modified:
    
ode/branches/APACHE_ODE_1.1/bpel-compiler/src/main/java/org/apache/ode/bpel/elang/xpath10/compiler/JaxenBpelHandler.java

Modified: 
ode/branches/APACHE_ODE_1.1/bpel-compiler/src/main/java/org/apache/ode/bpel/elang/xpath10/compiler/JaxenBpelHandler.java
URL: 
http://svn.apache.org/viewvc/ode/branches/APACHE_ODE_1.1/bpel-compiler/src/main/java/org/apache/ode/bpel/elang/xpath10/compiler/JaxenBpelHandler.java?rev=664188&r1=664187&r2=664188&view=diff
==============================================================================
--- 
ode/branches/APACHE_ODE_1.1/bpel-compiler/src/main/java/org/apache/ode/bpel/elang/xpath10/compiler/JaxenBpelHandler.java
 (original)
+++ 
ode/branches/APACHE_ODE_1.1/bpel-compiler/src/main/java/org/apache/ode/bpel/elang/xpath10/compiler/JaxenBpelHandler.java
 Fri Jun  6 16:08:18 2008
@@ -99,8 +99,7 @@
 
   /**
    */
-  public void endFunction()
-                   throws JaxenException {
+  public void endFunction() {
     super.endFunction();
 
     FunctionCallExpr c = (FunctionCallExpr)peekFrame()
@@ -133,7 +132,7 @@
           throw new 
CompilationException(__msgs.errUnknownBpelFunction(c.getFunctionName()));
         }
       } catch (CompilationException ce) {
-        throw new CompilationExceptionWrapper(ce);
+        throw new RuntimeException(ce);
       }
     }
   }


Reply via email to