Re: [JBoss-dev] Adding JCE providers at runtime.

2004-02-13 Thread Jason Essington
Of Jason Essington Sent: Thursday, February 12, 2004 3:09 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] Adding JCE providers at runtime. Hi Scott I think the problem is being caused by the AspectManagerService. If I take this out of conf/jboss-service.xml the provider will install just fine, but

Re: [JBoss-dev] Adding JCE providers at runtime.

2004-02-12 Thread Jason Essington
t/jboss-3.2.4RC1/server/default/deploy/bouncycastle.sar Scott Stark Chief Technology Officer JBoss Group, LLC -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Essington Sent: Tuesday, February 03, 2004 9:59 AM To: [EMAIL PROT

Re: [JBoss-dev] Adding JCE providers at runtime.

2004-02-03 Thread Jason Essington
Feb 2, 2004, at 9:33 AM, Jason Essington wrote: On Feb 1, 2004, at 6:58 AM, Scott M Stark wrote: I have not tried this, but others said they have done it. Then I certainly must be doing something wrong Where are you putting the jar In the jboss-net.sar along with other Web Service Security su

Re: [JBoss-dev] Adding JCE providers at runtime.

2004-02-02 Thread Jason Essington
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Essington Sent: Friday, January 30, 2004 3:47 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] Adding JCE providers at runtime. I am trying to add the BouncyCastle Security Provider at runtime. The call to java.secur

[JBoss-dev] Adding JCE providers at runtime.

2004-01-31 Thread Jason Essington
I am trying to add the BouncyCastle Security Provider at runtime. The call to java.security.Security.addProvider() seems to succeed, but later attempts to use the provider cause a SecurityException with the message "The provider BC may not be signed by a trusted party". This jar works fine from

Re: [JBoss-dev] What are you doing that is cool on JBoss?

2004-01-19 Thread Jason Essington
On Jan 16, 2004, at 7:58 PM, Andrew Oliver wrote: How are you receiving the email? Maybe we can put this together with mail services. My current implementation uses an MBean with a pollMail method. This method is called by a Scheduler. When called, the pollMail method looks up the Mail sessio

Re: [JBoss-dev] What are you doing that is cool on JBoss?

2004-01-16 Thread Jason Essington
ol even in environments with the most draconian restrictions. -jason From: Jason Essington <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 16 Jan 2004 09:39:55 -0700 To: [EMAIL PROTECTED] Subject: Re: [JBoss-dev] What are you doing that is cool on JBoss? On Jan 15, 2004, at 4:13 P

Re: [JBoss-dev] What are you doing that is cool on JBoss?

2004-01-16 Thread Jason Essington
On Jan 15, 2004, at 4:13 PM, Andrew Oliver wrote: So I do a lot of JBoss training and when I'm not doing that I'm working on making JBoss a kick-ass email server so that no one ever has to use exchange or domino again. I often wonder what the quiet folks are doing that is cool with JBoss. I ju

[JBoss-dev] NPE in 3.2.2RC4

2003-09-19 Thread Jason Essington
I have an application that has deployed just fine on 3.2.2RC3 and on 3.2.1 (OS X, java 1.4.1) but on RC4 when I attempt to deploy this same package I get the following stack trace. Every thing seems to be in order ejb wise, so where do I start hunting for this problem? looks like the contai

[JBoss-dev] Re: NPE in 3.2.2RC4 [resolved in CVS]

2003-09-19 Thread Jason Essington
I just did a fresh checkout/build from cvs and whatever was causing the NPE seems to have already been resolved. -jason On Friday, September 19, 2003, at 08:04 AM, Jason Essington wrote: I have an application that has deployed just fine on 3.2.2RC3 and on 3.2.1 (OS X, java 1.4.1) but on RC4

Re: [JBoss-dev] JBoss-IDE 1.0 alpha released

2003-01-29 Thread Jason Essington
Very Cool! Way to go Hans Only it doesn't recognize apples JVMs as JDKs when configuring a JBoss 3.x server (on Mac OS X). What is it looking for to signify a JDK? Thanks Hans, this is a great tool for the JBoss community. -jason --- This S

[JBoss-dev] Compiling head

2003-01-17 Thread Jason Essington
Just curious if anyone has managed to get JBoss head to compile on OS X using Apples 1.4.1 jdk? I am getting errors with some of the jdbc3 stuff (I think). Is head compiling at all just now? -jason --- This SF.NET email is sponsored by: Tha

Re: [JBoss-dev] jbossnet ant task

2002-12-11 Thread Jason Essington
or you could just skip the whole pain in the ass I just described and use that jar :-) -jason On Wednesday, December 11, 2002, at 11:57 AM, John Fawcett wrote: Pardon my stupidity. The appropriate jar built in the jboss.net module and after a build is located at: /jboss-head/jboss.net/output/

Re: [JBoss-dev] jbossnet ant task

