Re: Geronimo v2.0 Documentation - Topics to cover

2007-02-08 Thread Kanchana Welagedara
On Wed, 2007-02-07 at 09:50 -0500, Hernan Cunico wrote: > What you see there is the content I've been working on so far, it is not a > proposal for a TOC. In fact, that is what my note is about, asking feedback > for topics to cover as well as volunteers to cover some of those topics. > I see ok

Re: Geronimo v2.0 Documentation - Topics to cover

2007-02-08 Thread Kanchana Welagedara
Hi Ricardo Gil That's really great you showed your interest in Geronimo documentation.This the most ideal area to start with Geronimo newbie.I think you have taken the right start. On Wed, 2007-02-07 at 18:59 +0100, Ricardo Gil wrote: > Hi > I'm starting to use geronimo and I'm trying to work wi

derby network server

2007-02-08 Thread Clayton Hicklin
How do I enable the derby network server in geronimo-2.0-M2? It appears that it has be either removed or disabled due to security reasons? Is there a way to enable it or do I have to write a gbean to do this? Thanks! -- Clayton Hicklin [EMAIL PROTECTED]

Can't addReference() to MailGBean because no no-arg constructor?

2007-02-08 Thread Geronimo User
Hi: I'm trying to load a GBean in which I have done this in the static {} section: infoFactory.addReference("MyMailGBean", MailGBean.class, NameFactory.JAVA_MAIL_RESOURCE); (I have a setter method for the property for the reference.) When I load the GBean into Geronimo it says:

Re: Encryption algorithm

2007-02-08 Thread Ray Hurst
Ghattu, Satya [CCC-OT_IT] wrote: Does anyone know what Encryption algorithm does geronimo uses to encrypt the password's under user.properties and other password's in config.xml? Thank You, -satya When I looked at the file user.properties in was in plaintext. I believe the config.xml is also

Re: Install plugin to local repository

2007-02-08 Thread Aaron Mulder
So JSR-88 has targets and modules, and we originally planned for a target to be a config store, so if you gave it a module and specified a target, it would go into only the listed config store(s). Originally, that was broken because the deployer GBean either did not accept or ignored the target ar

RE: Install plugin to local repository

2007-02-08 Thread Ted Kirby
At David Jencks suggestion, I just opened JIRA 2814 for this. See https://issues.apache.org/jira/browse/GERONIMO-2814. I attached a plan and some usage instructions for AG20 and AG1.1.1. It looks like deploy and undeploy without targets will put the module in all repos, and take it out of all o

How to get Velocity to work better with Groovy?

2007-02-08 Thread Jason Dillon
No answer from the velocity folks, so I'll try here... Hi, I'm trying to get Velocity to work better with Groovy objects, like Expando and other more dynamic objects. In groovy one can: def data = new Expando() data.foo = 'bar' This will dynamically create new properties on the object 'da

Re: Install plugin to local repository

2007-02-08 Thread David Jencks
This is turning out to be more complicated than I expected due to some questionable choices around the PluginInstaller gbean. I suspect a convenient solution will only be available in geronimo 2. You are pretty much the first person to try out this functionality which we designed in from

Encryption algorithm

2007-02-08 Thread Ghattu, Satya [CCC-OT_IT]
Does anyone know what Encryption algorithm does geronimo uses to encrypt the password's under user.properties and other password's in config.xml? Thank You, -satya

Re: How to recover when list-modules and deploy contradict each other?

2007-02-08 Thread Geronimo User
On 2/8/07, Aaron Mulder <[EMAIL PROTECTED]> wrote: You can look at var/config/config.xml, and see if there's an entry in there for the application. If so you could remove it Found one; did that, problem still happened. or add load="false", but it sounds like maybe there's not an entry? You

Re: How to recover when list-modules and deploy contradict each other?

