Re: HTTP Method Extensions

2012-08-23 Thread Todd Deshane
Thanks! Works now. On Wed, Aug 22, 2012 at 2:46 PM, Romain Manni-Bucau rmannibu...@gmail.com wrote: fixed on trunk, was bug :(: https://issues.apache.org/jira/browse/TOMEE-401 *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/8/22 Todd Deshane

Subresource Locators

2012-08-23 Thread Todd Deshane
ex04_3 implements subresource locators (for full dynamic dispatching) [1] The basic idea is that a HTTP method request to a URI such as /customers/{database}-db (where database could be europe or northamerica, etc.). On the POST (test code [2], but updated to point to port and the right URI

Re: Application discovery via the classpath

2012-08-23 Thread eltonk
Hello! I'm have the same problem that you. How could you configure the excludes classpath into your case? Thanks! -- View this message in context: http://openejb.979440.n4.nabble.com/Application-discovery-via-the-classpath-tp3318799p4657026.html Sent from the OpenEJB User mailing list

include/exclude classpath

2012-08-23 Thread eltonk
Hello there! I was taking a look about the include/exclude classpath with the properties openejb.deployments.classpath.exclude and openejb.deployments.classpath.include, but I'm not able to solve the problem by myself. :( I have 2 properties files, called hibernate.properties. One of them in

Re: Subresource Locators

2012-08-23 Thread Romain Manni-Bucau
should be fine on trunk can you update please? *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/8/23 Todd Deshane todd.deshane.excels...@gmail.com ex04_3 implements subresource locators (for full dynamic dispatching) [1] The basic idea is that a

Re: Application discovery via the classpath

2012-08-23 Thread Romain Manni-Bucau
Hi, not sure what you try: you ask for ejb-jar.xml and exclude your module so normal it is not found. What is the expected behavior associated with this config? *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* 2012/8/23 eltonk kuzniew...@gmail.com

Open Discussion on New Descriptor Format for TomEE

2012-08-23 Thread David Blevins
Hey All, wanted to point out a very user-affecting discussion happening on the dev list: http://openejb.979440.n4.nabble.com/DISCUSS-New-descriptor-format-td4657040.html Anyone is welcome to jump in. The more feedback the better. -David

Re: include/exclude classpath

2012-08-23 Thread David Blevins
On Aug 23, 2012, at 5:22 AM, eltonk wrote: Hello there! I was taking a look about the include/exclude classpath with the properties openejb.deployments.classpath.exclude and openejb.deployments.classpath.include, but I'm not able to solve the problem by myself. :( I have 2 properties