Re: Need help on setting up log4j.xml

2016-06-03 Thread Romain Manni-Bucau
2016-06-03 14:05 GMT+02:00 Dignesh : > I have placed the xml in the same classloader of log4j.jar (lib directory), > still i dont see any log getting generated. > > What is the system property that needs to added to point the log4j location > ? > > > -Dlog4j.configuration=... you can also activat

Re: Need help on setting up log4j.xml

2016-06-03 Thread Romain Manni-Bucau
Hi Either set the system property to init the location of log4j or put the xml in lib dir too (in the same classloader as log4j) Le 3 juin 2016 14:18, "Dignesh" a écrit : > Hello, > I have created custom log4j.xml file and placed in the conf directory.I > dont > see any file with logging getting

Re: [ANNOUNCE] Apache TomEE 7.0.0

2016-05-30 Thread Romain Manni-Bucau
@Ihsan: this should sync up soon I guess, official tag is on our main repo: https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=summary Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.

[ANNOUNCE] Apache TomEE 7.0.0

2016-05-29 Thread Romain Manni-Bucau
The Apache Team Team is pleased to announce the availability of Apache TomEE 7.0.0 When downloading, please verify signatures using the KEYS file available at: http://www.apache.org/dist/tomee Maven artifacts are also available in the central Maven repository. The Apache TomEE Team

[RESULT][VOTE] Apache TomEE 7.0.0

2016-05-27 Thread Romain Manni-Bucau
And here is my +1 Therefore vote passed with: * +1 (non-binding) from Vicente Rossello, Juan Llado * +1 (binding) from Mark, JL and me * no -1 Will follow with the release process likely beginning of next week. Thanks for all the ones who votes! Romain Manni-Bucau @rmannibucau <ht

Re: Example+request

2016-05-26 Thread Romain Manni-Bucau
Issue with mails is it depends on: - the type of transport - the provider setup - the provider protocol (some dont respect the standard protocol) I can share the config for gmail but it is pretty much the one you have and it is straight forward. Yahoo is another story typically. Romain Manni

Re: [VOTE] Apache TomEE 7.0.0

2016-05-26 Thread Romain Manni-Bucau
for the one using tentacle to check notice/license files: i uploaded it there http://home.apache.org/~rmannibucau/orgapachetomee-1097/ (skipped binaries/exploded folders cause my network connection doesn't allow that ATM) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau&

Re: Disable default JAX-RS provider in apache-tomee-7.0.0-M3-plus

2016-05-26 Thread Romain Manni-Bucau
yes or just disabled line, should be enough IIRC Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber &

Re: Disable default JAX-RS provider in apache-tomee-7.0.0-M3-plus

2016-05-26 Thread Romain Manni-Bucau
echo "disabled=true" > conf/conf.d/cxf-rs.properties will do it Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/

Re: [VOTE] Apache TomEE 7.0.0

2016-05-24 Thread Romain Manni-Bucau
@Jon: no cause we didn't change any dependencies outside asf Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmann

Re: [VOTE] Apache TomEE 7.0.0

2016-05-23 Thread Romain Manni-Bucau
> Thanks for taking time to have a look. > > -- > Jean-Louis Monteiro > http://twitter.com/jlouismonteiro > http://www.tomitribe.com > > On Fri, May 20, 2016 at 6:16 PM, John D. Ament > wrote: > > > On Fri, May 20, 2016 at 12:40 PM David Blevins > > wrote: >

Re: ApplicationComposer and @Startup (and logging)

2016-05-23 Thread Romain Manni-Bucau
without more info you'll not get much help I fear. Providing a github project showing the issue will make it trivial to solve IMO. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rma

Re: ApplicationComposer and @Startup (and logging)

2016-05-20 Thread Romain Manni-Bucau
uff. Added the log4j maven test dependency, > then added the log4j.properties to src/test/resources . Log level is > fine... what else ? > > do you use log4j API directly? TomEE uses JUL by default and needs to be configured to use log4j but not your code. > 2016-05-20 11:47 GMT+02:

