RE: How do you debug action classes in Jetspeed

2004-05-18 Thread cyaconi
Here: http://www.sysdeo.com/eclipse/tomcatPlugin.html you can downloaad a 
Tomcat plugin, wich helps a lot the debbuging process.





"Roshan G" <[EMAIL PROTECTED]> 
18-05-2004 17:34
Por favor, responda a
"Jetspeed Users List" <[EMAIL PROTECTED]>


Para
[EMAIL PROTECTED]
cc

Asunto
RE: How do you debug action classes in Jetspeed






[1]  Start the JVM in debug mode.

If you are using Tomcat its as simple as adding the following line at the 
top of your catalina.bat file

SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000

(all in the same line)

Now start tomcat as usual.


[2] Get eclipse to connect to the JVM running tomcat.

(a) Debug --> Debug...
(b) Click on "Remote Java Application" in the left.
(c) In the dialog box select the eclipse project you want to debug.
(d) By default it should have localhost as HOST and 8000 as port.  If your 

Tomcat is in a different machine change it accordingly.

(e) Press Debug.

You should now see the usual eclipse Debug window. If you now set some 
breakpoints in your project code, it should stop there and you can debug 
as 
usual.

HTH

Roshan


>From: "alex" <[EMAIL PROTECTED]>
>Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
>To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
>Subject: RE: How do you debug action classes in Jetspeed
>Date: Sat, 15 May 2004 07:56:56 -0400
>
>Yes please a step-by-step example would be greatly appreciated.
>
>-Original Message-
>From: Jonathan Hawkins [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, May 18, 2004 4:45 AM
>To: 'Jetspeed Users List'
>Subject: RE: How do you debug action classes in Jetspeed
>
>I have just started using Eclipse, would you mind describing the steps
>involved, many thanks.
>
>Jon Hawkins
>

_
Want to block unwanted pop-ups? Download the free MSN Toolbar now! 
http://toolbar.msn.co.uk/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: How do you debug action classes in Jetspeed

2004-05-18 Thread Roshan G
[1]  Start the JVM in debug mode.
If you are using Tomcat its as simple as adding the following line at the 
top of your catalina.bat file

SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000

(all in the same line)
Now start tomcat as usual.
[2] Get eclipse to connect to the JVM running tomcat.
(a) Debug --> Debug...
(b) Click on "Remote Java Application" in the left.
(c) In the dialog box select the eclipse project you want to debug.
(d) By default it should have localhost as HOST and 8000 as port.  If your 
Tomcat is in a different machine change it accordingly.

(e) Press Debug.
You should now see the usual eclipse Debug window. If you now set some 
breakpoints in your project code, it should stop there and you can debug as 
usual.

HTH
Roshan

From: "alex" <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Subject: RE: How do you debug action classes in Jetspeed
Date: Sat, 15 May 2004 07:56:56 -0400
Yes please a step-by-step example would be greatly appreciated.
-Original Message-
From: Jonathan Hawkins [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 18, 2004 4:45 AM
To: 'Jetspeed Users List'
Subject: RE: How do you debug action classes in Jetspeed
I have just started using Eclipse, would you mind describing the steps
involved, many thanks.
Jon Hawkins
_
Want to block unwanted pop-ups? Download the free MSN Toolbar now!  
http://toolbar.msn.co.uk/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Does anyone know how to send data from one portlet to another?

2004-05-18 Thread alex
I'll try it. JSR 168 is the "real" answer?

-Original Message-
From: Endre Stølsvik [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 18, 2004 12:15 PM
To: Jetspeed Users List
Subject: Re: Does anyone know how to send data from one portlet to another?

On Tue, 18 May 2004, alex wrote:

| This is what I want to do: have a list on a portlet, when the user clicks
on
| an item (maybe an URL) I want to display the resultant output in another
| portlet. Any ideas???

Use session, scoped at the application level. When the action occurs, you
shove the new info into the session, then when the rendering occurs, that
info is available to all portlets.

.. or you can use a shared outside resource, like a database.

Ah.. btw, the first answer goes for JSR 168 Portlets. I have pretty much
no idea of how you do this with the Jetspeed 1 portlets.


-- 
Mvh,
Endre Stølsvik   M[+47 93054050] F[+47 51625182]
Developer @ CoreTrek AS -  http://www.coretrek.com/
CoreTrek corporate portal / EIP -  http://www.corelets.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Does anyone know how to send data from one portlet to another?

2004-05-18 Thread Endre Stølsvik
On Tue, 18 May 2004, alex wrote:

| This is what I want to do: have a list on a portlet, when the user clicks on
| an item (maybe an URL) I want to display the resultant output in another
| portlet. Any ideas???

Use session, scoped at the application level. When the action occurs, you
shove the new info into the session, then when the rendering occurs, that
info is available to all portlets.

.. or you can use a shared outside resource, like a database.

Ah.. btw, the first answer goes for JSR 168 Portlets. I have pretty much
no idea of how you do this with the Jetspeed 1 portlets.


-- 
Mvh,
Endre Stølsvik   M[+47 93054050] F[+47 51625182]
Developer @ CoreTrek AS -  http://www.coretrek.com/
CoreTrek corporate portal / EIP -  http://www.corelets.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Does anyone know how to send data from one portlet to another?

2004-05-18 Thread alex
Easy enough...Thanks

-Original Message-
From: Oliver Pfau [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 18, 2004 11:16 AM
To: 'Jetspeed Users List'
Subject: AW: Does anyone know how to send data from one portlet to another?

...I used to store shared attributes in teh PortletContext like this:

set it in portlet 1:this.getPortletContext().setAttribute("myattribute",
strTheAttribute);
retrieve it in portlet 2: String theAttribute =
this.getPortletContext().getAttribute("myattribute");

deploy the portlets a portlet-application should work

Greetings
Oliver


-Ursprüngliche Nachricht-
Von: alex [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 18. Mai 2004 16:29
An: 'Jetspeed Users List'
Betreff: Does anyone know how to send data from one portlet to another?


This is what I want to do: have a list on a portlet, when the user clicks on
an item (maybe an URL) I want to display the resultant output in another
portlet. Any ideas???
Alex Irazabal 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



security config question

2004-05-18 Thread Sihong Fan
I set the security for a html portal. It works fine.
But I still can access that static html page without
login by typing the URL. Does anyone knows how to
config the access control? thanks 




__
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.
http://promo.yahoo.com/sbc/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: Does anyone know how to send data from one portlet to another ?

2004-05-18 Thread Oliver Pfau
...I used to store shared attributes in teh PortletContext like this:

set it in portlet 1:this.getPortletContext().setAttribute("myattribute",
strTheAttribute);
retrieve it in portlet 2: String theAttribute =
this.getPortletContext().getAttribute("myattribute");

deploy the portlets a portlet-application should work

Greetings
Oliver


-Ursprüngliche Nachricht-
Von: alex [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 18. Mai 2004 16:29
An: 'Jetspeed Users List'
Betreff: Does anyone know how to send data from one portlet to another?


This is what I want to do: have a list on a portlet, when the user clicks on
an item (maybe an URL) I want to display the resultant output in another
portlet. Any ideas???
Alex Irazabal 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Does anyone know how to send data from one portlet to another?

2004-05-18 Thread alex
This is what I want to do: have a list on a portlet, when the user clicks on
an item (maybe an URL) I want to display the resultant output in another
portlet. Any ideas???
Alex Irazabal 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Anonymous User

2004-05-18 Thread Anthony Smith
Ok, finally got it. Even when I did override the session validator, it would
still choke on the JetspeedTemplateLocatorService. It was trying to set the
locale based on the current user, which in essence makes sense but for my
login purposes it does not. I created my own
JetspeedTemplateLocatorService which does the same thing except if there is
no user present it just gets the default locale, which is used in that code
to set the user's locale anyway.

thanks

-Original Message-
From: David Sean Taylor [mailto:[EMAIL PROTECTED]
Sent: Monday, May 17, 2004 3:27 PM
To: Jetspeed Users List
Subject: Re: Anonymous User



On May 17, 2004, at 1:17 PM, Anthony Smith wrote:

> I tried that but I think the problem is in my session validator.
>
> This little bugger right here.
> data.getUser().setTemp("locale", locale);
>
> I had it where it never got set but then my pageloader blew up. I guess
> because every page looks for a locale?
>
>

Why not override the session validator, make your check first
If there isn't a logged on user, then redirect and don't ever call
super.doPerform


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How do you debug action classes in Jetspeed

2004-05-18 Thread alex
Yes please a step-by-step example would be greatly appreciated.

-Original Message-
From: Jonathan Hawkins [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 18, 2004 4:45 AM
To: 'Jetspeed Users List'
Subject: RE: How do you debug action classes in Jetspeed

I have just started using Eclipse, would you mind describing the steps
involved, many thanks.

Jon Hawkins

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 17 May 2004 21:24
To: Jetspeed Users List
Subject: Re: How do you debug action classes in Jetspeed


I use Eclipse and it works perfectly




Michael Rothrock <[EMAIL PROTECTED]> 
17-05-2004 16:19
Por favor, responda a
"Jetspeed Users List" <[EMAIL PROTECTED]>


Para
Jetspeed Users List <[EMAIL PROTECTED]>
cc

Asunto
Re: How do you debug action classes in Jetspeed






This works for me on a Linux box:

/usr/bin/dtomcat4 jpda start

Then I can attach to it with my debugger (IDEA) and set breakpoints, etc.

-- Michael

On 5/14/04 12:02 PM, "alex" <[EMAIL PROTECTED]> wrote:

> I am new to Jetspeed and can't seem to find a way to JIT debug the 
action
> classes. Any ideas would be greatly appreciated...
> Alex
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.671 / Virus Database: 433 - Release Date: 4/28/2004
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




*** 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. Any unauthorised distribution or copying is strictly 
prohibited. 
 
Whilst Cedar Software Ltd takes steps to prevent the transmission of 
viruses via e-mail, we can not guarantee that any email or 
attachment is free from computer viruses and you are strongly 
advised to undertake your own anti-virus precautions. 
 
Cedar Software Ltd grants no warranties regarding performance, 
use or quality of any e-mail or attachment and undertakes no 
liability for loss or damage, howsoever caused. 

CedAr is a leading UK supplier of Financial, eProcurement, Performance
Management and, following the recent acquisition of Goldenhill Computer
Systems Ltd, HR and Payroll software. Cedars solutions deliver increased
capabilities and offer a direct and measurable financial return on
investment.  The company has a customer base of more than 500 organisations
in both the public and private sector. 
Particular sector strengths include Airlines, Business Services,
Education, Emergency Services, Financial Services, Government, Health, Local
Authorities, Not for Profit, Retail and Utilities.  For more
information, please visit www.cedar.com 
2003 CedAr Software Ltd. All Rights Reserved. 
Cedar Software Ltd. Incorporation number 3214465
 ***


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.684 / Virus Database: 446 - Release Date: 5/13/2004
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Getting Portlet ID from psml file for User.

2004-05-18 Thread Sunil Sheshadri
Thanks Robin,
We are keeping PSML's in database. But we need to know, how to retrieve the
psml's dynamically as soon as it gets inserted or updated into
Jetspeed_user_profile table.

Any idea how to do this??

Regards,
Sunil.


-Original Message-
From: Robin Antony [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, May 19, 2004 7:47 AM
To: Jetspeed Users List
Subject: Re: Getting Portlet ID from psml file for User.


Since you need to do manipulations on the psml files maybe you can consider
storing the psml files in a database. You can take a look at this url
http://portals.apache.org/jetspeed-1/psml_db.html
Also the CastorPsmlManagerService can be used to retrieve the values and
modify them as is required. Hope it helps ... :)

Cheers,
Robin Antony
[EMAIL PROTECTED]
Software Engineer
OpenSI.Net


- Original Message - 
From: "Sunil Sheshadri" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, May 18, 2004 3:55 AM
Subject: Getting Portlet ID from psml file for User.


> Hi,
>
> In one of our requirements, we need to get the user's portlet Id and 
> store it in other table. So as soon as the user logins we need to get 
> his ID's from default.psml or if he updates and add any portlets, we 
> need to get those portlet ids too and store it in our table.
>
> Basically, what I am trying to say is that when ever jetspeed inserts 
> or updates Profile column of Jetspeed_User_profile table we should get 
> the extract details of that psml and store.
>
> Is there a way to achieve this? Can I know which method does jetspeed
calls
> to insert or update profile so that we can also do that?
>
> Any pointers?
>
>
> Regards
> Sunil.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Getting Portlet ID from psml file for User.

2004-05-18 Thread Robin Antony
Since you need to do manipulations on the psml files maybe you can consider
storing the psml files in a database.
You can take a look at this url
http://portals.apache.org/jetspeed-1/psml_db.html
Also the CastorPsmlManagerService can be used to retrieve the values and
modify them as is required. Hope it helps ... :)

Cheers,
Robin Antony
[EMAIL PROTECTED]
Software Engineer
OpenSI.Net


- Original Message - 
From: "Sunil Sheshadri" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, May 18, 2004 3:55 AM
Subject: Getting Portlet ID from psml file for User.


> Hi,
>
> In one of our requirements, we need to get the user's portlet Id and store
> it in other table. So as soon as the user logins we need to get his ID's
> from default.psml or if he updates and add any portlets, we need to get
> those portlet ids too and store it in our table.
>
> Basically, what I am trying to say is that when ever jetspeed inserts or
> updates Profile column of Jetspeed_User_profile table we should get the
> extract details of that psml and store.
>
> Is there a way to achieve this? Can I know which method does jetspeed
calls
> to insert or update profile so that we can also do that?
>
> Any pointers?
>
>
> Regards
> Sunil.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Getting Portlet ID from psml file for User.

2004-05-18 Thread Sunil Sheshadri
Hi,

In one of our requirements, we need to get the user's portlet Id and store
it in other table. So as soon as the user logins we need to get his ID's
from default.psml or if he updates and add any portlets, we need to get
those portlet ids too and store it in our table.
 
Basically, what I am trying to say is that when ever jetspeed inserts or
updates Profile column of Jetspeed_User_profile table we should get the
extract details of that psml and store.
 
Is there a way to achieve this? Can I know which method does jetspeed calls
to insert or update profile so that we can also do that?
 
Any pointers?


Regards
Sunil.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem in SAX transform

2004-05-18 Thread Guillaume Lasnier
This is configuration problem and it is documented here :
http://portals.apache.org/jetspeed-1/faq.html (page bottom)
Le 17 mai 04, à 19:33, Jean-Bruno Giard a écrit :
Hi
I'm a new user of Jetspeed. I just installed Jetspeed 1.5 and it looks 
like the RSS and the XML portlets do not appeared. I have checked if 
the rss.xsl file was in the XSL folder and the file is there. I have 
checked if the media type was set to XML and HTML and everything is 
there too. It looks like the problem is not there.

Now I see this message in my RSS portlets :
problem in SAX transform: 
org.apache.xml.utils.WrappedRuntimeException: The output format must 
have a '{http://xml.apache.org/xalan}content-handler' property!

Is anybody have an idea what the problem is ?
Thank you
Jean-Bruno Giard
_
MSN Search, le moteur de recherche qui pense comme vous !  
http://fr.ca.search.msn.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
Guillaume Lasnier
mailto:[EMAIL PROTECTED]
BEGIN:VCARD
VERSION:2.1
N:Lasnier;Guillaume;;;
FN:Guillaume Lasnier
ORG;CHARSET=LATIN1:Noga Systèmes;
TITLE:Architecte J2EE
EMAIL;INTERNET;WORK:[EMAIL PROTECTED]
EMAIL;INTERNET;HOME:[EMAIL PROTECTED]
TEL;WORK:+33-1-42 77 75 50
TEL;CELL:+33-6-63 17 20 48
TEL;HOME:+33-1-42 07 53 91
ADR;WORK:;;245 rue de Bercy;Paris;;75012;France
ADR;HOME;CHARSET=LATIN1:;;2 rue Euler;Créteil;;94000;France
URL:http://homepage.mac.com/guiliguili
END:VCARD

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

AW: SAX transform

2004-05-18 Thread Floßmann Christoph
Sorry, I haven't read the other replies before I answered.

-Ursprüngliche Nachricht-
Von: Floßmann Christoph 
Gesendet: Dienstag, 18. Mai 2004 10:53
An: Jetspeed Users List
Betreff: AW: SAX transform


There should be a xalan-2.3.1.jar in your maven repository. Take this file, rename it 
to xalan.jar and move it to the $CATALINA_HOME/common/endorsed folder. This one should 
do it.

-Ursprüngliche Nachricht-
Von: Jean-Bruno Giard [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 17. Mai 2004 22:16
An: [EMAIL PROTECTED]
Betreff: Re: SAX transform


This is what I did but that doesn't work. I'm not sure that I have 
downloaded the good version of Xalan. I have downloaded the version 2.5.2 
from this URL : http://xml.apache.org/mirrors.cgi. I have choose this file : 
  Version 2.5.2 - zip. Is it correct ?

Thank you.


>From: "Menon, Hema" <[EMAIL PROTECTED]>
>Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
>To: "Jetspeed Users List" <[EMAIL PROTECTED]>
>Subject: Re: SAX transform
>Date: Mon, 17 May 2004 13:52:09 -0500
>
>http://portals.apache.org/jetspeed-1/faq.html
>
>Copy the xalan.jar from Jetspeed distribution to
>$CATALINA_HOME/common/endorsed directory (or JDK endorsed directory)
>
>
>
>- Original Message -
>From: "Jean-Bruno Giard" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, May 17, 2004 1:20 PM
>Subject: SAX transform
>
>
> > Hi
> >
> > I'm a new user of Jetspeed. I have just installed Jetspeed 1.5. I have a
> > problem with the RSS and the XML portlets. I see this message error in 
>the
> > portlet :
> >
> > "problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException:
>The
> > output format must have a '{http://xml.apache.org/xalan}content-handler'
> > property! "
> >
> > I have checked if the rss.xsl file was in the right folder and the file 
>is
> > there. I have checked if the media-type was set to XML and HTML and
> > everything is there too. It looks like the problem is not there.
> >
> > Is anybody have an idea what the problem is.
> >
> > Thank you in advance
> >
> > Jean-Bruno Giard
> >
> > _
> > MSN Search, le moteur de recherche qui pense comme vous !
> > http://fr.ca.search.msn.com/
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_
MSN Search, le moteur de recherche qui pense comme vous !  
http://fr.ca.search.msn.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



AW: SAX transform

2004-05-18 Thread Floßmann Christoph
There should be a xalan-2.3.1.jar in your maven repository. Take this file, rename it 
to xalan.jar and move it to the $CATALINA_HOME/common/endorsed folder. This one should 
do it.

-Ursprüngliche Nachricht-
Von: Jean-Bruno Giard [mailto:[EMAIL PROTECTED]
Gesendet: Montag, 17. Mai 2004 22:16
An: [EMAIL PROTECTED]
Betreff: Re: SAX transform


This is what I did but that doesn't work. I'm not sure that I have 
downloaded the good version of Xalan. I have downloaded the version 2.5.2 
from this URL : http://xml.apache.org/mirrors.cgi. I have choose this file : 
  Version 2.5.2 - zip. Is it correct ?

Thank you.


>From: "Menon, Hema" <[EMAIL PROTECTED]>
>Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
>To: "Jetspeed Users List" <[EMAIL PROTECTED]>
>Subject: Re: SAX transform
>Date: Mon, 17 May 2004 13:52:09 -0500
>
>http://portals.apache.org/jetspeed-1/faq.html
>
>Copy the xalan.jar from Jetspeed distribution to
>$CATALINA_HOME/common/endorsed directory (or JDK endorsed directory)
>
>
>
>- Original Message -
>From: "Jean-Bruno Giard" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, May 17, 2004 1:20 PM
>Subject: SAX transform
>
>
> > Hi
> >
> > I'm a new user of Jetspeed. I have just installed Jetspeed 1.5. I have a
> > problem with the RSS and the XML portlets. I see this message error in 
>the
> > portlet :
> >
> > "problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException:
>The
> > output format must have a '{http://xml.apache.org/xalan}content-handler'
> > property! "
> >
> > I have checked if the rss.xsl file was in the right folder and the file 
>is
> > there. I have checked if the media-type was set to XML and HTML and
> > everything is there too. It looks like the problem is not there.
> >
> > Is anybody have an idea what the problem is.
> >
> > Thank you in advance
> >
> > Jean-Bruno Giard
> >
> > _
> > MSN Search, le moteur de recherche qui pense comme vous !
> > http://fr.ca.search.msn.com/
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>-
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_
MSN Search, le moteur de recherche qui pense comme vous !  
http://fr.ca.search.msn.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How do you debug action classes in Jetspeed

2004-05-18 Thread Jonathan Hawkins
I have just started using Eclipse, would you mind describing the steps
involved, many thanks.

Jon Hawkins

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 17 May 2004 21:24
To: Jetspeed Users List
Subject: Re: How do you debug action classes in Jetspeed


I use Eclipse and it works perfectly




Michael Rothrock <[EMAIL PROTECTED]> 
17-05-2004 16:19
Por favor, responda a
"Jetspeed Users List" <[EMAIL PROTECTED]>


Para
Jetspeed Users List <[EMAIL PROTECTED]>
cc

Asunto
Re: How do you debug action classes in Jetspeed






This works for me on a Linux box:

/usr/bin/dtomcat4 jpda start

Then I can attach to it with my debugger (IDEA) and set breakpoints, etc.

-- Michael

On 5/14/04 12:02 PM, "alex" <[EMAIL PROTECTED]> wrote:

> I am new to Jetspeed and can't seem to find a way to JIT debug the 
action
> classes. Any ideas would be greatly appreciated...
> Alex
> 
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.671 / Virus Database: 433 - Release Date: 4/28/2004
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




*** 
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they 
are addressed. Any unauthorised distribution or copying is strictly 
prohibited. 
 
Whilst Cedar Software Ltd takes steps to prevent the transmission of 
viruses via e-mail, we can not guarantee that any email or 
attachment is free from computer viruses and you are strongly 
advised to undertake your own anti-virus precautions. 
 
Cedar Software Ltd grants no warranties regarding performance, 
use or quality of any e-mail or attachment and undertakes no 
liability for loss or damage, howsoever caused. 

CedAr is a leading UK supplier of Financial, eProcurement, Performance Management and, 
following the recent acquisition of Goldenhill Computer Systems Ltd, HR and Payroll 
software. Cedars solutions deliver increased capabilities and offer a direct and 
measurable financial return on investment.  The company has a customer base of more 
than 500 organisations in both the public and private sector. 
Particular sector strengths include Airlines, Business Services,
Education, Emergency Services, Financial Services, Government, Health, Local 
Authorities, Not for Profit, Retail and Utilities.  For more
information, please visit www.cedar.com 
2003 CedAr Software Ltd. All Rights Reserved. 
Cedar Software Ltd. Incorporation number 3214465
 ***


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]