Re: Significance of writing an additional Descriptor file

2008-03-03 Thread Vamsavardhana Reddy
web.xml is the Java EE specific deployment descriptor for the web application. geronimo-web.xml is the Geronimo app server specific deployment plan that usually provides mapping of any resources and other configuration used by the web application. Deployment plan can either be packaged in the WAR

Significance of writing an additional Descriptor file

2008-03-03 Thread Ch Praveena
Hi, May i know the significance of writing geronimo-web.xml in WEB-INF, along with web.xml, while deploying war files. -- Regards, Praveena Chalamcharla, Securview

Re: HTTP transport and ActiveMQ

2008-03-03 Thread Kevan Miller
On Feb 28, 2008, at 11:01 PM, Farr wrote: I am new to Geronimo and ActiveMQ and I am trying to setup JMS messaging over HTTP. Does anyone know where I can find an example of how to set this up in Germonimo? Or does anyone have any suggestions on where to start? ActiveMQ HTTP protocol

Re: Geronimo WTP client for eclipse , server cannot start

2008-03-03 Thread CG
I didn't know about GShell . When I start from a terminal windows, I am using start-server Yes, I got this result Geronimo Application Server started Geronimo Server started in 0:00:32.673 (the timing of course is different) But if I start in Eclipse, only the first line is displayed. On T

Re: Problem in starting Apache Geronimo

2008-03-03 Thread Kevan Miller
On Mar 3, 2008, at 3:18 AM, Ch Praveena wrote: Hi, I ve run the geronimo-tomcat6-jee5-2.0.1 version after installing it properly.. I could run well for the last 20 times.. But, suddenly i got a log message and the server is not running now.. the error message displayed is : I'm pr

Re: Geronimo WTP client for eclipse , server cannot start

2008-03-03 Thread Kevan Miller
On Mon, Mar 3, 2008 at 7:10 PM, CG <[EMAIL PROTECTED]> wrote: > On the Console tab, it is started. > but in on the "Servers" tab , it is starting > > However, I can still access localhost:8080 a few seconds after the > "Geronimo Application Server started" message appear Thanks for the info. So,

Re: Geronimo WTP client for eclipse , server cannot start

2008-03-03 Thread CG
On the Console tab, it is started. but in on the "Servers" tab , it is starting However, I can still access localhost:8080 a few seconds after the "Geronimo Application Server started" message appear By the way, if I start it at terminal Below the msg "Geronimo Application Server started", it s

Geronimo v2.1 documentation status

2008-03-03 Thread Hernan Cunico
Hi All, I'm normally the one making the requests for contributions to the doc, asking for your help and usually not too happy with the content we end up having. Well, today it's a totally different scenario. I wanted to truly thank all of you contributing to the project's documentation. There i

Re: exception while running the 5 minute GEP tutorial example

2008-03-03 Thread David Jencks
I think geronimo should be seamlessly converting deployment-1.1 xml docs to deployment-1.2 so I'd be surprised if geronimo was causing any problems here. I don't know what eclipse might expect. thanks david jencks On Mar 3, 2008, at 12:03 PM, Hernan Cunico wrote: h, I just realized ab

Re: exception while running the 5 minute GEP tutorial example

2008-03-03 Thread Hernan Cunico
h, I just realized about the deployment-1.1 in the geronimo-web.xml however this is automatically generated by the plugin so we may want to take a look into that as well. Other than that, I ran this sample several times, starting from scratch every time and got it to work following those

Re: Integration with Geronimo.

2008-03-03 Thread Alex Magdenko
Thank you for your help. I will investigate it and GridGeronimoLoader will be added in future GridGain releases. djencks wrote: > > > On Mar 3, 2008, at 2:35 AM, Alex Magdenko wrote: > >> >> I'm new to Geronimo and I would like to get some help about the >> following >> problem. >> >> I'm w

Problem in starting Apache Geronimo

2008-03-03 Thread Ch Praveena
Hi, I ve run the geronimo-tomcat6-jee5-2.0.1 version after installing it properly.. I could run well for the last 20 times.. But, suddenly i got a log message and the server is not running now.. the error message displayed is : [EMAIL PROTECTED] bin]$ ./geronimo.sh run Using GERONIMO_BASE:

Geronimo is not being started..

2008-03-03 Thread Ch Praveena
Hi, I ve run the Geronimo tomcat version after installing it properly.. But, suddenly i got a log message and the server is not running now.. the error message displayed is : [EMAIL PROTECTED] bin]$ ./geronimo.sh run Using GERONIMO_BASE: /home/praveena/software/geronimo-tomcat6-jee5-2.0.1

Re: Toplink Essentials JPA + Geronimo = NullPointerException

2008-03-03 Thread David Jencks
On Mar 3, 2008, at 8:44 AM, Brian Gregory wrote: I've tried this and it didn't seem to make a difference. Do you know how I can get loggin output from toplink at deploy time? No idea about that, but looking into it a bit more this is another NPE similar to the others treated in GERONIMO

Re: Geronimo 2.1 and Seam

2008-03-03 Thread Jacek Laskowski
On Mon, Mar 3, 2008 at 10:16 AM, Burt Prior <[EMAIL PROTECTED]> wrote: > 'java.sql.SQLException - invalid oracle url specified: > OracleDataSource.makeURL'. Show the plan for the database pool and the entire stack trace. If oracle thin driver class barfs it could mean that the url is incorrect

Re: Initialize Hibernate During Deployment