Re: ApplicationComposer and @Startup (and logging)

2016-05-20 Thread Romain Manni-Bucau
Hello 2016-05-20 11:34 GMT+02:00 Gregory Orciuch : > Hi, > > I think I'm facing an configuration issue here. > So having the @Singleton and @Startup Bean which is added in application > composer as below: > @Module > public EjbJar beans() { > EjbJar ejbJar = new EjbJar("ejb-beans"); >

Re: [VOTE] Apache TomEE 7.0.0

2016-05-19 Thread Romain Manni-Bucau
can give feedback > on how it should be updated. Let’s start another thread. > > > > I’m obviously very time constrained, but happy to give you time and work > openly on it. > > > > > > -- > > David Blevins > > http://twitter.com/dblevins <http

Re: reworking the CLI?

2016-05-19 Thread Romain Manni-Bucau
not yet, sent the thread to know what was the thoughts before doing anything. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rman

Re: [VOTE] Apache TomEE 7.0.0

2016-05-19 Thread Romain Manni-Bucau
@David: http://tomee.apache.org/tomee-version-policies.html, just added a link on the download page http://tomee.apache.org/downloads.html.Think the information is there but don't hesitate to tune/customize/update the website until you are fully happy with it. Romain Manni-Bucau @rmanni

Re: org.apache.openejb.config.ReportValidationResults.logResults FAIL ... Missing class

2016-05-19 Thread Romain Manni-Bucau
'openejb.validation.output.level' system property to VERBOSE for increased validation details. so you can put in conf/system.properties "openejb.validation.output.level=VERBOSE" to get more details and ensure these classes are visible from ear lib classloader. Romain Mann

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
You still have the same error so likely a typo. Can be due to the mailbox to properties copy. Please ensure system.properties content is right. Le 19 mai 2016 02:12, "Dignesh" a écrit : > I fixed system.properties by adding value infornt of key not on the other > line.Still I am seeing the same i

Re: reworking the CLI?

2016-05-18 Thread Romain Manni-Bucau
sition to follow the same way. > When you say: Technical issues. What do see like a problem? > > > On Wed, May 18, 2016 at 2:49 PM, Romain Manni-Bucau > > wrote: > > > 2016-05-18 19:44 GMT+02:00 Daniel Cunha : > > > > > We (Me and Hildeberto) proposed some

Re: reworking the CLI?

2016-05-18 Thread Romain Manni-Bucau
mall tasks like batches easily (start, deploy, run, shutdown). The potential is huge but first we need to get rid of the technical issues I think. > On Wed, May 18, 2016 at 10:04 AM, Romain Manni-Bucau < > rmannibu...@gmail.com> > wrote: > > > Hi guys, > > >

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
you don't want to fix you system.properties to put the value in front of the key and not on another line? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <h

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
2016-05-18 18:05 GMT+02:00 Dignesh : > I am not clear ... > 1. I have added below line in system.properties file. And logs shows it is > using the serviceManager "org.apache.openejb.server.SimpleServiceManager" > which we have configured right ? is this not correct ? > > Log says the opposites: 1

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
] org.apache.openejb.server.SimpleServiceManager.printRow multicast 239.255.2.3 6142 18-May-2016 21:52:52.392 INFO [main] org.apache.openejb.server.SimpleServiceManager.start --- means it is not using the service manager I mentionned. Note: the shared config works on M3 Romain Manni-Bucau

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
Suspect multicast doesn't work by default with http transport for ejbd but should work if you use direct ejbd. You can test it using in conf/system.properties: openejb.service.manager.class = org.apache.openejb.server.SimpleServiceManager Romain Manni-Bucau @rmannibucau <https://twi

Re: [VOTE] Apache TomEE 7.0.0

2016-05-18 Thread Romain Manni-Bucau
ly goal of this release as stated in the version vote. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitri

Re: Raise JMS messages to all the nodes in cluster

