Re: Building portlet-api version

2001-08-01 Thread Jason van Zyl
On 8/1/01 11:14 PM, "Thomas Schaeck" <[EMAIL PROTECTED]> wrote: > > We use the new Portlet API in Web Sphere Portal Server 1.2. What's the tag for the branch that contains the portlet API? > Best regards, > > Thomas > > Thomas Schaeck > WebSphere Portal Server Architect > IBM Pervasive Comp

Re: Building portlet-api version

2001-08-01 Thread Thomas Schaeck
We use the new Portlet API in Web Sphere Portal Server 1.2. Best regards, Thomas Thomas Schaeck WebSphere Portal Server Architect IBM Pervasive Computing Division Phone: +49-(0)7031-16-3479 Mobile: +49-(0)171-6928407 e-mail: [EMAIL PROTECTED] Fax: +49-(0)7031-16-4888 Address: IBM Deutsch

Re: Building portlet-api version

2001-08-01 Thread Dave Carlson
Thomas, Is the new Portlet Container API used within the current release of IBM's portal server, or is your current product still based on extensions to the existing Jetspeed API? -- Dave - Original Message - From: "Thomas Schaeck" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wedn

Re: Building portlet-api version

2001-08-01 Thread Thomas Schaeck
Rich, we have donated the Portlet Container code in the branch some time ago so that everybody can look at it, but we still have to integrate it with the CVS head. We intend to continue the integration work pretty soon, so that the new Portlet API can become a part of a JetSpeed release in fall

Building portlet-api version

2001-08-01 Thread Rich Smith
Can someone tell me how to build, and successfully use, the portlet-api branch version of jetspeed? I've checked it out from CVS, built it, and copied it to the tomcat directory. When I try to open the first page, I get a null pointer exception (see message below). I've duplicated the steps using

Re: Using an Applet in a HTML portlet

2001-08-01 Thread Jim O'Connor
Thanks Paul, that was the problem, I moved my classes up under jetspeed/classes and changed the CODEBASE... - Original Message - From: Paul Spencer <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 5:19 PM Subject: Re: Using an Applet in a HTML portlet > Jim,

Re: Using an Applet in a HTML portlet

2001-08-01 Thread Paul Spencer
Jim, Although I do not know the complete answer, I do know WEB-INF/... is not visible to the web! Try placing the applet in different directory. Paul Spencer Jim O'Connor wrote: > > I am trying to get a HTML portlet that points to a HTML file containing an applet to >work. > > I have the app

Using an Applet in a HTML portlet

2001-08-01 Thread Jim O'Connor
I am trying to get a HTML portlet that points to a HTML file containing an applet to work. I have the applet class in jetspeed/web-inf/classes. I set CODEBASE="web-inf/classes" in the html file. Tomcat shows a 404 error, and when the portlet displays the html page, I get a "could not load ap

Re: portlet how to

2001-08-01 Thread Dave Carlson
Graham, You need to have the jetspeed.jar in your classpath for javac while compiling. for example: set CLASSPATH=/jetspeed.jar javac HelloWorldPortlet.java - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 2:50 PM Subject: portlet ho

portlet how to

2001-08-01 Thread Graham . Forte
I am following the how to on bluesunrise. I wrote the sample portlet , at D:\Apache\tomcat\webapps\jetspeed\apidocs\org\apache\jetspeed\portal\portlet s Then added this to jetspeed-config.jcfg: org.apache.jetspeed.portal.portlets.HelloWorldPortlet Then I compiled HelloWorldPortlet.javac and got

Re: Full servlet style application as a portlet

2001-08-01 Thread Michael Sallman
Aaron Andersen wrote: > One thought that may be causing me problems is there was not a > $TOMCAT_HOME/webapps/jetspeed/classes directory so I created one and > put JobSubmit.class in that location. Might that be my problem? Would > I be better off making this into a jar and putting it in jetspeed/

vm or jsp ?

2001-08-01 Thread Vincent Bonamy
Hello, I try to change the look of my portlet, I modify so files in "jetspeed/WEB-INF/templates/jsp/layouts/html/*" and"jetspeed/WEB-INF/templates/jsp/navigation/html/*" . At the beginning it was ok but now I find back the oldest look of jetspeed. I think it becomes from "jetspeed/WEB-INF/t

Re: Full servlet style application as a portlet

2001-08-01 Thread Chris Kimpton
Hi, > > > > > Is it on the root context - ie if you specify no directory in > your > > url, does it loads jetspeed? > > > > Is it in the webapps directory of tomcat? > > I have it installed in the webapps directory > $TOMCAT_HOME/webapps/jetspeed. > I just took the default installation and pu

Re: closed network use for development