2002-12-11 Thread Jason Essington
hi fawce the files you are looking for are: JBOSS_HOME/jboss.net/src/resources/xdoclet/modules/jboss/net/resources/jboss-net_xml.xdt JBOSS_HOME/jboss.net/src/tools/xdoclet/modules/jboss/net/JBossNetSubTask.java to create a version of xDoclet that has this subtask get a current copy of the xDoc

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-12-06 Thread Jason Essington
o thirdparty is fine.   Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Jason Essington To: [EMAIL PROTECTED] Sent: Wednesday, November 27, 2002 2:50 PM Subject: Re: [JBoss-dev] authenticating using a non-text credential (

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-27 Thread Jason Essington
On Wednesday, November 27, 2002, at 01:01 PM, Scott M Stark wrote: I updated the default CallbackHandler used by the JaasSecurityManager to support ObjectCallbacks and changed the SigAuthenticationHandler to use the isValid() method. Thanks Scott. The use of null as the principal indicates th

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-25 Thread Jason Essington
g the login yourself. Just checkin the code and I'll point it in the right direction.   Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message ----- From: Jason Essington To: [EMAIL PROTECTED] Sent: Friday, November 22, 20

[JBoss-dev] JaasSecurityDomain breaks JBoss Login? [was] authenticating using a non-text credential (ObjectCallback)

2002-11-22 Thread Jason Essington
, 2002, at 08:57 AM, Jason Essington wrote: I think I understand this part well enough, however, here is what is happening in the case I am having trouble with. I am attempting to authenticate an X509Certificate that has arrived in an email (via jboss.net) I have a request handler that creates a

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-22 Thread Jason Essington
the credential implements equals things will also work.   Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Jason Essington To: [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 4:20 PM Subject: Re: [JBoss

Re: [JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-20 Thread Jason Essington
.   Scott Stark Chief Technology Officer JBoss Group, LLC - Original Message - From: Jason Essington To: [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 8:43 AM Subject: [JBoss-dev] authenticating using a non-text credential (ObjectCallback) I

[JBoss-dev] authenticating using a non-text credential (ObjectCallback)

2002-11-20 Thread Jason Essington
I am trying to allow a login using an X509 Certificate as a credential. My login module uses an ObjectCallback to retrieve the certificate. All is fine and dandy if I do something like this: String domain = authMgr.getSecurityDomain(); ObjectCallbackHandler och = new ObjectCallbackHandler

Re: [JBoss-dev] jboss.net email transport

2002-11-15 Thread Jason Essington
AAAH! the pieces are beginning to fall into place Thanks -jason On Friday, November 15, 2002, at 12:12 PM, Scott M Stark wrote: Yes, the domain property of the JaasSecurityDomain JMX ObjectName is the name of the security domain that correlates with the JAAS login module configuration and

Re: [JBoss-dev] jboss.net email transport

2002-11-15 Thread Jason Essington
Thanks Scott I'm not sure I completely understand how all the parts in JBossSX interact yet (I'm RE-reading the chapter in the Admin-devel guide AGAIN, only slower and annunciating every syllable this time :-), but in the mean time I'll begin writing the login module. So should the JaasSecurit

Re: [JBoss-dev] jboss.net email transport

2002-11-15 Thread Jason Essington
So, here is where I am with this currently (not commited yet). jboss.net can receive a signed message and validate the signature, Then continue with processing the message. The problem is I don't yet have a way to authorize (trust) the signature. The incoming soap message has key information(DS

Re: [JBoss-dev] jboss.net email transport

2002-11-14 Thread Jason Essington
On Thursday, November 14, 2002, at 08:55 AM, Matt Munz wrote: Jason, Well, you've peaked my interest... This method(with digital signatures/encryption) would be more secure than the Http(s) transport, Really? Any articles on the subject? Using digital signatures / xml encryption would

Re: [JBoss-dev] jboss.net email transport

2002-11-14 Thread Jason Essington
om: [EMAIL PROTECTED] [mailto:jboss-development-admin@;lists.sourceforge.net]On Behalf Of Jason Essington Sent: Wednesday, November 13, 2002 5:48 PM To: [EMAIL PROTECTED] Subject: [JBoss-dev] jboss.net email transport Hi all I have managed to get a fairly crude email transport working in jboss.n

[JBoss-dev] jboss.net email transport

2002-11-13 Thread Jason Essington
Hi all I have managed to get a fairly crude email transport working in jboss.net (It is lurking in head). I would appreciate any comments / design ideas from folks who are interested. Check the javadocs in org.jboss.net.axis.mail.MailTransportService to see how to set it up. It will currently

Re: [JBoss-dev] .DS_Store

2002-11-12 Thread Jason Essington
They are used by the finder to remember the view in a particular directory. They are not necessary for OS X. I put .DS_Store in my .cvsignore file to keep them out of my repository -jason On Tuesday, November 12, 2002, at 01:50 PM, Scott M Stark wrote: They can't be necessary for OS X and sho