2016-05-18 Thread Romain Manni-Bucau
AMQ website is very good for such questions: http://activemq.apache.org/how-does-a-queue-compare-to-a-topic.html Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau>

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
looks good, if you have trouble with that setup maybe take time to reproduce it in a small project using tomee-maven-plugin to let us reproduce it with "mvn package -DskipTests tomee:run" and "mvn test" for the client. Will avoid a lot of ping pong to guess what is missing.

Re: Raise JMS messages to all the nodes in cluster

2016-05-18 Thread Romain Manni-Bucau
ActiveMQ handles it so you will find most of the doc on their website: http://activemq.apache.org/how-do-distributed-queues-work.html for instance Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
The mentionned doc uses multicast so the host/port should be valid but that's it. IIRC openejb-multicast is not in tomee/lib by default so you need to drop the jar there to add this features (if there it is listed in services at startup). That's probably the missing part. Romain M

Re: Raise JMS messages to all the nodes in cluster

2016-05-18 Thread Romain Manni-Bucau
Hi a JMS topic does it by design. Please see http://tomee.apache.org/jms-resources-and-mdb-container.html for the config then a message driven bean can listener for messages. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com&

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
2016-05-18 14:38 GMT+02:00 Dignesh : > Hi, > So you mean the configuration added in server.xml is not supported in > TOMEE? > > Not, it is supported for tomcat clustering/session clustering which is not ejbd clustering. > I have followed the configuration steps mentioned in below link and still

reworking the CLI?

2016-05-18 Thread Romain Manni-Bucau
ake our CLI more user friendly - open the door to custom commands more easily - rework the commands to add some missing ones Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rman

Re: Unable to find a public ejb server via the multicast URI during remote ejb look up

2016-05-18 Thread Romain Manni-Bucau
Hi multicast:// handling is not in tomcat and shouldn't be considered as McastService which is another feature, please see http://tomee.apache.org/multicast-discovery.html for a detailed configuration. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> |

Re: IllegalArgumentException on weird constructed URL

2016-05-18 Thread Romain Manni-Bucau
thanks for confirming! very appreciated Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://

Re: IllegalArgumentException on weird constructed URL

2016-05-18 Thread Romain Manni-Bucau
snapshot is there https://repository.apache.org/content/groups/snapshots/ Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibuca

[VOTE] Apache TomEE 7.0.0

2016-05-18 Thread Romain Manni-Bucau
not everyone is very welcomed to test and vote. Please vote: [ ] +1 yeah it rocks! [ ] +0 dont' know just wanted to say hello but no idea what we are talking about [ ] -1 no cause ${blocker <- X} Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau

Re: IllegalArgumentException on weird constructed URL

2016-05-17 Thread Romain Manni-Bucau
build a project on github with a failing test ;). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber &

Re: IllegalArgumentException on weird constructed URL

2016-05-17 Thread Romain Manni-Bucau
setting exclude unlisted = true should maybe help. That said tomee doesnt read persistence.xml so can be hibernate in your setup which needs the persistence.xml. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | G

Re: IllegalArgumentException on weird constructed URL

2016-05-17 Thread Romain Manni-Bucau
et me know however if SNAPSHOT is better when redeployed (or if you build it yourself) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/

Re: IllegalArgumentException on weird constructed URL

2016-05-16 Thread Romain Manni-Bucau
Maybe we encode it twice but didnt manage to reproduce with 1.7.4 and 7.0.0-SNAPSHOT and hibernate 4 or 5 so you probably need to share a project on github to move forward. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com&

Re: IllegalArgumentException on weird constructed URL

2016-05-16 Thread Romain Manni-Bucau
Space in the path I guess. Which version? Le 16 mai 2016 19:51, "Gregory Orciuch" a écrit : > Hi, > > when running my EJBContainerRunner tests on Windows (on linux is fine), > the windows'centric developers cannot run the openEJB test because of > something like this: > > IllegalArgumentException

Re: IllegalArgumentException on weird constructed URL

