Re: AJP Issues

2007-05-29 Thread Giulio Ferro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Jencks ha scritto: We haven't hooked up ajp in jetty6 yet, so if you need ajp you could supply a patch :-) or you will need to use tomcat until someone else fixes it. I would gladly look into it, but I know nothing of the project so it would

limiting access to console

2007-05-29 Thread Giulio Ferro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm currently using geronimo-jetty on port 80, since I can't use apache virtual host mechanism to serve geronimo webapps (ajp doesn't work...) Is there a way to permit access to the console and geronimo default site only to, say, private addresses

EJB 2.1 CMR Bi-Directional with Compound Key

2007-05-29 Thread Mark Aufdencamp
I could really use some help on this! I have a two Entity beans with a bi-directional relationship, committees and committee_members. Committees has a single field primary key of committeeId. Committee_members has a compound primary key of CommitteeId+UserId. A Foreign Key constraint has been

web.xml and security constraint

2007-05-29 Thread Don Hill
Hi, I have the following resource protected in the web.xml, How can I define a geronimo-web.xml/security. to match this so that the deployment works. security-constraint !-- This security constraint illustrates how JSP pages with JavaServer Faces components can be protected from

RE: web.xml and security constraint

2007-05-29 Thread Mark Aufdencamp
A couple of background questions for this one, and I'll see if I can help. Have you configured a security realm and do you have a valid login authentication working? If not, you might refer to the wiki for background on these. We can also help you through that part. Once thats going, you'll

method to check for existence of a module?

2007-05-29 Thread pgrey
Is there a way to ask the Geronimo container whether or not a specific module (by name) is deployed. I'd like to do something like String moduleId = mycom/myapp/1.0/car; if (moduleExists(moduleId) { doSomething(); } else { doSomethingElse(); } Possibly the class

Re: method to check for existence of a module?

2007-05-29 Thread David Jencks
I'm not sure what you are trying to find out: there are at least three possible states for a module - in the repo - loaded in the kernel - running. First you need a kernel. If your code is in a gbean you can get it as a gbean attribute. Otherwise you can use

Re: method to check for existence of a module?

2007-05-29 Thread pgrey
Thanks so much, that was exactly what I was looking for (and then some). David Jencks [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] I'm not sure what you are trying to find out: there are at least three possible states for a module - in the repo - loaded in the kernel -

Geronimo 1.1.1 Pop3 problem

2007-05-29 Thread Alessandro Pilonato
Good morning, I would to know the functionality about pop3 javamail on geronimo 1.1.1. I premise that I already use the geronimo javamail smtp configuration. I have an application ear , with ejb 2.0. For smtp, I define the dependencies, a gbean on my geronimo-application.xml, I define the

Re: Geronimo 1.1.1 Pop3 problem

2007-05-29 Thread Rick McGuire
Alessandro Pilonato wrote: Good morning, I would to know the functionality about pop3 javamail on geronimo 1.1.1. I premise that I already use the geronimo javamail smtp configuration. I have an application ear , with ejb 2.0. For smtp, I define the dependencies, a gbean on my

Safe shutdown

2007-05-29 Thread Joel Spotts
Is there any danger in stopping geronimo by simply killing the application as opposed to running the shutdown.jar or shutdown.bat? For various reasons (which I can get into if the answer is that it is not safe) I cannot easily stop the server with the shutdown tool. Thanks, Yoel Spotts

RE: Safe shutdown

2007-05-29 Thread Mark Aufdencamp
I would guess this probably depends on your application, but it doesnt sound like a good idea. I would think that an EJB container would need to be able to safely complete transactions and passivate/deallocate it's Beans particular CMP Entity Beans. The Web container might also maintain

Re: Safe shutdown

2007-05-29 Thread David Jencks
On May 29, 2007, at 3:09 PM, Mark Aufdencamp wrote: I would guess this probably depends on your application, but it doesnt sound like a good idea. I would think that an EJB container would need to be able to safely complete transactions and passivate/ deallocate it's Beans particular CMP

WTP server adapter for Geronimo 2.0.M5

2007-05-29 Thread robinbajaj
Hi All, I just downloaded Geronimo 2.0.M5 from http://geronimo.apache.org/apache-geronimo-v20-m5-release.html and also downloaded the Eclipse Callisto all in one package from IBM's website http://www.ibm.com/developerworks/eclipse/downloads/ (its called Enterprise Bundle and includes core