RE: Question about LDAP

2004-01-06 Thread APan
Boyd, Thanks for sharing but there is not attachment to this email. Alex "Fletcher, Boyd C. J9C534" <[EMAIL PROTECTED]> 01/06/2004 03:57 PM Please respond to "Jetspeed Users List" <[EMAIL PROTECTED]> To "Jetspeed Users List" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> cc Subject RE: Questio

RE: Question about LDAP

2004-01-06 Thread Fletcher, Boyd C. J9C534
attached is some code that we use to frontend the Jetspeed authentication. It supports multiple LDAP Server in multiple domains. Normally we use it to authenticate users off of two different Active Directory servers (in different domains). The code then updates the Jetspeed user database with th

Question about LDAP

2004-01-06 Thread Peter Andersén
Hi Does anyone know if the ldap routine does a search and tries to login in with the user account given in the login box. Or does it search and tries to compare the password with the given one ! Help ! Peter A

RE: Jetspeed-2 build problems

2004-01-06 Thread Weaver, Scott
> jdbc-se2.0.jar (no download url specified) Are you sure you manually added the jdbc-se2.0.jar to your Maven repository per the "getting-started.html" doc? Regards, ** | Scott T Weaver | | <[EMAIL PROTECTED]>| | Apache Jetspeed Portal

RE: What is the preferred method to build project?

2004-01-06 Thread Weaver, Scott
I develop using Eclipse exclusively along with the Sysdeo Tomcat plugin for running and debugging my development environment. I either run my unit tests straight from Eclipse's JUnit console or run them in batch via maven. Here is what my project layout looks like: /- |-src | |-java* (cla

RE: What is the preferred method to build project?

2004-01-06 Thread Thomas Edwin Santosa
On Sel, 2004-01-06 at 02:35, Weaver, Scott wrote: > +1 on keeping it separate. I have organized all of my portal applications > into maven sub-projects and then merge the need subprojects with jetspeed > with a separate maven goal. I'm newbie to Jetspeed. I'm using the 1.4 and Eclipse in developin

ORA-01400 Cannot insert new user in TURBINE_USER

2004-01-06 Thread Niemann, Markus
Hi *, I`ve been running Jetspeed 1.4b and Oracle 8.1.7. After importing the sql-stats I can log in as an existing user, but when trying to create a new user through the web-interface following error occurred: Exception: java.sql.SQLException: ORA-01400: cannot insert NULL into ("DBSCHEMA"."T

Re: Jetspeed-2 install problems

2004-01-06 Thread [EMAIL PROTECTED]
Make sure that step 1 "Get Maven ready" and step 2 "build.properties setting" are completed before you attempt to build jetspeed-2. The Pluto container needs to build, renamed and copied into the maven repository. Roger I had installed pluto with success, but test portlet (testsuit) dont go w