Re: META-INF/services

2013-04-10 Thread Manivannan Selvadurai
will check that out...Thanks. 2013/4/11 Martin Gainty > create an apt! > http://docs.oracle.com/javase/1.5.0/docs/guide/apt/GettingStarted.htmlhttp://mojo.codehaus.org/apt-maven-plugin/ > > Martin Gainty > __ > Verzicht und Vertraulichkeitanmerkung/No

META-INF/services

2013-04-10 Thread Manivannan Selvadurai
Hi All, When i tried to build a final jar out of the jars of my project, the resultant jar had same entries for a particular service under META-INF/services. Due to this my class loader while trying to load the services, picks the first one and the other configurations are missed. Is th