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 tr

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 F

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 hav

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):    http://geronimo.apache.org/xml/ns/deployment-1.0">    jay/jaybird-full/2.0.1/jar    Olivier VoutatOn 2/17/0

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

2006-02-17 Thread Olivier Voutat
Thanks Aaron, This worked perfectly, but now I have a little problemu made me get curious about using a database pool... u see I'm a student of computer sciences in Brazil and we use Java as our main programming language. Our teacher uses JBoss, and since I knew Geronimo now I call it JBosta (m

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: 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 a

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 o

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

2006-02-17 Thread David Jencks
On Feb 17, 2006, at 10:50 AM, Tim Kettering wrote: 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-winde

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: Build Failed - Building from SVN Geronimo 1.0

2006-02-17 Thread leonard flournoy
Worked like a charm, thanksOn 2/17/06, Kevan Miller <[EMAIL PROTECTED]> wrote: On Feb 17, 2006, at 10:22 AM, leonard flournoy wrote:I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs: mv

Re: File paths within the EAR file

2006-02-17 Thread Paul McMahan
Hi,  I assume you are trying to access the properties file from a servlet since its name is passed as a servlet init-param.  Depending on what your end goal is there may be a standard servlet API that will help you out. For example, from within your servlet you could use     getServletContext().get

New look and feel for DayTrader - Comments needed

2006-02-17 Thread Matt Hogstrom
All, I'm working on a new look and feel for DayTrader amongst some other things and wanted to get some feedback from the community. Epiq got me started and again many thanks to them as they have helped in almost every area of the project in terms of helping us to improve our look and feel.

Re: Apache Http Server with Geronimo

2006-02-17 Thread Aaron Mulder
Either the Jetty or Tomcat versions of Geronimo support AJP connectors to the web container. You can add an AJP connector in the console, for example. Once you have the AJP connector listening, the process of hooking it up to Apache should be the same as for Tomcat, JBoss, etc. Thanks, Aaron

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-17 Thread Kevan Miller
On Feb 17, 2006, at 10:22 AM, leonard flournoy wrote:I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs:mvn installat this point mvn just loops - any suggestions?Hi Leonard,Are you using

Re: File paths within the EAR file

2006-02-17 Thread Aaron Mulder
So your web app is trying to refer to a file within the EAR? I'm not sure there's a portable way to do this. If the file was within the WAR it would be easy enough to load it as a relative path, and if was in a JAR it would be possible to load it from the class loader -- I think those would be be

How to test plan.xml

2006-02-17 Thread Gromar
Hello all, I would like to write simple junit test for GBean plan loading and execution. (Then it can be used as base for command line application may be) I have simple plan: http://geronimo.apache.org/xml/ns/deployment"; configId="example1/MyGBean"> mygbean/mygbean/0.0.1

Re: Build Failed - Building from SVN Geronimo 1.0

2006-02-17 Thread leonard flournoy
I have done the following:1) Install Maven 22) Download the Geronimo specs trunk:svn co https://svn.apache.org/repos/asf/geronimo/specs/trunk3) Compile the specs:mvn installat this point mvn just loops - any suggestions?On 2/12/06, Bruce Snyder <[EMAIL PROTECTED]> wrote: On 2/11/06, Sanjay Dwived

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 t

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 initialize com.web.someaction.InitializeServlet

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 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 you can go

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>

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.FBDr

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=files&id=jaybird (yeah,yeah, I know that Geronimo is only certified for J2EE 1.4 but so far it

Re: Apache Http Server with Geronimo

2006-02-17 Thread Rohit Rai
Thanks. Will go through them On 2/17/06, Bharath <[EMAIL PROTECTED]> wrote: 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=13766589&cat=51&thread=98829&treeDisplayType=threadmode1&for

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=13766589&cat=51&thread=98829&treeDisplayType=threadmode1&forum=541#13766589   *should* work for v1.0 of Apache Geronimo.   /Bharath

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 Apac

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 -tf>InboundCustListMdb.jar (the version where you put the classes in the>JAR and the JAR in th