Re: How to fix the SAX exception with jdk1.4.2:K@N@!:

2003-08-02 Thread Glen Carl
On Linux with Tomcat 4.1.24, I just dropped a copy of xalan-2.3.1.jar in the 
common/endorsed directory and it worked fine. I probably should copy the rest of 
the files too.
Glen

Ramiro Rinaudo wrote:
To fix the SAX problem do this.
Declare an eviroment variable named JAVA_ENDORSED_DIRS pointing to your
%TOMCAT_HOME%\commons\endorsed
then copy:
xml-apis.jar
xalan-2.3.1.jar
xerces-2.0.2.jar
xercesImpl.jar
xml-apis-2.0.2.jar
from the webapp/jetspeed/web-inf/lib
into the endorsed directory.
For windows users, don't run tomcat from the start menu cause this link
doesn't use the JAVA_ENDORSED_DIR property, run tomcat from
tomcat/bin/startup.bat
This happens cause the jdk 1.4.2 has an implementation of XML parser, that
doesn't work with rss.
Doing this you will overide the default xml parser with the ones you have to
use.
I think this is helpfull so I post it.

Good Luck
Ramiro Rinaudo
- Original Message -
x-sender: "John Wubbel" <[EMAIL PROTECTED]>
From:  "John Wubbel" <[EMAIL PROTECTED]>
x-receiver: <[EMAIL PROTECTED]>
To:  <[EMAIL PROTECTED]>
Sent: Thursday, July 31, 2003 12:51 PM
Subject: Terms of Use
Subject: Terms of Use:[EMAIL PROTECTED]@!:


Hi All,

I would like to ask if anybody has a good suggestion for showing a
portals Legal Disclaimer or Terms of Use document to a 1st time user of
the portal. This inquiry is a reference to message
http://www.mail-archive.com/[EMAIL PROTECTED]/msg05276.html
RE: How to Maximize a portlet programatically

So far, I created a Velocity portlet and a legal.vm and I thought it
would be a fairly easy task to force the portlet to go into a Maximized
mode immediately, allow the user to read the policy and Accept the
terms, close the portlet after which there would be no further need to
view the terms on future logins if the user agreed to the terms.
In the above reference message, I was not clear on exactly how the
implementation solved the same problem. I have tried using David's
suggestion:
JetspeedLink link = JetspeedLinkFactory.getInstance(rundata);
DynamicURI duri = link.getAction("controls.Maximize");
JetspeedLinkFactory.putInstance(link);
rundata.setRedirectURI(duri.toString());
But I have not been able to make it work. My preference is not to show the
other portlets until acceptance, however a maximized portlet is good
enough.

Perhaps I am not putting this code in the right place. Using the above the
portlet displays in its normal location but not maximized.
I thank you in advance for any comments or help in getting this to work.

John Wubbel
John Wubbel Consultancy, Inc.
-
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]



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


How to fix the SAX exception with jdk1.4.2:K@N@!:

2003-08-02 Thread Ramiro Rinaudo
To fix the SAX problem do this.
Declare an eviroment variable named JAVA_ENDORSED_DIRS pointing to your
%TOMCAT_HOME%\commons\endorsed
then copy:
xml-apis.jar
xalan-2.3.1.jar
xerces-2.0.2.jar
xercesImpl.jar
xml-apis-2.0.2.jar

from the webapp/jetspeed/web-inf/lib
into the endorsed directory.

For windows users, don't run tomcat from the start menu cause this link
doesn't use the JAVA_ENDORSED_DIR property, run tomcat from
tomcat/bin/startup.bat

This happens cause the jdk 1.4.2 has an implementation of XML parser, that
doesn't work with rss.
Doing this you will overide the default xml parser with the ones you have to
use.

I think this is helpfull so I post it.

Good Luck
Ramiro Rinaudo

- Original Message -
x-sender: "John Wubbel" <[EMAIL PROTECTED]>
From:  "John Wubbel" <[EMAIL PROTECTED]>
x-receiver: <[EMAIL PROTECTED]>
To:  <[EMAIL PROTECTED]>
Sent: Thursday, July 31, 2003 12:51 PM
Subject: Terms of Use
Subject: Terms of Use:[EMAIL PROTECTED]@!:


