Re: Cannot use @Ejb inside a war in a different ear

2008-12-02 Thread dinotoa
Thanks for the answer. Actually I tried to put de dependency you mentioned, but the ejb isn't injected either :-( Other AS, such as weblogic, don't need any special configuration for beans in a different ear and actually, I think this should be the normal behaviour, most of the bean you inject ar

Re: Cannot install any Geronimo Sample apps

2008-12-02 Thread Joe Bohn
If you are using the 2.1.3 jetty javaee5 assembly (geronimo-jetty6-javaee5-2.1.3) then I am a little confused by your earlier statements on the repositories you see in the plugins portlet. They don't seem to be the list I would expect (see below). Also, there are some issues installing plugins

Re: Geronimo class loading model?

2008-12-02 Thread David Jencks
I couldn't find any documentation either so I started writing some: http://cwiki.apache.org/confluence/display/GMOxDOC22/Classloading This is just a first draft and comments would be extremely welcome. many thanks david jencks On Nov 28, 2008, at 10:04 AM, Ceki Gulcu wrote: Hello, I ha

Re: Unable to deploy on a remote server in GEP

2008-12-02 Thread Shawn Jiang
If this is not a part of current document, I suggest to add a task "How to deploy on a remote geronimo server in GEP" somewhere under http://cwiki.apache.org/GMOxDOC22/development-environment.html 2008/12/2 Tim McConnell <[EMAIL PROTECTED]>: > I did not. Once I did it works as expected. Thanks mu

Out of memory during second publish - reproduced

2008-12-02 Thread DRS2 Usenet
I had already installed jdk1.6.0_06 I had already installed Geronimo: geronimo-tomcat6-javaee5-2.1.3-bin.zip I installed a fresh Ganymede: eclipse-jee-ganymede-SR1-win32.zip Added Geronimo 2.1 plugins from within Eclipse. Then I deployed a web application. The first time, it deploys fine. The s

Re: Out of memory during second publish - reproduced

2008-12-02 Thread RunHua Chi
Changing the eclipse.ini vmargs changes the heap size to run Eclipse, while for your application, you might need to change heap size from "Run configuration". Jeff Chi DRS2 Usenet wrote: > > I had already installed jdk1.6.0_06 > I had already installed Geronimo: geronimo-tomcat6-javaee5-2.1.3

Re: Unable to deploy on a remote server in GEP

2008-12-02 Thread Tim McConnell
Good idea Shawn, I shall do so. Thanks. Shawn Jiang wrote: If this is not a part of current document, I suggest to add a task "How to deploy on a remote geronimo server in GEP" somewhere under http://cwiki.apache.org/GMOxDOC22/development-environment.html 2008/12/2 Tim McConnell <[EMAIL PR

Re: Geronimo class loading model?

2008-12-02 Thread Jack Cai
Thanks so much David! A small question about the last "import all" part - will the classes in Plugin A be available to B in this case? -Jack 2008/12/3 David Jencks <[EMAIL PROTECTED]> > I couldn't find any documentation either so I started writing some: > > http://cwiki.apache.org/confluence/dis

Re: Geronimo class loading model?

2008-12-02 Thread David Jencks
Yes, thanks for the note -- fixed. I'm hoping to find time to add references to the schema for the environment element and some examples showing what it looks like but this is at least a start. If anyone else wants to add this that would be really great! thanks david jencks On Dec 2, 20