Re: Eclipse Servers Integration

2014-12-06 Thread Romain Manni-Bucau
Hi Yeah, iirc we asked eclipse to add it but no news. Intellij idea and netbeans did it Le 6 déc. 2014 16:16, "radutoader" a écrit : > It would be really cool if this could be integrated in eclipse Servers > view, > and when you try to deploy a project with EJB, to see the TOMEE in that > server

tomee & javaee-api name in distributions

2014-12-05 Thread Romain Manni-Bucau
it is actually the right one ;) Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau

Re: tomee git commit: Verbose creation

2014-12-04 Thread Romain Manni-Bucau
our tests where we were > referencing a file that started http:/ (one slash not two) as it hadn't > been resolved from central because the temp directory didn't exist. This > was with a view to trying to start a 1.7.2 release. > > Jon > > On Thu, Dec 4, 2014 at 12

Re: TomEEClusterListener

2014-12-04 Thread Romain Manni-Bucau
this is to allow users to define it manually in server.xml Singleton side of this class is not mandatory/important. That is just to avoid to create N instances when no needed. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com

Re: TomEEClusterListener

2014-12-04 Thread Romain Manni-Bucau
it is a "tomcat cluster" facade to tomee deployer which is a singleton so yes Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-04 14:11 GMT+01:00 Daniel Cunha : > Hi folks, > > I'm readin

Re: tomee git commit: Verbose creation

2014-12-04 Thread Romain Manni-Bucau
instead of doing if (!tryMkdir) throw xxx; Files utility class does it. (Files.mkdir()) Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-03 22:59 GMT+01:00 Jonathan Gallimore : > I'm not I follow your quest

Fwd: tomee git commit: Verbose creation

2014-12-03 Thread Romain Manni-Bucau
don't we have Files fo rit? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau -- Forwarded message -- From: Date: 2014-12-03 8:35 GMT+01:00 Subject: tomee git commit: Verbose creation To:

deployment ids "ng"

2014-12-02 Thread Romain Manni-Bucau
kind of usage it is dedicated. Note also: a lot of tests rely on these defaults and should be fixed when we'll do it. I propose you to gather some feedbacks to know where we want to go during some days then maybe propose a vote to do the change? wdyt? Romain Manni-Bucau @rmannibucau http

Re: tomee git commit: Just get next available port in range

2014-12-01 Thread Romain Manni-Bucau
ct it in "instances" instead of having eveything static. We could then back our current API by a single instance of the new impl. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-01 23:48 GMT+01:00 Rom

Re: tomee git commit: Just get next available port in range

2014-12-01 Thread Romain Manni-Bucau
Hi Andy It changes default behavior which was mainly make port unpredictable. Now it is almost always the same in dev which is bad IMO dince it allows to hardcode the port and have regular green builds locally but not on jenkins. Other point: min should be 1025 cause IIRC 1024 is reserved as well

Re: Ready for release 1.7.2

2014-12-01 Thread Romain Manni-Bucau
I updated OWB so we should be good, I hope I fixed NetworkUtil regressions (we still need a green build) but excepted it +1 Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-01 16:14 GMT+01:00 Jonathan Gallimore

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-12-01 Thread Romain Manni-Bucau
Hi we are several to wish it for the end of the year so hopefully yes. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-01 9:20 GMT+01:00 Alex A : > Hi Romain, > > We tried the 1.7.2 snapshot. >

Re: buildbot hanging

