Hi, >>Think we hardcoded most of think so id say you shouldnt care much Thanks for quick reply Romain. What I did was refer openwebbeans-impl as base and then add and edit properties from openejb-core. After merging the openwebbeans.properties file like that, when I try to deploy the ejb-example app I'm got following exception. http://pastebin.com/53SD0L9s
Then I checked if I missed something in the .properties file. So I commented out ################################ Default Implementation-Loader Service ########################################### # Service which encapsulates the Service-Loader of Java 1.6+ to allow custom implementations to support Java 1.5 # org.apache.webbeans.spi.LoaderService=org.apache.webbeans.service.DefaultLoaderService <-- This is coming from openwebbeans-impl Then that exception get disappear. I'm not quite sure what is the usage of LoaderService Is it ok to comment that out? Thanks 2015-06-08 10:55 GMT+05:30 Romain Manni-Bucau <[email protected]>: > Think we hardcoded most of think so id say you shouldnt care much > Le 7 juin 2015 21:42, "Thusitha Thilina Dayaratne" < > [email protected]> a écrit : > >> Hi, >> >> SInce my openwebbeans.properties file is not picking up correctly I'm >> trying to add it manually. While doing so I checked the >> openwebbeans.properties files in openwebbeans-impl and openejb-core. Since >> both having ordinal value as 10 when I'm merging how should I do? >> Should I use openwebbeans-impl file as base and then added the new stuffs >> to it from openejb-core or is it other way ? >> >> Thanks >> /Thusitha >> >> 2015-05-22 22:53 GMT+05:30 Howard W. Smith, Jr. <[email protected]>: >> >>> >>> On Thu, May 21, 2015 at 3:46 AM, Mark Struberg <[email protected]> >>> wrote: >>> >>>> I know that OWB is used to process millions of pictures per day and >>>> driving military vessels even. But those customers usually keep this pretty >>>> silent. So it’s good to get positive feedback. >>> >>> >>> Wow, that's interesting and I definitely would 'not' doubt that OWB is >>> doing that and more. I have been loving OWB ever since I have been using >>> TomEE for my app. :) >>> >>> >> >> >> -- >> >> > --
