Substitute geronimo javamail with sun implementation

2008-04-22 Thread maho77
Hello, When I use the geronimo-mail implementation to access pop3 folders in a bean, I get exceptions for some of the messages. So i tried a sample main application with the sun implementation without any errors. Now I wanted Geronimo to use the sun implementation instead of geronimo-mail. My

JAAS with a standalone client

2008-04-22 Thread maho77
Hello, I have a standalone client, no jee-application client. Now I want to login to the server using JAAS, which works until now. But the only principal I get from the subject is a server principal. But I need all GeronimoGroupPricipals and GeronimoUserPrincipals of the authneticated user in the

JCA Connector and hidden-classes

2008-04-22 Thread johnxmas
Hello, I created my own JCA connector. Wanting to use my own version of commons-logging and log4j, I have embedded in thre RAR the two corresponding jars and, in geronimo-ra.xml, added the following lines dep:hidden-classes filterorg.apache.commons.logging,org.apache.log4/filter

Re: JCA Connector and hidden-classes

2008-04-22 Thread David Jencks
The filter element only takes one package, so you want dep:hidden-classes dep:filterorg.apache.commons.logging./dep:filter dep:filterorg.apache.log4./dep:filter /dep:hidden-classes Also its a good idea to include the . just in case someone has a package

Re: Substitute geronimo javamail with sun implementation

2008-04-22 Thread David Jencks
I guess we have one jar where sun has 2? If so I think you need to copy the javamail config project, rename it, and replace the dependency on our jar with dependencies on the sun jars in the pom. If you were using g 2.1 you could arrange it so that when your plugin was installed it would

Locked keystore, forgive me I'm just a newbie

2008-04-22 Thread Ashwill, Steve (Facilities Services)
I have managed to mess-up my keystore and now Geronimo(2.1) won't start. I made the geronimo-default file editable and then I deleted the entry within it.(Don't ask why, just for fun, I guess) Is there a way to recover from this? I added the file itself back to the var/security/keystores folder

Re: JAAS with a standalone client

2008-04-22 Thread David Jencks
On Apr 22, 2008, at 6:45 AM, maho77 wrote: Hello, I have a standalone client, no jee-application client. Now I want to login to the server using JAAS, which works until now. But the only principal I get from the subject is a server principal. But I need all GeronimoGroupPricipals and

Re: JAX-WS webservice deployment

2008-04-22 Thread Jarek Gawor
Yes, you need to add in the servlet and servlet-mapping entires for your web service. What exceptions did you see? Jarek On Mon, Apr 21, 2008 at 3:23 PM, Virtual Light [EMAIL PROTECTED] wrote: I have a question about deploying JAX-WS webservices. I generated and deployed the simple sample

Re: Locked keystore, forgive me I'm just a newbie

2008-04-22 Thread Vamsavardhana Reddy
After replacing the geronimo-default keystore, edit var/config/config.xml and locate the following xml fragment: module name=org.apache.geronimo.framework/server-security-config/2.1/car gbean

RE: Locked keystore, forgive me I'm just a newbie

2008-04-22 Thread Ashwill, Steve (Facilities Services)
That did the trick. Do you mind explaining what this did? Steven Ashwill From: Vamsavardhana Reddy [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 22, 2008 12:32 PM To: user@geronimo.apache.org Subject: Re: Locked keystore, forgive me I'm just a newbie

Re: Locked keystore, forgive me I'm just a newbie

2008-04-22 Thread Vamsavardhana Reddy
After you replaced the keystore, you have to undo the effect of deleting the key-entry and locking the keystore which is persisted to config.xml. This is done by removing the gbean element under module name=org.apache.geronimo.framework/server-security-config/2.1/car which resets the

can't edit data source

2008-04-22 Thread waynej
I see the JIRA (https://issues.apache.org/jira/browse/GERONIMO-3931) about error when trying to delete a data source at the console, but I get a similar error when trying to edit a data source. Is this a known problem? geronimo.log says INFO [SupportedModesServiceImpl] Portlet mode 'edit' not