Re: CDI Injecting parameterized types

2013-10-29 Thread Mark Struberg
I would need a bit more code to understand the problem. E.g. how the DiscountCodeFacade does look like. Ideally a small sample project. The message in the log indicates that OWB cannot find a Bean for the InjectionPoint. LieGrue, strub - Original Message - From: Kay Wrobel

Re: How to get Tomee JAX-RS CXF + Jackson 1.9? Please help

2013-10-29 Thread zmirc
I've put all the necessary steps in a StackOverflow answer, so that others could see it easier. Here it is: http://stackoverflow.com/a/19653753/1385906 http://stackoverflow.com/a/19653753/1385906 -- View this message in context:

Re: CDI Injecting parameterized types

2013-10-29 Thread Kay Wrobel
Here is a test project: https://github.com/kwrobel/WebApplication1 I uploaded a new commit that uses the @Inject annotation inside ui.bean.AbstractController https://github.com/kwrobel/WebApplication1/blob/master/WebApplication1/src/java/ui/bean/AbstractController.java instead of

Best way to recover from RuntimeException from ejbTimeout on ..., ConcurrentAccessTimeoutException: Unable to get write lock on ...

2013-10-29 Thread Howard W. Smith, Jr.
This morning, one of the endusers of my app contacted me and informed me about an issue with the software i wrote to use @Singleton + @Lock(WRITE) + @Schedule to retrieve emails from an email account where schedule = every 2 minutes. This code has been running really well ever since I initially

Re: CDI Injecting parameterized types

2013-10-29 Thread Romain Manni-Bucau
Maybe give it a try on the snapshot, the issue didn't pop out when starting the container on the 1.6.0-SNAPSHOT Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/10/29 Kay

Re: 1.6.0 release plans?

2013-10-29 Thread Romain Manni-Bucau
Hi OpenJPA release work started, Jira are almost closed and the release should start soon Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2013/10/29 Alex The Rocker

Happy news - better integration with NetBeans

2013-10-29 Thread zmirc
Happy news - better integration with NetBeans: https://blogs.oracle.com/geertjan/entry/tomee_integration_in_netbeans_next -- View this message in context: http://openejb.979440.n4.nabble.com/Happy-news-better-integration-with-NetBeans-tp4665782.html Sent from the OpenEJB User mailing list

Re: Happy news - better integration with NetBeans

2013-10-29 Thread Thiago Veronezi
there was a lot of buzz around the TomEEhttp://tomee.apache.org/apache-tomee.html server, e.g., many Tweets, nice party, and a new TomEE consulting company. Congrats guys! :) []s, Thiago. On Tue, Oct 29, 2013 at 12:12 PM, zmirc m_chi...@yahoo.com wrote: Happy news - better integration with

Re: Best way to recover from RuntimeException from ejbTimeout on ..., ConcurrentAccessTimeoutException: Unable to get write lock on ...

2013-10-29 Thread Howard W. Smith, Jr.
With some research[1][2], I learned that it may be necessary to set [javamail] imap timeout, mail.imap.connectiontimeout int Socket connection timeout value in milliseconds. Default is infinite timeout. mail.imap.timeout int Socket I/O timeout value in milliseconds. Default is infinite timeout.

Re: Happy news - better integration with NetBeans

2013-10-29 Thread Howard W. Smith, Jr.
+1 good news and thanks! I didn't even see this in NetBeans 7.4 startup page. i guess my NetBeans did not receive that pushed message yet. :) On Tue, Oct 29, 2013 at 12:28 PM, Thiago Veronezi thi...@veronezi.orgwrote: there was a lot of buzz around the

Re: Happy news - better integration with NetBeans

2013-10-29 Thread Kay Wrobel
https://sourceforge.net/p/nbpfcrudgen/discussion/troubleshooting/thread/7782b36f/ I added a bug report https://netbeans.org/bugzilla/show_bug.cgi?id=237453 to NetBeans and got a response that it was fixed fro the next release. NetBeans even adds resources.xml file and honors existing data