2014-12-01 Thread Romain Manni-Bucau
Do I send him a mail? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-12-01 8:35 GMT+01:00 Romain Manni-Bucau : > Hi guys, > > buildbot is hanging cause we do some kill -3 to diagnostic the issue > (pinged

buildbot hanging

2014-11-30 Thread Romain Manni-Bucau
. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau

Re: Example+request

2014-11-30 Thread Romain Manni-Bucau
Hi Seam is now replaced by DeltaSpike. Why trying to use seam today? Note also seam never was portable and it worked with some first versions of TomEE but we decided to not support it anymore since 2-3 versions to keep the CDI implementation consistent with openwebbeans. Le 1 déc. 2014 03:25, "B

Re: jstl issue

2014-11-28 Thread Romain Manni-Bucau
You mean it is fixed or not on our side? Le 28 nov. 2014 21:53, "cchacin" a écrit : > Pushed a Dockerfile to reproduce the issue: > https://github.com/cchacin/tomee-jstl-test/blob/master/Dockerfile > > > The problem was related t

RE: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-27 Thread Romain Manni-Bucau
1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine > >> To: dev@tomee.apache.org > >> > >> PS: did you try openejb.cxf.CxfContainerClassLoader=false in > >> conf/system.properties? > >>

Re: jstl issue

2014-11-26 Thread Romain Manni-Bucau
Hi I get these logs https://gist.github.com/rmannibucau/09a40f380330ee65a8ef and this output https://gist.github.com/rmannibucau/d76665385615fefe9e45 BTW using 1.7 can maybe help you as well Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Romain Manni-Bucau
PS: did you try openejb.cxf.CxfContainerClassLoader=false in conf/system.properties? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-26 17:45 GMT+01:00 Romain Manni-Bucau : > we'll add a flag to switch it

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Romain Manni-Bucau
we'll add a flag to switch it off but there is no issue on our side. You can solve it: 1) not using a new thread 2) using an EJB to execute the js Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-26 17:34 GMT+

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Romain Manni-Bucau
Hi com.mycompany.bl.MyInstance#executeJavaScript starts a new thread and then look the classloader which is bound to the request thread Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-26 13:27 GMT+01:00 Alex A

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-24 Thread Romain Manni-Bucau
hould work Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-24 16:08 GMT+01:00 Alex A : > Hello, > > > > We are migrating our stack from TomEE+ 1.5.2 to TomEE+ > 1.7.1, and are seeing the follo

Re: jstl issue

2014-11-23 Thread Romain Manni-Bucau
Hi Is it the same version and installation (same conf, same setup)? Did you try 1.7? Le 24 nov. 2014 00:47, "Zhiyan Shao" a écrit : > Hi, > > I am using tomee 1.6 and keep getting the following errors on the remote > host. Could you please help me out here? However, running locally on my mac > w

Re: git commit: missing tests

2014-11-21 Thread Romain Manni-Bucau
forgot to fix this test, it should be ok now Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-21 15:56 GMT+01:00 Thiago Veronezi : > Hi Romain, > > PersistJavaagentTest fails at the last assertion for me

Re: Tomee and Open EJB installation/Configuration for EAR deploment

2014-11-18 Thread Romain Manni-Bucau
Hi Just create the folder and uncomment the Deployments line in tomee.xml. We deleted this folder since we dont bind it to any configuration by default and its name and location is actually up to you. Le 19 nov. 2014 01:50, "gudejagade...@gmail.com" a écrit : > Thanks for your email > > We're

Re: removing tomee webapp?

2014-11-13 Thread Romain Manni-Bucau
t, it acts as a > simple feedback stating that the server is alive. > Exactly why I asked if we remove it in tomee*[zip|tar.gz] we don't need it, only in tomee*webapp.war. > []s, > Thiago. > > > On Wed, Nov 12, 2014 at 4:49 PM, Romain Manni-Bucau > wrote: > >>

Re: removing tomee webapp?

2014-11-12 Thread Romain Manni-Bucau
> On Wed, Nov 12, 2014 at 6:57 AM, Romain Manni-Bucau > > wrote: > > > any other thoughts? > > > > > > Romain Manni-Bucau > > @rmannibucau > > http://www.tomitribe.com > > http://rmannibucau.wordpress.com > > https://github.com/rmannibucau &

Re: Embedded OpenEJB 4.7 not using manifest.mf classpath

2014-11-12 Thread Romain Manni-Bucau
FYI https://issues.apache.org/jira/browse/XBEAN-275 Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-12 15:08 GMT+01:00 Romain Manni-Bucau : > Hi > > adding -Dxbean.finder.use.get-resources=true shou

Re: Embedded OpenEJB 4.7 not using manifest.mf classpath

2014-11-12 Thread Romain Manni-Bucau
Hi adding -Dxbean.finder.use.get-resources=true should fix it. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-12 12:42 GMT+01:00 pascal.perau : > sorry, had the wrong directory commited... > > https://g

Re: Embedded OpenEJB 4.7 not using manifest.mf classpath

2014-11-12 Thread Romain Manni-Bucau
Didn't you forget a push? project seems empty Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-12 12:02 GMT+01:00 pascal.perau : > Hello again, > sorry it took a while but here is a minimum sample for

Re: removing tomee webapp?

2014-11-11 Thread Romain Manni-Bucau
any other thoughts? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-11 8:48 GMT+01:00 Romain Manni-Bucau : > Maybe I was unclear, sorry. I dont want to remove the webapp. I want to > remove it from

Re: Embedded OpenEJB 4.7 not using manifest.mf classpath

2014-11-11 Thread Romain Manni-Bucau
Hi any sample we can use to reproduce it? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-11 16:07 GMT+01:00 pascal.perau : > Hello, > i am using an embedded ejb 4.7 container in a java 8 application. >

Re: removing tomee webapp?

2014-11-10 Thread Romain Manni-Bucau
onger need to map "/ejb/*" (It looks settled) and we have a new > way to call "org.apache.tomee.installer.Installer.execute()" without user > intervention and without a servlet, I agree that this app should go. > > Anyway, I'm still not sure why we would need t

Re: removing tomee webapp?

2014-11-10 Thread Romain Manni-Bucau
ee,makes sense for the drop in war solution > Is it broken now? > Never saw it working myself with openejb version features (jndi etc...) > []s, > Thiago. > > > On Mon, Nov 10, 2014 at 3:57 PM, Romain Manni-Bucau > wrote: > > > Hi guys > > > > do we r

removing tomee webapp?

2014-11-10 Thread Romain Manni-Bucau
Hi guys do we remove tomee webapp completely from tomee itself (= packaged)? Current version doesn't bring much things and is often broken so it is from my point of view more an issue than an added value. wdyt? Anyone using it? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com

Re: Access the SecurityContext in Rest Service using a Junit test

2014-11-07 Thread Romain Manni-Bucau
=5971b1a858404e65c5b551eb4b67dbc9c6653e86 ) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-11-07 10:16 GMT+00:00 Romain Manni-Bucau : > @WebFilter > public class MyFilter impl

