Re: IllegalProductException: return type must be Serializable for Hibernate SessionImpl???

2017-04-11 Thread Romain Manni-Bucau
Yes, org.apache.webbeans.component.AbstractProducerBean#checkScopeType enforces the returned type to be serializable. Tracked at https://issues.apache.org/jira/browse/OWB-1177 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.c

Re: IllegalProductException: return type must be Serializable for Hibernate SessionImpl???

2017-04-10 Thread Romain Manni-Bucau
Hi check out emf.createEntityManager(SynchronizationType. SYNCHRONIZED)).getClass() Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rm

Re: Local lookup for ejb beans

2017-04-08 Thread Romain Manni-Bucau
It forces you to use tomee lookups and bypass contextuality (tomcat per classloader context) yes. Then not sure i followed the naming of your example but happy if it works. However openejb/global and openejb/Deployment etc.. subtrees are internals so not guanranteed to work Le 8 avr. 2017 16:06,

Re: Local lookup for ejb beans

2017-04-08 Thread Romain Manni-Bucau
Le 8 avr. 2017 12:57, "Dignesh" a écrit : Hi Romain, I already did that passing that.it did not work.Do we Need to ass some other property apart from context factory in local lookup mode ? No Maybe you dont use the right name? May I know the reason why we cannot use openejb:global/global?

Re: Local lookup for ejb beans

2017-04-08 Thread Romain Manni-Bucau
Yes but in local lookup mode, see http://tomee.apache.org/advanced/client/jndi.html Le 8 avr. 2017 10:57, "Dignesh" a écrit : > Hi Romain, > I haven't understood what below means. > Passing as context factory openejb one you would get stable names > > Does it mean I need to pass CONTEXT_FACTORY

Re: tomee-1.7.x bug hunting

2017-04-08 Thread Romain Manni-Bucau
Hi Mark >From phone but first one is likely linked to last upgrades versus last one log is normal (likely more a timing issue, we saw it when buildbot was highly used but if we increase too much wait time we dont test that well so kind of a compromise). Can help on monday with first one if still

Re: Local lookup for ejb beans

2017-04-08 Thread Romain Manni-Bucau
Hi Le 8 avr. 2017 10:46, "Dignesh" a écrit : Hi, Can we use "openejb:global/global" as JNDI prefix when doing the local ejb lookup instead of "java:global". No The problem is in general that "new InitialContext()" is not always the same.It depends in which thread/classloader this call

Re: Java EE Security API implementation plans for TomEE 8?