Re: CDI Injecting parameterized types

2013-10-29 Thread Kay Wrobel
I shall try that. On 10/29/2013 11:04 AM, Romain Manni-Bucau wrote: Maybe give it a try on the snapshot, the issue didn't pop out when starting the container on the 1.6.0-SNAPSHOT Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn:

Re: 1.6.0 release plans?

2013-10-29 Thread Leonardo K. Shikida
towards 1.6.0-stable? :-) [] Leo On Tue, Oct 29, 2013 at 2:14 PM, Romain Manni-Bucau rmannibu...@gmail.comwrote: Hi OpenJPA release work started, Jira are almost closed and the release should start soon Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/

Re: CDI Injecting parameterized types

2013-10-29 Thread Kay Wrobel
Hi Romain. I tested this with 1.6.0 Snapshot from today and injection the AbstractFacadeT inside AbstractControllerT works now. Great! Thanks. Can't wait for the new release. Kay On 10/29/2013 12:40 PM, Kay Wrobel wrote: I shall try that. On 10/29/2013 11:04 AM, Romain Manni-Bucau wrote:

Re: 1.6.0 release plans?

2013-10-29 Thread Mark Struberg
yup, gonna start with cutting the actual release in a few hours. The next projects on the list are xbean and OpenWebBeans. LieGrue, strub - Original Message - From: Romain Manni-Bucau rmannibu...@gmail.com To: users@tomee.apache.org users@tomee.apache.org Cc: Sent: Tuesday, 29

Re: TomEE+ActiveMQ 1.5.2: container classloader used for message deserialization conflicts with LazyStopWebappClassLoader

2013-10-29 Thread robert.allen
Hi Romain: By fixed on trunk do you mean that I should try to replicate the issue using the current 1.6-SNAPSHOT? My workaround for 1.5.2 is to simply not use the convenience @Resource annotation before ConnectionFactory and instead construct it inline, as in connectionFactory = new

Re: 1.6.0 release plans?

2013-10-29 Thread Howard W. Smith, Jr.
Mark, since you mentioned somewhat of a road map, maybe you, Romain, or one of the others can tell us when will MyFaces 2.2 be bundled with tomee(+) ? I would love to start using MyFaces 2.2 with tomee, but i don't want to use that until it is bundled in ZIP file. just a personal preference of

Remote EJB Client With Multiple Certificates

2013-10-29 Thread renz
Hello, I'm trying to connect my application from a remote EJB Client which can use multiple client certificates at the same time from different threads. My problem is that the client KeyStore should be set using System Properties : - javax.net.ssl.keyStore - javax.net.ssl.keyStoreType -

Re: Remote EJB Client With Multiple Certificates

2013-10-29 Thread Romain Manni-Bucau
Hi A client for tomee, I mean you use http? Well you can write you own connection factory like http://svn.apache.org/repos/asf/tomee/tomee/trunk/server/openejb-client/src/main/java/org/apache/openejb/client/HttpConnectionFactory.javaand then register it to

Re: 1.6.0 release plans?

2013-10-29 Thread Romain Manni-Bucau
When tomee will target javaee 7 Le 30 oct. 2013 05:26, Howard W. Smith, Jr. smithh032...@gmail.com a écrit : Mark, since you mentioned somewhat of a road map, maybe you, Romain, or one of the others can tell us when will MyFaces 2.2 be bundled with tomee(+) ? I would love to start using

Re: TomEE+ActiveMQ 1.5.2: container classloader used for message deserialization conflicts with LazyStopWebappClassLoader

2013-10-29 Thread Romain Manni-Bucau
Yes If you reproduce it on trunk that something we missed but I think it is what we fixed in 1.6.0-snapshot Le 29 oct. 2013 23:33, robert.allen robert.al...@ca.com a écrit : Hi Romain: By fixed on trunk do you mean that I should try to replicate the issue using the current 1.6-SNAPSHOT? My