Did you restart the plugin service or java process?

Sent from my iPhone

On Feb 24, 2013, at 7:27 AM, nathan brandt <nathanrbra...@gmail.com> wrote:

> **
> I have written an AREA plugin in Java which reads some name/value pairs from  
> pluginsvr_config.xml. This is how it looks
>
> <userDefined>
>         <var1>xyz</var1>
> </userDefined>
>
> I am able to read it like
> String var1 = pc.getConfigItem("var1")
>
>
> But now even if I change the section to
>
> <userDefined>
>         <var1>xyz,abc</var1>
> </userDefined>
>
> Instead of getting "xyz,abc" as the value of val1, I am still getting it as 
> "xyz"
>
> Any idea what might be going wrong?
>
> ~ Nathan
>
> _ARSlist: "Where the Answers Are" and have been for 20 years_

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
"Where the Answers Are, and have been for 20 years"

Reply via email to