Re: Classloading issues integrating Jersey 2.16 and apache-tomee-plus-7.0.0

2016-06-24 Thread Romain Manni-Bucau
FYI https://issues.apache.org/jira/browse/TOMEE-1851 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

[VOTE] Apache TomEE 7.0.1

2016-06-23 Thread Romain Manni-Bucau
to test and vote. Please vote: [ ] +1 of course! [ ] +0 just to say hi [ ] -1 no cause ${blocker} Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github &

Re: Classloading issues integrating Jersey 2.16 and apache-tomee-plus-7.0.0

2016-06-21 Thread Romain Manni-Bucau
2016-06-22 5:28 GMT+02:00 rvinjamu : > I am not able to get things working with Jersey unless I place all my > Jersey > Libraries in EAR/lib - and to my discomfiture even the REST resources jar > of > my WebApp to EAR/lib. For now I have decided to adopt an alternate >

Re: Issue with Messaging destination (topic) deployments.

2016-06-20 Thread Romain Manni-Bucau
2016-06-20 15:47 GMT+02:00 Dignesh : > > So does it mean TomEE will create a destination with default convention for > each of those destinations defined in activemq.xml file. > > No, it means that tomee needs a destination by default injection (@Resource Topic topic;) MDB

Re: Issue with Messaging destination (topic) deployments.

2016-06-20 Thread Romain Manni-Bucau
2016-06-20 15:16 GMT+02:00 Dignesh : > Hello Romain . Thank you very much for quick reply > > I am not clear of your answer > > 1.What does it mean tomee is not aware of these destination maybe it > doesn't > use it and rely on > default names ? - what are default names ? > >

Re: Issue with Messaging destination (topic) deployments.