2016-05-16 Thread Romain Manni-Bucau
Hi the space is probably the error but looks like an hibernate bug. You can either configure in app composer the root url to enforce it or configure hibernate scanner to avoid scanning and list entities (that's what i'd do) Romain Manni-Bucau @rmannibucau <https://twitter.co

Re: next release

2016-05-12 Thread Romain Manni-Bucau
* 8.5.2 now, they rerolled (+ it has a jaspic bugfix we need to get fixed - thanks Arjan to have given us code to be able to identify it and unit test it!) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <htt

next release

2016-05-11 Thread Romain Manni-Bucau
tomcat 8.5.1 vote started today, think I'll wait this one to pass to start tomee release since it fixes a nasty classloading issue and would allow us to remove a not so sexy workaround. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau

Re: tomee git commit: TOMEE-1799 - Comparison method violates its general contract

2016-05-06 Thread Romain Manni-Bucau
ght to me with the default also as a > criteria. > > On 6 May 2016 at 14:04, Romain Manni-Bucau wrote: > > > Hi Andy > > > > This change breaks previous ordering and doesnt fix the referenced issue > - > > was not an issue on 7.x. > > > > Any objec

Fwd: tomee git commit: TOMEE-1799 - Comparison method violates its general contract

2016-05-06 Thread Romain Manni-Bucau
Hi Andy This change breaks previous ordering and doesnt fix the referenced issue - was not an issue on 7.x. Any objection if I restore previous ordering next week? -- Message transféré -- De : Date : 5 mai 2016 15:11 Objet : tomee git commit: TOMEE-1799 - Comparison method violat

Re: 7.0.0 release vote

2016-05-05 Thread Romain Manni-Bucau
Being 95% compliant or 2% compliant depends on what: spec, tck, goal, usability etc... Numbers mean nothing, user feedback does and is rather good for now. Le 5 mai 2016 17:04, "ross.cohen" a écrit : > Romain Manni-Bucau wrote > > Le 4 mai 2016 23:28, "ross.cohe

Re: 7.0.0 release vote

2016-05-04 Thread Romain Manni-Bucau
Le 4 mai 2016 23:28, "ross.cohen" a écrit : > > Romain Manni-Bucau wrote > > 2016-05-04 14:54 GMT+02:00 ross.cohen < > > > ross.cohen.rc@ > > > >: > > > >> David Blevins-2 wrote > >> >> On May 2, 2016, at 5:05 AM, Rom

Re: 7.0.0 release vote

2016-05-04 Thread Romain Manni-Bucau
2016-05-04 14:54 GMT+02:00 ross.cohen : > David Blevins-2 wrote > >> On May 2, 2016, at 5:05 AM, Romain Manni-Bucau < > > > rmannibucau@ > > > > wrote: > >> > >> Fully agree that's why it has been stated tomee 7 != javaee 7. > >

Re: 7.0.0 release vote

2016-05-03 Thread Romain Manni-Bucau
o play with the dom too, wanted to avoid another table which basically duplicates a lot of noise but that's only my voice and I'm for making it clearer if possible. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | G

Re: 7.0.0 release vote

2016-05-02 Thread Romain Manni-Bucau
0.0 or a > 7.x so 2, 3, 4, 5 and 6 are no more options. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitr

Re: TomEE 1.7.x on Java8

2016-05-02 Thread Romain Manni-Bucau
if it helps: there is a system property for that in the JVM to revert to the old sort algo, should solve it. Also think it has been fixed further on 7.x branch. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | G

Re: TomEE 1.7.x on Java8

2016-05-02 Thread Romain Manni-Bucau
Hi Andy, yes we do for default distributions Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber &

Re: 7.0.0 release vote

