[JBoss-user] JCA connector for LDAP?

2005-09-29 Thread Steven Nakhla
I would like to be able to make an LDAP connection available through the JCA.  Does anyone have any information about how to do this?  Thanks!   Steve  

[JBoss-user] Failed to locate CachePolicy?

2004-07-30 Thread Steven Nakhla
I am using JBoss-3.2.5, and am configuring it to secure the jmx-console using SSL client certificates.  I've defined the following in jboss-service.xml   name="jboss.web:service=SecurityDomain"> file:c:/keystore pk1m0nk3y     However, when I start JBoss I receive the following message:   15:0

[JBoss-user] BaseCertLoginModule problems

2004-07-29 Thread Steven Nakhla
I'm attempting to secure the jmx-console according to the directions here:   http://www.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule   In my jmx-console-roles.properties file, I have the distinguished name of my certificate.  However, when I attempt to login, I get the following error:   2004-0

[JBoss-user] No SSL client certs to choose from

2004-07-27 Thread Steven Nakhla
I'm working on getting a web app up and running with SSL client authentication.  I've got the SSL server all setup in JBoss-3.2.5 (including clientAuth="true").  When I attempt to connect (via Internet Explorer) it prompts me to choose the certificate I wish to authenticate with, but no choices are

[JBoss-user] SSL Client Authentication

2004-07-27 Thread Steven Nakhla
I am using JBoss-3.2.5 (Tomcat) and want to setup a web app to use SSL client authentication.  I've got an SSL server certificate successfully installed on the server, and am able to visit pages over SSL with no problem.  However, I can't find a lot of useful information on setting up JBoss for SSL

[JBoss-user] Apache integration howto?

2004-06-02 Thread Steven Nakhla
Does anyone know where I can find a good howto on integrating JBoss/Tomcat with Apache?  I've googled around, but can't find anything substantial.  Ideally, I'd like to find one that also covers security issues, such as SSL Client Authentication, etc.  Anyone know of any good documents I can take a

[JBoss-user] JBoss-IDE and axisdeploy

2004-06-01 Thread Steven Nakhla
I'm using JBoss-IDE to create some web services apps, but have noticed that the "axisdeploy" XDoclet tag is not listed when modifying a project's XDoclet configuration.  Is this a bug?  Or, is this tag not going to be supported?  How can I go about listing this in my tag choices within JBoss-IDE? 

[JBoss-user] JBoss 3.2 and MySQL datasource

2004-02-05 Thread Steven Nakhla
I am somewhat new to JBoss, and would like to configure it to use MySQL as its ONLY datasource.  No HSql, etc.  I know that out of the box JBoss is configured to use HSql for a couple of things.  Can someone point me to a good website that explains ALL of the modifications I need to make in order t

[JBoss-user] EJB-QL question

2004-01-22 Thread Steven Nakhla
I have a simple web app that I've been developing to get practice working with J2EE.  It is an app to manage product license keys.  The beans I have are as follows:   LicenseKey:  properties=keyValue (String) Vendor:  properties=name (String) Product properties=title (String), version (String)   Th

[JBoss-user] Active Directory authentication

2003-12-23 Thread Steven Nakhla
Does anyone know of a good online tutorial that shows how to authenticate against Active Directory using JBoss 3.2.x?  I've googled for it, but can't find any meaningful documentation.  Any help would be greatly appreciated.   Steve Nakhla Do you Yahoo!? Yahoo! Photos - Get your photo on the big sc

[JBoss-user] Strange NameNotFoundException

2003-11-17 Thread Steven Nakhla
I'm using JBoss-3.2.2-Tomcat and Struts to do a simple web app.  In my Struts Action I attempt to create an instance of a CMP Entity Bean.  However, when I do I get the exception listed below.  I only get this when accessing the bean through my Struts Action, though.  If I write a simple test clien

Re: [JBoss-user] More CMR problems

2003-11-11 Thread Steven Nakhla
n getting this > same exception for weeks now!> > */Alexey Loubyansky <[EMAIL PROTECTED]>/* wrote:> > It worked for me when I used AddressLocal to establish relationships on> the server side.> > Steven Nakhla wrote:> > > Yep. Not that the non-modified sources

Re: [JBoss-user] More CMR problems

2003-11-11 Thread Steven Nakhla
ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:44)> > at > org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)> > at > org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)> >

Re: [JBoss-user] More CMR problems

2003-11-10 Thread Steven Nakhla
modify the generated by Middlegen sources?Steven Nakhla wrote:> First, thanks to all who responded regarding my CMR problems with > XDoclet/JBoss. As advised, I have used Middlegen to automatically > create my entity beans from my database table. These beans represent a > person, and a

[JBoss-user] More CMR problems

2003-11-10 Thread Steven Nakhla
First, thanks to all who responded regarding my CMR problems with XDoclet/JBoss.  As advised, I have used Middlegen to automatically create my entity beans from my database table.  These beans represent a person, and a street address.  However, now I'm receiving a different error from what I recei

[JBoss-user] CMR problems -- Newbie

2003-11-07 Thread Steven Nakhla
I am trying to get started with EJB on JBoss, particularly creating container-managed EJBs.  I am using JBoss 3.2.2 and MySQL on the backend.  I have two simple beans, Employee and Address.  I would like to establish a CMR between the two so that an Employee bean can call the function setAddress(Ad