Re: MySQL resource in Tomee 1.5.2

2013-11-06 Thread asif.tmcp
Just read your blog - you can ignore my previous post here. But my problem remains. Does the file naming convention has something to do with it? Does the file has to be named openejb.xml or resource.xml ??? -- View this message in context:

Re: MySQL resource in Tomee 1.5.2

2013-11-06 Thread asif.tmcp
I tried that - I still get the error. I noticed one line in the Tomee startup logs INFO: Configuring Service(id=Default JDBC Database, type=Resource, provider-id=Default JDBC Database) -- does this mean, it is loading the default Database?? -- View this message in context:

Re: TomEE+ 1.6.0-SNAPSHOT will not work with ojdbc6_g.jar

2013-11-06 Thread dsh
Hi, did you set these properties: -Djava.util.logging.config.file=/jdbc/demo/OracleLog.properties -Doracle.jdbc.Trace=true Maybe the log/trace file doesn't exist or the location is inaccessible? Cheers Daniel -- View this message in context:

TomEEPlus 1.5.2 + Spring 3.1.3.RELEASE + Quartz 2.1.6

2013-11-06 Thread rdeleon
Hi, I've been searching around for a while now, and have not seen anything along these lines yet. I hope I am not duplicating post(s). I'm having a problem and am struggling quite a bit with it. I have an EE project, wrapped up in an EAR. Within the EAR I have: * EJB * Several WARs In the EJB,

Re: TomEEPlus 1.5.2 + Spring 3.1.3.RELEASE + Quartz 2.1.6

2013-11-06 Thread Romain Manni-Bucau
Hi maybe try to add: -Dopenejb.classloader.forced-load=org.quartz Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/5 rdeleon randy.del...@actian.com: Hi, I've been

Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
Hello, I have a critical issue with our Web application using TomEE1.6.0+Snapshot221 : the web app can't start an fails with an instantion error on a parent abstract class of a class implementing a JAX-RS service. This is a regression over the TomEE+ 1.6.0 snapshot 140 which we've been using so

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Romain Manni-Bucau
Hi if you can rebuild tomee from sources would be great if you can re test now Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/6 Alex The Rocker alex.m3...@gmail.com:

Re: TomEE GUI Empty

2013-11-06 Thread Thiago Veronezi
Hi, Can you try the latest snapshot? https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/apache-tomee/1.6.0-SNAPSHOT/ I've moved all current interface out of the main distribution. The TomEE UI will basically show the installer page. If you want to have access to the

Re: TomEE GUI Empty

2013-11-06 Thread Thiago Veronezi
Oops, sorry wrong paths... This is the TomEE war: https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/tomee-webapp/1.6.0-SNAPSHOT/ This is the TomEE+ war: https://repository.apache.org/content/repositories/snapshots/org/apache/openejb/tomee-plus-webapp/1.6.0-SNAPSHOT/

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
Romain: Thanks for fast answer. Unfortunately I never rebuilt TomEE,could you post a prebuilt .jar(s) ? In the meantime, I had a developer who provided a minimal sample which allow reproducing the issue with TomEE+ 1.6.0 snapshot 221. Please find it attached (with .java sources in the .jar) Do

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
hold on, I sent the wrong version of the sample... On Wed, Nov 6, 2013 at 12:57 PM, Alex The Rocker alex.m3...@gmail.comwrote: Romain: Thanks for fast answer. Unfortunately I never rebuilt TomEE,could you post a prebuilt .jar(s) ? In the meantime, I had a developer who provided a minimal

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Romain Manni-Bucau
Is you Base class abstract? If so I have an idea of the issue. If not Ill look in the afternoon Le 6 nov. 2013 13:10, Alex The Rocker alex.m3...@gmail.com a écrit : hold on, I sent the wrong version of the sample... On Wed, Nov 6, 2013 at 12:57 PM, Alex The Rocker alex.m3...@gmail.com wrote:

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Romain Manni-Bucau
here is a tomee http://people.apache.org/~rmannibucau/apache-tomee-plus-1.6.0-SNAPSHOT.zip Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/6 Alex The Rocker

Re: MySQL resource in Tomee 1.5.2

2013-11-06 Thread asif.tmcp
I believe this is the same bug reported in https://issues.apache.org/jira/browse/TOMEE-924 I will try in 1.6.0 snapshot and check. -- View this message in context: http://openejb.979440.n4.nabble.com/MySQL-resource-in-Tomee-1-5-2-tp4665872p4666006.html Sent from the OpenEJB User mailing

TomEE + JAX-RS + Bean validation