> Hi All,
>
> I would like to ask if anybody has a good suggestion for showing a
> portals Legal Disclaimer or Terms of Use document to a 1st time user of
> the portal. This inquiry is a reference to message
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg05276.html
>
> RE: How to Maximize a portlet programatically
>
> So far, I created a Velocity portlet and a legal.vm and I thought it
> would be a fairly easy task to force the portlet to go into a Maximized
> mode immediately, allow the user to read the policy and Accept the
> terms, close the portlet after which there would be no further need to
> view the terms on future logins if the user agreed to the terms.
>
> In the above reference message, I was not clear on exactly how the
> implementation solved the same problem. I have tried using David's
> suggestion:
>
> JetspeedLink link = JetspeedLinkFactory.getInstance(rundata);
> DynamicURI duri = link.getAction("controls.Maximize");
> JetspeedLinkFactory.putInstance(link);
> rundata.setRedirectURI(duri.toString());
>
> But I have not been able to make it work. My preference is not to show the
> other portlets until acceptance, however a maximized portlet is good
enough.
> Perhaps I am not putting this code in the right place. Using the above the
> portlet displays in its normal location but not maximized.
>
> I thank you in advance for any comments or help in getting this to work.
>
> John Wubbel
> John Wubbel Consultancy, Inc.
>
>
> -
> 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: Problem in some portlet:K@N@!:

2003-08-02 Thread Pascal DeMilly
Aurelien,

I looked on the archive as you suggested and apart from downgrading java
jdk to 1.4.1 I didn't see any other solution to that problem. I read
messages from thread 06776 in the dev list which seemed to me
inconclusive in that regard). 

Is it what I am supposed to do or do you know of another solution to
this problem?

Thanks

Pascal

On Fri, 2003-08-01 at 05:34, Aurelien Pernoud wrote:
> Please use the archive (www.mail-archive.com), this question has been
> answered many times, it's related to JDK 1.4.x only.
> 
> Pascal DeMilly a écrit :
> 
> > When loading a brand new jetspeed-1.4b5.war (same with b4) I get the
> > following error message in my Jetspeed documentation portlet for
> > example.
> >
> > problem in SAX transform:
> > org.apache.xml.utils.WrappedRuntimeException:
> > The output format must have a
> > '{http://xml.apache.org/xalan}content-handler' property!
> >
> > Any ideas what I need to do to fix that error?
> >
> > TIA
> >
> > Pascal
> 
> 
> -
> 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: Problem in some portlet:K@N@!:

2003-08-02 Thread Aurelien Pernoud

Right now I don't know any other solution, as i'm not directly concerned by
this bug (I'm running under JDK 1.3.1 here) as the problem seems to come
with the default integrated xml parser in JDK 1.4.2

There are some possible answers in this bug (directly related to JDK 1.4.2)
:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21131

Aurelien

Pascal DeMilly a écrit :
>
> Is it what I am supposed to do or do you know of another solution to
> this problem?


-
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]



Problem in some portlet:K@N@!:

2003-08-02 Thread Pascal DeMilly
When loading a brand new jetspeed-1.4b5.war (same with b4) I get the
following error message in my Jetspeed documentation portlet for
example.

problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException:
The output format must have a
'{http://xml.apache.org/xalan}content-handler' property!

Any ideas what I need to do to fix that error?

TIA

Pascal


-
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]



ERROR: org.xml.sax.driver not specified:K@N@!:

2003-08-02 Thread Phadnis, Vivek

I have installed jetspeed-1.4-b4 along with the tutorials.
I am seeing some strange behavior with some of the portlets e.g BBC =
World News,=20
Some time I can see the portal correctly, some time I see error
=20
BBC World News=20
problem in SAX transform: org.xml.sax.SAXException: System property =
org.xml.sax.driver not specified =20
=20
I am not sure what exactly is missing, this behavior is not consistent.

any suggestions?
Vivek

-
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: Problem in some portlet:K@N@!:

2003-08-02 Thread Aurelien Pernoud
Please use the archive (www.mail-archive.com), this question has been
answered many times, it's related to JDK 1.4.x only.

Pascal DeMilly a écrit :

> When loading a brand new jetspeed-1.4b5.war (same with b4) I get the
> following error message in my Jetspeed documentation portlet for
> example.
>
> problem in SAX transform:
> org.apache.xml.utils.WrappedRuntimeException:
> The output format must have a
> '{http://xml.apache.org/xalan}content-handler' property!
>
> Any ideas what I need to do to fix that error?
>
> TIA
>
> Pascal


-
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: Problem in some portlet:K@N@!:

2003-08-02 Thread Gokul Poduval
Look at Jetspeed Bugzilla Bug 21131.

