RE: Gbean within a signed jar

2007-02-20 Thread Spotts, Joel \(ISS Atlanta\)
Sent: Fri 2/16/2007 2:24 PM To: user@geronimo.apache.org Cc: Subject: Re: Gbean within a signed jar Can you create a Jira issue to investigate that approach? I'm not sure whether it would work but it sounds like it's worth following

Re: Gbean within a signed jar

2007-02-20 Thread Kevan Miller
On Feb 20, 2007, at 11:08 AM, Spotts, Joel ((ISS Atlanta)) wrote: I am working on an example to highlight the issue, and will create a JIRA issue. I am having trouble figuring out how to attach a file to a JIRA issue. Where should I be looking? Sounds great. Thanks Yoel. For an

RE: Gbean within a signed jar

2007-02-16 Thread Spotts, Joel \(ISS Atlanta\)
Sundstrom [mailto:[EMAIL PROTECTED] Sent: Mon 2/12/2007 10:23 PM To: user@geronimo.apache.org Cc: Subject: Re: Gbean within a signed jar Alternatively, just change the code that complains about the signature. We could add a flag

Re: Gbean within a signed jar

2007-02-16 Thread Aaron Mulder
proxy.targetclass proxy), IIRC, no SecurityException would be thrown. Thanks, Yoel -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED] Sent: Mon 2/12/2007 10:23 PM To: user@geronimo.apache.org Cc: Subject: Re: Gbean within a signed jar

RE: Gbean within a signed jar

2007-02-12 Thread Spotts, Joel \(ISS Atlanta\)
To: user@geronimo.apache.org Subject: Re: Gbean within a signed jar On Feb 6, 2007, at 2:54 PM, Spotts, Joel ((ISS Atlanta)) wrote: I have a gbean packaged within a signed jar that is placed in my EAR. Trouble is it seems that geronimo uses proxy classes on the gbean class files, which

Re: Gbean within a signed jar

2007-02-12 Thread Kevan Miller
work... --kevan Thanks, Yoel From: Kevan Miller [mailto:[EMAIL PROTECTED] Sent: Saturday, February 10, 2007 12:56 PM To: user@geronimo.apache.org Subject: Re: Gbean within a signed jar On Feb 6, 2007, at 2:54 PM, Spotts, Joel ((ISS Atlanta)) wrote: I have a gbean packaged within a signed jar

Re: Gbean within a signed jar

2007-02-12 Thread Dain Sundstrom
Alternatively, just change the code that complains about the signature. We could add a flag to the Geronimo class loader to hide all signing data. -dain On Feb 6, 2007, at 11:54 AM, Spotts, Joel (ISS Atlanta) wrote: I have a gbean packaged within a signed jar that is placed in my EAR.

Re: Gbean within a signed jar

2007-02-10 Thread Kevan Miller
On Feb 6, 2007, at 2:54 PM, Spotts, Joel ((ISS Atlanta)) wrote: I have a gbean packaged within a signed jar that is placed in my EAR. Trouble is it seems that geronimo uses proxy classes on the gbean class files, which results in the dreaded: java.lang.SecurityException: class ...'s