Re: Missing OM* classes

2009-09-03 Thread Daniel Kulp
I'm not sure why you would be getting that error. We don't reference org.apache.axiom.om.OMElement (or any other org.apache.axiom things) in our code at all. Thus, the compiler should never need to parse it. Very strange. Dan On Tue September 1 2009 4:39:34 am karypid wrote: > Ok, so I'v

Re: Missing OM* classes

2009-09-01 Thread karypid
gt; > package org.apache.axiom.om does not exist > import org.apache.axiom.om.OMElement; > ^ > ... > -- View this message in context: http://www.nabble.com/Missing-OM*-classes-tp25224076p25236469.html Sent from the cxf-dev mailing list archive at Nabble.com.

Missing OM* classes

2009-08-31 Thread Alexandros Karypidis
Hi all, I'm having a problems compiling CXF 2.2.3. Very early, when it reaches "Apache CXF API" it hits errors for missing the AXIOM classes: [INFO] [INFO] Building Apache CXF API [INFO]task-segment: [install] [INF