2017-04-06 Thread Romain Manni-Bucau
e too wrong too ;) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rman

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-04 Thread Romain Manni-Bucau
then do you have a transaction? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.c

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-04 Thread Romain Manni-Bucau
the issue is a network issue from what we have in the dump so not related to tomee. You need to check your infra and why you dont get the answer there. Can also be a too "big" query. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rman

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-04 Thread Romain Manni-Bucau
do you have a timeout on the datasource or something like that? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-04 Thread Romain Manni-Bucau
2017-04-04 13:24 GMT+02:00 Dignesh : > Thank you Romain. I made the change. > Now when I shutdown the TomEE, it is not stopped. When I see the thread > dump,It is freezed at this point. Is there any other configuration that > needs to be added? > > "localhost-startStop-2" daemon prio=6 tid=0x0

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-03 Thread Romain Manni-Bucau
e the autocommit and the datasource will not allow it Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https:/

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-03 Thread Romain Manni-Bucau
is it a typo or not: datasource creator should be in the datasource, not the xa impl (other resource to make it clear) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com&g

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-03 Thread Romain Manni-Bucau
User and Password (OracleXADataSource doesn't know about UserName field) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rman

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-03 Thread Romain Manni-Bucau
can you ensure both xa and wrapper/pool have the user set correctly please? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: Issue with OracleXA datasource (unable to enlist XAResource)

2017-04-03 Thread Romain Manni-Bucau
do you have the oracle error code before? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.

Re: Why do we have two mailing lists for our commits

2017-04-02 Thread Romain Manni-Bucau
Should but probably time to drop it anyway Le 2 avr. 2017 13:54, "Mark Struberg" a écrit : > doesn't the openejb one just forward to the tomee? So it's just an alias? > > LieGrue, > strub > > > > Am 01.04.2017 um 21:47 schrieb Romain Manni-Bucau >

Re: Why do we have two mailing lists for our commits

2017-04-01 Thread Romain Manni-Bucau
Historical, only tomee ones should be kept active. Think now we can remove the old one but in 2011 we kept it for a smooth transition. Le 1 avr. 2017 16:13, "Alan Cabrera" a écrit : I’ve noticed that we have two mailing for commits: comm...@openejb.apache.org comm...@tomee.apache.org Why do we

Re: issue with XADatasource in sqlserver.

2017-03-29 Thread Romain Manni-Bucau
depending the xadatasource impl you can need to repeat jdbcurl/username etc on the pool itself Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://g

Re: issue with XADatasource in sqlserver.

2017-03-29 Thread Romain Manni-Bucau
did you check you can connect on that url (telnet host port) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: issue with XADatasource in sqlserver.

2017-03-29 Thread Romain Manni-Bucau
can you run ./bin/tomee.sh setters -c com.microsoft.sqlserver.jdbc. SQLServerXADataSource Don't think there is a "Url" config on that class Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhclo

Re: Exception seen while TomEE start up

2017-03-25 Thread Romain Manni-Bucau
Hi Application needs to be instantiated during scanning (before actual deployment) to be able to enrich the getClasses even without cdi. just don't use the constructor but a lazy init there. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog &l

Re: Issue with TomEE shutdown

2017-03-22 Thread Romain Manni-Bucau
pool-21-thread-1@6 is still not closed. Did you identify where it is coming from? Le 23 mars 2017 05:06, "Dignesh" a écrit : > Hi Romain, > > I made the changes in my code closing the threadpoolexecutor . I am still > seeing the issue more often now. > > I have attached the latest thread dump

Re: few java 9 jigsaw pointers and thoughts

2017-03-20 Thread Romain Manni-Bucau
bs) has been discussed. > -- > Bjorn Danielsson > Cuspy Code AB > > > Romain Manni-Bucau wrote: > > Hey guys, > > > > not sure anyone tried to run tomee on java 9 but wondered if j9 module > > system was kind of "fixed" since it was really broke

Re: Specify the order of deploying the ears

2017-03-17 Thread Romain Manni-Bucau
Hi I'm assuming you use something like Instead just do Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rman

[RESULT][VOTE] Apache TomEE 7.0.3

2017-03-13 Thread Romain Manni-Bucau
which makes 3 +1 bindings (Mark, JL and me) and one +-0 binding and one +1 non-binding (cocorosello) therefore this vote passes, thank you all guys, will continue with the release steps Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <htt

few java 9 jigsaw pointers and thoughts

2017-03-12 Thread Romain Manni-Bucau
't be removed from java 9 anymore (not sure why to be honest) but I start to wonder if we should do a system (subclassloader?) to completely bypass it and keep user experience smooth. Anyone having some other feedback? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibu

Re: [VOTE] Apache TomEE 7.0.3

2017-03-11 Thread Romain Manni-Bucau
https://issues.apache.org/jira/browse/TOMEE-2022 Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <

Re: [VOTE] Apache TomEE 7.0.3

2017-03-11 Thread Romain Manni-Bucau
no reason, missed it basically. feel free to open a ticket Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn &

Re: [VOTE] Apache TomEE 7.0.3

2017-03-10 Thread Romain Manni-Bucau
it persist for too much versions we can set it ourself. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn &

Re: [VOTE] Apache TomEE 7.0.3

2017-03-10 Thread Romain Manni-Bucau
cause it is breaking the compat even if fine in 90% of the apps instantiating the EMF after cdi. You can need JPA before CDI or CDI after JPA, both cases are valid and we can't handle both Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog &l

Re: TomEE Documentation Suggestion

2017-03-10 Thread Romain Manni-Bucau
BTW added a word on the website on the website: http://tomee.apache.org/community/index.html Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://g

