> As long as you only add functionality, everything is ok, I would only ask
> you not to remove any func. before the alpha release.
Ingo,
I looked at the MultiDeviceUserProfiler. It really isn't much work to use
the new profiler instead.
The defaultWML.psml file would have to be placed in a new directory psml/wml
and renamed default.psml
Thats it.
What do you use to test WML?
I tried WinWAP v3.0 Pro, and had to add this line to the
ClientCapabilityMap:
private static final String[] WAP_DEVICES_STARTS = {
"UP.",
"Nokia",
"Wapalizer",
"WinWAP"
<--------------
};
I was actually rather surprised that we have to go through all that. Why is
that you can't simply do something like this?
String contentType = rundata.getRequest().getContentType(); // it
returns
null !
The WML page displayed fine on the WinWAP browser, however the links to the
Weather, Stocks, etc didn't work.
( I don't think that these portlets are checked-in yet??? )
The Login came up, but when I clicked on submit I received a connection
refused message.
I then tried replacing MultiDeviceUserProfiler with the new profiler (by
uncommenting it in Home.java), and it also works fine.
Are there any other reasons why you do not want to use the new profiler now?
I'd be glad to come up with some sample WML and HTML pages for different
users and groups.
David
OK... I *just* saw that you checked in a PSMLManager.java (and a lot more).
It makes a little use of the old profile system....
Perhaps this is why you were so concerned about me removing the old profile
system?
I guess I will just sit back and wait for all this to get checked
in................You must be very busy right now....
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of ingo schuster
> Sent: Thursday, December 14, 2000 12:01 AM
> To: JetSpeed
> Subject: RE: New Profiler checkin??
>
>
> At 17:21 2000-12-13, David Sean Taylor wrote:
> >Hi Ingo,
> >
> >Yes, its checked in. I see you've commented it out, no problem.
> >The commit didn't go so well last night anyway.
>
> In the first moment I thought you might add your new profiler and delete
> the old one at the same time - this would have been a problem, but it
> turned out not to be one. :-))
> As long as you only add functionality, everything is ok, I would only ask
> you not to remove any func. before the alpha release.
>
> >Under the webapps directory, I tried to create several directories as
> >follows:
> >
> >psml
> > user
> > turbine
> > html
> > default.psml // the
> turbine user profile
> > group
> > apache
> > default.psml
> > news.psml
> > role
> > <nothing yet ....>
> >
> >The problem is that somehow....the new directories were created in UPPER
> >CASE, but when I checked them in they were definately lowercase!
> >I think it may be a Wincvs problem. I've created directories
> before from the
> >commandline without problems.
>
> A colleague told me about similar problems he once had with WinCVS.
> However, I am using WinCVS and don't have any problems. I add new
> directories one by one, not recursively. The bug might occur only
> when you
> add a directory with all it's subdirectories in one go...?
>
> ingo.
>
> >Anyway, the directories need to be lower-case, if they are not
> the profiler
> >will not work correctly.
> >If someone could tell me how to change them back to lowercase, I would be
> >most thankful.
> >I tried once (from the command line) by removing the directory and the
> >adding again, but cvs created the directory in uppercase again.
> >
> >Also, I haven't received any notifications from cvs update since
> "00/12/12
> >14:05:39". I believe the cvs timestamps are PST.
> >
> >David
> >
> > > -----Original Message-----
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of ingo schuster
> > > Sent: Wednesday, December 13, 2000 2:10 AM
> > > To: JetSpeed
> > > Subject: New Profiler checkin??
> > >
> > >
> > > Hi David,
> > >
> > > are you checking in your new profiler NOW?
> > > This gives me a headache: I am shortly before comitting our
> WAP changes
> > > (that go into 1.3a1) and for those updates, we wanted to check in a
> > > (temporary) profiler.
> > > As your changes are not for 1.3a1, could you please wait with
> committing
> > > your files until Friday? Otherwise we won't be ble to commit our
> > > changes in
> > > time...
> > >
> > > ingo.
> > >
> > >
> > >
> > > --
> > > --------------------------------------------------------------
> > > Please read the FAQ! <http://java.apache.org/faq/>
> > > To subscribe: [EMAIL PROTECTED]
> > > To unsubscribe: [EMAIL PROTECTED]
> > > Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> > > Problems?: [EMAIL PROTECTED]
> > >
> > >
> >
> >
> >
> >--
> >--------------------------------------------------------------
> >Please read the FAQ! <http://java.apache.org/faq/>
> >To subscribe: [EMAIL PROTECTED]
> >To unsubscribe: [EMAIL PROTECTED]
> >Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> >Problems?: [EMAIL PROTECTED]
>
>
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe: [EMAIL PROTECTED]
> To unsubscribe: [EMAIL PROTECTED]
> Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
> Problems?: [EMAIL PROTECTED]
>
>
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://marc.theaimsgroup.com/?l=jetspeed>
Problems?: [EMAIL PROTECTED]