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