2001-08-01 Thread Paul Spencer
Graham, Remove, or comment out, the associated in WEB-INF/conf/portlets.xreg. Also disable the Content feeds in WEB-INF/conf/JetspeedResources.properties. Paul Spencer [EMAIL PROTECTED] wrote: > > Hi, I have installed Jetspeed on a closed (no external internet > access)network. I am atemptin

Re: error

2001-08-01 Thread Paul Spencer
Sumit, Based on the error messages, the problem is with content feeds. These are define in JetspeedResources.properties. Disable the feeds you do not need. What platform are you using? Hardware and OS? Paul Spencer Sumit Ranjan wrote: > > hi paul... > u were right it was an error with the je

closed network use for development

2001-08-01 Thread Graham . Forte
Hi, I have installed Jetspeed on a closed (no external internet access)network. I am atempting to rid myself of the following errors: [Service Control] Started 24 services [Default] JBoss 2.2.2 Started in 0m:16s [EmbeddedTomcat] initializing service: ThreadPool Error=The following URL couldn't be

Re: howto question...managing portlet navigation

2001-08-01 Thread Stan Pinte
At 17:53 01/08/2001 +0200, you wrote: >hello, > >I have a jetspeed portal application, which includes a >ServletInvokerPortlet. This is good. > >But if I click on a link on my Portlet, it returns an HTML answer, out of >the other jetspeed porlets. > >How would it be possible to maintain these

Re: error

2001-08-01 Thread Sumit Ranjan
hi paul... u were right it was an error with the jetspeed.rss url. the url was spelled Jetspeed.rss . so now, that error is eliminated...however there is another entry relating to SAX transformation in my log [Wed Aug 01 21:35:42 GMT+05:30 2001] -- ERROR -- Exception: java.io.IOException:

howto question...managing portlet navigation

2001-08-01 Thread Stan Pinte
hello, I have a jetspeed portal application, which includes a ServletInvokerPortlet. This is good. But if I click on a link on my Portlet, it returns an HTML answer, out of the other jetspeed porlets. How would it be possible to maintain these user interaction withing the jetspeed framewor

Re: turbine error

2001-08-01 Thread Vidakovic Aleksandar
I have the same problem, but I think it apears only when I restart tomcat... At least it doesn't break anything (?!?!). Aleks Sumit Ranjan wrote: >hi all! > the following error comes in my log... > can anybody please tell me what is it attributed to??? > > Wed Aug 01 19:51:09 GMT+05:30 2001

Re: Full servlet style application as a portlet

2001-08-01 Thread Aaron Andersen
Chris Kimpton wrote: > > Hi, > > --- Aaron Andersen <[EMAIL PROTECTED]> wrote: > > Chris, > > > > Thanks for the info. However, I have tried changing the action > > to /jetspeed. I then get a 404 not found. Do I need to add > > somthing to the config of tomcat in server.xml? > > > > How have

Re: error

2001-08-01 Thread Paul Spencer
Sumit, Based on the following error messages, it appears their is a RSS portlet defined, but the configuration is incomplete. Probably a missing in the ? ERROR -- RSSPortlet: Couldn't parse out XML document -> file:null Exception: java.io.FileNotFoundException: null (The system cannot find t

Re: error

2001-08-01 Thread Sumit Ranjan
hi paul ! first of all let me thank you for your continual support...in fact u r always the first one to reply to my SOS calls well as advised by you...i checked my jetspeed.log and tomcat log files... in jetspeed.log there were the following errors whose reasons i could not pinpoint

Jetspeed as Front End

2001-08-01 Thread John Menke
I have been working with JBuilder5 and Borland's InternetBeans technology for developing servlets. Is it possible to use Jetspeed as a "Front End" for this content? Would I have to create my own portlet or would one of the existing portlets be good enough? --john ---

AW: Error rendering jetspeed content

2001-08-01 Thread Gerd Klevesaat
Thanks Paul. That's what i needed. I'm happy again :-) Bye Gerd -Ursprüngliche Nachricht- Von: Paul Spencer [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 1. August 2001 16:02 An: [EMAIL PROTECTED] Betreff: Re: Error rendering jetspeed content See the following http://www.mail-archi

turbine error

2001-08-01 Thread Sumit Ranjan
hi all! the following error comes in my log... can anybody please tell me what is it attributed to??? Wed Aug 01 19:51:09 GMT+05:30 2001] -- ERROR -- TurbineUser.valueUnbobund(): Failed to save user object [Wed Aug 01 19:51:09 GMT+05:30 2001] -- ERROR -- Exception: org.apache.turbine.util

Re: Full servlet style application as a portlet

