Re: Question about TomEE+

2015-12-02 Thread Jonathan S. Fisher
The Tomitribe members are incredible, a lot of them are active on this list and I would highly recommend their services. The cool thing about TomEE is it's compatible with nearly 100% of all HA solutions for Tomcat. We use HAProxy with sticky cookies to distribute the load across our cluster.

EJB CMP, mapping, and key generator

2015-12-02 Thread ludo
Hello guys, I have a table, without identity column, like that: My *persistence.xml*: and my *mappings.xml* file: And here is the trace: But I don't want to generate any key ! How to disable the key generator ? Thanks in advance for any help -- View this message in context:

ApplicationComposer, ApplicationRuleBug

2015-12-02 Thread Yann BLAZART
Hello, it seems there is a bug in ApplicationRule with ApplicationComposer. With the following code : public class AppRuleBugTest { private static final ContainerRule instanceContainer = new ContainerRule(new Container()); private static final ApplicationRule instanceServer = new

Re: EJB CMP, mapping, and key generator

2015-12-02 Thread Romain Manni-Bucau
Hi Ludo, no identity column? it is mandatory. Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber

Re: ApplicationComposer, ApplicationRuleBug

2015-12-02 Thread Romain Manni-Bucau
Hi Yann this is fixed and here is the test: https://git1-us-west.apache.org/repos/asf?p=tomee.git;a=blob;f=container/openejb-core/src/test/java/org/apache/openejb/junit/ContainerAndApplicationRulesTest.java;h=1f0ce567efa60ba4c6b7200c1d6fb04e1527bd75;hb=c63f2ec304a174ccefd88dda48bbe440c2036a5f

Re: ApplicationComposer, ApplicationRuleBug

2015-12-02 Thread Romain Manni-Bucau
well it deploys properly and solves your exception - no link to jpa. Also not sure the link with the provided snippet to be honest but in any case take care - and the test shows it - you use some illegal mapping (@Classes on a container config). Romain Manni-Bucau @rmannibucau

RE: ApplicationComposer, ApplicationRuleBug

2015-12-02 Thread Yann BLAZART
Sorry ? You mean @PersistenceUnitDefinition ? In real I need a persistence Unit to be injected into a service that I need to test on the two Application. That why I'm trying to add the @module. And this is the code that generate it : @Module @PersistenceRootUrl(value = "") // must use

Re: EJB CMP, mapping, and key generator

2015-12-02 Thread ludo
A primary key is mandatory, I'm agree. But not an identity column, isn't it ? -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/EJB-CMP-mapping-and-key-generator-tp4677096p4677098.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Resource and UseAppClassLoader question

2015-12-02 Thread Romain Manni-Bucau
it doesnt exit yet but staging repo is there https://repository.apache.org/content/repositories/orgapachetomee-1071/org/apache/openejb/apache-tomee/1.7.3/ Romain Manni-Bucau @rmannibucau | Blog | Github

Re: Resource and UseAppClassLoader question

2015-12-02 Thread Howard W. Smith, Jr.
On Dec 1, 2015 2:48 PM, "Violeta Georgieva" wrote: > > > I'm testing with TomEE 1.7.3 Is TomEE 1.7.3 available via tomee downloads page or somewhere else?

Re: Resource and UseAppClassLoader question

2015-12-02 Thread Violeta Georgieva
It's working. Thanks, Violeta Romain Manni-Bucau wrote > yes, have to admit I don't recall out of my mind but if not we need to fix > it. > > > Romain Manni-Bucau > @rmannibucau https://twitter.com/rmannibucau; | Blog > http://rmannibucau.wordpress.com; | Github >

Re: Clean way to modify tomee using docker build?

2015-12-02 Thread hwaastad
Hi, there are several tomcat Dockerfiles on github which you pratically can reuse, just changing the downloadurl to tomee and adding a custom startup script. By using a startupscript which handles env vars you can easily change params as memory, threads, datasources and what have you, you can

Re: Question about TomEE+

2015-12-02 Thread Uday Gire
Hello Hans You can find the companies giving commercial support here, http://tomee.apache.org/commercial-support.html ManageCat (http://www.managecat.com) also provides professional enterprise support for Apache TomEE application servers. Best Uday Gire Senior Support Engineer, ManageCat

Question about TomEE+

2015-12-02 Thread Hans.Schroff
Hi, me is involved in finding a new Java-Web-Application-Server and now i have some questions and the answers from you: Do you have an official commercial support for TomEE+ ? Whats about license cost for a commercial customer with (DEV-, Quality-, PreProd- and ProdSystem) and lot of incoming

Re: Question about TomEE+

2015-12-02 Thread Romain Manni-Bucau
Hi Hans, TomEE has few companies doing officially support like tomitribe for instance ( http://www.tomitribe.com/support/ ), apache will never do. Contact these companies for any cost question please. high availability, failover and clustering features depends what you mean by them but we are