Re: TomEE Documentation Suggestion

2017-03-10 Thread Romain Manni-Bucau
pinion I still would like to hear more thoughts. Thank you. On Fri, Mar 10, 2017 at 8:44 AM, Romain Manni-Bucau wrote: > 2017-03-10 12:38 GMT+01:00 Ivan Junckes Filho : > > > As far as I understood JBake is a tool to generate websites (deal with > > html, css etc.), wha

Re: TomEE Documentation Suggestion

2017-03-10 Thread Romain Manni-Bucau
yet another switch. > I would like to hear more thoughts from other developers if possible. > > Thank you. > > > > On Fri, Mar 10, 2017 at 8:10 AM, Romain Manni-Bucau > > wrote: > > > 2017-03-10 12:02 GMT+01:00 Ivan Junckes Filho : > > > > >

Re: TomEE Documentation Suggestion

2017-03-10 Thread Romain Manni-Bucau
1622.1&__hssc=229474563.1.1489142671623&__hsfp= > 2299569188 > > Even though I agree content is more important than tools, I think tools > help greatly if we choose the right ones, and they can avoid rework which I > am sure nobody wants to do if not necessary. > > So glo

Re: TomEE Documentation Suggestion

2017-03-10 Thread Romain Manni-Bucau
estions, but I would believe that > providing this material as findable written documentation on the current > (new) website is important, as documentation is one of the #1 things people > consider when considering a platform. > > > Regards, > Thomas > > -Original Messa

Re: TomEE Documentation Suggestion

2017-03-09 Thread Romain Manni-Bucau
proxy our site repo on ASF github org. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linke

Re: PR to remove dead code

2017-03-09 Thread Romain Manni-Bucau
Hi Ivan, thanks for the PR, applied Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.

Re: [VOTE] Apache TomEE 7.0.3

2017-03-08 Thread Romain Manni-Bucau
This is already in 7.0.2 and there is a property to avoid this issue. This is due to a chicken-egg problem and triggered by fixing CDI/JPA integration in 7.0.2 (was a bug before). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rh

Re: [VOTE] Apache TomEE 7.0.3

2017-03-08 Thread Romain Manni-Bucau
unlikely. It is an undeploy method bound to one bean so no supported concurrency there - except in tests?). Anyway since it is there since > 5 years and not causing any security issue it is not a cancel reason I think. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Bl

Re: [VOTE] Apache TomEE 7.0.3

2017-03-08 Thread Romain Manni-Bucau
+1 from me as well Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibuc

[VOTE] Apache TomEE 7.0.3

2017-03-07 Thread Romain Manni-Bucau
open for 3 days or until we get 3 +1 bindings and no -1. Anyone is welcomed to vote! Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rman

Re: [3/3] tomee git commit: Check for null and clean WebBeansContext later

2017-03-03 Thread Romain Manni-Bucau
confirming, unbinding before cdi destruction prevent to use cdi/EE integration properly, will revert Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github &

Fwd: [3/3] tomee git commit: Check for null and clean WebBeansContext later

2017-03-03 Thread Romain Manni-Bucau
Null checks should be reverted please as said on the list. About the critical part of the diff can you say a word here why it is needed? War and ear behave differently and i fear now we can break some working undeployments so trying to avoid to break it for the 7.0.3 - we were quite stable and clo

Fwd: [1/2] tomee git commit: Release WebBeansContext later & check for nulls

2017-03-03 Thread Romain Manni-Bucau
Quick note to say that most of these null checks are useless cause you cant enter this code if null. This is false postives of your ide i guess. (No need to fix but dont listen the ide please) -- Message transféré -- De : Date : 3 mars 2017 21:11 Objet : [1/2] tomee git commit: Rel

Re: Customizing the dynamic deployer chain

2017-02-27 Thread Romain Manni-Bucau
a bit more hacky switching jpa provider or datasource factory for instance, dont recall the details). Thinking to it this last option can be saner: using template or resource provider (globally set) you can make the datasource using your custom config. Can be worth a try. Romain Manni-