Re: Access the SecurityContext in Rest Service using a Junit test

2014-11-07 Thread Romain Manni-Bucau
@WebFilter public class MyFilter implements javax.servlet.Filter { doFilter() { ThreadLocalSecurityContext.set(new MySecurityContext()); chain.doFilter(...); } } It should be fixed on trunk in the day BTW. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com

Re: Access the SecurityContext in Rest Service using a Junit test

2014-11-07 Thread Romain Manni-Bucau
question is where to hook in to replace either the > complete manager or the securityContext with a custom one. > > 2014-11-06 19:13 GMT+01:00 Romain Manni-Bucau : > > > Hi > > > > You mean you get null? Normally nothing special is needed > > > > > >

Re: Access the SecurityContext in Rest Service using a Junit test

2014-11-06 Thread Romain Manni-Bucau
Hi You mean you get null? Normally nothing special is needed Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-06 17:35 GMT+00:00 Ulrich Metzger : > Hi list, > does anybody know how to mock a SecurityContext

Re: maven help -> checkstyle and pmd trigger without copying rules around the project

2014-11-06 Thread Romain Manni-Bucau
Hi if the config is in (inlined I mean) no need of files so it works smoothly Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-06 10:52 GMT+00:00 Thiago Veronezi : > Guys, > > Do you know of any maven

Re: Ubuntu 14.04 & Tomee error in startup script

2014-10-30 Thread Romain Manni-Bucau
Hmm use it everyday on 14.04. Are you sure 'sh' is bash for you?

Re: Ubuntu 14.04 & Tomee error in startup script