2008-03-03 Thread David Jencks
On Mar 3, 2008, at 10:05 AM, pdennis wrote: Hi David, Thanks, that did work for me. After your last post about listeners, I found this http://publib.boulder.ibm.com/wasce/V2.0.0/en/lifecycle- listeners.html#Lifecyclelisteners-webapp article about life cycle listeners, and I had a deploy e

Re: Geronimo 2.1 and Seam

2008-03-03 Thread Burt Prior
Hi Jay, I downloaded the jar you referenced, and replaced the one that was previously in the repository. Thanks to you, David, and Jacek, I'm able to see the booking example homepage! Yes! I'm working on now getting access to my Oracle database pool that I set up. When I go to the next page i

Re: Initialize Hibernate During Deployment

2008-03-03 Thread pdennis
Hi David, Thanks, that did work for me. After your last post about listeners, I found this http://publib.boulder.ibm.com/wasce/V2.0.0/en/lifecycle-listeners.html#Lifecyclelisteners-webapp article about life cycle listeners, and I had a deploy error with the tags. Your solution was app server

Re: Geronimo 2.1 and Seam

2008-03-03 Thread Burt Prior
Hi David, Jay, and Jacek, Ok! Got the booking example working! Wow! It was very exciting to see the booking example homepage on Geronimo 2.1 after deploying. I can't save anything to my (Oracle thin driver) database using the 'pool' I set up thru Geronimo, but I guess I'll just have to work on

Re: Initialize Hibernate During Deployment

2008-03-03 Thread David Jencks
On Mar 3, 2008, at 7:20 AM, pdennis wrote: Hi David, I do know what Hibernate is doing, it is reading the hibernate.cfg.xml file, reading up the mapping files and creating a org.hibernate.SessionFactory. All of this is in a static method in my HibernateUtil class. This is how Hibernat

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-03 Thread David Jencks
On Mar 3, 2008, at 8:33 AM, Jim Foster wrote: djencks wrote: On Mar 1, 2008, at 10:02 AM, Jim Foster wrote: djencks wrote: Your plan works for me. I jar'ed up my sample and attached it to the wiki page. Could you see if you can detect the relevant difference? thanks david jenc

Re: Integration with Geronimo.

2008-03-03 Thread David Jencks
On Mar 3, 2008, at 2:35 AM, Alex Magdenko wrote: I'm new to Geronimo and I would like to get some help about the following problem. I'm working on GridGain(www.gridgain.com) integration with Geronimo. I need to start my specific service(loader) inside Geronimo server. I have set of jars

Re: Toplink Essentials JPA + Geronimo = NullPointerException

2008-03-03 Thread Brian Gregory
I've tried this and it didn't seem to make a difference. Do you know how I can get loggin output from toplink at deploy time? djencks wrote: > > I think there's a good chance you are seeing a problem caused by > https://issues.apache.org/jira/browse/GERONIMO-3880 > ...snip... > > -- View

Re: Geronimo v2.1 Plan Creator => Deploy Liferay 4.1.1

2008-03-03 Thread Jim Foster
djencks wrote: > > > On Mar 1, 2008, at 10:02 AM, Jim Foster wrote: > >> >> djencks wrote: >>> >>> Your plan works for me. I jar'ed up my sample and attached it to the >>> wiki page. Could you see if you can detect the relevant difference? >>> >>> thanks >>> david jencks >>> >>> >>> >>> >>

Re: Initialize Hibernate During Deployment

2008-03-03 Thread pdennis
Hi David, I do know what Hibernate is doing, it is reading the hibernate.cfg.xml file, reading up the mapping files and creating a org.hibernate.SessionFactory. All of this is in a static method in my HibernateUtil class. This is how Hibernate works with other app servers (as far as I know).

Re: Geronimo WTP client for eclipse , server cannot start

2008-03-03 Thread Kevan Miller
On Mar 3, 2008, at 1:00 AM, CG wrote: Hi all, I have solved my this problem (still using java 1.6_04) , i removed the j2ee.jar which I added earlier in Add external JAR (because I cannot get javax.ejb resolved earlier) . After removing , the server starts , and seems working fine. I can acce

Test mail - ignore

2008-03-03 Thread Vamsavardhana Reddy
Test mail - please ignore.

Re: Problem in starting Apache Geronimo

2008-03-03 Thread Vamsavardhana Reddy
org.apache.geronimo.configs/clustering/2.0-SNAPSHOT/car seems to be the problematic configuration. Do you have this configuration in your repository? Was there any deploy/undeploy problems with this configuration? ++Vamsi On Mon, Mar 3, 2008 at 1:48 PM, Ch Praveena <[EMAIL PROTECTED]> wrote: >

Integration with Geronimo.

2008-03-03 Thread Alex Magdenko
I'm new to Geronimo and I would like to get some help about the following problem. I'm working on GridGain(www.gridgain.com) integration with Geronimo. I need to start my specific service(loader) inside Geronimo server. I have set of jars which used in my service. All my EAR, WAR applications sho

Re: GERONIMO 2.1 first impressions, different defects

2008-03-03 Thread fp
On Mar 2, 2008, at 11:15 AM, fp wrote: > > I tried the new GEronimo 2.1. > > As in Release note (GERONIMO-3545) Upgrade Apache Derby to > 10.3.1.4. but > only 10.2.2.0 in Repository. > The derby Data pool Creator in the Webconsole does't show the derby > driver > jars, so it's not possible