Re: Customizing the dynamic deployer chain

2017-02-27 Thread Romain Manni-Bucau
try this: @Observes Object you will spy them all ;) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <

Re: Customizing the dynamic deployer chain

2017-02-24 Thread Romain Manni-Bucau
You can observes an event to do that, no need to tune the deployer chain: BeforeAppInfoBuilderEvent Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github &

Re: Customizing the dynamic deployer chain

2017-02-24 Thread Romain Manni-Bucau
Hi what's the actual goal? (= why do you need to extend ConfigurationFactory?) Wonder if an event can't solve it if not already there. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://

Re: Issue with TomEE shutdown

2017-02-21 Thread Romain Manni-Bucau
Hi seems there is a ScheduledThreadPoolExecutor not shutdowned. Is it in your application or dependency stack? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com&g

Re: Log files are not generated in %TOMEE_HOME%\logs folder

2017-02-18 Thread Romain Manni-Bucau
Log4j support a system property to set it so yes if you use the extrrnal property. Le 18 févr. 2017 12:21, "Dignesh" a écrit : > Hi Romain, > I dont want the log4j.xml file to be placed in lib folder.Is there any > configuration setting that I can use so that logging is generated by > placing >

Re: Log files are not generated in %TOMEE_HOME%\logs folder

2017-02-18 Thread Romain Manni-Bucau
Maybe check http://tomee-openejb.979440.n4.nabble.com/openEJB-log4j-td4670622.html Le 18 févr. 2017 12:00, "Dignesh" a écrit : > I have attached the log4j.jar present in the lib directory. Also attached > the > system.properties file > system.properties >

Re: Log files are not generated in %TOMEE_HOME%\logs folder

2017-02-18 Thread Romain Manni-Bucau
Hi Did you add the right log4j jars? Also by default for log4j1, logging.properties will be loaded as a log4j.properties. we have an openejb.log4j.external flag to use log4j.xml if im not mistaken on the property name. Le 18 févr. 2017 11:48, "Dignesh" a écrit : > Hi, > > I have deleted loggi

Re: javaee-api releases

2017-02-15 Thread Romain Manni-Bucau
Hi 2017-02-15 14:34 GMT+01:00 Mark Struberg : > Hi folks! > > Just noticed that we did not release a javaee-api.jar with 7.0.2. > That feels kind of wrong to me (personal opinion so far). > > Until now I just had a > > > nnn > > in my pom and used this version for all the tomee artifacts. > Th

Re: TomEE 7.02 , and JMS 2 Bug

2017-02-13 Thread Romain Manni-Bucau
we got some fixes on that, hopefully it fixed it as well, any hope you test on 7.0.3-SNAPSHOT? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://g

Re: TomEE 7.02 , and JMS 2 Bug

2017-02-08 Thread Romain Manni-Bucau
Hi Yann, does it occur on master? not sure i see the path it can Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: OpenEJB custom configuration factory & bval.in-container=true

2017-02-07 Thread Romain Manni-Bucau
h is set by default whatever this system property is > Svetlin > > 2017-02-07 11:41 GMT+02:00 Romain Manni-Bucau : > > > Hi > > > > 2017-02-07 10:31 GMT+01:00 Svetlin Zarev com > > >: > > > > > Hello, > > > > > > In *o

Re: OpenEJB custom configuration factory & bval.in-container=true

2017-02-07 Thread Romain Manni-Bucau
Hi 2017-02-07 10:31 GMT+01:00 Svetlin Zarev : > Hello, > > In *one* of the configuration factory constructors a system property is > set: > > public ConfigurationFactory() { > this(!shouldAutoDeploy()); > System.setProperty("bval.in-container", "true"); > } > > What do you think about mov

Re: Deploy MDB(topic) in non clustered way

2017-02-05 Thread Romain Manni-Bucau
Le 5 févr. 2017 11:06, "Dignesh" a écrit : So does it mean , there is a no way via a configuration were we can restrict messages being replicated on all nodes. ? You chose a topic so you requested to distribute the messages to all nodes explicitely And how would using another topic will so

