RE:Jetspeed+Soap

2002-10-16 Thread Werner Punz
Ok, sorry that it took me a little bit longer but I´m currently busy. Here is the first of the promised Soap postings on how to merge Jetspeed and Axis. Attached you can find my web.xml file I currently use on my merged system. Note that it works more or less but it still needs a little bit

Getting Crazy...

2002-10-16 Thread Aurelien Pernoud
I'm having a BIG trouble adding two portlets (both referencing an abstract portlet) in the same pane. Join is the buggyportlet src, and here's my local-portlets.xreg ?xml version=1.0 encoding=UTF-8? registry portlet-entry name=PortletTest hidden=false type=abstract application=false

RE: Getting Crazy...

2002-10-16 Thread Aurelien Pernoud
I have other kinds of portlets that are referencing abstract ones, they work ok. The only difference I see between the BugPortlet and the other ones is that others ones always have a parameter of their own in the xreg (parameter name=...) ... Can it come from that ? Thanks for help, Aurelien

RE: User Role in Session??

2002-10-16 Thread Carlos Orrego
thx very much carlos -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 1:17 AM To: Jetspeed Users List Subject: RE: User Role in Session?? Hola señor, http://jakarta.apache.org/jetspeed/api/org/apache/jetspeed/services/rundata/

Portlet Configuration in jetspeed1.4b--Configuration file not found

2002-10-16 Thread Elena
HI everyone, I badly need your help. I have been working on Jetspeed-1.3a1. But I have decided to upgrade to JetSpeed1.4b. While I was working with Jetspeed-1.3a1. I could configure the my portlets by registering in .WEB-INF/conf/jetspeed-config.jcfg and then to the

R: Portlet Configuration in jetspeed1.4b--Configuration file not found

