RE: use application portlet

2001-06-22 Thread David Sean Taylor
I believe the "ApplicationsPortlet" was for full-screen portlets. The Jetspeed release doesn't have any specific frame support, although it wouldn't be too hard to write a frame controller. (Im not recommending using frames...) I've seen it done, but the source will not be donated back to open so

RE: InstantiationException: ServiceBroker: unknown service PoolService requested

2001-06-22 Thread David Sean Taylor
001-06-22 09:37:31 - Ctx( /jetspeed ): Exception in: R( /jetspeed + /portal + / ) - org.apache.turbine.services.InstantiationException: ServiceBroker: unknown s ervice PoolService requested at org.apache.turbine.services.BaseServiceBroker.getServiceInstance(Base ServiceBroker.java:356)

RE: Jetspeed/Slide integrations..

2001-06-22 Thread David Sean Taylor
Search the mailing list. We've discussed it a few times, but I don't think anyone ever did anything. - David Sean Taylor [EMAIL PROTECTED] - http://jakarta.apache.org/jetspeed - > ---

RE: Jetspeed customization

2001-06-22 Thread David Sean Taylor
Hi Atul, > the Jetspeed Administrator. Hence top/bottom part of the > screen already get > defined. Portal user can only customize the portlet > generated/OCS content. Yes, that is correct. The "top/bottom part" that you referenced are navigations. They are navigations. See the turbine docs for

Re: closing portlet

2001-06-22 Thread Frans Thamura
There is no closing portlet, portlet is an object. Frans -Original Message- From: vinayak kuamr maheswari <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: Thursday, June 21, 2001 3:29 PM Subject: closing portlet hi frans, can u plz tell me how to close a portlet, as

Jetspeed/Slide integrations..

2001-06-22 Thread Sony Joseph
Hi, Has anyone tried to integrate Slide and jetspeed ? - Sony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

problems with the src tree

2001-06-22 Thread Gilmour Sean-WSG014
Hi all, I have downloaded the src tree of jetspeed-1.3a1 and when I edit the the files ascii files they have ^M on the end, ie they have been ftp'd in bin mode. So I downloaded it again and ( jetspeed-1.3a1-src.tar.gz ) then unzip it untar it and they are still in binary format. Is this m

use application portlet

2001-06-22 Thread Jacky ESAYAG
i saw there's is an application portlet which is currently disabled at the moment... and was wondering, since i have an independent Perl application, if i would be able to use that portlet to display my application inside my jetspeed as if it were a frame so that every link remains inside the app

RE: URGENT: please add this fix in CVS

2001-06-22 Thread David Sean Taylor
> > The script found in turbine is probably the best to use since Jetspeed > AFAIK doesn't have any special modifications to the Turbine model. The scripts are generated by Torque. I'd like to distribute Torque with Jetspeed, so that people can generate their own scripts. The alternative is for u

RE: OracleDriver not implemented

2001-06-22 Thread David Sean Taylor
> > Well, SURPRISE! > Surprise what? The problem is not with the Turbine code, its with the Jetspeed scripts that are not up-to-date. If you look at the Hypersonic DB tables that come with the Jetspeed distribution, you will see that it has an ID_TABLE. I used Jetspeed + Oracle with my last pro

RE: OracleDriver not implemented

2001-06-22 Thread David Sean Taylor
> > Exception: > org.apache.turbine.util.security.DataBackendException: > > > Failed to create account 'blowagie': ORA-00942: table or > view does not > > exist > > > > The table doesn't exist in the schema you logged on to. > > What table? So its the ID_TABLE that is not being found.

InstantiationException: ServiceBroker: unknown service PoolService requested

2001-06-22 Thread Bardet Emmanuel-ebardet1
Dear Jetspeed users and developers, I am experiencing an instantiation exception that I can't work out and I am writing to you as my last resort. Please have a look at the following output (sorry for its length) and send me your comments, suggestions. I really look forward to hearing from you.

Re: URGENT: please add this fix in CVS

2001-06-22 Thread Bruno Lowagie
Raphaël Luta wrote: > > Thanks for all the work you did in debugging the Oracle support, it's very > important issue that I have no way of testing ! Thank YOU for listening to my problems. I wrote a Free Software/Open Source library myself (http://www.lowagie.com/iText/) and I know how difficult

Re: URGENT: please add this fix in CVS

2001-06-22 Thread Raphaël Luta
Bruno Lowagie wrote: > Bruno Lowagie wrote: > >>This changes the error: >>ORA-00942: table or view does not exist >>into the error: >>The table TURBINE_USER does not have a proper entry in the ID_TABLE >> > > After rebooting, restarting, etc... > I don't get this error anymore... > I'm puzzled.

Re: URGENT: please add this fix in CVS

2001-06-22 Thread Bruno Lowagie
Bruno Lowagie wrote: > > This changes the error: > ORA-00942: table or view does not exist > into the error: > The table TURBINE_USER does not have a proper entry in the ID_TABLE After rebooting, restarting, etc... I don't get this error anymore... I'm puzzled... Now I'm going to take a look at

URGENT: please add this fix in CVS

2001-06-22 Thread Bruno Lowagie
In jakarta-jetspeed/src/sql/external/turbine-oracle.sql You should add the scheme for an extra table: - -- ID_TABLE - drop table ID_TABLE cascade

Re: OracleDriver not implemented

2001-06-22 Thread Bruno Lowagie
Bruno Lowagie wrote: > > David Sean Taylor wrote: > > > > I would be very surprised if Turbine doesn't work correctly with Oracle Well, SURPRISE! I got rid of the 'ORA-00942: table or view does not exist' error after adding some scripts (see below (1)). Please mention those scripts in your

Re: OracleDriver not implemented

2001-06-22 Thread Bruno Lowagie
David Sean Taylor wrote: > > I would be very surprised if Turbine doesn't work correctly with Oracle > > Looking at your stack trace, it looks to me like an obvious database > configuration problem: > > > Exception: org.apache.turbine.util.security.DataBackendException: > > Failed to

Re: help with DB2 and jetspeed

2001-06-22 Thread FWC Stylist Hong Wong
Hi James I don't know if this is the cause of your problem but I never use long file/directory names in my classpaths - it has caused me grief in the past. I've found 2 ways of getting around this in the past: 1) Put double quotes in, e.g. instead of specifying C:\Program Files\SQLLIB\java\run

Screens Customization

2001-06-22 Thread JETSPEED-JG
Hi, In now days, customization portlet only can modify the home screen. Well, my problem is, how can i to customize any screen whith portlet customization and what are the changes that i have to do. Thanks. P.D. E-mails to [EMAIL PROTECTED] and [EMAIL PROTECTED] ___