2016-05-02 Thread Romain Manni-Bucau
did the same and got an enthousistic moment, didnt last :( Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibuca

Re: 7.0.0 release vote

2016-05-02 Thread Romain Manni-Bucau
rom: John D. Ament > > To: dev@tomee.apache.org > > Sent: Monday, May 2, 2016 12:11 PM > > Subject: Re: 7.0.0 release vote > > > > On Mon, May 2, 2016 at 2:44 AM Romain Manni-Bucau > > > wrote: > > > > > Not portable test, jpa on not jpa tests

Re: 7.0.0 release vote

2016-05-02 Thread Romain Manni-Bucau
ay 2, 2016 at 2:44 AM Romain Manni-Bucau > wrote: > > > Not portable test, jpa on not jpa tests etc. We pass really more tests > > AFAIK. > > > Could you elaborate on that a little? What is not portable? If you want to > raise issues in our ticket system please fee

Re: Container has suffered a SystemException

2016-05-02 Thread Romain Manni-Bucau
Hi did you tune tomee.security.identity.schedule and tomee.security.identity.timeout? Defaults are 1mn (6 - value in ms) and 30mn (180 - value in ms) and can lead to that if second value is reached without interactions with the logged in session (remote ejb). Romain Manni-Bucau

Re: 7.0.0 release vote

2016-05-01 Thread Romain Manni-Bucau
Not portable test, jpa on not jpa tests etc. We pass really more tests AFAIK. Le 2 mai 2016 05:48, "David Blevins" a écrit : > No worries on the many posts. Thank you for the Java EE 7 samples checkup > :) > > It appears we fail 35% of the JAX-RS 2.0 tests. Do we know what is > preventing us fr

Path to tomee 7.0.0

2016-04-29 Thread Romain Manni-Bucau
rgetting a release ~mid may. Side note: as mentionned on the version vote thread the doc about what is 7.0.0 has been pushed. Don't hesitate to enhance it until the release if you find it misses anything. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://r

Re: 7.0.0 release vote

2016-04-28 Thread Romain Manni-Bucau
Le 29 avr. 2016 00:49, "ross.cohen" a écrit : > > Actually, it looks like a 7.0 release means different things to different > people. Romain, you took everyone's approval of the idea of a 7.0.0 release > to be an approval of your particular version of a 7.0.0 release, which it > clearly was not.

Re: Websocket Client Bug....

2016-04-28 Thread Romain Manni-Bucau
Hi This is more a tomcat issue - so should go on tomcat list. They worked on such things lately in their test suite I tjink. That said this send is synchronous so can be due to a read issue more than a send issue one. Having an ack message is a workaround but maybe test with multiple server insta

Re: [VOTE][LAZY] Next tomee release using 7.0.0 version

2016-04-28 Thread Romain Manni-Bucau
And here is my +1 with one -1 (binding) and 5 +1 bindings the vote passed. updated http://tomee.apache.org/tomee-version-policies.html page to reflect that. Feel free to enhance the page if anything is ambiguous or unclear for you. Thanks for your votes. Romain Manni-Bucau @rmannibucau

Re: [VOTE][LAZY] Next tomee release using 7.0.0 version

2016-04-27 Thread Romain Manni-Bucau
I’d love to see us approach that effort together and everyone chip in. I > don’t think 72 hours is enough time to flush out all the materials we’d > like to create for a major release that will have some communication > challenges. > > > -David > > > > On Apr 26, 20

Re: [VOTE][LAZY] Next tomee release using 7.0.0 version

2016-04-26 Thread Romain Manni-Bucau
> and would want to see it as top priority ahead of any 7.0 GA release. > > > -- > David Blevins > http://twitter.com/dblevins > http://www.tomitribe.com > > > On Apr 25, 2016, at 5:01 AM, Romain Manni-Bucau > wrote: > > > > Hi guys, > > > > se

Re: TomEE 7 and JPA 2.1

2016-04-26 Thread Romain Manni-Bucau
tomee/lib. TomEE also has the equivalent in programmatic mode if you want to replace all of that by code in a dependency. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | Linked

Re: TomEE 7 and JPA 2.1

2016-04-25 Thread Romain Manni-Bucau
Depending the dev workflow you will use, relying on maven plugins can be an option which allows to customize plugins. They allow to add any jpa impl pretty easily. Le 26 avr. 2016 08:31, "Alex Soto" a écrit : > Hi Ivan what I would do will be droppng openjpa jars and add Hibernate > since it is t