2002-10-16 Thread Amedeo Zottola
you can modify in ...WEB-INF/conf following files : - portlets.xreg - admin.xreg - demo.portlets.xreg bye Amedeo. -Messaggio originale- Da: Elena [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 16 ottobre 2002 13.33 A: Jetspeed Users List Oggetto: Portlet Configuration in

RE: Getting Crazy...

2002-10-16 Thread Aurelien Pernoud
I too think there's still bugs in making references to abstract portlets... But the interest is to have a generic portlet and then use parameters, so that if you have to update your portlets features, you only have to change one class. Is a bug report needed ? I don't know what to put in it...

RE: Getting Crazy...

2002-10-16 Thread Luta, Raphael (VUN)
Have you activated the portlet cache ? If so, can you try to desactivate the cache and check if you still have this issue ? What you describe may be a bug in portlet cache left other from the days when portlet did not have any unique ID and the cache was using the parameter list/values to

RE: Getting Crazy...

2002-10-16 Thread Aurelien Pernoud
Well done, the cache is activated by default, I solved my issue with services.PortletFactory.enable.cache=false in jr.ps But now I find myself with another pb : every time I'm navigating on my portal, portlets are instanciated :-( (init and constructor tracing showed me this) So is the best

RE: Getting Crazy...

2002-10-16 Thread Luta, Raphael (VUN)
My advice: - log the Bug in Bugzilla (ok, we don't fix these bugs as quickly as possible but I have some free time coming in the following week that will allow me to do some code fixing and that way your bug will not be forgotten). - reactivate the cache - workaround for the bug: define

RE: Getting Crazy...

2002-10-16 Thread Aurelien Pernoud
Thank you (once again !), Indeed the bug doesn't appear when portlets have their own parameters. I'll try to explain the bug as well as I can, but don't hesitate to modify it. Back to Jetspeed ! Aurelien -Message d'origine- De : Luta, Raphael (VUN) [mailto:[EMAIL PROTECTED]] Envoyé

Re: thanks for the memories-- see ya

2002-10-16 Thread Edmund Urbani
On Tue, 15 Oct 2002, Ken Gunderson wrote: Since there seems to be some confusion concerning classpaths, I will try to clarify things here. Maybe this helps some people: 1. setting your CLASSPATH=/your/class/path and then putting eg. jaxp.jar at /your/class/path/jaxp.jar will NOT do anything

JBoss startup with Jetspeed

2002-10-16 Thread Romain Raymond
Hi all, I've just configured Jetspeed 4.1b1 with JBoss 3.0.3 and Tomcat 4.1.12. I just want to knowm if it's normal that I don't see the end of JBoss startup in the logs. The logs end with these lines: 16:09:45,125 INFO [MainDeployer] Starting deployment of package:

configuration files (xreg) destroyed after shutdown

2002-10-16 Thread Tegethoff, Jan
Hi all! I have a problem running Jetspeed which has been stated before on this mailing list - however the answers don´t really help me. Whenever Tomcat gets shut down, some .xreg-files in the conf-directory are cut short to 1k, leaving only a few tags (definetly no well-formed xml). In this way

AW: configuration files (xreg) destroyed after shutdown

2002-10-16 Thread Tegethoff, Jan
Thanks for your quick answer! How exactly do you do this? I usually shut down tomcat using the automatically provided menu-item which does this by calling java.exe -jar -Duser.dir=C:\Programme\Apache Group\Tomcat 4.1.12 C:\Programme\Apache Group\Tomcat 4.1.12\bin\bootstrap.jar stop I see the

Re: Portlet Configuration in jetspeed1.4b--Configuration file not found

2002-10-16 Thread Elena
I am always thankful to you guys. I am working with your suggestions . Regards Elena - Original Message - From: Weaver, Scott [EMAIL PROTECTED] To: 'Jetspeed Users List' [EMAIL PROTECTED] Sent: Wednesday, October 16, 2002 10:59 PM Subject: RE: Portlet Configuration in

RE: Questions from a novice

2002-10-16 Thread Hugh Brien
-Original Message- From: Danh Hoai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 6:38 PM To: [EMAIL PROTECTED] Subject: Questions from a novice General questions: 1. Trying to understand this URL in the databasetest example:

RE: Portlet Configuration in jetspeed1.4b--Configuration file not found

2002-10-16 Thread Luta, Raphael (VUN)
To complete a bit... Portlet configuration: == The Portlet configuration has moved from /WEB-INF/conf/jetspeed-config.jcfg to /WEB-CONF/conf/*.xreg All the xreg files within the conf directory are read by Jetspeed to gather portlet registry information. The syntax

Re: Portlet Configuration in jetspeed1.4b--Configuration file not found

2002-10-16 Thread Elena
Here I have another Query. The *.xreg files here are for registering portlets, if I am not mistaken again. BUT TO BE ABLED TO VIEW THESE PORTLETS , I need to configure it in default.psml In jetspeed1.4b , though I have found WEB-INF/psml/USER NAME/default.psml I DINT FIND

RE: Portlet Configuration in jetspeed1.4b--Configuration file not found

2002-10-16 Thread BARDE, CEDRIC
Hi Elena, In order to configure the portlets seen when you hit Jetspeed's homepage, you have to modify the default.psml file in the ...WEB-INF/psml/user/anon directory. It means that the default profile is anonymous. Hope I have answered your question. Regards Ced

RE: Jetspeed - Accessing Emails/Schedules through IMAP4 or POP3

2002-10-16 Thread Hugh Brien
Check out http://www.geocities.com/SunsetStrip/Studio/4994/pop3.html These are light weight classes that may get you started. I did have a couple of issues with authentication though. r, Hugh -Original Message- From: Patrick Krug [mailto:[EMAIL PROTECTED]] Sent: Monday, October 14,

R: Portlet based file system, calendar and discussion forum

2002-10-16 Thread Dariush Behboudi
Hi guys, is someone using chef platform? What do ya think about it? Dariush. -Messaggio originale- Da: Sandeep G Nijsure [mailto:[EMAIL PROTECTED]] Inviato: domenica 13 ottobre 2002 1.50 A: Jetspeed Users List; [EMAIL PROTECTED] Oggetto: Re: Portlet based file system, calendar and

Re: AW: AW: configuration files (xreg) destroyed after shutdown

2002-10-16 Thread Werner Punz
No problem, glad I could help. Werner Punz -- Labor-C GesmbH http://www.labor-c.net On Wednesday 16 October 2002 15:49, Tegethoff, Jan wrote: You are right! This seems to make the difference. Using the provided Windows Start-Menu items leads to the problem, using the shutdown script

RE: Questions from a novice

2002-10-16 Thread Hugh Brien
See the following sources: http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/portlets/ Use the customizer to edit the PSML file. You can use the PSMLBrowser portlet to view your PSML. Try the following: Login as admin. Pick Customize HTML and view the

RE: Portlet based file system, calendar and discussion forum

2002-10-16 Thread EPugh
I just took a spin around it.. I also have a similar requirement.. It seemed pretty cool.. Although, I notice that it seems better to only have the discussion portlet on your screen, otherwise things run slower when you do things in the discussion portlet, while trying to load all the other

RE: Getting Crazy...

2002-10-16 Thread David Sean Taylor
I Don't recommend turning off caching except during development. There is support to handle how your portlets are cached. Just override AbstractPortlet's getHandle: public static Object getHandle(Object config) or better yet, just have your portlet inherit from AbstractInstancePortlet

RE: Spaces in URL's for Portlets cause Jetspeed not to import .xreg file

2002-10-16 Thread Luta, Raphael (VUN)
This is what has been automatically generated by the OCS daemon for the feed you want to use: -Message d'origine- De : Patrick Krug [mailto:[EMAIL PROTECTED]] Envoyé : lundi 14 octobre 2002 22:25 À : [EMAIL PROTECTED] Objet : Re: Spaces in URL's for Portlets cause Jetspeed not to

RE: Portlet based file system, calendar and discussion forum

2002-10-16 Thread Hugh Brien
I am looking at this also. I am going to add it to my test source tree, built it and see how it works. I will report back with info. r, Hugh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 12:52 PM To: [EMAIL PROTECTED] Subject:

RE: Spaces in URL's for Portlets cause Jetspeed not to import .xreg file

2002-10-16 Thread Luta, Raphael (VUN)
[sorry for previous mail... ] This is what has been automatically generated by the OCS daemon for the feed you want to use: portlet-entry name=http://p.moreover.com/cgi-local/page?o=rssamp;c=Entertainment:%20film %20previews hidden=false type=ref parent=RSS application=false

Re: Questions from a novice

2002-10-16 Thread Danh Hoai
Thanks alot for your explanation. it's very helpful information.At least now I have some understanding how jetspeed works and start to work with small portlets. Thanks again. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: sql script error

2002-10-16 Thread Hugh Brien
In case you did not get this working, an additional field was added to the schema between 1.4b1 and present time. if you check out the source you can build it. TURBINE_USER was the only one that changed. Here it is. CREATE TABLE TURBINE_USER ( USER_ID int(11) NOT NULL auto_increment,