2014-10-30 Thread Romain Manni-Bucau
Hi Which shell? Le 30 oct. 2014 19:21, "Kassie" a écrit : > Anyone had success with installation ? Startup problems ? > Can forward to any resources to fix ? > > Pity, it was a breeze with Fedora, Ubuntu hiccups. :( > > sh startup.sh > : not found 2: startup.sh: > : not found 17: startup.sh: >

Re: TimerManagers and WorkManagers in JEE..

2014-10-30 Thread Romain Manni-Bucau
. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-30 10:51 GMT+01:00 Teggart, Brian : > Hi Guys, > I am trying to convert an existing app from websphere to TomEE. > I am trying to create references in w

Re: Cant invite EJB from another Tomcat

2014-10-29 Thread Romain Manni-Bucau
t 29, 2014 at 4:06 PM, Thiago Veronezi > wrote: > > > Use this dependency instead... > > > > > > org.apache.openejb > > javaee-api > > yourversion > > tomcat > > > > > >

Re: Cant invite EJB from another Tomcat

2014-10-29 Thread Romain Manni-Bucau
2014-10-29 18:28 GMT+01:00 sapozal : > to be honest- those projects are linked to our inner projects, will be not > simple to disconnect it. > But I posted a client code, server could be any ejb that you want- just call > it MyEjb. > I am pretty sure this is a reproducable problem, however it is al

Re: Cant invite EJB from another Tomcat

2014-10-29 Thread Romain Manni-Bucau
2014-10-29 17:34 GMT+01:00 sapozal : > Ok. > It seems to me that I figured out the scope of the problem. > When you are running an EJB client as a part of web application from normal, > non-Tomee tomcat, you need some j2ee jar, open-ejbclient is not enough since > it is not including all javax.ejb.

Re: Cant invite EJB from another Tomcat

2014-10-29 Thread Romain Manni-Bucau
javaee-api-6.0-6-tomcat.jar in tomcat/lib should help but once again saying there is bug without giving anything to show it doesn't make the solution close and we have users doing it so it is surely just a setup issue. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com

Re: Cant invite EJB from another Tomcat

2014-10-29 Thread Romain Manni-Bucau
are you able to share everything useful to reproduce it (we have tomcat/tomee but I'd like to get your test apps)? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-

Re: Cant deploy Grails war to Tomee

2014-10-27 Thread Romain Manni-Bucau
I don't know grails enough but finally you should have javax validation and its implementation in WEB-INF/lib so just removing it (+ potentially validation.xml file) should be enough. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedi

Re: Invocation of EJB method of Tomee from grails app

2014-10-27 Thread Romain Manni-Bucau
Hi did you use java:global names? If you maybe try internal ones (something like MyEjbRemote). In tomcat java: can be handled by tomcat and our factory can be ignored in some cases Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in

Re: git workflow?

2014-10-27 Thread Romain Manni-Bucau
2014-10-27 13:03 GMT+01:00 Mark Struberg : > In all the scenarios I know this works by NOT working on the upstream repo at > all. > Instead this commit gets performed on some other repo and a pull request is > issued. The pull request triggers a merge in a auto-generated temporary > throw-away b

Re: Cant deploy Grails war to Tomee

2014-10-27 Thread Romain Manni-Bucau
Hi TomEE 1.x is not bean validation 1.1 (TomEE 2 is but not yeat released) so just ensure you use Bean Validation 1.0 and not 1.1. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: git workflow?

2014-10-27 Thread Romain Manni-Bucau
ne deleted or a history someone rewrote. Once a GIT repo is trashed, >>> then you can only do a restore of the whole repo from some file backup. >>> >>> >>>> git pull origin develop >>> >>> Third: You should explain the difference between pull a

Re: Cant obtain the DataSource via Context JNDI

2014-10-26 Thread Romain Manni-Bucau
Hi try openejb:Resource/testjndi or java:openejb/Resource/testjndi. To get it in comp/env you need some linking in web.xml but this is generally useless if you don't have jndi constraints. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-21 Thread Romain Manni-Bucau
should be done Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-21 11:38 GMT+02:00 Romain Manni-Bucau : > 2014-10-21 11:29 GMT+02:00 tcollignon : >> Ok I Have

Re: Migration to Git ?

2014-10-21 Thread Romain Manni-Bucau
assertEquals(1, configuration.containerSystem.applications.get(0).ejbJars.size()); ? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-21 15:16 GMT+02:00 Daniel Kasmeroglu : > Am 21.10.2014 um 15:09 schrieb Rom

Re: Migration to Git ?

2014-10-21 Thread Romain Manni-Bucau
Hi I fixed one yesterday, is it still the case? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-21 15:04 GMT+02:00 Daniel Kasmeroglu : > Hi there, > > While measuring the coverage with the curre

Re: CDI container performance

2014-10-21 Thread Romain Manni-Bucau
2014-10-21 11:57 GMT+02:00 Howard W. Smith, Jr. : > Wow, very impressive. I'm glad I'm using TomEE+ 1.7.1 (for now) and looking > forward to TomEE+ 2.x. > > Questions below, > > > >- OWB-1.5.0: 13 ms (no this is NOT a hoax, it's due to our proxy caching >[1]...) > > All with Java8. > > Curr

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-21 Thread Romain Manni-Bucau
2014-10-21 11:29 GMT+02:00 tcollignon : > Ok I Have try this : > > - cherry pick your commit in 1.7.x branch > - revolve conflict > - delete tomcat 8 part > > => I have run tomee 1.7.2-SNAPSHOT but neither context.xml and context.xml > works now :( > > The patch is here : > https://issues.apache.or

Re: git commit: TOMEE-1418 support tomcat classloader config in openejb (temp) loaders

2014-10-20 Thread Romain Manni-Bucau
/me is checking, thanks! Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-20 13:19 GMT+02:00 Thiago Veronezi : > Hi Romain, > > I think there is a file missing in this commit.

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-20 Thread Romain Manni-Bucau
You can try to merge both if you want (and then provide us a patch :)). Only issue you'll get is to remove tomcat 8 part (a else in TomcatWebAppBuilder) but otherwise it should be straight forward. Main gain: it removes QuickContextXmlParser :) do you want to have a try? Romain Manni-

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-20 Thread Romain Manni-Bucau
done for master, waiting some feedback to know how I can backport it on 1.7 branch @Andy: do we finally create a 1.7-develop? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau

Re: TCK cdi-embedded

2014-10-17 Thread Romain Manni-Bucau
well here the issue is on your side I already increased it to 512 but we should be able to run it with 64. A task to do before hacking on tcks. That's the game ;) Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-

Re: git workflow?

2014-10-17 Thread Romain Manni-Bucau
yes, so master is just a single branch showing only tags, what's the need behind? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-17 17:30 GMT+02:00 Andy Gumbrecht : > Release branches act as a buffer

Re: git workflow?

2014-10-17 Thread Romain Manni-Bucau
sorry I'm surely slow today but it if can avoid me 1h ;): so what's different with tags? ie when do you go to master without having a release? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-17 16:41

Re: git workflow?

2014-10-17 Thread Romain Manni-Bucau
hen you need to merge develop/master ensuring history is good ie not 1-1 merge (manual process). if you don't do it then develop branch doesn't bring anything 3) agree that feature branches are great (local or remote depending the visibility of the work) Romain Manni-Bucau @rmannibucau

git workflow?

2014-10-17 Thread Romain Manni-Bucau
om develop to master but I don't see the gain 4) ds doesn't use it and project goes well so what do we expect? -> https://deltaspike.apache.org/suggested-git-workflows.html any inputs? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-17 Thread Romain Manni-Bucau
2014-10-17 9:01 GMT+02:00 tcollignon : > Ok I see > > - Is that modification is in your roadMap? Or can you guide me to propose > this ? Before you ask it was not under the radar. If you want to try a fix it should be easy, here the pointers. We extract the info from http://svn.apache.org/repos/as

Re: TCK cdi-embedded

2014-10-16 Thread Romain Manni-Bucau
st you can use the testng xml file but I don't like the idea to reduce the default set since it would just hide a real issue. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-17 2:03 GMT+02:00 Daniel Cu

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-16 Thread Romain Manni-Bucau
2014-10-16 22:56 GMT+02:00 tcollignon : > Thank for your tests > > Indeed, It works in META-INF/context.xml with "/", but it doesn't neither in > server.xml or Catalina/localhost/neo.xml, do you know why ? (because > m2e-webby use server.xml or Catalina/localhost/file.xml to generate > dynamicaly w

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-16 Thread Romain Manni-Bucau
Here what I did once installed the war in webapps/: 1) rm webapps/neo-web-0-SNAPSHOT/WEB-INF/lib/neo-services-0-SNAPSHOT.jar 2) add context.xml: cat webapps/neo-web-0-SNAPSHOT/META-INF/context.xml And it worked. Maybe try to set the path with / instead of \ Romain Manni-Bucau Twitter

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-16 Thread Romain Manni-Bucau
github if you can, or any public repo is perfect Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-16 9:59 GMT+02:00 tcollignon : > Okay no problem. Where do you wan

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-16 Thread Romain Manni-Bucau
Hmm seems exactly what we check, can you share a war and a jar we can drop (+ sources if possible) to test please? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-16 9