Re: Deploy MDB(topic) in non clustered way

2017-02-05 Thread Romain Manni-Bucau
Hmm, why not using another queue/topic or selector? Le 5 févr. 2017 10:32, "Dignesh" a écrit : > Below is the activation property element configured in my ejb-jar.xml file. > > > > > destination config-property-name> > > MyTopic config-property-value> >

Re: Deploy MDB(topic) in non clustered way

2017-02-05 Thread Romain Manni-Bucau
Hi Not sure i get it. There is no link between deployment id of the ejb and connection number. The topic name (and type BTW) are activation properties you can configure whatever EJB name you use. Is that your case? N different MDB listening the same topic? Then forcing the destination name and t

Re: Issue with "MDB topic"

2017-02-01 Thread Romain Manni-Bucau
Hi what's the server is doing? did it see the connection? Do you have a full client+server sample we can run to reproduce? (you can inspire from https://github.com/apache/tomee/tree/master/examples/client-resource-lookup-preview maybe if you need help to setup a project) Romain Manni-

Re: Issue with TomEE startup

2017-01-27 Thread Romain Manni-Bucau
Hi your dispatcher is a tomcat <= 8.0 interceptor, tomcat 8.5 doesn't provide it anymore (see https://tomcat.apache.org/tomcat-8.5-doc/config/cluster-interceptor.html) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhclou

Re: hi, using OpenEJB & interested to contribute a little towards the docs?

2017-01-26 Thread Romain Manni-Bucau
behavior but just referenced where to find them up to date Hope it helps Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: TomEE JMS messages not replicated across all the nodes in cluster

2017-01-26 Thread Romain Manni-Bucau
you need to add needed dependencies like spring etc in tomee/lib. Think our doc is no more up to date for that (we rely on very old deprecated versions) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Ol

Re: TomEE JMS messages not replicated across all the nodes in cluster

2017-01-26 Thread Romain Manni-Bucau
server.xml and context.xml are unrelated to AMQ, you need to either use the broker url to setup the cluster (uri syntax is a bit tricky but it is doable since 7.0.2 IIRC) or activemq.xml syntax (you need to add a few jar to tomee lib for it to work). Romain Manni-Bucau @rmannibucau <ht

Re: TomEE JMS messages not replicated across all the nodes in cluster

2017-01-26 Thread Romain Manni-Bucau
Hi have a look on activemq configuration side. If you don't ensure AMQ configuration is clusterized then you have 2 split instances Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmann

Re: ClassNotFoundException: com.sun.el.ExpressionFactoryImpl in embedded Arquillian container

2017-01-18 Thread Romain Manni-Bucau
Hi you used javax API, use org.apache.tomee:javaee-api or tomcat one or force through the corresponding system property the implementation to use The default is just not the one which is used in tomee cause of that dependency. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibu

Re: Collaboration (TOMEE-1998)

2017-01-17 Thread Romain Manni-Bucau
t;int conversion (my impl is not the sexiest in term of js but does the job). Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannib

Re: JAX-RS deployment in TomEE

2017-01-16 Thread Romain Manni-Bucau
Hi Tomee builds an implicit Application. You can customize the mapping with @ApplicationPath or Application servlet mapping. Except the implicit part all is standard and jaxrs doesnt require any web.xml config by itself. Le 16 janv. 2017 13:04, "sudhish81" a écrit : > I have a RESTful service

snapshots are back