Re: [VOTE][LAZY] Next tomee release using 7.0.0 version

2016-04-25 Thread Romain Manni-Bucau
nother topic we'll cover if relevant at that point. Does it clarify the intent? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/

Re: Next release 7.1?

2016-04-25 Thread Romain Manni-Bucau
well we never said we'll align JavaEE 7 with TomEE 7 - made it clear in http://tomee-openejb.979440.n4.nabble.com/Versioning-help-td4677842.html at least and probably another thread - so it is milestone until we judged we want a final. Romain Manni-Bucau @rmannibucau <https://twi

[VOTE][LAZY] Next tomee release using 7.0.0 version

2016-04-25 Thread Romain Manni-Bucau
ing about? meh don't care [-1] no cause ${reason} is a blocker Vote is open for 72 hours. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com>

Re: Next release 7.1?

2016-04-25 Thread Romain Manni-Bucau
Anyone against option 1? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.c

Re: Next release 7.1?

2016-04-25 Thread Romain Manni-Bucau
o I miss anything? > mf > > 2016-04-25 4:00 GMT+02:00 John D. Ament : > > > On Sun, Apr 24, 2016 at 6:59 PM Romain Manni-Bucau < rmannibu...@gmail.com> > > wrote: > > > > > Le 25 avr. 2016 00:36, "John D. Ament" a écrit : > > > > &

Re: Next release 7.1?

2016-04-25 Thread Romain Manni-Bucau
Le 25 avr. 2016 04:01, "John D. Ament" a écrit : > > On Sun, Apr 24, 2016 at 6:59 PM Romain Manni-Bucau > wrote: > > > Le 25 avr. 2016 00:36, "John D. Ament" a écrit : > > > > > > It doesn't make sense to jump to a 7.1 immediately w

Re: Next release 7.1?

2016-04-24 Thread Romain Manni-Bucau
> > door. > > > > Let’s get some feedback. > > > > > > -- > > David Blevins > > http://twitter.com/dblevins > > http://www.tomitribe.com > > > > > On Apr 24, 2016, at 2:29 PM, Romain Manni-Bucau > > wrote: > > &

Re: Next release 7.1?

2016-04-24 Thread Romain Manni-Bucau
7.0 is highjacking. I think > people would find it quite confusing for us to move on to 7.1 without > actually doing a GA of 7.0 > > > -David > > > > On Apr 24, 2016, at 2:11 PM, Romain Manni-Bucau > wrote: > > > > We can release a 7.0 based on M3 but not maste

Re: Next release 7.1?

2016-04-24 Thread Romain Manni-Bucau
t; based on Tomcat 8.5? > > I’d be +1 for that plan. > > > -David > > > On Apr 23, 2016, at 2:17 AM, Romain Manni-Bucau > wrote: > > > > Hi guys > > > > Having tomcat 8.5 now I d like to move tomee to 7.1 to show coming > release > > is not just another 7.0. > > > > Any objection? > >

Next release 7.1?

2016-04-23 Thread Romain Manni-Bucau
Hi guys Having tomcat 8.5 now I d like to move tomee to 7.1 to show coming release is not just another 7.0. Any objection?

Re: Release date expected for TomEE 7.0

2016-04-22 Thread Romain Manni-Bucau
Hi françois, EE 7 compliant you mean? ASF is working with Oracle on that. If you just need some master features anytime. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau>

Re: Migrate weblogic to tomee

2016-04-20 Thread Romain Manni-Bucau
Hi Alvaro Not AFAIK and it depends the application generation but if you come back with issues we can surely help you to solve them quickly. Le 21 avr. 2016 00:55, "Alvaro Delgado" a écrit : > Hello I was wondering if already exist documentation/guide to can migrate > an > EAR web logic applicat

Re: JDBC initial size documentation bug

2016-04-18 Thread Romain Manni-Bucau
Hi David, yes, that's cause it is generated and one param missed some comments so the generation misbehaved. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuca

