Re: [JBoss-user] LdapLoginModule support for ActiveDirectory Groups

2002-11-15 Thread Michael Angelo Libio
we haven't implemented Active Directory yet, but we do have and Exchange server...is it possible to use that server to authenticate users? via ldap? if so, where can i get info on the setup? and how do I hook on the embedded tomcat server to use that for authentication? From: Randy Shoup

[JBoss-user] Help with EJB-QL through Multiple Relationships

2002-11-13 Thread Michael Angelo Libio
I'm trying to create a finder method that navigates through multiple related entities. Here's a quick setup of my beans (note: plurals return collections via the already established relationships) ClientBean: getClientRoles() getProjects() ClientRoles: getRole() getPerson() getClient()

[JBoss-user] ejbCreate violating database 'NOT NULL' constraints (foreign keys)

2002-11-08 Thread Michael Angelo Libio
How can I avoid violating NOT NULL constraints on foreign keys that are mapped to cmr-fields? I know that we're not suppose to set cmr fields during the ejbCreate method of an entity bean. However, it seems that the call to insert into is executed before the cmr fields are set

Re: [JBoss-user] MS SQL2000 setup in JBoss 3.0.2 ?

2002-11-07 Thread Michael Angelo Libio
Microsoft has freely available jdbc drivers to download, but only works on MS-SQL2K. Other available: http://jtds.sourceforge.net/ Go to your jboss-home/docs/examples/jca directory you'll find a mssql-service.xml file...modify it according to your needs. dump the modified file to

Re: [JBoss-user] Web Application Structure (WAR) within EAR

2002-11-03 Thread Michael Angelo Libio
: Michael Angelo Libio [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 02, 2002 2:29 PM Subject: [JBoss-user] Web Application Structure (WAR) within EAR Does the war file need to have the client jars (jboss/client/*.jar) included in its WEB-INF/lib directory? I deployed

[JBoss-user] Web Application Structure (WAR) within EAR

2002-11-02 Thread Michael Angelo Libio
Does the war file need to have the client jars (jboss/client/*.jar) included in its WEB-INF/lib directory? I deployed it in the ear file under a jboss+tomcat (embeded) server. Do I also need to include the ejb files in the war (WEB-INF/lib) file when I refer to it under web.xml (ejb-ref)? My

Re: [JBoss-user] Database queries

2002-07-13 Thread Michael Angelo Libio
Look into JAWS or JDO. From: Dimitri PISSARENKO <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [JBoss-user] Database queries Date: Sat, 13 Jul 2002 14:43:42 +0200 Hello! In my application I have a lot of SQL queries to the database. I want to implement

RE: [JBoss-user] JBoss 3.0.0, Jetty, Eclipse 2.0

2002-07-01 Thread Michael Angelo Libio
I've had a similar problem trying to execute a build script through the integrated ant module. Is your JAVA_HOME pointing to your SDK (not just the runtime) directory? If that didn't help, try adding the tools.jar file to your classpath. It may be related try -Original Message- From:

[JBoss-user] Tomcat/Jetty/JBoss Authentication through NT Domain

2002-06-24 Thread Michael Angelo Libio
I was wondering if anyone has ever come up with or thought of a solution for an internal web application that authenticates the users against the NT Domain controller. I'd like to use the built-in authentication mechanism provided by Tomcat of Jetty (via Realms), maybe even delegate it to JBoss

[JBoss-user] Tomcat/Jetty/JBoss Authentication through NT Domain

2002-06-14 Thread Michael Angelo Libio
I was wondering if anyone has ever come up with or thought of a solution for an internal web application that authenticates the users against the NT Domain controller. Id like to use the built-in authentication mechanism provided by Tomcat of Jetty (via Realms), maybe even delegate it to

Re: [JBoss-user] virtual hosts again

2001-11-29 Thread Michael Angelo Libio
name-based virtual servers are recognizable under tomcat 3.2.3. ...so, under server.xml (tomcat's) you should have configured two context with their respective physical path. Under those paths, there should be a /WEB-INF directory, and under that, there should be /lib and /classes directory.

Re: [JBoss-user] newbie persistence question

2001-09-30 Thread Michael Angelo Libio
Look into JAWS custom finders from JBoss documentation :) - Original Message - From: Frank Morton [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 30, 2001 6:39 PM Subject: [JBoss-user] newbie persistence question I realize this is probably a really dumb question, but

[JBoss-user] CMP Debug SQL Statements (JAWS)

2001-07-28 Thread Michael Angelo Libio
For some reason (jboss manual), I was under the impression that I can view the SQL statements executed by the CMP beans via the console/terminal. In JAWS, I've set the debug/debug to true, but I don't see any SQL statements. Should be looking elsewhere? Any help, is appreciated. Thank you.

RE: [JBoss-user] [Ann] Official JBoss book to be published by SAM S

2001-06-21 Thread Michael Angelo Libio
When is the expected release date of this book? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Matthew Setter Sent: Wednesday, June 20, 2001 11:36 PM To: '[EMAIL PROTECTED]' Subject: RE: [JBoss-user] [Ann] Official JBoss book to be published by SAM S

RE: [JBoss-user] CMP field type

2001-06-21 Thread Michael Angelo Libio
Where would/should the jaws.xml sit at? Is this package specific or global to the entire application server? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Adam Young Sent: Thursday, June 21, 2001 1:32 PM To: [EMAIL PROTECTED] Subject: Re: