Re: Question in regard to QuickServerXmlParser#value

2013-06-06 Thread Oz M
O.K. I will look at it. Thank you very much 2013/6/6 Romain Manni-Bucau > Yep > Le 6 juin 2013 01:34, "Oz M" a écrit : > > > > > > > Validation: do you mean get familiar with: > > org.apache.openejb.config.rules? > > > > >Sample: do you mean the examples under org.superbiz...? > > > > > >

Re: Question in regard to QuickServerXmlParser#value

2013-06-05 Thread Romain Manni-Bucau
Yep Le 6 juin 2013 01:34, "Oz M" a écrit : > > > > Validation: do you mean get familiar with: > org.apache.openejb.config.rules? > > >Sample: do you mean the examples under org.superbiz...? > > > > > 2013/6/6 Romain Manni-Bucau > > > Basically you look part which are not in the server but to

Re: Question in regard to QuickServerXmlParser#value

2013-06-05 Thread Oz M
> > Validation: do you mean get familiar with: org.apache.openejb.config.rules? > Sample: do you mean the examples under org.superbiz...? 2013/6/6 Romain Manni-Bucau > Basically you look part which are not in the server but tolling. Maybe not > your goal. > > Maybe try to get familiar with

Re: Question in regard to QuickServerXmlParser#value

2013-06-05 Thread Romain Manni-Bucau
Basically you look part which are not in the server but tolling. Maybe not your goal. Maybe try to get familiar with the validation rules or try to enhance our sample is easier and more valued for you Le 6 juin 2013 01:15, "Oz M" a écrit : > Thank you Romain for the answer, > > > By the way, > I

Re: Question in regard to QuickServerXmlParser#value

2013-06-05 Thread Oz M
Thank you Romain for the answer, By the way, I am writing tests for that class since I am very new to the project and wanted to start simple. The simplest thing I could think about is writing tests for the util package. If there are other tasks that you can recommend me to work on, that are more

Re: Question in regard to QuickServerXmlParser#value

2013-06-05 Thread Romain Manni-Bucau
Hi, the map is a trick to store values (because you don't know which connectors you'll find) but it is not intended to stack all values. If nothing is in the map default value is expected and as it is passed in parameter no need to store it. This class is used for particular needs (not sure why y

Question in regard to QuickServerXmlParser#value

2013-06-05 Thread Oz M
Hello all, I am in the middle of writing unit tests for *QuickServerXmlParser*. Looking at the code of QuickServerXmlParser#value(KEY, DEFAUTL_VALUE) it seems that in case the underlying map does not contain the key KEY the method return DEFAULT_VALUE but DEFAULT_VALUE isn't being saved in the un