Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[bpel-dev] Build-time trouble - QName

Hi,

I just checked out the latest version from cvs and came across a problem
with BPELProxyURI. There were compile-time errors complaining about there
not being a QName constructor with 3 Strings as used by this class. 

I don't know whether anyone is experiencing this problem or whether it is
just my installation, but just in case...

To resolve this, I changed the order of dependencies in plugin.xml so that
org.apache.xerces (has the version of QName with 3-string constructor) comes
before org.wsdl4j (doesn't have 3 version constructor for its QName). Both
QNames have the same namespace. 

Hope this is useful.

-- Bruno

______________________________________________
Bruno Wassermann 
           
Research Fellow                
                               
University College London      Tel: +44 (0)20 7679 0369 (Direct Dial)
Dept. of Computer Science      Fax: +44 (0)20 7387 1397
Gower Street		       
London WC1E 6BT                http://www.cs.ucl.ac.uk/staff/B.Wassermann
United Kingdom 
______________________________________________
  



Back to the top