[JBoss-user] [Security & JAAS/JBoss] - Re: Can't get SSL properly configured for web app - Use Apac

2004-08-04 Thread conor macmahon
Hi jhbjava, To support SSL in our development, staging and production environments, I configure Apache http web server to perform the SSL transport, then configure the apache http web server again so that it acts as a reverse proxy for a given application. For example, when I acce

[JBoss-user] [Security & JAAS/JBoss] - Re: SSO Support in jboss-3.0.8_tomcat-4.1.24?

2004-08-04 Thread conor macmahon
Hi Kahkhan, Reason I have not migrated up to now is that 3.2.3 had a backwards compatability bug which meant my ejb components did not work as expected without more work than I could justify. However, I believe 3.2.5 has fixed these bugs, hence I'll try that, hopi

[JBoss-user] [Security & JAAS/JBoss] - SSO Support in jboss-3.0.8_tomcat-4.1.24?

2004-08-03 Thread conor macmahon
Dear All, Can anyone confirm that SSO is supported in jboss-3.0.8_tomcat-4.1.24? I ask as the official wiki on SSO mentions jboss 3.2.*, not 3.0.* (i.e. http://www.jboss.org/wiki/Wiki.jsp?page=SingleSignOn). Best, Conor View the original post : http://www.jboss.org/index.html?modul

[JBoss-user] [Security & JAAS/JBoss] - Re: LdapLoginModule - How to support this ldap user schema?

2004-07-30 Thread conor macmahon
Forgot to mention, I am using jboss-3.0.8_tomcat-4.1.24. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843727#3843727 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3843727

[JBoss-user] [Security & JAAS/JBoss] - LdapLoginModule - How to support this ldap user schema?

2004-07-30 Thread conor macmahon
Hi there, Here is my structure for users in my ldap server: o=mycompany |_ ou=AD |_ cn=user1 |_ cn=user2 |_ ou=IT |_ cn=user1 |_ cn=user2 |_ etc

[JBoss-user] [Persistence & CMP/JBoss] - findByPrimaryKey in JBoss 3.2.3 also performs an Update sql

2004-05-12 Thread conor macmahon
Hi there, Up to now, I have been using jboss 3.0.8. I have a stateless session bean that makes a findByPrimaryKey call on an entity ejb and it all works fine. When I attempt to make the same call in jboss 3.2.3., I notice from my sql trace that jboss is making an extra updat

[JBoss-user] [JBoss.NET & SOAP] - Re: No serializer found!!!

2004-05-12 Thread conor macmahon
Do you have a typeMapping definition in your web-service.xml? If not, that would be one problem. To solve this issue, follow this excellent url on how to use jboss.net: http://www.nsdev.org/jboss/stories/jboss-net.html However, to auto-generate the typeMapping in your web-service.xml, don't forg

[JBoss-user] [JBoss.NET & SOAP] - Re: No Serializer found - simple ValueType

2004-05-12 Thread conor macmahon
Hi Dels, Am doing the same thing and solved it, follow this url in general: http://www.nsdev.org/jboss/stories/jboss-net.html Next, ensure that you include the value object java files in your ejbdoclet ant task, otherwise the typeMapping entries will not be auto-generated in the web-se