> > 3) I'm not sure of the state of the profiler, which is correct?
> (The second one works, but the distribution has files
> > of the first form)
> >
> > C:\TOMCAT\WEBAPPS\jetspeed/WEB-INF/psml/demo/homeHTML.psml
> > or:
> > C:\TOMCAT\WEBAPPS\jetspeed\WEB-INF\psml\user\userid\html\default.psml
The new profiler is disabled in Home.java.
Im really not sure what /demo/homeHTML.psml is used for. Its not part of the
new profiler.
In order to get the new profiler completely working, it needs to be
integrated with the new customizer and new persistence service.
It wouldn't be that difficult, except that the customizer and persistence
service don't have any concept of 'named-page' resources other than the
default, nor does it support 'group' or 'role' resources. So I need to come
with a way of passing that information around, since with the profiler its
in the request URL. So the problem is how does the customizer know which
page, group or role resource it is working on. The security service will
have the same problem. By using the MultiDeviceProfler, there are alot of
assumptions about two pages per user: one for html and one for wml.
Decoupling will not be that trivial.
Even so, I'd still like to give it a try (with everyone's +1 of course)
Raphael, I can't believe how much stuff you have committed this weekend!
Could you please send me an email summarizing what you've committed and
changed, and specifically what areas I need to add or modify documentation.
Thanks,
David
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Sunday, December 17, 2000 1:52 PM
> To: JetSpeed
> Subject: Re: minor problems in release_1_3a1-branch
>
>
> > Carol Jones wrote:
> >
> > I noticed a few things (these are from Saturday, in the
> release_1_3a1-branch)
> >
> > 2) in top_default.jsp, I had to change the taglib line
> > from:
> > <%@ taglib uri='WEB-INF/templates/tld/template.tld'
> prefix='jetspeed' %>
> > to:
> > <%@ taglib uri='../tld/template.tld' prefix='jetspeed' %>
> >
> >
>
> I already changed that in CVS.
>
> > 3) I'm not sure of the state of the profiler, which is correct?
> (The second one works, but the distribution has files
> > of the first form)
> >
> > C:\TOMCAT\WEBAPPS\jetspeed/WEB-INF/psml/demo/homeHTML.psml
> > or:
> > C:\TOMCAT\WEBAPPS\jetspeed\WEB-INF\psml\user\userid\html\default.psml
> >
>
> As far as I know ingo disabled David version so that first one is
> active in the
> release branch.
> I'd really like it if David could plug his version in the release
> branch but
> I've not right now evaluated the risks involved in this. Maybe
> ingo/thomas and
> david can enlighten us on this subjet.
>
> >
> > 4) I am seeing this stack trace during startup (for many local
> file references, not just jetspeed-config.jcfg). But
> > everything still works fine.
> >
> > [Sat Dec 16 13:57:14 EST 2000] -- ERROR --
> > Exception: java.net.MalformedURLException: no protocol:
> jetspeed-config.jcfg
> > Stack Trace follows:
> > java.net.MalformedURLException: no protocol: jetspeed-config.jcfg
> > at java.net.URL.<init>(Unknown Source)
> > at java.net.URL.<init>(Unknown Source)
> > at java.net.URL.<init>(Unknown Source)
> > at
> org.apache.jetspeed.services.urlmanager.URLFetcher.refresh(URLFetc
> her.java:220)
> > at
> org.apache.jetspeed.daemon.impl.util.diskcachedaemon.URLRefresher.
> run(URLRefresher.java:105)
> > at
> org.apache.jetspeed.services.threadpool.RunnableThread.run(Runnabl
> eThread.java:145)
> >
>
> I think I've fixed this alos in CVS.
>
> --
> Rapha�l Luta - [EMAIL PROTECTED]
> Vivendi Universal Networks - Services Manager / Paris
>
>
> --
> --------------------------------------------------------------
> 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]