Mdb Deployment problem

2006-02-17 Thread johnxmas
Hi, No news from this problem I posted a week ago. It really prevents me from using Geronimo Thankds, Jean-Noël Nothing's jumping out at me. Can you post the results of jar -tfInboundCustListMdb.jar (the version where you put the classes in theJAR and the JAR in the EAR)?

Apache Http Server with Geronimo

2006-02-17 Thread Rohit Rai
My company is basically into J2EE development and provides hosted online Application services. I am trying to establish a server with Cent OS running Apache HTTP as the primary web server and Geronimo as the Application Server.I would like to know how can I run regular websites serviced by

Re: Apache Http Server with Geronimo

2006-02-17 Thread Bharath
Rohit, Steps are here to configure Apache HTTP server w/ Apache Geronimo (Tomcat as webcontainer) http://www.ibm.com/developerworks/forums/dw_thread.jsp?message=13766589cat=51thread=98829treeDisplayType=threadmode1forum=541#13766589 *should* work for v1.0 of Apache Geronimo. /Bharath

Re: Using Firebird through Jaybird in a JEE application in Geronimo

2006-02-17 Thread Olivier Voutat
Hi again, For those who doesn't know, I'm trying to establish a connection between my J2EE application and Firebird Database using Jaybird-2.0.1JDK_1.5.zip http://firebird.sourceforge.net/index.php?op=filesid=jaybird (yeah,yeah, I know that Geronimo is only certified for J2EE 1.4 but so far it

Fwd: Using Firebird through Jaybird in a JEE application in Geronimo

2006-02-17 Thread Olivier Voutat
Oh, and this is my init method in my connexion class: public void init() { String url = "">jdbc:firebirdsql:localhost/3050:/firebirdData/mydatabase.fdb; String user = ***; String password = ***; try { Class.forName(org.firebirdsql.jdbc.FBDriver); connexion =

Re: Looking for a sample geronimo-web.xml containning the reference to EJBs

2006-02-17 Thread yskim
Thank you very much. Cheers! Young Sachin Patel [EMAIL PROTECTED] om

Re: Using Firebird through Jaybird in a JEE application in Geronimo

2006-02-17 Thread Aaron Mulder
Ah, I see... If you don't want to use the connection pool then the technique is a little different. You need a dependency element in the Geronimo deployment plan for your J2EE module (e.g. geronimo-web.xml for a web app). If you want to know exactly what the dependency element should look like

File paths within the EAR file

2006-02-17 Thread yskim
The hot deployment is excellent for the automation of the deployment. But we ran into the problem of inability to specify the file path of the property files. We have the file path information in the web.xml as shown below servlet id=Servlet_6 servlet-nameinitialize/servlet-name

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-17 Thread Kevan Miller
Sanjay, Looks like this problem was fixed last night... --kevan On Feb 16, 2006, at 8:51 PM, Sanjay Dwivedi wrote: The build failed for following reason (this time it got much farther, no geronimo spec issues after checked out and built specs project), has anybody seen this error. Do I need

tying together various components w/ gbeans and spring?

2006-02-17 Thread Tim Kettering
hi everyone.. this is more of a lets fling this into the list and see if anyone bites question on architectural ideas/suggestions regarding tying together an componentized application using geronimo. hopefully i dont make this too long-winded. we've been deploying our product as a single webapp

Re: tying together various components w/ gbeans and spring?

2006-02-17 Thread Dain Sundstrom
On Feb 17, 2006, at 11:49 AM, David Jencks wrote: On Feb 17, 2006, at 10:50 AM, Tim Kettering wrote: lets say foo-webapp has a spring context that is started up when the webapp starts up. ideally i'd like this spring context to be able to obtain the various gbeans that are set in the server

Geronimo Documentation update

2006-02-17 Thread Hernan Cunico
Hi All, I saw a few questions on how to redirect requests from the Apahe HTTPd to Geronimo. I am working on an article to cover this topic. So far I just described how to configure the HTTPd as a reverse proxy so it can forward the requests to/from the Geronimo server. I should have the rest

Will be a 1.0.2 binary version shortly?

2006-02-17 Thread Edson Carlos Ericksson Richter
As in subject, will be a 1.0.2 binary version shortly? Thanks, Richter ___ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com

Re: Using Firebird through Jaybird in a JEE application in Geronimo

2006-02-17 Thread Olivier Voutat
Oh, just a detail for those who would like to do this too. I included the following lines in the geronimo-application.xml (cause it's a ejb that does the sql connection with Jaybird): dep:dependency xmlns:dep= http://geronimo.apache.org/xml/ns/deployment-1.0

Re: Will be a 1.0.2 binary version shortly?

2006-02-17 Thread Matt Hogstrom
We are currently working on our 1.1 release. There were some issues we discovered with the current configIds that we felt needed to be addressed in the next release. the changes are significant enough that we will be skipping 1.0.1 and moving directly to 1.1. Assuming no gotchas we should

Still stuck on MDB deploy...

2006-02-17 Thread Todd Mason
Hello all, I'm getting a java.lang.ClassNotFoundException: org.activemq.ra.ActiveMQActivationSpec exception when I deploy my message driven bean. I'm using Geronimo 1.0 on XP. As near as I can tell my JMS resource plan deployed properly, from the console I can see the resources deployed JMS

Re: Still stuck on MDB deploy...

2006-02-17 Thread David Jencks
I don't see anything wrong with your plans. For an example you could look at the daytrader plans in configs/daytrader-*/src/plan/plan.xml which contain some mdbs and they seem to work fine. I think your jms stuff is deployed fine, and you are seeing a classloading problem when the mdb