2013-11-06 Thread Daniel Sachse
Hey guys, I am trying to get Bean Validation in TomEE to work at all since a week now :( I am using TomEE 1.5.2 and I added Hibernate support via the http://tomee.apache.org/tomee-and-hibernate.html This works absolutely fine! Now I want to activate Bean Validation with JAX-RS. I followed the

Re: TomEE + JAX-RS + Bean validation

2013-11-06 Thread Romain Manni-Bucau
what do you mean by it never finished? can you share a thread stack at this moment? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/6 Daniel Sachse

Re: TomEEPlus 1.5.2 + Spring 3.1.3.RELEASE + Quartz 2.1.6

2013-11-06 Thread rdeleon
Hi again, I tried adding openejb.classloader.forced-load=org.quartz in two areas: 1) system.properties (saw it documented in another thread) 2) attempted via command line argument for startup.bat (as you suggested) I get the following issue now: /INFO: SELECT JOB_NAME FROM QRTZ_JOB_DETAILS

Re: TomEE + JAX-RS + Bean validation

2013-11-06 Thread Daniel Sachse
Yes sure! This is the log that is produced (it stops a this point and does not continue): Nov 06, 2013 4:29:13 PM org.apache.catalina.startup.HostConfig deployDirectory INFO: Deploying web application directory /Users/wombat/Server/apache-tomee-plus-1.5.2/webapps/manager Nov 06, 2013 4:29:13 PM

Re: TomEE + JAX-RS + Bean validation

2013-11-06 Thread Romain Manni-Bucau
this log is yours, this is not a server log., what's the difference without the interceptor? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/6 Daniel Sachse

Re: TomEE + JAX-RS + Bean validation

2013-11-06 Thread Romain Manni-Bucau
hmm, I dont recall, did you check on the snapshot? Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/11/6 Daniel Sachse m...@wombatsoftware.de: This is the Localhost log

Re: Blocking issue with TomEE1.6.0+Snapshot221: can't start because REST parent abstract class instanciation error

2013-11-06 Thread Alex The Rocker
Romain: First tests are positive (and the sample is now OK) ; but to be 100% sure I have delivered this fix version into our automated test system for a full nightly replay of our test cases. Tomorrow I'll have the final word on this. Thanks (a lot), Alex. On Wed, Nov 6, 2013 at 3:07 PM,

Re: TomEE + JAX-RS + Bean validation

2013-11-06 Thread Daniel Sachse
yes I did just a minute ago, didn´t help :( Would it help if I give you my tomee instance and my war file? Mit freundlichen Grüßen, Daniel Sachse -- Wombat Software Technologies UG (haftungsbeschränkt) Im MediaPark 5 D-50670 Köln Geschäftsführer: Daniel Sachse, Jacob Pawlik Unternehmenssitz:

Re: TomEEPlus 1.5.2 + Spring 3.1.3.RELEASE + Quartz 2.1.6

2013-11-06 Thread rdeleon
Hi, Yes - I downloaded apache-tomee-1.6.0-20131106.041134-223-plus and set-up the environment to match what I had in 1.5.2. I dumped eclipselink-2.5.1.jar into {tomEEInstallDir}/lib. I edited system.properties to include the following (matching what I've done with 1.5.2): *

Re: TomEE GUI Empty

2013-11-06 Thread dhj123456
After using your new link, i can see the installer page, but not sure what to input, and when i click confirm, it ask me to download the installer. Why tomee doesn't have a valid console but shows it in the home page? -- View this message in context:

Re: TomEE GUI Empty

2013-11-06 Thread Thiago Veronezi
Does it ask to download the installer? Strange. It is probably trying to download the link. What's your browser? Can you try with another one? Why tomee doesn't have a valid console but shows it in the home page? The console is out of the main distribution due to its size. We want to keep TomEE

Re: TomEEPlus 1.5.2 + Spring 3.1.3.RELEASE + Quartz 2.1.6

2013-11-06 Thread Romain Manni-Bucau
Isnt it jpa 2.1? So you need to override jpa api in tomee Le 6 nov. 2013 20:11, rdeleon randy.del...@actian.com a écrit : Hi, Yes - I downloaded apache-tomee-1.6.0-20131106.041134-223-plus and set-up the environment to match what I had in 1.5.2. I dumped eclipselink-2.5.1.jar into

Re: TomEE + JAX-RS + Bean validation

2013-11-06 Thread Romain Manni-Bucau
War with src should be enough if a simple request shows it sorks or fails Le 6 nov. 2013 18:49, Daniel Sachse m...@wombatsoftware.de a écrit : yes I did just a minute ago, didn´t help :( Would it help if I give you my tomee instance and my war file? Mit freundlichen Grüßen, Daniel Sachse