07-24-07 06:26 PM
ludovic.cabre@infotel.com wrote:
> Hello,
>
> Is there any way to create / modify / remove a String Name Space Binding ?
> I saw that is it possible with Jacl and Jython but I would like to do it from a ja
va application.
The basic idea is: to do something, Jacl/Jython wsadmin's scripts do use the
same MBeans and methods
of these mbeans that you would use in Java. So if you know how to do somethi
ng with Jacl/Jython, it
shouldn't be a problem to "convert" Jacl/Jython to Java.
Right now I don't have a time to dig in the docs for this particular task, b
ut if you post (a) the
script that does what you need and (b) the Java code that throws NPE, it sho
uld be easier to [try
to] find how to update your Java. Though please - no kilo-/megabytes of code
[ Post a follow-up to this message ]
|