Re: Classpath discovery in REST annotations with virtual classpath

2014-10-16 Thread Romain Manni-Bucau
Hi which version are you use? can you share your config? We support this mode but urls need to be resolvable by tomee, maybe try full paths to check it comes from it or not Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in

Re: Property declarations

2014-10-15 Thread Romain Manni-Bucau
Le 15 oct. 2014 23:04, "Daniel Kasmeroglu" a écrit : > > Hi, > > > > > http://tomee.apache.org/properties-listing.html was created for it and it > > also allow to document dynamic properties > > > How is that list compiled ? Or is it just edited by the corresponding > developers. If so is there a

Re: Property declarations

2014-10-15 Thread Romain Manni-Bucau
Le 15 oct. 2014 22:47, "Daniel Kasmeroglu" a écrit : > > Hi, > > > > > Dont put it in a Constant.java or Maven.java > > > Okay, there we're having a disagreement as I would create something like > "OpenEJBProperties". > > > Perso i try to create constants only when reusable. The m2 one for instanc

Re: Property declarations

2014-10-15 Thread Romain Manni-Bucau
Too late since it is here since months to not say more...plus you say it cause you think to mvn home but it is really the home for artifacts so name is not shocking for me in openejb context. Le 15 oct. 2014 22:33, "Daniel Kasmeroglu" a écrit : > Just an addendum: The property 'openejb.m2.home'