Re: reworking the website?

2016-04-11 Thread Romain Manni-Bucau
Hi Chris Le 12 avr. 2016 02:33, "Chris Owens" a écrit : > > Speaking as a reasonably-well-informed user of TomEE, who has been into the > code, but who is still very much an outsider, I would say that documentation > is probably the biggest obstacle to wider uptake. It's a project I would be > ha

Re: java.lang.NoSuchMethodError: javassist.util.proxy.ProxyFactory.isProxyClass(Ljava/lang/Class;)Z.

2016-04-06 Thread Romain Manni-Bucau
javassist. Also in the same method do: System.out.println(ProxyFactory.class.getProtectionDomain().getCodeSource().getLocation()) Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-06 8:58 GMT+02:00 akshit : > Hi Romain, > As you have suggested, I checked

Re: java.lang.NoSuchMethodError: javassist.util.proxy.ProxyFactory.isProxyClass(Ljava/lang/Class;)Z.

2016-04-05 Thread Romain Manni-Bucau
if you use maven check the dependency tree and the classloader hierrchy for tests. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-05 12:35 GMT+02:00 akshit : > Hi Romain, > I thank you for your previous reply. As you previously stated that the >

Re: reworking the website?

2016-04-05 Thread Romain Manni-Bucau
here it is https://github.com/rmannibucau/site-tomee-ng/blob/master/src/main/jbake/assets/css/cardio.css#L61, feel free to play with it ;) Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-05 9:35 GMT+02:00 Alex Soto : > The site is awesome, I would simply cha

Re: reworking the website?

2016-04-04 Thread Romain Manni-Bucau
done Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-01 21:51 GMT+02:00 Romain Manni-Bucau : > if noone objects I'll move the new website to /ng/ next week. > > Romain Manni-Bucau > @rmannibucau | Blog | Github | LinkedIn | Tomitriber > >

Re: Document resolved vulnerability CVE-2015-8581

2016-04-04 Thread Romain Manni-Bucau
Hi We got 2016 number, not sure where 2015 one comes from but didnt go through security process - or was before we tackled it? any other pmc saw it? If didnt went through security@ no reason to mention it. Le 4 avr. 2016 22:57, "Robert Panzer" a écrit : > Hi, > > the TomEE docs currently docume

Re: reworking the website?

2016-04-01 Thread Romain Manni-Bucau
if noone objects I'll move the new website to /ng/ next week. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-03-24 17:59 GMT+01:00 Romain Manni-Bucau : > up, would be great to have some feedback to know if we can move > forward, switching the website

Re: java.lang.NoSuchMethodError: javassist.util.proxy.ProxyFactory.isProxyClass(Ljava/lang/Class;)Z.

2016-03-31 Thread Romain Manni-Bucau
;t rely anymore on javassist at all. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-01 6:33 GMT+02:00 akshit : > Hi, > In my project I am testing a method of EJB using a JUnit class. So to obtain > the reference and create a local environment I used open

Re: Performing Java EE resource injections dynamically

2016-03-30 Thread Romain Manni-Bucau
Do you use a custome classloader? If so try to override equals/hascode to simulate webapp one Le 31 mars 2016 06:43, "Dimitri" a écrit : > Hi, > > In Tomee 7.0.0-M3, I've tried to use JavaeeInstanceManager and > DefaultInstanceManager to instantiate dynamically loaded class. (To > obtain the firs

Re: Fwd: [jira] [Resolved] (TOMEE-1762) Add a timeout to DataSource shutdown

2016-03-30 Thread Romain Manni-Bucau
le to plug an alert in such a case. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-03-30 22:30 GMT+02:00 Andy : > Sure, just took the smallest step to solve the known issue but did think > that the whole resource destroy block could work the same way - Just was

Re: Performing Java EE resource injections dynamically