2016-06-20 Thread Romain Manni-Bucau
Hi Think it is deployed (you can check it putting a breakpoint in org.apache.activemq.broker.BrokerService#startDestinations) but since tomee is not aware of these destination maybe it doesn't use it and rely on default names. Would it make sense for your app? Romain Manni-Bucau @rmannibucau

Re: Classloading issues integrating Jersey 2.16 and apache-tomee-plus-7.0.0

2016-06-20 Thread Romain Manni-Bucau
Hi it can be for ears. Do you care sharing a maven project reproducing it? Would like to ensure I test against the same packaging - just remove the business logic to keep a single hello world endpoint please. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog

Re: JNDI look up fails in user spwaned thread.

2016-06-13 Thread Romain Manni-Bucau
same excepted there the spec forbids explicitly it (tomee tolerates it to keep common code working but some server just fail when doing that). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpres

Re: JNDI look up fails in user spwaned thread.

2016-06-13 Thread Romain Manni-Bucau
(ejb.doInContext(() -> return lookup()); for instance) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmanni

Re: Need help on setting up log4j.xml

2016-06-06 Thread Romain Manni-Bucau
it just loads it as a log4j.properties file so using log4j properties syntax it works. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://g

Re: Dynamic Resources

2016-06-06 Thread Romain Manni-Bucau
in resources.xml by: # config Also note that for a war descriptors (resources.xml there) should be in WEB-INF and not META-INF - guess it is your issue. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com/> | Ol

Re: Need help on setting up log4j.xml

2016-06-06 Thread Romain Manni-Bucau
2016-06-06 10:35 GMT+02:00 Dignesh : > Thank you very much..It is working now. > > Is there any way we can eliminate adding the log4j.jar and log4j.xml in > tomee lib directory and generate logging.Because the way now it is working > is, we need them to be added in tomee lib

Re: Need help on setting up log4j.xml

2016-06-03 Thread Romain Manni-Bucau
ain 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.com> | JavaEE Factory <https://j

Re: Need help on setting up log4j.xml

2016-06-03 Thread Romain Manni-Bucau
Maybe try to take the time to setup your installation with tomee-maven-plugin to reproduce it and share us something we can inspect (src/main/tomee/conf for conf folder, src/main/tomee/libfor lib folder and log4j:log4j:1.2.17 to add log4j to libs. Finally mvn tomee:run to start) Romain Manni

Re: Need help on setting up log4j.xml

2016-06-03 Thread Romain Manni-Bucau
Add in conf/system.properties: openejb.logger.external=true Otherwise we historically read some particular files not very intuitively. Le 3 juin 2016 19:30, "Dignesh" a écrit : > Hi, > > Below are my configurations > > 1.added log4j.xml in conf folder > 2.Added

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=...

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: [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/rmannibuca

Re: [VOTE] Apache TomEE 7.0.0

2016-05-23 Thread Romain Manni-Bucau
ersonally* I don't accept any > > > excuse > > > > anymore to delay a release. > > > > > > Just an FYI that incorrect LICENSE and NOTICE files is a showstopper for > > > any release and not subject to majority vote. > > > > > > >

Re: ApplicationComposer and @Startup (and logging)

2016-05-20 Thread Romain Manni-Bucau
kinda blind on log4j stuff. 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. > 201

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

Re: [VOTE] Apache TomEE 7.0.0

2016-05-20 Thread Romain Manni-Bucau
; Can you put up a proposed page for the download and I 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

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 @rmannibucau

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

2016-05-19 Thread Romain Manni-Bucau
the '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 Manni-Bucau @r

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

2016-05-19 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

Re: reworking the CLI?

2016-05-19 Thread Romain Manni-Bucau
and I don't have opposition 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 <rmannibu...@gmail.com > > > wrote: > > > 2016-05-18 19:44 GMT+02:00 Daniel Cunha <d

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 <htt

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

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://twitter.

Re: [VOTE] Apache TomEE 7.0.0

2016-05-18 Thread Romain Manni-Bucau
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> | Tomitriber <http://

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 Manni-Bucau

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

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
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> | Blog <http://rmannibucau.w

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
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/rmannibuca

Re: IllegalArgumentException on weird constructed URL

2016-05-17 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: > >

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.com/rmannibu

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.word

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

2016-05-06 Thread Romain Manni-Bucau
sort still doesn't look right to me with the default also as a > criteria. > > On 6 May 2016 at 14:04, Romain Manni-Bucau <rmannibu...@gmail.com> wrote: > > > Hi Andy > > > > This change breaks previous ordering and doesnt fix the referenced issue > - >

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

Re: 7.0.0 release vote

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

Re: 7.0.0 release vote

2016-05-04 Thread Romain Manni-Bucau
2016-05-04 14:54 GMT+02:00 ross.cohen <ross.cohen...@gmail.com>: > 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 tome

Re: 7.0.0 release vote

2016-05-03 Thread Romain Manni-Bucau
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> | Github <https://github.

Re: 7.0.0 release vote

2016-05-03 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
g JPA 2.1 features which is not supported yet. > > From: John D. Ament <johndam...@apache.org> > > 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 Man

Re: 7.0.0 release vote

2016-05-02 Thread Romain Manni-Bucau
.org> a écrit : > On Mon, May 2, 2016 at 2:44 AM Romain Manni-Bucau <rmannibu...@gmail.com> > 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 wan

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-02 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

Path to tomee 7.0.0

2016-04-29 Thread Romain Manni-Bucau
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://rmannibucau.word

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,

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
n > without them. > > 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 &

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

2016-04-26 Thread Romain Manni-Bucau
on on this sensitive topic > 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 <rmannibu...@gmail.com> >

Re: TomEE 7 and JPA 2.1

2016-04-26 Thread Romain Manni-Bucau
. 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> | LinkedIn <htt

Re: TomEE 7 and JPA 2.1

2016-04-26 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

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://twitter.

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

2016-04-25 Thread Romain Manni-Bucau
[-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
at's not a blocker or do I miss anything? > mf > > 2016-04-25 4:00 GMT+02:00 John D. Ament <johndam...@apache.org>: > > > On Sun, Apr 24, 2016 at 6:59 PM Romain Manni-Bucau < rmannibu...@gmail.com> > > wrote: > > > > > Le 25 avr. 2016 00:36, &quo

Re: Next release 7.1?

2016-04-25 Thread Romain Manni-Bucau
Le 25 avr. 2016 04:01, "John D. Ament" <johndam...@apache.org> a écrit : > > 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" <johndam...@apache.org> a éc

Re: Next release 7.1?

2016-04-24 Thread Romain Manni-Bucau
version of Tomcat 8.5 out the > > 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

Re: Next release 7.1?

2016-04-24 Thread Romain Manni-Bucau
eeing how discussing finishing 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 <rmannibu...@gmail.com> > wrote: >

Re: Next release 7.1?

2016-04-24 Thread Romain Manni-Bucau
s and move forward to 7.1 > based on Tomcat 8.5? > > I’d be +1 for that plan. > > > -David > > > On Apr 23, 2016, at 2:17 AM, Romain Manni-Bucau <rmannibu...@gmail.com> > wrote: > > > > Hi guys > > > > Having tomcat 8.5 now I d like t

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

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/rmannibucau>

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.

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 <akshit.bha...@steria.co.in>: > Hi Romain, >

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 <asot...@gmail.com>: > The site is a

Re: reworking the website?

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

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

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 <rmannibu...@gmail.com>: > up, would be great to have some feedback to know if we can move > forwar

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

2016-04-01 Thread Romain Manni-Bucau
on javassist at all. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-04-01 6:33 GMT+02:00 akshit <akshit.bha...@steria.co.in>: > Hi, > In my project I am testing a method of EJB using a JUnit class. So to obtain > the reference and create a local env

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.

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

2016-03-30 Thread Romain Manni-Bucau
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 <andy...@gmx.de>: > Sure, just took the smallest step to solve the known issue but did think > that the whole resource destroy block could work

Re: Performing Java EE resource injections dynamically

2016-03-30 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

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

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

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 <arjan.ti...@gmail.com>: > 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 di

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

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

2016-03-28 Thread Romain Manni-Bucau
sometimes a failure is not linked 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/javae

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