Re: Property declarations

2014-10-15 Thread Romain Manni-Bucau
Le 15 oct. 2014 22:24, "Daniel Kasmeroglu" a écrit : > > Am 15.10.2014 um 22:10 schrieb Romain Manni-Bucau: > > Hmm > > > > Should be in openejb-loader not core. > > > Right. > > > That said ok if it stays localized where used ie maven resol

Re: Property declarations

2014-10-15 Thread Romain Manni-Bucau
Hmm Should be in openejb-loader not core. That said ok if it stays localized where used ie maven resolver other -1. About the test we should pass it as system prop in surefire, was it your idea? Issue about this test is we dont use maven where the plugin does. It was cause maven harness was brok

Re: OpenEJB Client IP/HOST

2014-10-15 Thread Romain Manni-Bucau
ia TomEE & OpenEJB] > wrote: >> Try the following within the method call:i >> >> String info = >> org.apache.openejb.server.context.RequestInfos.info().toString(); >> >> Andy. >> >> On 14/10/2014 21:29, Romain Manni-Bucau wrote: >> >&

Re: JNDI issues with app, moving from JBoss to TomEE Plus

2014-10-14 Thread Romain Manni-Bucau
Hi, this is a client option not a server one. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-14 22:08 GMT+02:00 skoldrh : > I missed some of the posts that showed the proper call which was as foll

Re: OpenEJB Client IP/HOST

2014-10-14 Thread Romain Manni-Bucau
the call context. > > Andy. > > On 14/10/2014 20:01, Romain Manni-Bucau wrote: >> >> so I don't get your question sorry :s, why do you want an IP is you >> have no request? >> >> >> Romain Manni-Bucau >> @rmannibucau >> http://ww

Re: OpenEJB Client IP/HOST

2014-10-14 Thread Romain Manni-Bucau
so I don't get your question sorry :s, why do you want an IP is you have no request? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-14 19:35 GMT+02:00 Charms Styler : > No http request since I am on

Re: Tests on itests/failover

2014-10-14 Thread Romain Manni-Bucau
these tests fork some jvms so it can be that you really don't have enough space. Maybe follow it while the test is running Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-14 15:42 GMT+02:00 Daniel Kasme

Re: OpenEJB Client IP/HOST

2014-10-14 Thread Romain Manni-Bucau
Hi do you have a http request? getRemoteHost() doesn't help? getRemoteUser and getRemoteAddr are not yet implemented in embedded mode. If you use secured endpoints you can use sessionContext.getCallerPrincipal() Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpres

Re: Struggling with a testcase !

2014-10-13 Thread Romain Manni-Bucau
are really independent Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-13 15:20 GMT+02:00 Daniel Kasmeroglu : > @Romain > > I was just looking at the testcase EarUnpackTest which currently fails. > Reading t

Re: JIRA Cleanup.