2016-03-29 Thread Romain Manni-Bucau
True, we are based on a static analysis at startup so we likely miss JSP - means if you use it somewhere else it should work. Fixed in https://issues.apache.org/jira/browse/TOMEE-1764 Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-03-30 1:52 GMT+02:00 Dimitri

Re: Performing Java EE resource injections dynamically

2016-03-29 Thread Romain Manni-Bucau
jspInit() sounds better than PostConstruct. UserTransaction can use @Inject by spec if Im not mistaken so issues are for entity manager and resources. Here no portable solution but easy to generate at build tume producers for them. A simpe Mojo/Ant task/gradle plugin would enable it in few lines of

Fwd: [jira] [Resolved] (TOMEE-1762) Add a timeout to DataSource shutdown

2016-03-29 Thread Romain Manni-Bucau
Master got https://issues.apache.org/jira/browse/TOMEE-1761 Do we want to merge it with 1.7.x instead of using another config? -- Message transféré -- De : "Andy Gumbrecht (JIRA)" Date : 30 mars 2016 00:29 Objet : [jira] [Resolved] (TOMEE-1762) Add a timeout to DataSource shutdown

Re: Performing Java EE resource injections dynamically

2016-03-29 Thread Romain Manni-Bucau
2016-03-29 20:53 GMT+02:00 Dimitri : > Hi, > >> > Does it mean that if I somehow manage to (dynamically) plant the >> > necessary entries to a JNDI tree, everything would work like in >> > WildFly? (InjectionTarget is what's used under the hood in >> > Unmanaged) >> > >> if JNDI is the JNDI tree of

Re: Performing Java EE resource injections dynamically

2016-03-29 Thread Romain Manni-Bucau
2016-03-29 14:32 GMT+02:00 Dimitri : > Hi Romain, > >> CDI injections are created - more validated actually - at startup and dont >> rely on JNDI at all. EE injections rely on JNDI and are linked to CDI >> through a particular bean (Comp) representing the whole webapp JNDI tree. >> >> In term of co

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in TomEE

2016-03-29 Thread Romain Manni-Bucau
2016-03-29 8:48 GMT+02:00 Arjan Tijms : > Hi, > > On Mon, Mar 28, 2016 at 11:53 PM, Romain Manni-Bucau [via TomEE & OpenEJB] < > ml-node+s979440n4677979...@n4.nabble.com> wrote >> >> Issue is mixing some specs. Typically jsf for dispatch-cdi which relies on >&g

Re: Performing Java EE resource injections dynamically

2016-03-28 Thread Romain Manni-Bucau
Hi Dimitri CDI injections are created - more validated actually - at startup and dont rely on JNDI at all. EE injections rely on JNDI and are linked to CDI through a particular bean (Comp) representing the whole webapp JNDI tree. In term of code an InjectionTarget should work but needs to be ther

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in TomEE

2016-03-28 Thread Romain Manni-Bucau
ed to the central feature of the sample :(. > > > On Mon, Mar 28, 2016 at 4:26 PM, Romain Manni-Bucau [via TomEE & OpenEJB] < > ml-node+s979440n4677977...@n4.nabble.com> wrote: > > > pushed my work on https://github.com/rmannibucau/javaee7-samples. > > Several samp

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in TomEE

2016-03-28 Thread Romain Manni-Bucau
s are failing but we should pass them without hacking tomee). Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-03-28 10:56 GMT+02:00 Romain Manni-Bucau : > > Le 28 mars 2016 04:44, "Arjan Tijms" a écrit : >> >> On Sun, Mar 27, 2016 at 11:33

Re: Consider support for the Servlet profile of JSR 196 (JASPIC) in TomEE

2016-03-28 Thread Romain Manni-Bucau
Le 28 mars 2016 04:44, "Arjan Tijms" a écrit : > > On Sun, Mar 27, 2016 at 11:33 AM, Romain Manni-Bucau [via TomEE & OpenEJB] < > ml-node+s979440n4677974...@n4.nabble.com> wrote: > > > Normally master is deployed each night but sometimes it doesnt wor

<    4   5   6   7   8   9   10   11   12   13   >