Getting java.lang.NullPointerException with geronimo-tomcat6-jee5-2.0.1-bin

2007-08-16 Thread Ashish Jain
Hi!! I am getting null pointer exception with geronimo-tomcat6-jee5-2.0.1-bin. Server starts fine Booting Geronimo Kernel (in Java 1.5.0)... Module 1/31 org.apache.geronimo.configs/rmi-naming/2.0.1/car st arted in .981s Module 2/31 org.apache.geronimo.configs/j2ee-server/2.0.1/car st arted

Woody Huang is out of the office.

2007-08-16 Thread Woody Huang
I will be out of the office starting 08/16/2007 and will not return until 09/04/2007. I will respond to your message when I return.

Getting bean from JNDI

2007-08-16 Thread Tomasz Mazan
Hello I try to get SessionBean via jndi in my remote client standalone application. I've modified example BankApplication (http://cwiki.apache.org/GMOxDOC20/ejb-sample-application.html) by adding new remote interface BankManagerFacadeRemote. And now - how can I get BankManagerBean for my

Re: DataSource, JNDI and EJB module ...

2007-08-16 Thread JohnSimpson
Thanks for the help, I have made some progress in that the app now deploys. However, when I try and access the datasource from the app it throws an exception. The lookup code is: InitialContext ctx = new InitialContext(); DataSource ds = (DataSource) ctx.lookup(java:/comp/env/jdbc/DataSource);

Re: Help with the Geronimo Eclipse Plugin

2007-08-16 Thread Shiva Kumar H R
Looks like I won't be able to resolve this with my current code knowledge. Will dig into this more tomorrow. - Shiva On 8/15/07, James Ervin [EMAIL PROTECTED] wrote: I was thinking about this and I believe the reason that the full resolved class path is not considered is because it would

Re: Help with the Geronimo Eclipse Plugin

2007-08-16 Thread James Ervin
I modified the part of the processJavaProject() method that deals with containers like so: SharedLibEntryCreationOperation.java: processJavaProject() --- Begin code snippet --- if( kind == IClasspathEntry.CPE_CONTAINER ) { if(

Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
I've tried precompiling my JSPs for the first time using the org.apache.jasper.JspC class. The precompiling works fine, except I get a runtime error in the JSPs when I try to access my web application: --- java.lang.UnsupportedOperationException: separate instantiation and injection is not

Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread David Jencks
You need to use the version of jasper that comes with geronimo 2.x or the tomcat trunk (completely unreleased). Otherwise the ideas of how to deal with annotations are 100% incompatible. IIUC we are using a maven plugin that has all the correct stuff to get the correct jasper version so

Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
This is an issue that relates to the G543818 Tomcat patch in Geronimo. This patch seems to have implemented instance manager pooling for tags. Geronimo requires this, and in order to enable this for precompilation, the following Java system property needs to be set in the precompilation process:

Re: Differences between JSP on-the-fly compilation and JSP precompilation

2007-08-16 Thread Aman Nanner/MxI Technologies
I was using the version of Jasper that came with Geronimo, but I was not using the Maven plugin because we currently do not use Maven for our build scripts. The critical piece was to add the property as I described in my earlier response. Thanks, Aman David Jencks [EMAIL PROTECTED] wrote on

Deploy with datasource Error

2007-08-16 Thread bgbraga
I'm not having success when making deploy in the Geronimo 2.0 M6 I'm user of Tomcat and Websphere Application Server. I never had used the Geronimo. I read that I would need a Deployment plans, and made these archives: - /META-INF/application.xml - /META-INF/geronimo-application.xml -

Re: Deploy with datasource Error

2007-08-16 Thread David Jencks
I'm not sure what you are trying to do. the plans you show below indicate that you intend to construct an ear that contains only one module, tranql-connector-1.3.rar. However I doubt this is what you want to do. Another possibility is that you have a web app that uses a datasource.

Re: Deploy with datasource Error

2007-08-16 Thread Viet Nguyen
Where are you putting your tranql-connector-ra-1.3.rar in the EAR? I think it should be on the top most level of the archive. For an example, go here http://cwiki.apache.org/GMOxDOC20/ejb-sample-application.html Hope this will help, Viet Nguyen On 8/16/07, bgbraga [EMAIL PROTECTED] wrote:

Re: Deploy with datasource Error

2007-08-16 Thread bgbraga
I really do not know what I'm making… hehe I'm following this documentation: http://cwiki.apache.org/GMOxDOC12/geronimo-applicationxml.html In this link only has one module (exactly for datasource). What I want is to execute the application for the Eclipse (using WTP). I am

Re: [VOTE] Geronimo 2.0.1 (rc1)

2007-08-16 Thread Matt Hogstrom
My +1 On Aug 15, 2007, at 4:39 PM, Matt Hogstrom wrote: The updated binaries are available for review. I have incorporated the security changes provided by David Jencks, Kevan and Vamsi. Thanks gents ! I also incorporated a few additional fixes. Please note the change log for the