2017-01-11 Thread Romain Manni-Bucau
Hi guys, you probably know we got some issue when our builds got migrated to the new machine. The snapshot deployment is back ( https://issues.apache.org/jira/browse/INFRA-13116) Thanks INFRA for your hard work! Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog

Fwd: svn commit: r1777288 - in /tomee/site/trunk: content/css/cardio.css content/documentation.html content/index.html generators/site-tomee-ng/src/main/jbake/templates/index.gsp

2017-01-04 Thread Romain Manni-Bucau
Hey Andy, when selected "Embedded or distributed as you prefer." I took care to not use "EE" or "Application Server" which are highly negative terms these days, do you care to remove it, even rephrasing previous wording but trying to focus on strength or usage? R

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

2017-01-03 Thread Romain Manni-Bucau
2017-01-03 10:20 GMT+01:00 Dignesh : > Okay. I will remove the custom loader. > > A last question. > As per the description in https://issues.apache.org/jira/browse/TOMEE-1851 > , > I should not see the issue of I add the below content in context.xml file > > Not really. This only control the pare

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

2017-01-03 Thread Romain Manni-Bucau
No remove this Loader which likely not do what you want (this loader class is more an internal at the moment than something exposed) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibuca

Re: BrokerXmlConfig property in resource element of tomee.xml file is not honoured.

2017-01-03 Thread Romain Manni-Bucau
Hi do you care setting up a small maven project (an empty war is fine) with tomee-maven-plugin configured the same way your instance is (same additional libraries and config)? This will let us reproduce quickly without guessing which part is wrong Romain Manni-Bucau @rmannibucau <ht

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

2017-01-03 Thread Romain Manni-Bucau
Hi Dignesh, you don't need to write a custom loader, using openejb.classloader.forced-[load|skip]=package1,package2 should be enough (in conf/system.properties) I'd use the packages org.glassfish,com.sun to start Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau>

Re: Legacy site

2016-12-21 Thread Romain Manni-Bucau
Le 21 déc. 2016 21:16, "agumbrecht" a écrit : That's a great suggestion Ivan, and maybe the first step would be to write or link that info on the front page. I think we need to find some dates and commit to a documentation day or two as a team, and not just leave it all to Romain. It's unlikely

Re: Legacy site

2016-12-19 Thread Romain Manni-Bucau
2016-12-19 15:19 GMT+01:00 agumbrecht : > Sure, there is a lot of work required on the new site and I know that it's > practically only you that has done any work on it. So well done for that! > > Everyone is extremely busy of late, so it's likely that it'll stay being a > one man show for a while

Re: Legacy site

2016-12-19 Thread Romain Manni-Bucau
Hi Andy, as mentionned it is still fully working - even if we don't have any guarantee on it, only the index was replaced (we can surely remap it on http://tomee.apache.org/index.old.html but it should be useless or means we have to work on some content on the new website) Romain Manni-

Re: where are TomEE snapshot repositories ?

2016-12-14 Thread Romain Manni-Bucau
version was not updated - will do now - and we got some errors it seems Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibuc

Re: where are TomEE snapshot repositories ?

2016-12-13 Thread Romain Manni-Bucau
https://repository.apache.org Le 13 déc. 2016 13:23, "TomeeUser2" a écrit : > Hi, > > I am not able to find TomEE snapshot repositories. Is the location changed > ? > > Regards, > -Shan > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/where-are-TomEE-snapsh

Re: authorization for ejbd/http client

2016-12-09 Thread Romain Manni-Bucau
; On Dec 6, 2016, at 2:22 PM, Romain Manni-Bucau > wrote: > > > > Le 6 déc. 2016 23:15, "David Blevins" a écrit > : > > > > > >> On Dec 5, 2016, at 2:54 PM, Romain Manni-Bucau > > wrote: > >> > >>> You may have a desk

Re: Unable to run jsf application that uses ejb and managed bean

2016-12-08 Thread Romain Manni-Bucau
hi (again ;)) can you paste the full startup log when you deploy it as a war? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rm

Re: JNDI name issue

2016-12-07 Thread Romain Manni-Bucau
Hi What do you try to achieve? do you need to look up a MDB? not sure this is supposed to work Le 7 déc. 2016 14:30, "Hicham Yahiaoui" a écrit : > Hello, > > I'm using TomEE for my developments and I encoutered the following issue. > > In my system.properties file I have these two lines : > > o

Re: JAXRS Endpoints issue when Java Security Manager Enabled

2016-12-07 Thread Romain Manni-Bucau
er/openejb-core/src/main/java/org/apache/openejb/config/AnnotationDeployer.java#L5707 My suspicion is the scanning doesn't have access to the classes to scan. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.

Re: JAXRS Endpoints issue when Java Security Manager Enabled

