RE: References between Webapp and EJB

2006-04-09 Thread Fabian Dankof
Hi! Isn't it java:comp/env/ejb/name of ejb where the ejb can be looked up? I remember some examples where /ejb was the sub-level for EJBs. And can you tell me about the names? I mean, I have an ejb-name written in ejb-jar.xml. Is this the definitive name for the component which I have to use

Woody Huang is out of the office.

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

Re: Table database creation

2006-04-09 Thread Gianny Damour
There is an Ant task to generate a SQL script to create the underlying tables. The following snippet should get you started (note that you need to replace the various ${} with the relevant base location and version numbers): taskdef name=ddlExporter

Re: Can I hash my passwords

2006-04-09 Thread Rohit Rai
Thanks Aaron, I went through your reply and will check it out. Actually I am working on the second solution you said of not directly submitting to j_security_check. Now another problem I am facing is, I have made a hello world application in Java Studio Creator. Simple one page example which

Re: Can I hash my passwords

2006-04-09 Thread Aaron Mulder
I'm not sure what you mean by added it to the common libraries, but you may want to just put JSTL and JSF together in your WEB-INF/lib. Thanks, Aaron On 4/9/06, Rohit Rai [EMAIL PROTECTED] wrote: Thanks Aaron, I went through your reply and will check it out. Actually I am working on the

Re: Table database creation

2006-04-09 Thread Jason Dillon
Might want to add this to the docs wiki if it is not already there. --jason On Apr 9, 2006, at 3:34 AM, Gianny Damour wrote: There is an Ant task to generate a SQL script to create the underlying tables. The following snippet should get you started (note that you need to replace the

Re: commons logging issue

2006-04-09 Thread Guilherme Rios
Paul McMahan wrote: I'm not sure why deployment didn't fail in jetty, perhaps you would have seen a failure later on when you tried to access your servlets(?). Hi, I recall noticing a few days ago some jars missing from Geronimo/Jetty /repository when compared to Geronimo/Tomcat.

How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-09 Thread Mammen
I had a difficult time deploying my application to geronimo. I have documented what I did at http://johnmammen.blogspot.com/2006/04/how-to-deploy-web-application-based-on.html If you have any question,clarification on the post, you can post it here and will reply to it.

Re: How to deploy a web application based on Struts 1.2, Spring 1.2 and Hibernate 3 on Geronimo 1.0?

2006-04-09 Thread Hernan Cunico
Hi John, I looked at your blog and I would like to see the entire deployment plan you are using, what kind of app you are trying to deploy and what problems you are having. There is a Spring integration in Geronimo article where you can find details on how to deploy in Geronimo each of the