Re: Pass parameters from JSPPortlet to the JSP

2002-09-26 Thread Marian Skalsky
Hi Erzhuam! Which version of JetSpeed did you use and got null? Thx. $kala. - Original Message - From: Mike Zhou [EMAIL PROTECTED] To: Jetspeed Users List [EMAIL PROTECTED]; [EMAIL PROTECTED]; Marc Moree [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, September 26, 2002 1:15 AM

Re: Help, DB2 integration problem #2

2002-09-26 Thread Marian Skalsky
Hi Philipp! This will NOT help you, but I have JetSpeed 1.4b1 successfuly working with ORACLE database and had no problems with scripts provided. $kala. - Original Message - From: Philipp Schoepf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, September 25, 2002 6:52 PM Subject:

Re: How I can to create a new porlets ?

2002-09-26 Thread Marian Skalsky
Hi Adriana! As I know how was the JS totaly baffling for me when I started to work with it, I decided to help you. Despite I think, there is quite lot of *newbie* stuff around if you know where to search (it looks you don't), and you should first start to dig in e.g. mailing list archive

R: Status on Tomcat 4.x

2002-09-26 Thread Dariush Behboudi
On Tomcat3.2.3 everything works fine, If you need this feature you can consider to use this tomcat version. Unfotunately i need Tomcat4.0.4 so I'll take a look trying to find the problem ;- Dariush. -Messaggio originale- Da: Marian Skalsky [mailto:[EMAIL PROTECTED]] Inviato: giovedì

Informix JDBC Driver and Jetspeed

2002-09-26 Thread Nikodemus Kumber
Hi all, I have trouble with my Jetspeed(1.4b1)-Informix connection. The problem is the unknow JDBC driver of Informix. The driver ifxjdbc.jar is in my system classpath and I copied into WEB-INF/lib of jetspeed under tomcat. Could anyone tell me, what's wrong with my connection. I got follow

Re: jetspeed and xerces-2.0

2002-09-26 Thread Paul Spencer
Gopi, I have replaced Xerces 1.4.4 with Xerces 2.1.0 and rebuild Jetspeed. This seems to work :-) Some more testing needs to be done before committing. I suggest load Jetspeed from the CVS and replace lib/xerces-1.1.4.jar with xercesImpl.jar and xmlParserAPIs.jar from Xerces 2.1.0. Please

Jetspeed documentation

2002-09-26 Thread Don Clark
Please keep width to a size that will print. Most of the doc pages are wider than will print even in landscape, plus they are harder to read.

Re: How to start

2002-09-26 Thread Alex McLintock
What I can use as a starting point to make my jetspeed portal ? The problem is the sample who comes with jetspeed has many features so I am felling lost. Just take one of the portlets most close to what you want and start to modify that one. Eg the Velocity portlet if you are a

RE: Help, DB2 integration problem #2

2002-09-26 Thread David Sean Taylor
Sorry about the DB2 scripts. I tested on Hypersonic, MySQL and Oracle. Do you know if DB2 has a free database download that I can test on? I think I could get it fixed fairly quickly... -Original Message- From: Marian Skalsky [mailto:[EMAIL PROTECTED]] Sent: 26 September 2002 07:35

Failed to retrieve user 'anon': ORA-00904: invalid column name

2002-09-26 Thread Marian Skalsky
Hi there! I'm moving from 1.4b1 to night build 22-9-2002 working with ORACLE 8.17 and I'm getting this exception when starting JetSpeed: Horrible Exception: org.apache.jetspeed.services.security.LoginException: Failed to get anonymous user: org.apache.jetspeed.services.security.UserException:

RE: Re[2]: How to start

2002-09-26 Thread David Sean Taylor
The Jetspeed database is configured in webapp/WEB-INF/conf/Torque.properties database.default.driver=org.hsql.jdbcDriver database.default.url=jdbc:HypersonicSQL:${webappRoot}/WEB-INF/db/jetspeed database.default.username=sa database.default.password= Usually the best place to start is to modify

RE: Failed to retrieve user 'anon': ORA-00904: invalid column name

2002-09-26 Thread David Sean Taylor
It seems strange that Oracle would give an invalid column name. Can you go into SQLPLUS and type DESCRIBE TURBINE_USER and see the OBJECTDATA column there? What data type does it show? Ive had problems with security-schema.xml: column name=OBJECTDATA type=VARBINARY/ generating

Re: jetspeed and xerces-2.0

2002-09-26 Thread Gopi Kandaswamy
Hi Paul, I don't know how to thank you enough for this. I will use the new jetspeed and report any problems. Thanks once again, --GK On Thursday 26 September 2002 02:51 am, Paul Spencer wrote: Gopi, I have replaced Xerces 1.4.4 with Xerces 2.1.0 and rebuild Jetspeed. This seems to work

Disabling RSS daemons

2002-09-26 Thread EMike
Hi all. I just noticed that my IP was banned from slashdot.org. Rob O. from slashdot told me that i downloaded too much RSS pages, so i understood... I have just a little question : How can i completely disable RSS daemons in Jetspeed ? Thanks !

how to refresh

2002-09-26 Thread Massimiliano Dessi
Hi all, any idea how I can refresh from code the page depending on some variables into the request. I'll try to explain better: I'm trying to change the language in the page and it happens successfully but only after a refresh. It sets the new language but it build the page before the new

Role for the unlogged user, othr questions

2002-09-26 Thread Dariush Behboudi
Another question: I'm trying also to change role permissions using the 'Security role browser', but nothing seems to change accessing portlets using modifing role permissions (maybe am I making a mistake?). I would prefer to use role-based permissions (defined in the security role browser)

sso for turbine apps!

2002-09-26 Thread rhodespc
I thought I should post to jetspeed also I just wrote a really cool infrastructure for sso that I will be using to provide sso for jetspeed and two other turbine applications that I have written. I will release it to the jetspeed and turbine community. I only need one question to be answered.

Portal to a legacy system

2002-09-26 Thread Danilo Luiz Rheinheimer
Hello, I am in the process of use Jetspeed to create a portal to a legacy system (wrote in Delphi who uses a Oracle database). This system controls a university, and is used by his professors, students and employees. The question I have is how make the login of this users on Jetspeed ? All

Re: Help, DB2 integration problem #2

2002-09-26 Thread Thomas Marsh
try this link: http://www14.software.ibm.com/webapp/download/category.jsp?s=ccat=data free developers edition. otherwise go to www.software.ibm.com/db2 and then downloads. HTH David Sean Taylor wrote: Sorry about the DB2 scripts. I tested on Hypersonic, MySQL and Oracle. Do you know