RE: An input form portlet.

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Carlos A. Andrade Olmos [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 2:42 PM > To: [EMAIL PROTECTED] > Subject: An input form portlet. > > > > Hello list: > > I'm new to Jetspeed, as you'll see after reading my question. > > I'm trying to buil

An input form portlet.

2002-11-26 Thread Carlos A. Andrade Olmos
Hello list: I'm new to Jetspeed, as you'll see after reading my question. I'm trying to build a small protoype of a portal. Jetspeed seems like the ideal tool for that, however i've been unable to create a portlet with a form in it to feed the database (could be as simple as "name", "last na

PAR <> Portlet Archive but...

2002-11-26 Thread Frans Thamura
Hi.. alll, Provisioning ARchive (PAR)-This is a file format that standardizes the way in which rich client applications and content is packaged and submitted to the provisioning portal. This file format ensures that developers can provision their applications or content through any server that

RE: dynamic pane population upon startup?

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Eric White [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 2:51 PM > To: Jetspeed Users List > Subject: RE: dynamic pane population upon startup? > > > not exactly what I was looking for. I've got a customized DBBrowser > portlet working already (t

RE: dynamic pane population upon startup?

2002-11-26 Thread Eric White
not exactly what I was looking for. I've got a customized DBBrowser portlet working already (thanks to immense mysql config help from this list). I want to pre-populate a pane with an arbitrary number of portlets, based on a database query -- not seed a pane with two portlets that can do database

RE: dynamic pane population upon startup?

2002-11-26 Thread David Sean Taylor
Take a look at the Coffee db portlet in the demo-portlets.xreg: DatabaseBrowserTest Simple Test Database Browser Portlet Example database and then place a couple li

dynamic pane population upon startup?

2002-11-26 Thread Eric White
I'd like to define a single portlet then, upon startup, dynamically populate a pane with several instances of the aforementioned portlet, each driven with different configuration data (most likely driven from a database). Can anybody point me to reference material (or, better yet, example code) fo

Anyone created Skin with Scarab/Tigriss css style

2002-11-26 Thread EPugh
Hi all, We have based all our intranet apps on the Tigris/Scarab style sheet. This has worked very well, however now we are contemplating starting to integrate some apps using Jetspeed. Has anyone created a skin that uses/mimics the Tigris/Scarab stylesheet? Thanks, Eric Pugh

RE: Jar file containing new portlets that enhance IFrame and webr writing capabilities

2002-11-26 Thread Casimiro Lovato-Winston
Hi Moabi, You can set properties for the HTMLRewriter through the call to it's contructor. This is done in the BrowserServlet since it does the rewriting for the IFramePortlet. Look at the handleTextContent method. There are the settable boolean properties to configure the rewriter to remove javas

RE: Jar file containing new portlets that enhance IFrame and webr writing capabilities

2002-11-26 Thread Casimiro Lovato-Winston
Where are you setting the attributes? Are these in the URL? If the reference is to a jsp make sure that the attributes are part of the url for the jsp. I.e. not before the attribute name that declares a url to go to. Sessions are written in the url but this is only tested with Tomcat. I don't know

RE: AW: OJB

2002-11-26 Thread David Sean Taylor
> turbine will have support for torque AND ojb in future versions. > i'm planning to seperate the generation part from torque and extend it > to support both systems. > i'll also try to generate torque-style om/peer classes using ojb to make > it easy to switch from torque to ojb .. but torque will

RE: OJB

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 9:16 AM > To: 'Jetspeed Users List' > Subject: AW: OJB > > > Hi David, > > >> Has anyone successfully used OJB as his Persistence Layer in > Jetspeed? > > > I started writing a Regis

RE: Creation of PSMLs files

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 6:26 AM > To: 'Jetspeed Users List' > Subject: RE: Creation of PSMLs files > > > > > -Message d'origine- > > De : Pierre Henry [mailto:[EMAIL PROTECTED]] > > > > Aurelien, t

Re: AW: OJB

2002-11-26 Thread Martin Poeschl
Jürgen Hoffmann wrote: Hi David, Has anyone successfully used OJB as his Persistence Layer in Jetspeed? I started writing a Registry service with OJB. Its in the cvs. Didn't finish though, ran out of time. How far have you been from finishing it? Is it worth to continue ist d

RE: Jetspeed Tutorial.doc

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 5:25 AM > To: [EMAIL PROTECTED] > Subject: Jetspeed Tutorial.doc > > > Dear Users, > > when i found the Tutorial for jetspeed, > http://www.bluesunrise.com/jetspeed-docs/, i was ve

RE: Creation of PSMLs files

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Jefferson Anselmo [mailto:[EMAIL PROTECTED]] > Sent: Monday, November 25, 2002 9:32 AM > To: Jetspeed Users List > Subject: Creation of PSMLs files > > >Hi all, > >Does anybody know when the PSML file for a given user is > created ? At the first user´s

AW: OJB

2002-11-26 Thread Jürgen Hoffmann
Hi David, >> Has anyone successfully used OJB as his Persistence Layer in Jetspeed? > I started writing a Registry service with OJB. Its in the cvs. Didn't finish though, ran out of time. How far have you been from finishing it? Is it worth to continue ist development or start over? >> Does any

RE: OJB

2002-11-26 Thread David Sean Taylor
> -Original Message- > From: Jürgen Hoffmann [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 26, 2002 12:41 AM > To: [EMAIL PROTECTED] > Subject: OJB > > > Hi Community, > > Has anyone successfully used OJB as his Persistence Layer in Jetspeed? I started writing a Registry service w

RE: Creation of PSMLs files

2002-11-26 Thread Pierre Henry
I forgot : in order to use this class, you have to specify it in JetspeedSecurity.properties : services.PortalAuthentication.classname=ch.pcs.portal.security.services.PcsA uthentication (and comment the existing line) and the class has to be in the right directory according to the package name.

RE: Creation of PSMLs files

2002-11-26 Thread Pierre Henry
Title: RE: Creation of PSMLs files I managed to make a complete solution which automatically creates the default PSML if no PSML exists. It seems to work, with a problem that it gives the user only the "user" role, and the default PSML (by me) includes potlets that a simple user isn't allowe

AW: Configuring Jetspeed with MySQL

2002-11-26 Thread Jürgen Hoffmann
Hi, Have followed the instructions on: http://jakarta.apache.org/jetspeed/site/install.html Where it says: To populate the database, scripts are provided: /src/sql/external/populate*.sql. Only run the statements for your specific database as commented. Kind regards Jürgen Hoffmann ByteACTION

RE: Configuring Jetspeed with MySQL

2002-11-26 Thread BARDE, CEDRIC
Hi again, I am now having another problem : the JDBC Driver is correct but Jetspeed cannot retrieve the information for anonymous user. Here is what I get : Horrible Exception: org.apache.jetspeed.services.security.LoginException: Failed to get anonymous user: org.apache.jetspeed.services.security

RE: Creation of PSMLs files

2002-11-26 Thread Aurelien Pernoud
> -Message d'origine- > De : Pierre Henry [mailto:[EMAIL PROTECTED]] > > Aurelien, that's just what I want to do. > > I see from the TurbieUM.addDefaultPSML how to create a new > PSML for a user, > but how would you suggest that I test if PSML exists for this user ? I wanted to try that l

Jetspeed Tutorial.doc

2002-11-26 Thread Einstein_Albert
Dear Users, when i found the Tutorial for jetspeed, http://www.bluesunrise.com/jetspeed-docs/, i was very happy because it seems to be exactly that document i ve looked for. however, everything described inside it, refers to jetspeed-1.4b2. is it possible to go through this tutorial without this

RE: Creation of PSMLs files

2002-11-26 Thread Pierre Henry
Aurelien, that's just what I want to do. I see from the TurbieUM.addDefaultPSML how to create a new PSML for a user, but how would you suggest that I test if PSML exists for this user ? -Original Message- > From: Jefferson Anselmo [mailto:[EMAIL PROTECTED]] > Sent: mardi, 26. novembre

RES: Creation of PSMLs files

2002-11-26 Thread Jefferson Anselmo
Thanks, Aurelien! -Mensagem original- De: Aurelien Pernoud [mailto:[EMAIL PROTECTED]] Enviada em: terça-feira, 26 de novembro de 2002 8:52 Para: 'Jetspeed Users List' Assunto: RE: Creation of PSMLs files I'd say at the creation of user : org.apache.jetspeed.services.security.turbine.Tu

RE: Jar file containing new portlets that enhance IFrame and webr writing capabilities

2002-11-26 Thread Moabi Nyokong
Hi Glen, I'm having problems with your IFramePortlet...I'm using an image chart with ALT and HREF tags, but the software seems to overide the ALT tags and use a javascript fn for this, that isn't being parsed properly in IE. Is there a way to remove any javascript functinality in the IFRamPortlet?

RE: Creation of PSMLs files

2002-11-26 Thread Aurelien Pernoud
I'd say at the creation of user : org.apache.jetspeed.services.security.turbine.TurbineUserManagement When addUser() method is called, at the end it calls addDefaultPSML(), so I'm pretty sure of what I'm saying. But I think you'd be able to create it at login, if you added the user directly in

OJB

2002-11-26 Thread Jürgen Hoffmann
Hi Community, Has anyone successfully used OJB as his Persistence Layer in Jetspeed? Does anyone know if there are plans on moving to OJB? Turbine will be moving to OJB. Another question. We have developped a full blown Turbine App. Is it possible to integrate this Application with Jetspeed? Is th

RE: what is up with this source code!!!....

2002-11-26 Thread Aurelien Pernoud
Many files are generated when you build jetspeed using ant... Get the rlz src, build jetspeed (/build/build.bat) and then you'll have all the sources. The one you said are generated this way, but there are others. Those files depends on the kind of security you decid to implement. Aurelien > --