2016-12-07 Thread Romain Manni-Bucau
hi did you configure the security manager policy? If not maybe start from giving it AllPermission to check it works and then try to configure it to ensure openejb and cxf can do their work. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <htt

Re: authorization for ejbd/http client

2016-12-06 Thread Romain Manni-Bucau
Le 6 déc. 2016 23:15, "David Blevins" a écrit : > On Dec 5, 2016, at 2:54 PM, Romain Manni-Bucau wrote: > >> You may have a desktop app or some other scenario where on your trusted >> network, users can log in and you don’t want identity statically conf

Re: Commit deletion

2016-12-05 Thread Romain Manni-Bucau
s for > some time (I think 30 days by default) so that the objects are not garbage > collected. Any SHA in these files still counts as a reference to the git > commits and they should be available on the machine where the changes where > made. > > Shahim > > On Mon, Dec

Re: authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
2016-12-05 23:48 GMT+01:00 David Blevins : > > On Dec 5, 2016, at 10:29 AM, Romain Manni-Bucau > wrote: > > > > 2016-12-05 19:24 GMT+01:00 David Blevins : > > > >> > >>> On Dec 5, 2016, at 4:21 AM, Romain Manni-Bucau > &

Re: authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
2016-12-05 19:24 GMT+01:00 David Blevins : > > > On Dec 5, 2016, at 4:21 AM, Romain Manni-Bucau > wrote: > > > > Concretely the proposal can be: > > > > p.setProperty(Context.INITIAL_CONTEXT_FACTORY, > RemoteInitialContextFactory. > > class.getNa

Re: Commit deletion

2016-12-05 Thread Romain Manni-Bucau
if you have the old history you can cherry pick it but guess we want to enforce the consistency with master instead of ensure 1.7 and 7.x forks - was actually one of the goal of the initial commit. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <htt

Re: Commit deletion

2016-12-05 Thread Romain Manni-Bucau
+1 note that if you have the history you can still get back the commits from their hash (but for this one i lost them and JL didnt have them but wanted to fix 1.7.x branch asap) Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rh

Re: authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
2016-12-05 12:56 GMT+01:00 Jonathan Gallimore : > On Mon, Dec 5, 2016 at 11:17 AM, Romain Manni-Bucau > > wrote: > > > Hi guys, > > > > Just a quite summary of last fixes we worked on with Jonathan regarding > the > > security for ejbd/http client:

Re: today's git commits noise

2016-12-05 Thread Romain Manni-Bucau
a revert (sounds like that > is the case). > > yep > Jon > > On Mon, Dec 5, 2016 at 11:09 AM, Romain Manni-Bucau > > wrote: > > > 2016-12-05 12:06 GMT+01:00 Jonathan Gallimore < > > jonathan.gallim...@gmail.com> > > : > > > > > No i

authorization for ejbd/http client

2016-12-05 Thread Romain Manni-Bucau
multicasting. wdyt? Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibuc

Re: today's git commits noise

2016-12-05 Thread Romain Manni-Bucau
branch until the history he got which was the one i wanted to start from. > Jon > > On Sat, Dec 3, 2016 at 5:02 PM, Romain Manni-Bucau > wrote: > > > Hi guys, > > > > sorry for the noise on commit list but messed up a git script (to merge > > features from ma

Re: reworking the website?

2016-12-04 Thread Romain Manni-Bucau
ok, will do now Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibuc

today's git commits noise

2016-12-03 Thread Romain Manni-Bucau
Hi guys, sorry for the noise on commit list but messed up a git script (to merge features from master) and lost part of 1.7.x. JL helped me to revert it and fix it so we should be as expected now. Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <htt

Re: reworking the website?

2016-12-02 Thread Romain Manni-Bucau
Hey guys Any objection to make ng the main (/) site? We can still enhance it later but rhink it is already clearer and updatblz by anyone compared to current one. Le 5 sept. 2016 22:21, "Romain Manni-Bucau" a écrit : > Le 5 sept. 2016 21:20, "David Blevins" a écrit

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