Note that in order for any CXF MBean to actually be exposed, you'll
have to enable the IntrumentationManager (which is disabled by
default).
See [1] for details.
Cheers,
Eoghan
[1] http://cwiki.apache.org/CXF20DOC/jmx-management.html
2009/7/21 Rao, Sameer V :
> CXF Asynch processing creates a
Hi Dan,
Daniel Kulp wrote:
On Tue July 21 2009 11:25:56 am Alessio Soldano wrote:
The ServiceImpl gets the configurer from the bus after having created
the jaxws proxy factory bean.
Then my custom configurer sets the props in the JaxWSProxyFactoryBean
which in turns copies them to the reques
Hi,
I've just tried building CXF trunk and had issues with finding
org.eclipse artifacts required for the SDO DataBinding module.
They do not seem to be in central maven repo; I've managed to get them
using some official and unofficial eclipse repos, so... what repository
do you currently have
Hmm... I didn't configure anything. The tuscany poms already have something
configured in them. If I wipe out my .m2/repository/org/eclispe stuff, I see
it downloading from:
http://ftp.ussg.iu.edu/eclipse/modeling/emf/emf/maven2//org/eclipse/emf/ecore/2.2.3/ecore-2.2.3.jar
although all the
Hi Dan,
mmh, no, I don't have any special repo manager or similar, I've just my
custom maven2 settings.xml with a profile for enabling JBoss
repositories if required.
Btw, I'm using Maven 2.0.9, I'll try with a more recent one later,
perhaps that matters.
Thanks anyway, I can at least add the