Hi, I wanna load a new profile (e.g. for wml) - What I am doing is:
1. Make an instance of JetspeedProfilerService (JPS) 2. Call the getProfile (rundata, mimetype) function (JPS has been created) 3. Receive a Jetspeed Exception 4. (planned) assign the new profile to JetspeedRundata After a look in my logfile, I figured out that the exception was a Nullpointer-Exception. Questions: 1. I know that turbine holds a list of services which are loaded during initialization - I guess that JPS is one of those services. Can I access this services or servicelist from a jetspeed class file (how can I get a reference to these classes)? 2. I want JSP to retrieve a wml profile - but my debug output shows a BasePSMLDocument request for a html file! Any ideas? Andreas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
