It used to be required for velocity 1.6.x. Now that we're using 1.7.x, we
can remove that from WHICH_JARS
Dan
On Wednesday, August 10, 2011 7:55:55 AM Robert Liguori wrote:
> Is Apache Jakarta ORO still be used by CXF?
>
> The WHICH_JARS file state:
>
> "For Java2WSDL and WSDL2Java:
> ...
On Wednesday, August 10, 2011 8:00:12 AM Robert Liguori wrote:
> Just FYI, I did a test build using JDK 1.7 against CXF... it failed.
>
> 'just wondering if you guys are going to start test builds using JDK
> 1.7?
>
> -- Robert
I did some testing last week with java 7 and trunk and 2.4.x branch
Is Apache Jakarta ORO still be used by CXF?
The WHICH_JARS file state:
"For Java2WSDL and WSDL2Java:
...
- oro.jar
..."
However, I wasn't able to find the imports for it.
I ask because Apache Jakarta ORO is now retired...
http://jakarta.apache.org/oro/
And it may be a good move to refactor ou
Just FYI, I did a test build using JDK 1.7 against CXF... it failed.
'just wondering if you guys are going to start test builds using JDK
1.7?
-- Robert
Well, com.springsource.slf4j.jcl_1.5.10 is a fragment bundle and it
use conflict import-package version with it's host bundle. You need
correct the bundle's OSGi metadata header.
Anyway, I assume you already resolve it per the "The bundle "cxf-dosgi-
ri-dsw-cxf_1.2.0 [25]" could not be resolv
Hi,
This kind of "Package uses conflict comes from the scenario" that,
let's say,
bundle A import-package org.apache.cxf 2.2.0, bundle A also import-
package x.y.z
bunde B export-package x.y.z with "use" directive like
uses:="org.apache.cxf" and also import-package org.apache.cxf with
ver