Re: cannot JNDI datasource with initialcontext lookup

2013-04-14 Thread Bob_13042013
Initially tomee.xml was in the TomEE installation directory. Afterwards I tried copying it to the Servers project in the config of Tomcat7. I also used the Publish feature to synchronize the tomee.xml with the tomcat instance. -- View this message in context:

Re: cannot JNDI datasource with initialcontext lookup

2013-04-14 Thread Romain Manni-Bucau
Synchronizing it works fine Le 14 avr. 2013 08:57, Bob_13042013 shawn_kemp_...@yahoo.com a écrit : Initially tomee.xml was in the TomEE installation directory. Afterwards I tried copying it to the Servers project in the config of Tomcat7. I also used the Publish feature to synchronize the

Re: cannot JNDI datasource with initialcontext lookup

2013-04-14 Thread Bob_13042013
How would you verify if the Datasource has been correctly configured on TomEE and if the ping to the DB works ? -- View this message in context: http://openejb.979440.n4.nabble.com/cannot-JNDI-datasource-with-initialcontext-lookup-tp4662211p4662225.html Sent from the OpenEJB Dev mailing list

Re: cannot JNDI datasource with initialcontext lookup

2013-04-14 Thread Bob_13042013
You said I should use in the JNDI lookup for java:/openejb/Resource. Does it mean openejb.xml should be configured instead of tomee.xml ? Where is openejb.xml located ? -- View this message in context:

Re: cannot JNDI datasource with initialcontext lookup

2013-04-14 Thread Bob_13042013
When Context is mentioned in the docs is this the TOMEE/conf/context.xml or it is one specific to the web app ? I have the feeling Postgres does cannot be configured as a shared resource in TomEE. -- View this message in context:

Re: cannot JNDI datasource with initialcontext lookup

2013-04-14 Thread Romain Manni-Bucau
Hi basically you just need a Resource id=X / lock in tomee.xml then lookup the resource through java:openejb/Resource/X if it doesn't work just provide us a sample showing it doesn't work please *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog:

Re: [RESULT] TomEE 1.5.2/OpenEJB 4.5.2 (staging-008)

2013-04-14 Thread Alex The Rocker
Hi Jean-Louis, Do you have any idea when TomEE 1.5.2 could be downloaded from http://tomee.apache.org/downloads.html page? We have documented 1.5.2 as the minimal TomEE prerequisite version for our software product (for good reasons: we had issues with 1.5.1) ; our customers won't dig into

Re: [jira] [Updated] (TOMEE-662) Support aliases on resources

2013-04-14 Thread Romain Manni-Bucau
Hi guys shouldn't we remove the version = trunk? it doesn't mean anything and doesn't help to identify when it was fixed. wdyt? *Romain Manni-Bucau* *Twitter: @rmannibucau https://twitter.com/rmannibucau* *Blog: **http://rmannibucau.wordpress.com/*http://rmannibucau.wordpress.com/ *LinkedIn:

going on OWB 1.2.0

2013-04-14 Thread Romain Manni-Bucau
Hi guys, i started to see how far from OWB 1.2.0-SNAPSHOT on tomee trunk we are here is my current patch (for tomee trunk): https://gist.github.com/rmannibucau/5384221 here are the sources rev info: ## TomEE rev: URL: https://svn.apache.org/repos/asf/tomee/tomee/trunk Repository Root:

Re: going on OWB 1.2.0

2013-04-14 Thread Mark Struberg
I'll try to take some time. But expect a bit more time from me only end of this month. LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@tomee.apache.org Cc: Sent: Sunday, 14 April 2013, 23:17 Subject: going on OWB 1.2.0 Hi guys, i

Re: going on OWB 1.2.0

2013-04-14 Thread Romain Manni-Bucau
Thanks Mark! Le 14 avr. 2013 23:24, Mark Struberg strub...@yahoo.de a écrit : I'll try to take some time. But expect a bit more time from me only end of this month. LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: dev@tomee.apache.org

Re: [jira] [Updated] (TOMEE-662) Support aliases on resources

2013-04-14 Thread David Blevins
Wanted to bring it up for discussion before we announce it to the world. Didn't notice it until reviewing the notes. Good concept, but the term alias isn't accurate and overlaps awkwardly with the existing provider concept. Also seems like there's some sort of multiple inheritance thing

Re: [RESULT] TomEE 1.5.2/OpenEJB 4.5.2 (staging-008)

2013-04-14 Thread David Blevins
Published the new downloads page. Also in the process of reviving the previous download pages for older releases. -David On Apr 14, 2013, at 12:43 PM, Alex The Rocker alex.m3...@gmail.com wrote: Hi Jean-Louis, Do you have any idea when TomEE 1.5.2 could be downloaded from

Re: [jira] [Updated] (TOMEE-662) Support aliases on resources

2013-04-14 Thread Romain Manni-Bucau
About aliases: just a way to bind the exact same resource to multiple name, not the same stuff as providers - you bind the same reference About my mail: was just about trunk version in jira, not this particular jira Le 15 avr. 2013 05:00, David Blevins david.blev...@gmail.com a écrit : Wanted

Re: [RESULT] TomEE 1.5.2/OpenEJB 4.5.2 (staging-008)

2013-04-14 Thread Jean-Louis MONTEIRO
Hi Alex, I did it as I promise. Need to check why it's not up to date. I checked on the staging website and it was OK for me. I also went into a lot of jiras to qualify and fulfill them. Jean Louis The release notes should be easy to generate now. Le 15 avr. 2013 05:02, David Blevins