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?
--
View this message in context:
http://www.nabble.com/Aegis%2C-Proxies---Interfaces-tf4297824.html#a12424129
Sent from the cxf-user mailing list archive at Nabble.com.