2007-02-08 Thread Aaron Mulder
You can look at var/config/config.xml, and see if there's an entry in there for the application. If so you could remove it or add load="false", but it sounds like maybe there's not an entry? You can also find the files for the application in geronimo/repository (in a subdirectory based on the ap

How to recover when list-modules and deploy contradict each other?

2007-02-08 Thread Geronimo User
Hi: Is there a way to recover when Geronimo is confused about whether an application is deployed. This follows a deployment that failed. I've changed the deployment info and again try to deploy. The list-modules command does not show the module. But when I try to deploy, the command says the m

Re: Configuring Tomcat wtih Access Valves in 1.2-beta

2007-02-08 Thread Aman Nanner/MxI Technologies
I've resolved the issue as described here: http://www.mail-archive.com/user@geronimo.apache.org/msg04670.html I needed a gbeanInfo attribute on my GBean. Aman Nanner/MxI

Configuring Tomcat wtih Access Valves in 1.2-beta

2007-02-08 Thread Aman Nanner/MxI Technologies
Hi, I'm trying to configure Geronimo to use a couple of Tomcat access valves. I've found some documentation on this subject, but I'm having some trouble getting the server up and running. Here are the GBeans I've added to my config.xml: org.apache.catalina.va

GBean equivalent of Spring's PropertyPlaceholderConfigurer?

2007-02-08 Thread Geronimo User
Hello: I can't find information about some functionality I'm looking for, so I wonder if it exists. Can I initialize the attribute of a GBean's attribute to the value of a Java property, in the same way I can in a Spring bean using a PropertyPlaceholderConfigurer? http://www.springframework.org

Re: Certificate Authentication against a Database

2007-02-08 Thread David Jencks
On Feb 8, 2007, at 5:55 AM, Jochen Zink wrote: Hallo, at the moment I have a webapplication, that authenticates/authorise the user with a HTTPS Listener with client Auth enabled and a Certificate propeties File realm. Now, my questions. Is it possible, to authenticate the user with a Datab

Re: Client certificates with LDAP

2007-02-08 Thread Vamsavardhana Reddy
Hi Kev, Geronimo currently does not support a security realm that uses digital certificates and LDAP together. (CertificatePropertiesFile security realm lets you map distinguished names to usernames and then map usernames to groups). You will have to write a custom login module to combine digit

Client certificates with LDAP

2007-02-08 Thread Kev D'Arcy
Hi all, I'm in the process of setting up a Geronimo 1.1.1 server to use client certificates as the authentication mechanism and using an LDAP directory as the role store for authorisation purposes. I think I have the client certs working properly (all I had to do was add the truststore file to the

Certificate Authentication against a Database

2007-02-08 Thread Jochen Zink
Hallo, at the moment I have a webapplication, that authenticates/authorise the user with a HTTPS Listener with client Auth enabled and a Certificate propeties File realm. Now, my questions. Is it possible, to authenticate the user with a Database Realm or is the only way to became the same functi

Re: Access a datasource from a stateless session bean via JNDI lookup

2007-02-08 Thread Hernan Cunico
Maybe you can find some additional info here in these articles For Geronimo v1.1 http://www-128.ibm.com/developerworks/opensource/library/os-ag-jndi1/ Geronimo v2.0 documentation http://cwiki.apache.org/GMOxDOC20/how-to-get-jndi-working-in-geronimo-20.html HTH Cheers! Hernan Carsten Lange wro

RE: Install plugin to local repository

2007-02-08 Thread Ghattu, Satya [CCC-OT_IT]
David, Thanks for the information. Wow, did not expect this to be so complicated, may be it is not but with my little understanding of geromino it sounds complicated. Probably I should explain why I am trying to do this. Basically I am trying to setup a WASCE environment for our users on a solaris

Re: Hot Deployment in Geronimo

2007-02-08 Thread Hari Krishna Korrapati
Hi paul, I am also using Geronimo with tomact only. I have updated the web.xml according to your instructions, its working fine now. Now i am able to see the changes made to JSP's without restarting the server, which saves lots of time. Thank you. On 2/7/07, Paul McMahan <[EMA