You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Eamonn Dwyer <EA...@progress.com> on 2009/05/25 16:17:30 UTC

setting corba binding orb parameters

Hi 

I would like to set the value of an argument being passed to the init
method when the ORB is being created. I guess I can write a bean that
will store the corba binding factory object and then call
factory.getOrbConfig().setOrbArgs(orbArgs); in a PostConstruct method,
but is there a more standard way of doing this in CXF? 

 

Thanks

Eamonn