Re: Problem deploying REST Examples on Eclipse

2012-04-24 Thread Anthony Fryer
I have been using tomee in eclipse. There's no need to copy any jars around, or to specify the "Use tomcat installation" option. You can create a tomee server in eclipse and keep the default "Use workspace metadata (does not modify tomcat installation)" option. I just repeated the steps with th

Re: Dumb doubt: No module found for deployment.

2012-04-24 Thread Romain Manni-Bucau
all should be here: https://svn.apache.org/repos/asf/openejb/site/trunk/content/ send us a patch (you can even open a jira) and somebody will apply it :) thanks for any help :) - Romain 2012/4/24 gabriel.ozeas > In appreciation, how can i fix the pages that you list in in dev forum? > > Bye

Re: Dumb doubt: No module found for deployment.

2012-04-24 Thread gabriel.ozeas
In appreciation, how can i fix the pages that you list in in dev forum? Bye -- View this message in context: http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584343.html Sent from the OpenEJB User mailing list archive at Nabble.com.

Re: [Resolved]Re: Dumb doubt: No module found for deployment.

2012-04-24 Thread Romain Manni-Bucau
yep, because we exclude our internals jar from scanning in a normal deployment. There are ways to include them but IMO you should simply use another name. - Romain 2012/4/24 gabriel.ozeas > Hi Romain, > > It works now, this is funny. > > Do you have any idea why we can't start the project nam

[Resolved]Re: Dumb doubt: No module found for deployment.

2012-04-24 Thread gabriel.ozeas
Hi Romain, It works now, this is funny. Do you have any idea why we can't start the project name with openejb? Thanks for the help -- View this message in context: http://openejb.979440.n4.nabble.com/Dumb-doubt-No-module-found-for-deployment-tp4583796p4584304.html Sent from the OpenEJB User m

Re: Dumb doubt: No module found for deployment.

2012-04-24 Thread Romain Manni-Bucau
works fine for me but i didnt clone it in a folder starting with openejb, can you try renaming it please? - Romain 2012/4/24 gabriel.ozeas > Hi Romain, > > Here is a sample of my problem: > > https://github.com/gabriel-ozeas/openejb-exemplo2 > > I have many projects that works fine with openej

Re: Dumb doubt: No module found for deployment.

2012-04-24 Thread gabriel.ozeas
Hi Romain, Here is a sample of my problem: https://github.com/gabriel-ozeas/openejb-exemplo2 I have many projects that works fine with openejb and maven, but just today i'm having trouble. Maybe it's not my day. Thanks, Gabriel -- View this message in context: http://openejb.979440.n4.nabble

Re: Problem deploying REST Examples on Eclipse

2012-04-24 Thread Romain Manni-Bucau
i just tried a web project under eclipse and did it http://openejb.apache.org/tomee-and-eclipse.html and it works fine. - Romain 2012/4/24 Romain Manni-Bucau > i can't download it :( > > - Romain > > > > 2012/4/24 kalgik > >> I have uploaded the contents of Eclipse project at >> https://www.d

Re: Problem deploying REST Examples on Eclipse

2012-04-24 Thread Romain Manni-Bucau
i can't download it :( - Romain 2012/4/24 kalgik > I have uploaded the contents of Eclipse project at > https://www.dropbox.com/home/TomEEplus_Example4 > https://www.dropbox.com/home/TomEEplus_Example4 > > Regards, > kalgik > > -- > View this message in context: > http://openejb.979440.n4.nabb

Re: Dumb doubt: No module found for deployment.

2012-04-24 Thread Romain Manni-Bucau
Hi, can you share any project? we use it in all our examples so it should work. - Romain 2012/4/24 gabriel.ozeas > I was developing some projects using openejb, but i would start a new one > using it and maven, and something goes wrong. > > The container isn't looking up at target/classes, ju

Dumb doubt: No module found for deployment.

2012-04-24 Thread gabriel.ozeas
I was developing some projects using openejb, but i would start a new one using it and maven, and something goes wrong. The container isn't looking up at target/classes, just target/test-classes. When i run using eclipse, it look up at target/classes and don't find anything, because de ejb compon

Re: Embedded TomEE in desktop application

2012-04-24 Thread Romain Manni-Bucau
Hi, You can use tomee embedded jar to deploy a war (it does it a bit like this test: http://svn.apache.org/repos/asf/openejb/trunk/openejb/tomee/tomee-embedded/src/test/java/org/apache/tomee/embedded/EmbeddedTomEEContainerTest.java) but im not sure you can do all in one if you need web features.

Re: Problem deploying REST Examples on Eclipse

2012-04-24 Thread kalgik
I have uploaded the contents of Eclipse project at https://www.dropbox.com/home/TomEEplus_Example4 https://www.dropbox.com/home/TomEEplus_Example4 Regards, kalgik -- View this message in context: http://openejb.979440.n4.nabble.com/Problem-deploying-REST-Examples-on-Eclipse-tp4582815p4583346.h

Embedded TomEE in desktop application

2012-04-24 Thread Will Hoover
I was wondering if there is any examples for embedding TomEE within a desktop application in a single JAR. We would like to use TomEE to expose some web page content via the internet while our JavaFX desktop application will add some extra features for the web server administrator. We are hoping th

Re: Problem deploying REST Examples on Eclipse

2012-04-24 Thread Romain Manni-Bucau
Hi, Can you share your project? - Romain Le 24 avr. 2012 13:31, "kalgik" a écrit : > I tried with the version you recommended. I copied all the jat files from > tomme\lib folder to lib\ folder. > The build was successfully again. > But when I run the Eclipse project I received the following: >

Re: Problem deploying REST Examples on Eclipse

2012-04-24 Thread kalgik
I tried with the version you recommended. I copied all the jat files from tomme\lib folder to lib\ folder. The build was successfully again. But when I run the Eclipse project I received the following: "ΜΜ org.apache.myfaces.webapp.AbstractFacesInitializer initFaces WARNING: No mappings of FacesSe

Re: Problem deploying REST Examples on Eclipse

2012-04-24 Thread David Blevins
Moving the libraries doesn't work with beta-2, but I did do some hacking on that just Saturday for the coming 1.0.0 binaries. Is it possible you can try this set of binaries? http://people.apache.org/~dblevins/staging-081/openejb-4.0.0/ Keep in mind those will likely not be the actual 1.0.0 b

Problem deploying REST Examples on Eclipse

2012-04-24 Thread kalgik
Hello everybody. I tried to deploy the "REST Example with Application" on Eclipse Indigo. Here the steps I followed: First of all, I installed TomEEplus http://www.apache.org/dyn/closer.cgi/openejb/4.0.0-beta-2/apache-tomee-1.0.0-beta-2-plus.zip http://www.apache.org/dyn/closer.cgi/openejb/4.0.0