Re: Code coverage

2014-06-03 Thread Ivan St. Ivanov
Hey Thiago, That's a great idea for new contributors to get used to the code base! Thanks! Wouldn't it be better if you create an umbrella JIRA task and developers create subtask there? Something like with the validators issue: https://issues.apache.org/jira/browse/OPENEJB-453. Thus we can be sur

Re: Simpler authentication in embedded ActiveMQ Broker

2014-06-03 Thread Romain Manni-Bucau
For these advanced cases we provide a factory in openejb users rely on (all container are done this way for instance). So just use the config you want, get properties injected in your factory and declare the class-name attribute of your resource with the value of the qualified name of the factory.

Re: Simpler authentication in embedded ActiveMQ Broker

2014-06-03 Thread Marian Muller
Hi Romain, I had a look at the XBean property editors to configure AMQ plugins from TomEE configuration file. I can easily set the userPasswords for the SimpleAuthenticationPlugin class (it is a simple Map), but the userGroups property is not as easy (it is a Map>). Which makes me wonder if XBean

Re: very very frustating : during debug mode it breaks at unknown break point always

2014-06-03 Thread Romain Manni-Bucau
Got it several times on eclipse with some drivers...was a bug in eclipse btw Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-03 16:53 GMT+02:00 Andy Gumbrecht : > As

Re: very very frustating : during debug mode it breaks at unknown break point always

2014-06-03 Thread Andy Gumbrecht
As we're not able to see the screen-shots could you please provide us with some more information on your development environment? What IDE etc? Andy. On 03/06/2014 06:54, ASHUTOSH KUMAR wrote: Hi Tomee team, As you may see in the attached snap , we are facing very frustrating scenario very

Re: very very frustating : during debug mode it breaks at unknown break point always

2014-06-03 Thread Nrkkalyan
See if you have duplicate jars of different versions. Some times it causes such problems. Regards /Kalyan 0733312584 PS: May have typos due to using mobile > On 3 jun 2014, at 06:54, ASHUTOSH KUMAR wrote: > > Hi Tomee team, > > > > As you may see in the attached snap , we are facing ve

Re: 4.7.0-SNAPSHOT trunk fails to build

2014-06-03 Thread Romain Manni-Bucau
Hi Was tomee-webapp built? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-06-03 6:34 GMT+02:00 hanasaki : > Ends with the below - building in netbeans 8 release on Li

Re: very very frustating : during debug mode it breaks at unknown break point always

2014-06-03 Thread Thiago Veronezi
I saw it in the moderate message. I guess the list bot removes the images from the emails. Can you put it in a public place (like dropbox public folder)? []s, Thiago. On Tue, Jun 3, 2014 at 8:35 AM, Jean-Louis Monteiro < jlmonte...@tomitribe.com> wrote: > can you share the snapshot? :) > I can

Re: very very frustating : during debug mode it breaks at unknown break point always

2014-06-03 Thread Jean-Louis Monteiro
can you share the snapshot? :) I can't see it in the mail. Jean-Louis -- Jean-Louis Monteiro http://twitter.com/jlouismonteiro http://www.tomitribe.com On Tue, Jun 3, 2014 at 6:54 AM, ASHUTOSH KUMAR wrote: > Hi Tomee team, > > > > As you may see in the attached snap , we are facing very frust

4.7.0-SNAPSHOT trunk fails to build

2014-06-03 Thread hanasaki
Ends with the below - building in netbeans 8 release on Linux Look for the "not a file" with a linux path and http URL in it SVN R# 1599403 of Trunk --- Test set: org.apache.openejb.arquillian.TomEEContainerWithInstalle

very very frustating : during debug mode it breaks at unknown break point always

2014-06-03 Thread ASHUTOSH KUMAR
Hi Tomee team, As you may see in the attached snap , we are facing very frustrating scenario very frequently …. It always stop at unknown break point. Thanks Ashutosh

Re: FYI Multiple embedded Tomee integration tests frail for me (trunk)

2014-06-03 Thread Marius Kruger
wow thanks Romain, you rock!

Re: Simpler authentication in embedded ActiveMQ Broker

2014-06-03 Thread Romain Manni-Bucau
Hi I think the solution without activemq.xml is great. We could make a default jars.txt a user could drop in conf/ to add all the required dependencies if it helps but putting spring is the container is not a good idea as default solution. In particular for this case where we know how to get it pr

Re: Simpler authentication in embedded ActiveMQ Broker

2014-06-03 Thread Marian Muller
Hi Andy, Thanks for the insight. I think we need to take some time and discuss the topic, before going further. I understand your point about the simple "built-in" solution being what its name suggests: a simple solution for running localhost/vm-only broker. This makes much sense! And I also beli