On Fri, 2003-08-01 at 20:51, Pascal DeMilly wrote:
> Aurelien,
> 
> I looked on the archive as you suggested and apart from downgrading java
> jdk to 1.4.1 I didn't see any other solution to that problem. I read
> messages from thread 06776 in the dev list which seemed to me
> inconclusive in that regard). 
> 
> Is it what I am supposed to do or do you know of another solution to
> this problem?
> 
> Thanks
> 
> Pascal
> 
> On Fri, 2003-08-01 at 05:34, Aurelien Pernoud wrote:
> > Please use the archive (www.mail-archive.com), this question has been
> > answered many times, it's related to JDK 1.4.x only.
> > 
> > Pascal DeMilly a écrit :
> > 
> > > When loading a brand new jetspeed-1.4b5.war (same with b4) I get the
> > > following error message in my Jetspeed documentation portlet for
> > > example.
> > >
> > > problem in SAX transform:
> > > org.apache.xml.utils.WrappedRuntimeException:
> > > The output format must have a
> > > '{http://xml.apache.org/xalan}content-handler' property!
> > >
> > > Any ideas what I need to do to fix that error?
> > >
> > > TIA
> > >
> > > Pascal
> > 
> > 
> > -
> > 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]



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



RE: Book/extensive documentation on Jetspeed wanted:K@N@!:

2003-08-02 Thread Jorgen Skogstad
Anyone know who the author was? If so we could just
contact him. He should be able to assist. Moreover
get some lother publisher to do it .. or publish
it himself. :) We have some small pringting
companies that enables individual publishing. Pretty
cool!

/jØRGEn!..

On Fri, 1 Aug 2003, Jason Weiss wrote:

> There was a pending book from Wrox Press, but since they went out of
> business I'm not sure if another publisher picked up the manuscript.
>
>
> Jason
>
> -Original Message-
> From: Jesús María Román Ruiz del Moral [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 01, 2003 2:09 AM
> To: [EMAIL PROTECTED]
> Subject: Book/extensive documentation on Jetspeed wanted
>
>
> Hi, friends:
>
> Does anybody know about a good book on creating portals with Jetspeed? I
> have just read the tutorial from its home page, and, though a good
> starting point, I need more...
>
> Thnx.
>
>
> Jesús María
>
> -
> 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: Book/extensive documentation on Jetspeed wanted:K@N@!:

2003-08-02 Thread Weaver, Scott
I have been approached by Manning to do one and there are a couple of other developers 
that will be co-authoring it with me.  We are waiting to get a fully-functional 
version of J2 out the door before we start writing it though.

*===*
* Scott T Weaver    *
* Jakarta Jetspeed Portal Project   *
* [EMAIL PROTECTED] *
*===*
  


> -Original Message-
> From: Jason Weiss [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 01, 2003 11:16 AM
> To: 'Jetspeed Users List'
> Subject: RE: Book/extensive documentation on Jetspeed wanted
> 
> There was a pending book from Wrox Press, but since they went out of
> business I'm not sure if another publisher picked up the manuscript.
> 
> 
> Jason
> 
> -Original Message-
> From: Jesús María Román Ruiz del Moral [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 01, 2003 2:09 AM
> To: [EMAIL PROTECTED]
> Subject: Book/extensive documentation on Jetspeed wanted
> 
> 
> Hi, friends:
> 
> Does anybody know about a good book on creating portals with Jetspeed? I
> have just read the tutorial from its home page, and, though a good
> starting point, I need more...
> 
> Thnx.
> 
> 
> Jesús María
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



RE: Book/extensive documentation on Jetspeed wanted:K@N@!:

2003-08-02 Thread Jason Weiss
There was a pending book from Wrox Press, but since they went out of
business I'm not sure if another publisher picked up the manuscript.


Jason

-Original Message-
x-sender: Jesús María Román Ruiz del Moral From:  Jesús María Román Ruiz del Moral 
[mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2003 2:09 AM
x-receiver: [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject: Book/extensive documentation on Jetspeed wanted
Subject: Book/extensive documentation on Jetspeed wanted:[EMAIL PROTECTED]@!:


Hi, friends:

Does anybody know about a good book on creating portals with Jetspeed? I 
have just read the tutorial from its home page, and, though a good 
starting point, I need more...

Thnx.


  Jesús María

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



RE: Book/extensive documentation on Jetspeed wanted:K@N@!:

2003-08-02 Thread Weaver, Scott
That could be a collector's item some day.  You might even see it on e-bay :p


*===*
* Scott T Weaver    *
* Jakarta Jetspeed Portal Project   *
* [EMAIL PROTECTED] *
*===*
  


> -Original Message-
> From: Massimiliano Dessi [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 01, 2003 11:57 AM
> To: Jetspeed Users List
> Subject: Re: Book/extensive documentation on Jetspeed wanted
> 
> I want this book with a autographs of the authors (the fathers of
> Jetspeed1-2)
> :-)
> 
> - Original Message -
> From: "Weaver, Scott" <[EMAIL PROTECTED]>
> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
> Sent: Friday, August 01, 2003 5:53 PM
> Subject: RE: Book/extensive documentation on Jetspeed wanted
> 
> 
> I have been approached by Manning to do one and there are a couple of
> other
> developers that will be co-authoring it with me.  We are waiting to get a
> fully-functional version of J2 out the door before we start writing it
> though.
> 
> *===*
> * Scott T Weaver *
> * Jakarta Jetspeed Portal Project *
> * [EMAIL PROTECTED] *
> *===*
> 
> 
> 
> > -Original Message-
> > From: Jason Weiss [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 01, 2003 11:16 AM
> > To: 'Jetspeed Users List'
> > Subject: RE: Book/extensive documentation on Jetspeed wanted
> >
> > There was a pending book from Wrox Press, but since they went out of
> > business I'm not sure if another publisher picked up the manuscript.
> >
> >
> > Jason
> >
> > -Original Message-
> > From: Jesús María Román Ruiz del Moral [mailto:[EMAIL PROTECTED]
> > Sent: Friday, August 01, 2003 2:09 AM
> > To: [EMAIL PROTECTED]
> > Subject: Book/extensive documentation on Jetspeed wanted
> >
> >
> > Hi, friends:
> >
> > Does anybody know about a good book on creating portals with Jetspeed? I
> > have just read the tutorial from its home page, and, though a good
> > starting point, I need more...
> >
> > Thnx.
> >
> >
> >   Jesús María
> >
> > -
> > 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]


How to fix the SAX exception with jdk1.4.2

2003-08-02 Thread Ramiro Rinaudo
To fix the SAX problem do this.
Declare an eviroment variable named JAVA_ENDORSED_DIRS pointing to your
%TOMCAT_HOME%\commons\endorsed
then copy:
xml-apis.jar
xalan-2.3.1.jar
xerces-2.0.2.jar
xercesImpl.jar
xml-apis-2.0.2.jar

from the webapp/jetspeed/web-inf/lib
into the endorsed directory.

For windows users, don't run tomcat from the start menu cause this link
doesn't use the JAVA_ENDORSED_DIR property, run tomcat from
tomcat/bin/startup.bat

This happens cause the jdk 1.4.2 has an implementation of XML parser, that
doesn't work with rss.
Doing this you will overide the default xml parser with the ones you have to
use.

I think this is helpfull so I post it.

Good Luck
Ramiro Rinaudo

- Original Message -
From: "John Wubbel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, July 31, 2003 12:51 PM
Subject: Terms of Use


> Hi All,
>
> I would like to ask if anybody has a good suggestion for showing a
> portals Legal Disclaimer or Terms of Use document to a 1st time user of
> the portal. This inquiry is a reference to message
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg05276.html
>
> RE: How to Maximize a portlet programatically
>
> So far, I created a Velocity portlet and a legal.vm and I thought it
> would be a fairly easy task to force the portlet to go into a Maximized
> mode immediately, allow the user to read the policy and Accept the
> terms, close the portlet after which there would be no further need to
> view the terms on future logins if the user agreed to the terms.
>
> In the above reference message, I was not clear on exactly how the
> implementation solved the same problem. I have tried using David's
> suggestion:
>
> JetspeedLink link = JetspeedLinkFactory.getInstance(rundata);
> DynamicURI duri = link.getAction("controls.Maximize");
> JetspeedLinkFactory.putInstance(link);
> rundata.setRedirectURI(duri.toString());
>
> But I have not been able to make it work. My preference is not to show the
> other portlets until acceptance, however a maximized portlet is good
enough.
> Perhaps I am not putting this code in the right place. Using the above the
> portlet displays in its normal location but not maximized.
>
> I thank you in advance for any comments or help in getting this to work.
>
> John Wubbel
> John Wubbel Consultancy, Inc.
>
>
> -
> 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]