2014-10-13 Thread Romain Manni-Bucau
Hi did a first one, some are pending, not sure we can close them or not Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-13 13:37 GMT+02:00 Andy Gumbrecht : > Hi D

Re: Patch to make openejb-core compilable again

2014-10-13 Thread Romain Manni-Bucau
applied, thanks a lot Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-13 14:29 GMT+02:00 Daniel Kasmeroglu : > I've added a patch using this issue: > > * https://issues.apache.org/jira/browse/TOMEE

Re: Annotation lookup idea ?

2014-10-13 Thread Romain Manni-Bucau
Hi, xbean-finder? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-13 13:03 GMT+02:00 Daniel Kasmeroglu : > As there's a lot of lookups for annotated classes I was wondering if > someone thought abo

Re: OpenEJB Application discovery via the classpath

2014-10-13 Thread Romain Manni-Bucau
Hi I recommand you to add a META-INF/scan.xml with: org.package.to.scan1 org.package.to.scan2 And ensure you ignore scan.xml from your dependencies if it exists Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau

Re: cdi 1.1 tcks, start of work

2014-10-12 Thread Romain Manni-Bucau
we now pass same TCKs as OWB, I'll activate EE ones soon Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-12 15:10 GMT+02:00 Romain Manni-Bucau : > about maven issue itis due to the fact tck relies on a old

Re: cdi 1.1 tcks, start of work

2014-10-12 Thread Romain Manni-Bucau
about maven issue itis due to the fact tck relies on a old version of SW javaee descriptor API and API is broken...will try to override it Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-10-11 23:42 GMT+02:00 Romain

cdi 1.1 tcks, start of work

2014-10-11 Thread Romain Manni-Bucau
s: 98, Errors: 0, Skipped: 486". Any idea where it can come from before digging into it - I guess the classloading butno obvious idea ? Once these tests pass the plan is to activate all the TCK suite for CDI. ANd once this module pass tomee one ;) Romain Manni-Bucau @rmannibucau http://www.tom

dirty behavior

2014-10-11 Thread Romain Manni-Bucau
hibernate validator pretty trivially. Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau

Fwd: svn commit: r1629690 - in /tomee/tomee/trunk/tomee/tomee-webaccess: pom.xml src/test/groovy/org/apache/tomee/webaccess/test/units/LogTest.groovy src/test/groovy/org/apache/tomee/webaccess/test/un

2014-10-06 Thread Romain Manni-Bucau
Hi Thiago, we have/can add johnzon, can it avoid groovy-json dep? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau -- Forwarded message -- From: Date: 2014-10-06 18:02 GMT+02:00 Subject: svn commit

Re: new provisioning (data) format (more human friendly)?

2014-10-05 Thread Romain Manni-Bucau
pport csv since it is more or less the same query building logic. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-06 7:18 GMT+02:00 Chamil Jeewantha : > H

Re: Creating new spec JARs?

2014-10-05 Thread Romain Manni-Bucau
re? Is there any guide I could > follow? I'm planning to provide a JMS 2 spec. > > John > > > > [1]: https://github.com/apache/geronimo-specs > [2]: > https://github.com/apache/geronimo-specs/tree/geronimo-validation_1.1_spec-1.0-alpha-1 > -- Romain Manni-

new provisioning (data) format (more human friendly)?

2014-10-05 Thread Romain Manni-Bucau
integrated out of the box like to day our sql script feature and in tests with a JUnit rule surely. Main gain is to get a json format making it easier to maintain and in case of entitymanager it can be mapped to java instead of sql/jdbc. wdyt? Romain Manni-Bucau Twitter: @rmannibucau Blog: http

Re: My 2 cents

2014-10-04 Thread Romain Manni-Bucau
27;d be happy to commit it for > you. > > Jlouis > Le 3 oct. 2014 14:26, "Daniel Kasmeroglu" > a écrit : > >> Am 03.10.2014 um 22:22 schrieb Romain Manni-Bucau: >> > Hello >> > >> > about https://issues.apache.org/jira/browse/OPENEJB-2106 n

Re: My 2 cents

2014-10-03 Thread Romain Manni-Bucau
and ensure openejb is able to "handle" JBoss/Weld CDI modules ignoring what is not standard. Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-10-03 20:59 GMT+02:

<    9   10   11   12   13   14   15   16   17   18   >