Return-Path: Delivered-To: apmail-jakarta-jetspeed-dev-archive@jakarta.apache.org Received: (qmail 27516 invoked by uid 500); 4 Oct 2001 23:43:37 -0000 Mailing-List: contact jetspeed-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: jetspeed-dev@jakarta.apache.org Delivered-To: mailing list jetspeed-dev@jakarta.apache.org Received: (qmail 27505 invoked from network); 4 Oct 2001 23:43:37 -0000 Message-Id: <5.0.2.1.0.20011003171942.00ad4290@franklin.cisco.com> X-Sender: adambalk@franklin.cisco.com X-Mailer: QUALCOMM Windows Eudora Version 5.0.2 Date: Thu, 04 Oct 2001 11:56:26 -0700 To: jetspeed-dev@jakarta.apache.org From: Atul Dambalkar Subject: Jetspeed with DatabasePsmlManagerService Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi David, I am getting back to the testing of DatabasePsmlManagerService... Here is first bug that I got(I think it can be attributed to the ProfilerService) 1. Created user "test1" from CreateAccount page. 2. ProfilerService created user "test1" Profile Schema with the following ProfileLocator parameters: User=test1, Media-Type=html Note, there are no other parameters defined in the Profile object by the ProfilerService It also created user in turbine_user table as expected. 3. While fetching the profile for the same user, when "test1" logs in, here is how profiler's fallback algo worked: User=test1 Page=default.psml MediaType=html Country=US Language=en User=test1 Page=default.psml MediaType=html Language=en User=test1 Page=default.psml MediaType=html User=test1 Page=default.psml Page=default.psml And hence it fails, to get profile PSML for user "test1" as database record doesn't have page name "default.psml", and instead gets the default page which it finds. So may be while creating Profile object for user, ProfilerService should also use, the Page name (and locale specific parameters language and country if available). Also, I would like to have some opinion on how the testing can be done for other databases that Jetspeed/Torque supports. I am testing it on Oracle right now.. -Atul >Reply-To: >From: "David Sean Taylor" >To: "'Atul Dambalkar'" >Subject: RE: Jetspeed with DatabasePsmlManagerService >Date: Thu, 20 Sep 2001 15:52:18 -0700 >X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) >Importance: Normal >X-MDRemoteIP: 63.197.229.131 >X-Return-Path: david@bluesunrise.com >X-MDaemon-Deliver-To: adambalk@cisco.com > >Good news. Yes, Im sure there are bugs in the profiler, being that I wrote >most of it after the midnight hour ;-) >Let me know if I can do anything to help. > > > > > -----Original Message----- > > From: Atul Dambalkar [mailto:adambalk@cisco.com] > > Sent: Thursday, September 20, 2001 3:11 PM > > To: david@bluesunrise.com > > Subject: Jetspeed with DatabasePsmlManagerService > > > > > > Hi David, > > > > Jetspeed is running great with DatabasePsmlManager service on my box. > > > > I found couple of bugs, related to Profiler service's way of creating > > document and getting it back. I will write you that with some > > info. later.. > > ProfilerService's fallback algorithm is working fine...so it > > definitely > > works finally, to get the default profiles, if everything fails. > > > > -Atul > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org