Hi Lee,

Looks like we got ourselves a bug. I've implemented a fix for this which I'll commit today. To get this to work you can either wait for us to publish a new snapshot (this weekend? we really need to automate this), build CXF yourself, or try the 2.0.2 release which will probably happen in two weeks.

Cheers,
- Dan

Lee Theobald wrote:
A bit of a bump to this topic as I'm still having issues.  I'm trying things
like below:

<!-- Service endpoint -->
<jaxws:endpoint id="searchlogger"
    implementor="com.oobjects.logging.SearchLogger"
    address="/SearchLogger">
    <jaxws:properties>
        <entry key="com.oobjects.logging.tables.ILogEntry.implementation"
value="com.oobjects.logging.tables.LogEntry"/>
        <entry
key="com.oobjects.logging.tables.IPathWalker.implementation"
value="com.oobjects.logging.tables.PathWalker"/>
    </jaxws:properties>
    <jaxws:serviceFactory>
        <ref bean="serviceFactory" />
    </jaxws:serviceFactory>
</jaxws:endpoint>

This hasn't worked though.  I'm still getting proxy objects though.  Anyone
out there got any ideas on how I can add these implementing classes?


--
Dan Diephouse
MuleSource
http://mulesource.com | http://netzooid.com/blog


Reply via email to