Re: BASICAuthIFramePortlet

2003-11-04 Thread Jacob Kjome
hods return the data in, so you'll have to test it yourself. Jake On Tue, 2003-11-04 at 19:13, Jacob Kjome wrote: > Hi Paul, > > At 05:56 PM 11/4/2003 +0100, you wrote: > > > >I have a few questions about BASICAuthIFramePortlet, I wonder if anyone > >can help. >

Re: BASICAuthIFramePortlet

2003-11-04 Thread Jacob Kjome
Hi Paul, At 05:56 PM 11/4/2003 +0100, you wrote: I have a few questions about BASICAuthIFramePortlet, I wonder if anyone can help. How come its in the src tree in b4 but i cant find it in the jar files ? No idea. Haven't checked out the latest binaries. If i redirect to a JSP page, how can on

RE: Eclipse plugin for Pluto

2003-10-26 Thread Jacob Kjome
crimson. Unfortunately, I was not able to do > that. I am still unable to pin point the problem because the xerces jar > file that comes with Pluto actually specify the DocumentBuilderFactory > implementation in the META-INF.services, yet, crimson is still being > used. > >

Re: Eclipse plugin for Pluto

2003-10-25 Thread Jacob Kjome
At 12:51 AM 10/25/2003 -0400, you wrote: Good day, I managed to put together a simple Eclipse plugin for Pluto. The plugin comes with a wizard that can create the Pluto portal project and install it on Tomcat 4.1, it also comes with a sample portlet. If you are interested, please visit http://plut

Re: Log4j and JBoss?

2003-10-21 Thread Jacob Kjome
At 12:58 AM 10/21/2003 -0500, you wrote: Dear group, I run jetspeed 1.4b5-dev (CVS) and when the JBoss application server starts loading my portal.war file the logging stops within JBoss completly and only uses the log4j settings in my jetspeed web app. Anybody know what I can do to make

Re: Can not compile Tutorial

2003-09-11 Thread Jacob Kjome
Place the latest junit.jar in ANT_HOME/lib. Download from... http://www.junit.org/ Jake At 02:00 PM 9/11/2003 -0400, you wrote: Hi, I am now to jetspeed. I install jetspeed. It works fine. I am trying tutorial, but I can not compile them, I can not find those files: import junit.framework.Test; i

Re: IFrames/Security

2003-08-28 Thread Jacob Kjome
At 08:46 AM 8/28/2003 -0400, you wrote: We will have a Portal box for the portal. Some of the portlets will be IFrames to a application server (EAServer) box. How can we disable access to the EAServer box from everywhere except the portal box? That's not really possible unless you proxy all reque

RE: datasourcefactory issue

2003-08-20 Thread Jacob Kjome
At 12:52 PM 8/20/2003 -0500, you wrote: On another note... is there an easy way to have the site display a "friendly" error message, rather than this daunting Horrible Exception? Hi Gence, This is pretty simple. Just set the following up in your web.xml java.lang.Throwable /error.jsp

BASICAuthIFramePortlet contribution

2003-04-02 Thread Jacob Kjome
I know some people have been asking for the BASICAuthIFramePortlet that I described a while ago. I got the go-ahead from my company to contribute the code to Jetspeed. I posted the code to bugzilla as a Jetspeed enhancement. You can download the code from here... http://nagoya.apache.org/bugz

Re: Get User Password

2003-04-02 Thread Jacob Kjome
public ConcreteElement getContent(RunData runData) { String user = runData.getUser().getUserName(); String pass = runData.getUser().getPassword(); ... ... ... } Jake At 02:21 PM 4/2/2003 -0800, you wrote: Hey All, How do I get a user's password through Jetspeed? Thanks. Serg

RE: Jetspeed not deploying on Tomcat 4.1.24 LE

2003-03-28 Thread Jacob Kjome
keep control over the large number of packages used today. Greetings -----Oorspronkelijk bericht- Van: Jacob Kjome [mailto:[EMAIL PROTECTED] Verzonden: woensdag 26 maart 2003 17:04 Aan: Jetspeed Users List Onderwerp: Re: Jetspeed not deploying on Tomcat 4.1.24 LE One possible reason is tha

Re: Jetspeed not deploying on Tomcat 4.1.24 LE

2003-03-26 Thread Jacob Kjome
One possible reason is that Jetspeed uses XML extensively and may, improperly, use a specific XML parser. In this case, I would guess it might specifically use the Xerces parser. the LE version of Tomcat doesn't come with Xerces. It should be using the Interfaces and use whatever parser is

Re: Zope, SSO & Jetspeed

2003-03-22 Thread Jacob Kjome
I just wanted to note that I solved this issue by extending IFramePortlet and adding the current username/password to the URL such as Given in xreg config... https://www.myexternalsite.com/someapp/ After going through my custom IFramePortlet... https://someuser:[EMAIL PROTECTED]/someapp/ Note

Re: $l10n issue with latest CVS

2003-03-14 Thread Jacob Kjome
Hi Jon, >>Does anyone have any hints for me on why this works in CVS from >>2003-02-25 (and the 1.4b3 release, of course) but not in the CVS from 2003-03-12? >Are you using your own resource bundle as well as the stock resource >bundle? And are you using the ChangeLanguage portlet that lets you

Re: $l10n issue with latest CVS

2003-03-13 Thread Jacob Kjome
Does anyone have any hints for me on why this works in CVS from 2003-02-25 (and the 1.4b3 release, of course) but not in the CVS from 2003-03-12? Jake At 06:29 PM 3/12/2003 -0600, you wrote: Hi, I just grabbed the latest CVS and used it to build my portal against. I have a build that mimics the

$l10n issue with latest CVS

2003-03-12 Thread Jacob Kjome
Hi, I just grabbed the latest CVS and used it to build my portal against. I have a build that mimics the bluesunrise JPortal tutorial where it just merges modifications to the source of an existing Jetspeed portal. I'm having a problem where any velocity template that references a $l10n variable

Re[4]: Sessions and Restarting Jetspeed

2003-03-12 Thread Jacob Kjome
eems buggy in single-user mode so I would highly recommend, NOT using hsql for this reason. WS> -scott >> -Original Message- >> From: Jacob Kjome [mailto:[EMAIL PROTECTED] >> Sent: Wednesday, March 12, 2003 11:51 AM >> To: Jetspeed Users List >> Su

Re[2]: Sessions and Restarting Jetspeed

2003-03-12 Thread Jacob Kjome
Hello Ryan, Seems to me that when I ran into problems after restarting the app via the Tomcat manager app, the problem was that Jetspeed was not able to write stuff to the hsqldb database files because another process had a handle on those files. Restarting Tomcat fully resolves this issue. So, i

RE: obtaining User object when overriding the IFramePortlet getSource method???

2003-03-06 Thread Jacob Kjome
e user would have to customize the portlet to provide their credentials. Best regards, Mark Orciuch - [EMAIL PROTECTED] Jakarta Jetspeed - Enterprise Portal in Java http://jakarta.apache.org/jetspeed/ > -Original Message- > From: Jacob Kjome [mailto:[EMAIL PROTECTED] > Sent: T

obtaining User object when overriding the IFramePortlet getSource method???

2003-03-06 Thread Jacob Kjome
Hi, I'm wondering how I might obtain a handle on the JetspeedUser object when overriding the getSource() method of the IFramePortlet? The reason I need this is so that I can grab the logged-in user's username and password and send that info along with the URL that is configured via the .xreg file