2001-08-01 Thread Chris Kimpton
Hi, --- Aaron Andersen <[EMAIL PROTECTED]> wrote: > Chris, > > Thanks for the info. However, I have tried changing the action > to /jetspeed. I then get a 404 not found. Do I need to add > somthing to the config of tomcat in server.xml? > How have you got jetspeed installed? Is it on the roo

Re: error

2001-08-01 Thread Paul Spencer
Sumit, Are their a corresponding messages in the tomcat log files? Are their a corresponding messages in the Jetspeed log file? The message is related to XML and XSL translation. Some of the configuration files XML files, so their may be a missing element there. Paul Spencer Sumit Ranjan wrote

grid portletcontroller

2001-08-01 Thread Sumit Ranjan
hi ! has anybody used the gridportletcontroller ? if yes can u please send me your corresponding .psml file entry to show how to use it ? TIA Sumit Ranjan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

error

2001-08-01 Thread Sumit Ranjan
my tomcat console shows the following error on startup(though it runs ok afterwards...) SystemId Unknown; Line 12; Column 15; javax.xml.transform.TransformerException at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.j ava:1 2) at org.apache.xalan.trans

Re: Error rendering jetspeed content

2001-08-01 Thread Paul Spencer
See the following http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg00778.html Paul Spencer Gerd Klevesaat wrote: > > Hi, > > Here's a newbie question again (I guess you've heard the question a many > times before): > > I have trouble rendering the jetspeed content. > After sele

Re: howto include own portlet in jetspeed 1.3a1?

2001-08-01 Thread Edmund Urbani
I just solved that problem. Here is what I did wrong: I develop java-programs on two machines. 1 is a linux server, the other currently runs windows. They both share a common CLASSPATH for my own classes, but they do not share the /jdk/jre/lib/ext directory. I copied Jetspeed's jar-files into

Error rendering jetspeed content

2001-08-01 Thread Gerd Klevesaat
Hi, Here's a newbie question again (I guess you've heard the question a many times before): I have trouble rendering the jetspeed content. After selecting the jetspeed content portlet in the customizer an error message is displayed when rendering: org.apache.turbine.util.TurbineException: Erro

howto include own portlet in jetspeed 1.3a1?

2001-08-01 Thread Edmund Urbani
Hi! I made this Hello-World portlet (example from portlet tutorial): --- package emu.test.jetspeed; import org.apache.jetspeed.portal.portlets.AbstractPortlet; import org.apache.turbine.util.RunData; import org.apache.ecs.*; public class HelloWorldPortlet extends A

Re: 1 user = 2 PSML or more

2001-08-01 Thread Raphaël Luta
Paul Spencer wrote: > localhost:8080/jetspeed/portal/news > http://localhost:8080/jetspeed/portal/page/news or if you specifically want to tie a template to a PSML resource without letting the Profiler match the best one for you: /WEB-INF/templates/vm/screens/Detail.vm: $jetspeed.getPane("ne

Re: 1 user = 2 PSML or more

2001-08-01 Thread Paul Spencer
localhost:8080/jetspeed/portal/news Paul Spencer Frans Thamura wrote: > > Hi all, I need your help. > > I find there is a news.psml and default.psml from anon > directory. > > I think I want to used news.psml but using another > screens template. > > So if I execute > > localhost:8080/jetsp

1 user = 2 PSML or more

2001-08-01 Thread Frans Thamura
Hi all, I need your help. I find there is a news.psml and default.psml from anon directory. I think I want to used news.psml but using another screens template. So if I execute localhost:8080/jetspeed/template/Home will execute the default.psml if I execute localhost:8080/jetspeed/template/

Question "Template using JSP and Velocity"

2001-08-01 Thread Frans Thamura
Dear All, I need your feed back. If I create a template, I must put it on template/html directory, I think that is a must. is that right? So I can access it from localhost:8080/jetspeed/template/filename If the filename without extension, it execute vm directory, if the extension is .jsp, an

Re: VelocityPortlet vs TurbineScreenPortlet

2001-08-01 Thread Raphaël Luta
Sony Joseph wrote: > Hi, > > When would one use VelocityPortlet vs TurbineScreenPortlet. I am using > VelocityPortlet and set the template to say 'Welcome' and I also define a > screen class called welcome. The screen class doesn't get invoked ( which I > thought was the default behaviour

Re: A Horrible Exception - NewbeeQ

2001-08-01 Thread Vincent Bonamy
Paul Spencer wrote: > Vincent, > 3.3-m3 uniquely defines the version. I downloaded it on 22-jun-2001. My > platform is NT4. > > Paul Spencer > Very thanks Paul, Now, my jetspeed is working (cf earlier). vincent. - To unsub