RE: Jetspeed2 Personalization screen

2005-01-27 Thread Mark Orciuch
Hi Joachim,

Your portal looks very good and I think it should be listed as a
Jetspeed sample site. Is it OK to list it there?

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://portals.apache.org/


> -Original Message-
> From: Joachim Müller [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 26, 2005 8:50 AM
> To: Jetspeed Users List
> Subject: Re: Jetspeed2 Personalization screen
> 
> 
> Hi.
> 
> This would be an interesting feature. Move the portlets in 
> all direction 
> is nice, but in production often not needed, because of layouts 
> problems. Especially when working with an 70/30 twocolumn 
> layout setup.
> 
> We developed for our Jetspeed1 based solution www.geoportal.bund.de a 
> new personalization customizer (unfortunately too special to 
> contribute 
> it back), that fit our needs.
> 
> Is there an easy way to write an own personalization 
> customizer an use 
> it/configure it like a layout type?
> 
> Wouldn't it be nice to have an option to disable horizontal 
> movement of 
> portlets?
> 
> Joachim
> 
> 
> Randy Watler schrieb:
> > Carlos,
> > 
> > For J2, you might want to try using the jetspeed::VelocityOneColumn
> > layout type in your page.
> > 
> > Randy
> > 
> > Carlos Ortiz wrote:
> > 
> >> Is it possible to limit the portlet personalization screen to only
> >> up/down
> >> instead of all four directions?
> >>
> >> I just want to setup a vertical or stacked personalization page.
> >>
> >> Thanks,
> >>
> >> Carlos.
> >>
> >>
> >>
> >> 
> -
> >> To unsubscribe, e-mail: 
> [EMAIL PROTECTED]
> >> For additional commands, e-mail: 
> >> [EMAIL PROTECTED]
> >>
> >>  
> >>
> > 
> > 
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> [EMAIL PROTECTED]
> > 
> > 
> 
> 
> -- 
> 
> . frankfurt am main, 0°c, die gefühlte temperatur
>liegt bei -7°c. zur zeit ein wenig bewölkt in 914 m.
>die sichtweite reicht weiter als 10 km.
> 
> < joachim müller
>[EMAIL PROTECTED]
>t +49 69 759003 11
> 
>wemove digital solutions GmbH
>www.wemove.com
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: J1.5: Remember me/auto-logon facility

2005-01-26 Thread Mark Orciuch
Logging out deletes the cookie. To keep the auto-login active you must
not logout. This way if you close the browser, reopen it and go back to
the portal URL, you will be automatically logged in.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://portals.apache.org/


> -Original Message-
> From: Vladimir Lisin [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 26, 2005 8:16 AM
> To: Jetspeed Users List
> Subject: J1.5: Remember me/auto-logon facility
> 
> 
> Hi all
> 
> Please, can anabody comment and suggest the solution in next  
> problem ?
> 
> I am filling the Login and PSW fields,  flagging  the 
> checkbox " Remember 
> me".
> Thereafter I see the cookie "[EMAIL PROTECTED]"  in directory 
> C:\Documents and Settings\Lisin.ELCOMGAZ\Cookies\
> Then I make logout and see that cookie "[EMAIL PROTECTED]" 
> was deleted.
> And at second login I haven't  any   "/auto-logon" :-(
> How must work  the "Remember me/auto-logon facility" in J1.5 
> ? The next is the fragment of my JR.properties: 
> ..
> ...
># Remember me/auto-logon facility automatic.logon.enable=true
> #number of seconds until logon expires (2592000 = 1 month, 
> 30*24*60*60)
> automatic.logon.cookie.maxage=2592000
> automatic.logon.cookie.comment=Jetspeed automatic logon cookie
> #domain, blank means use getServer to derive it.  Is of the form 
> .foo.com.
> automatic.logon.cookie.domain=
> #path, blank means use getContextPath, default to / - all paths
> automatic.logon.cookie.path=/
> #specifies when the random portion of the cookie is regenerated-
> # - firstlogon, means it is only generated the first time 
> the users 
> #   requests this feature, useful when you 
> want to allow
> #   them to use the feature across computers
> # - everylogon, means it is regenerated upon each successful logon
> #   useful for getting a little added 
> security (default)
> automatic.logon.cookie.generation=everylogon
> 
> # automatically save user state on logout
> automatic.logout.save = true 
> ..
> ...
> 
> 
> Thanks in advance.
> Vladimir 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Maven - Jetspeed PlugIn

2005-01-17 Thread Mark Orciuch
It should get installed automatically if you list it as a dependency in
your project.xml:


maven-plugins
maven-jetspeed-plugin
1.3
plugin


And include bluesunrise maven repo in your project.properties like so:

maven.repo.remote =
http://www.ibiblio.org/maven/,http://www.bluesunrise.com/maven/

Please direct any future questions to the jetspeed user list. Thanks.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://portals.apache.org/


> -Original Message-
> From: Sven Richter [mailto:[EMAIL PROTECTED] 
> Sent: Monday, January 17, 2005 4:36 PM
> To: [EMAIL PROTECTED]
> Subject: Maven - Jetspeed PlugIn
> 
> 
> Hello,
> 
> I have a problem concerning the installation process of the  
> jetspeed-plugin for maven. I just can't seem to find the 
> download place on  
> "http://portals.apache.org/jetspeed-1/plugin/"; or any other 
> information on  
> how to install the plugin on may computer.
> 
> Could you please tell me how?
> 
> Thanks in advance and kind regards,
> Sven Richter.
> 
> 
> 
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: RegistryAccessController & GroupRole

2004-06-03 Thread Mark Orciuch
If you don't specify group in the security ref definition, it defaults to
"Jetspeed". So in your case, the definition should be:

 
 
 

Then enroll your users in FedEx with role Developer.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Anthony Smith [mailto:[EMAIL PROTECTED]
> Sent: Thursday, June 03, 2004 4:52 PM
> To: Jetspeed Users List
> Subject: RegistryAccessController & GroupRole
>
>
> Now that this has changed form 1.4 to 1.5, I am a bit confused on how to
> structure my security.xreg file.
>
> Since we now use GroupRole, how would I declare my access tag for
> a security
> entry?
>
> Originally I could say:
>
> 
> 
> 
>
> Well if I have a group called FedEx how do I establish my group in the tag
> above?
>
> Just using role does not allow me to have access to the portlet.
>
> This statement always return false:
> securityEntry.allowsGroupRole(groupname, rolename, action)
>
>
> BTW, it works fine when I add a particular user in the security.xreg
>
> Maybe I should uncomment that code in the RegistryAccessController?
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Where is the Jetspeed Maven Plugin?

2004-05-27 Thread Mark Orciuch
Thanks for pointing it out. I just fixed the links - the corrections will be
effective on next site update.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Bob Fleischman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 27, 2004 5:36 PM
> To: 'Jetspeed Users List'
> Subject: RE: Where is the Jetspeed Maven Plugin?
>
>
> Mark:
>
> 1. There is a jar file in the CVS, I just checked, it is in the
> /plugin/target.
>
> 2. I now see there my mistake was. This page
> http://portals.apache.org/jetspeed-1/plugin/cvs-usage.html has a
> link to the
> wrong part of the cvs tree for the plugin source (see that link in my
> earlier message. It references the /src/plugins-build/ instead of
> /plugin/).
>
> Bob
>
> -Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 27, 2004 5:49 PM
> To: Jetspeed Users List
> Subject: RE: Where is the Jetspeed Maven Plugin?
>
> There should be no SNAPSHOT jars stored in CVS. If one's there,
> it should be
> removed.
>
> Depending on what you're trying to do with Jetspeed plugin, here are some
> ways to get it:
>
> 1. Download the tutorial and build it - the plugin should be automatically
> downloaded from bluesunrise maven repo
> (http://www.bluesunrise.com/maven/maven-plugins/plugins/).
>
> 2. Build the plugin from source by running "maven plugin:install" from the
> plugin root folder (jakarta-jetspeed/plugin). This will build the
> plugin and
> install it in Maven's plugin folder.
>
> Best regards,
>
> Mark C. Orciuch
> Next Generation Solutions, Ltd.
> e-Mail: [EMAIL PROTECTED]
> web: http://www.ngsltd.com
>
>
> > -Original Message-
> > From: Bob Fleischman [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, May 27, 2004 4:39 PM
> > To: 'Jetspeed Users List'
> > Subject: RE: Where is the Jetspeed Maven Plugin?
> >
> >
> > Interesting, when I checked the CVS via
> >
> http://cvs.apache.org/viewcvs/jakarta-jetspeed/src/plugins-build/jetspeed
> > (which was the link at the Jetspeed site) there was nothing
> > there. However,
> > I just refreshed jakarata-jetspeed from the CVS in eclipse and
> now I have
> > the SNAPSHOT jar file in the plugin/target directory.
> >
> > I assume I just copy this jar to the maven plugin directory for this to
> > work?
> >
> > -Original Message-
> > From: Nicolas MAYEUR [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, May 27, 2004 8:36 AM
> > To: 'Jetspeed Users List'
> > Subject: RE: Where is the Jetspeed Maven Plugin?
> >
> > Yes, in CVS, and also in the source download :
> >
> http://apache.crihan.fr/dist/jakarta/jetspeed/source/jetspeed-1.5-src.zip
> >
> > -Message d'origine-
> > De : Bob Fleischman [mailto:[EMAIL PROTECTED]
> > Envoyé : jeudi 27 mai 2004 14:32
> > À : 'Jetspeed Users List'
> > Objet : RE: Where is the Jetspeed Maven Plugin?
> >
> >
> > When you say the 'Jetspeed distrib' do you mean the CVS head?
> >
> > -Original Message-
> > From: Nicolas MAYEUR [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, May 27, 2004 3:44 AM
> > To: 'Jetspeed Users List'
> > Subject: RE: Where is the Jetspeed Maven Plugin?
> >
> > It is in the Jetspeed distrib : in the plugin directory.
> >
> > -Message d'origine-
> > De : Bob Fleischman [mailto:[EMAIL PROTECTED]
> > Envoyé : jeudi 27 mai 2004 04:34
> > À : Jetspeed Users List (E-mail)
> > Objet : Where is the Jetspeed Maven Plugin?
> >
> >
> > I've gone to http://portals.apache.org/jetspeed-1/plugin/index.html and
> > looked for any link for a download.
> >
> > Instead I found the link to source reporting which sent me to
> >
> http://cvs.apache.org/viewcvs/jakarta-jetspeed/src/plugins-build/jetspeed.
> > However, at that site I found only empty nodes.
> >
> > Where is the plugin??
> >
> > Thanks
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >  *** Ce message et toutes les pièces jointes (ci-après le
> "message") sont
> > établis à l'intention exclusive de ses destinataires et sont
> > confidentiels.
> > Si vous recevez ce message par erreur, merci de le détruire et
> > d'en avertir
> > i

RE: Where is the Jetspeed Maven Plugin?

2004-05-27 Thread Mark Orciuch
There should be no SNAPSHOT jars stored in CVS. If one's there, it should be
removed.

Depending on what you're trying to do with Jetspeed plugin, here are some
ways to get it:

1. Download the tutorial and build it - the plugin should be automatically
downloaded from bluesunrise maven repo
(http://www.bluesunrise.com/maven/maven-plugins/plugins/).

2. Build the plugin from source by running "maven plugin:install" from the
plugin root folder (jakarta-jetspeed/plugin). This will build the plugin and
install it in Maven's plugin folder.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Bob Fleischman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 27, 2004 4:39 PM
> To: 'Jetspeed Users List'
> Subject: RE: Where is the Jetspeed Maven Plugin?
>
>
> Interesting, when I checked the CVS via
> http://cvs.apache.org/viewcvs/jakarta-jetspeed/src/plugins-build/jetspeed
> (which was the link at the Jetspeed site) there was nothing
> there. However,
> I just refreshed jakarata-jetspeed from the CVS in eclipse and now I have
> the SNAPSHOT jar file in the plugin/target directory.
>
> I assume I just copy this jar to the maven plugin directory for this to
> work?
>
> -Original Message-
> From: Nicolas MAYEUR [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 27, 2004 8:36 AM
> To: 'Jetspeed Users List'
> Subject: RE: Where is the Jetspeed Maven Plugin?
>
> Yes, in CVS, and also in the source download :
> http://apache.crihan.fr/dist/jakarta/jetspeed/source/jetspeed-1.5-src.zip
>
> -Message d'origine-
> De : Bob Fleischman [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 27 mai 2004 14:32
> À : 'Jetspeed Users List'
> Objet : RE: Where is the Jetspeed Maven Plugin?
>
>
> When you say the 'Jetspeed distrib' do you mean the CVS head?
>
> -Original Message-
> From: Nicolas MAYEUR [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 27, 2004 3:44 AM
> To: 'Jetspeed Users List'
> Subject: RE: Where is the Jetspeed Maven Plugin?
>
> It is in the Jetspeed distrib : in the plugin directory.
>
> -Message d'origine-
> De : Bob Fleischman [mailto:[EMAIL PROTECTED]
> Envoyé : jeudi 27 mai 2004 04:34
> À : Jetspeed Users List (E-mail)
> Objet : Where is the Jetspeed Maven Plugin?
>
>
> I've gone to http://portals.apache.org/jetspeed-1/plugin/index.html and
> looked for any link for a download.
>
> Instead I found the link to source reporting which sent me to
> http://cvs.apache.org/viewcvs/jakarta-jetspeed/src/plugins-build/jetspeed.
> However, at that site I found only empty nodes.
>
> Where is the plugin??
>
> Thanks
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>  *** Ce message et toutes les pièces jointes (ci-après le "message") sont
> établis à l'intention exclusive de ses destinataires et sont
> confidentiels.
> Si vous recevez ce message par erreur, merci de le détruire et
> d'en avertir
> immédiatement l'expéditeur. Toute utilisation de ce message non conforme à
> sa destination, toute diffusion ou toute publication, totale ou partielle,
> est interdite, sauf autorisation expresse. L'internet ne permettant pas
> d'assurer l'intégrité de ce message, le groupe Itras décline toute
> responsabilité au titre de ce message, dans l'hypothèse où il aurait été
> modifié. ***
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>  *** Ce message et toutes les pièces jointes (ci-après le "message") sont
> établis à l'intention exclusive de ses destinataires et sont
> confidentiels.
> Si vous recevez ce message par erreur, merci de le détruire et
> d'en avertir
> immédiatement l'expéditeur. Toute utilisation de ce message non conforme à
> sa destination, toute diffusion ou toute publication, totale ou partielle,
> est interdite, sauf autorisation expresse. L'internet ne permettant pas
> d'assurer l'intégrité de ce message, le groupe Itras décline toute
> responsabilité au titre de ce message, dans l'hypothèse où il aurait été
> modifié. ***
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: PSML Referencing Problem

2004-05-25 Thread Mark Orciuch
The process starts with properly documenting your issues in JIRA. I am also
interested in fixing the PSML referencing but it's not something I'll be
working on immediately (perhaps someone will pick it up though).

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Dalton, Michael D [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 25, 2004 11:59 AM
> To: Jetspeed Users List
> Subject: PSML Referencing Problem
>
>
> Does anyone know if the PSML referencing problem (especially when used
> with a database) is going to be fixed in Jetspeed 1?  We are using JS1.4
> and desparately need PSML referencing to work correctly -- it doesn't!
> This is the only feature that could be a show stopper for our
> implementing Jetspeed 1.4 (or 1.5, etc) as a platform for our new web
> portal.
>
> Please don't tell me to wait until Jetspeed 2.  :-)
>
> Thanks,
>
> Michael Dalton
> [EMAIL PROTECTED]
>
> -Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 21, 2004 1:56 PM
> To: Jetspeed Users List
> Subject: RE: PSML References Can't Be Removed or Deleted - MSSQL
>
>
> This known issue is documented in "References usage notes for release
> 1.4" section of README. Yes, it should be logged in JIRA as well.
>
> Best regards,
>
> Mark C. Orciuch
> Next Generation Solutions, Ltd.
> e-Mail: [EMAIL PROTECTED]
> web: http://www.ngsltd.com
>
>
> > -Original Message-
> > From: David Sean Taylor [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, April 21, 2004 12:52 PM
> > To: Jetspeed Users List
> > Subject: Re: PSML References Can't Be Removed or Deleted - MSSQL
> >
> >
> >
> > On Apr 21, 2004, at 8:19 AM, Dalton, Michael D wrote:
> >
> > > We have a show stopper here that I hope one of you guys can help me
> > > on.
> > >
> > > Configuration:
> > > Using Microsoft SQL (MSSQL) database for users "and" PSML. Jetspeed
> > > 1.4 release with a few custom modules being used. Tomcat 5
> > > Microsoft IIS 4 w/Tomcat JK2.0.2 Web Server Connector  (IIS, Tomcat
> and
> > > MSSQL on same machine)
> > > We recently upgraded from mySQL.
> > >
> > > Scenario:
> > > We are using some special accounts such as "_help" to reference from
>
> > > other accounts.  We configured this based on a post by Boyd Fletcher
>
> > > (see posts titled Mandatory Tab / Portlets).  This worked under a
> > > "file based" PSML system.
> > >
> > > Once we upgraded to a database PSML system we started running into
> > > problems.  Here is an example of one big problem.  We have a
> > > _newuser account which has several referenced tabs that look like
> > > the following in the framework:
> >
> > >
> > > Home News Headlines Search ... Help
> > >
> > > Each of the tabs above have their own user account.
> > >
> > > The problem we are running into now with the MSSQL database is that
> > > "once a reference" is made it "cannot" be removed or deleted.  For
> > > example, if I try to delete the Search tab above under the
> > > "Customize: HTML" link it appears to get removed until I apply the
> > > changes.  It just continues to show up.  Very weird.
> > >
> >
> > Are you saying that this bug only happens with DBPSML, and not with
> > PSML on the file system? I know there is an issue with deleting
> > references and caching. Try restarting the server.
> > When you restart the server, does the reference still appear?
> >
> > > I thought it might have something to do with MSSQL setting so I set
> > > each table to have all permission (e.g., read, write, delete, etc)
> > > but that didn't work.
> > >
> > > Also, the other problem we are experiencing is that the "Customize:
> > > HTML" page does not always have all of the items it should.
> > > Clicking on the X or up/down buttoms produces strange results.
> > >
> > > Any ideas??  All help appreciated.
> >
> > Customizing with references is known to be buggy.
> > I think Mark Orciuch has also experienced problems with customizing
> > references. Suggest logging an issue in JIRA and hopefully someone
> > will look into it.
> > If you guys can clearly identify the problem I may have time to look
> at
> > it later this week, although I wanted to release 1.5 on Thursday or
> > Friday.
> > We need to decide if this bug should stop the release or not.
> > Be interested to hear Mark's opinion on this since he is more involved
> > in 1.x that I am these days
> >
> > --
> > David Sean Taylor
> > Bluesunrise Software
> > [EMAIL PROTECTED]
> > [office]   +01 707 773-4646
> > [mobile] +01 707 529 9194
> >
> >
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Moving jetspeed to mysql

2004-05-14 Thread Mark Orciuch
This is from the release 1.5 README file:

"The maven build is complete as of version 1.5. Tested with Maven 1.0 RC2."

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Anony Musse [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 14, 2004 12:18 AM
> To: Jetspeed Users List
> Subject: Re: Moving jetspeed to mysql
> 
> 
> I had a thought - what do the current CVS committers do at this point?  
> Would CVS be the best thing to use for Jetspeed-1 so that the tools like 
> maven/ant could at least be verified to work with current CVS?
> 
> I realized after I found maven rc1 and rc2 to act quite differently with 
> the current Jetspeed 1.5 source, that perhaps it would be best to ask 
> the basics - what version of external tools was the Jetspeed 1.5 source 
> release built with? ( I assumed it worked on release date ...)
> 
> Cheers,
> Jeremy
> 
> Jeremy Kuhnash wrote:
> 
> > Wanted to try and help ... possibly save some trouble:
> >
> > Basically use the attached schema like so -
> >
> > #  mysql -u [username] -p [database]  <  portal_dump.sql
> >
> > Migrating to mysql with the new maven stuff seem to be very broken, 
> > and the sql scripts in the distribution dont work for me (at least). 
> > Luckily, I had a mysql database on a server that had the schema 
> > installed but had never gotten jetspeed 1.4 to talk to it ... 1.5 
> > talks to it but can't make the schema.
> >
> > Once you have that in place, your Torque.properties and whatever else 
> > with the database stuff need changed, but after that it should work.
> >
> > I am currently working on getting PSML working against the database .. 
> > probably a few more tweaks. Need to figure out how to do the initial 
> > data population
> >
> > Cheers,
> > Jeremy 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Converting the existing application into portal framework

2004-05-06 Thread Mark Orciuch
There's WebSurfPortlet offered at the Jetspeed Community Portlets page:
http://portals.apache.org/jetspeed-1/community-portlets.html. From portlet
description, it sounds like what you want. Unfortunately, it hasn't been
updated to work with latest releases. I'm sure with some effort, you could
make it work though.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Karthik [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 06, 2004 2:25 AM
> To: [EMAIL PROTECTED]
> Subject: Converting the existing application into portal framework
>
>
> Hi All,
>
>
>
> I have just started to work on portal implementation of our Web
> Application
> using Jetspeed-1.5.
>
>
>
> My present scenario is:
>
>
>
>  1. I have a working web application.
>
>  2. I have to implement the portal concept into my web application.
>
>  3. I have downloaded the Jetspeed1.5 war file and deployed into my
> Application server (I’m using Jboss).
>
>
>
> My doubts are:
>
>
>
>  4. Now, how should I convert the existing application into individual
> portlets and where should I deploy these portlets.
>
>  5. Will my portlet application work independently or will I be
> required to
> deploy my portlet application inside the  JetSpeed.
>
>
>
>  Any help will be appreciated. Thanks in Advance.
>
>
>
> Best regards,
>
> Karthik.G
>
>
>
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.665 / Virus Database: 428 - Release Date: 4/21/2004
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: using jsptag portletlink without loosing the tabbed panes?

2004-05-05 Thread Mark Orciuch
The difference is that portlet link will display the portlet itself and
forward can display portlet within specific pane. For example, if PortletX
is located on tab with id "P-fba7c135c2-10005" on "default" page within
group "GroupX", here's the forward to get you there:






Portletlink tag was something introduced before forwards and I don't use it
anymore.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Gregory Joseph [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 04, 2004 4:27 PM
> To: Jetspeed Users List
> Subject: RE: using jsptag portletlink without loosing the tabbed panes?
>
>
> Mark,
>
> I've looked a bit at the forwards doc
> (http://portals.apache.org/jetspeed-1/forwards.html, right?):
> I'm not sure I understand the difference between that and using
> "portletlink", nor the difference between forwards and portlet-forwards.
> Also, I see it explains how to pass parameters using velocity. Isn't it
> possible with the jsp tag?
>
> Thanks
>
> g
>
>
>
>
> -Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Tue 5/4/04 21:14
> To:   Jetspeed Users List
> Cc:
> Subject:  RE: using jsptag portletlink without loosing the tabbed
> panes?
> Portlet link does what it says - it displays a portlet by itself. Take a
> look at forwards. There's an example portlet using forwards from JSP and
> there's documentation.
>
> Best regards,
>
> Mark C. Orciuch
> Next Generation Solutions, Ltd.
> e-Mail: [EMAIL PROTECTED]
> web: http://www.ngsltd.com
>
> > -Original Message-
> > From: Gregory Joseph [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 04, 2004 2:06 PM
> > To: Jetspeed Users List
> > Subject: RE: using jsptag portletlink without loosing the tabbed panes?
> >
> >
> > I have seen that this calls the controls.Maximize action by default.
> > But if i had action="controls.Restore" to my tag, for example,
> > then it simply
> > does not "go" to the portlet i'm linking and stays in the current one.
> > Same story if i pass it an action name that corresponds to the
> portlet i'm
> > linking to...
> >
> > Help ! :)
> >
> > g
> >
> >
> > -Original Message-
> > From:   Gregory Joseph
> > Sent:   Tue 5/4/04 20:11
> > To: Jetspeed Users List
> > Cc:
> > Subject:using jsptag portletlink without loosing the tabbed panes?
> > Hi,
> >
> > I've been trying to link between my portlets using  > href=" in my jsp's.
> > That works just fine, except that the tabbed panes completely
> > disappear and i
> > get to the portlet i linked to in "full screen" (still have
> header/footer,
> > but tabs are gone)
> >
> > Any clue on how I should do this?
> >
> > Thanks
> >
> > g
> >
> >
> >
> >
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: using jsptag portletlink without loosing the tabbed panes?

2004-05-04 Thread Mark Orciuch
Portlet link does what it says - it displays a portlet by itself. Take a
look at forwards. There's an example portlet using forwards from JSP and
there's documentation.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com

> -Original Message-
> From: Gregory Joseph [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 04, 2004 2:06 PM
> To: Jetspeed Users List
> Subject: RE: using jsptag portletlink without loosing the tabbed panes?
>
>
> I have seen that this calls the controls.Maximize action by default.
> But if i had action="controls.Restore" to my tag, for example,
> then it simply
> does not "go" to the portlet i'm linking and stays in the current one.
> Same story if i pass it an action name that corresponds to the portlet i'm
> linking to...
>
> Help ! :)
>
> g
>
>
> -Original Message-
> From: Gregory Joseph
> Sent: Tue 5/4/04 20:11
> To:   Jetspeed Users List
> Cc:
> Subject:  using jsptag portletlink without loosing the tabbed panes?
> Hi,
>
> I've been trying to link between my portlets using  href=" in my jsp's.
> That works just fine, except that the tabbed panes completely
> disappear and i
> get to the portlet i linked to in "full screen" (still have header/footer,
> but tabs are gone)
>
> Any clue on how I should do this?
>
> Thanks
>
> g
>
>
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Documentation

2004-04-30 Thread Mark Orciuch
I'm not (yet) a big Wiki fan but there's already one setup for Jetspeed:

http://nagoya.apache.org/wiki/apachewiki.cgi?JetspeedProjectPages

Need to add this link on the J1 homepage.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Ron Wheeler [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 30, 2004 10:21 AM
> To: Jetspeed Users List
> Subject: RE: Documentation
>
>
> Mark.
> What do you think of a Wiki? Do you think that it would reduce
> the amount of
> time the development team have to spend helping the rest of us
> get it right?
> What is involved in getting an Apache Wiki started?
>
> Ron
>
> -Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 30, 2004 11:09 AM
> To: Jetspeed Users List
> Subject: RE: Documentation
>
>
> I don't want to make it sound like J1 is dead. As a matter a fact, I think
> the J1 is here to stay for a while as the "lite" version of Jetspeed.
> However, it is true that most of the Jetspeed resources have been diverted
> to work on J2. There's probably 3 of us actively maintaining J1 (note the
> word "maintaining") and David is also working full-time on J2. This is the
> reason why there will be no big documentation activity in the near future.
> Not unless I clone myself or find some corporate sponsorship to do more J1
> work ;-)
>
> I will try to update the documentation in whatever spare time I get.
>
> BTW: I'm not sure if you realise but David took quite bit time
> off to create
> the tutorial. Jeremy and I also contributed some unpaid time into
> it. It was
> no small effort and if anyone can think of improving it, feel
> free to submit
> your additions and patches thru JIRA and we will try to apply them.
>
> Best regards,
>
> Mark C. Orciuch
> Next Generation Solutions, Ltd.
> e-Mail: [EMAIL PROTECTED]
> web: http://www.ngsltd.com
>
> > -Original Message-
> > From: Ken Gunderson [mailto:[EMAIL PROTECTED]
> > Sent: Friday, April 30, 2004 9:36 AM
> > To: Jetspeed Users List
> > Subject: Re: Documentation
> >
> >
> > On Friday 30 April 2004 07:35 am, Ron Wheeler wrote:
> > > I have some mindmaps that we generated in our first attempt to get
> > > something going in Jetspeed.
> > > It is a very complex environment with lots of pieces. It you have
> > > never worked with any of the underlying technologies, it is difficult
> > > to keep track of what each piece is and where the pieces touch. The
> > > names are particularly helpful;-).
> > >
> > > The tutorial was interesting but raised more questions than it
> > > solved. The construction of the old tutorial did not seem to follow
> > > very logically from the distribution jetspeed jar. As I recall, it
> > > appeared that files were in different directories and some files had
> > > been consolidated or restructured
> > > There seemed to be templates included in the demo which had been
> > > replaced by "prefered" methods in the documentation.
> > >
> > > I would have been better off if the time spent on creating the
> > > tutorial had been spent on writing documentation.
> > > I know that Apache is capable of writing good documentation. I use
> > > the HTTP server and Tomcat. They have pretty good documentation.
> > >
> > > A Wiki would be a good start and would allow the ignorant to at least
> > > document our misconceptions. The gurus could have a good laugh and a
> > > place of correct us.
> > [mondo top posting snippage..]
> >
> > My personal view is that wiki's kind of suck for this sort of thing
> > becuase you have very minimal quality control. Wiki's frequently become
> > disjointed collections, e.g. person #1 started a node "here", but
> > person #2 didn't see it and starts onother node on very similar topic
> > "there".  Additionally, with Wiki's you have no guarantee that the
> > author actually knows what they're talking about even if they might
> > have the ability to sound like they do.  As a sysadmin who uses and
> > evaluates numerous open source tools, I've had to comb through mor than
> > a few wiki based documentation projects.  Without some management and
> > oversight, they rapidly deteriorate into real pita's.
> >
> > That said, a little bird told me that Bluesunrise does have wiki
> > capabilities.  With Jetspeed 2 looming on t

RE: Documentation

2004-04-30 Thread Mark Orciuch
I don't want to make it sound like J1 is dead. As a matter a fact, I think
the J1 is here to stay for a while as the "lite" version of Jetspeed.
However, it is true that most of the Jetspeed resources have been diverted
to work on J2. There's probably 3 of us actively maintaining J1 (note the
word "maintaining") and David is also working full-time on J2. This is the
reason why there will be no big documentation activity in the near future.
Not unless I clone myself or find some corporate sponsorship to do more J1
work ;-)

I will try to update the documentation in whatever spare time I get.

BTW: I'm not sure if you realise but David took quite bit time off to create
the tutorial. Jeremy and I also contributed some unpaid time into it. It was
no small effort and if anyone can think of improving it, feel free to submit
your additions and patches thru JIRA and we will try to apply them.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com

> -Original Message-
> From: Ken Gunderson [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 30, 2004 9:36 AM
> To: Jetspeed Users List
> Subject: Re: Documentation
>
>
> On Friday 30 April 2004 07:35 am, Ron Wheeler wrote:
> > I have some mindmaps that we generated in our first attempt to get
> > something going in Jetspeed.
> > It is a very complex environment with lots of pieces. It you have
> > never worked with any of the underlying technologies, it is difficult
> > to keep track of what each piece is and where the pieces touch. The
> > names are particularly helpful;-).
> >
> > The tutorial was interesting but raised more questions than it
> > solved. The construction of the old tutorial did not seem to follow
> > very logically from the distribution jetspeed jar. As I recall, it
> > appeared that files were in different directories and some files had
> > been consolidated or restructured
> > There seemed to be templates included in the demo which had been
> > replaced by "prefered" methods in the documentation.
> >
> > I would have been better off if the time spent on creating the
> > tutorial had been spent on writing documentation.
> > I know that Apache is capable of writing good documentation. I use
> > the HTTP server and Tomcat. They have pretty good documentation.
> >
> > A Wiki would be a good start and would allow the ignorant to at least
> > document our misconceptions. The gurus could have a good laugh and a
> > place of correct us.
> [mondo top posting snippage..]
>
> My personal view is that wiki's kind of suck for this sort of thing
> becuase you have very minimal quality control. Wiki's frequently become
> disjointed collections, e.g. person #1 started a node "here", but
> person #2 didn't see it and starts onother node on very similar topic
> "there".  Additionally, with Wiki's you have no guarantee that the
> author actually knows what they're talking about even if they might
> have the ability to sound like they do.  As a sysadmin who uses and
> evaluates numerous open source tools, I've had to comb through mor than
> a few wiki based documentation projects.  Without some management and
> oversight, they rapidly deteriorate into real pita's.
>
> That said, a little bird told me that Bluesunrise does have wiki
> capabilities.  With Jetspeed 2 looming on the horizon, however, I
> suspect investing a whole lot of time in Jetspeed 1 documentation isn't
> too high on the list of priorities.  I think the Jetspeed 2 group has
> someone dedicated to working on docs, but maybe Scott, Jeremy,
> David,et.al can comment??
>
> My $0.02
>
> --
> Best regards,
>
> Ken Gunderson
> GPG Key-- 9F5179FD
>
> "Freedom begins between the ears."  -- Edward Abbey
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jetspeed 1.5 + Turbine 2.2 source + torque 3.1

2004-04-29 Thread Mark Orciuch
Could you describe your problems in more detail?

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Sez [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 29, 2004 5:15 AM
> To: Jetspeed Users List
> Subject: Jetspeed 1.5 + Turbine 2.2 source + torque 3.1
> 
> 
> Hi people!
>  
> I have a problem. I updated my jetspeed 1.4 to 1.5. I work 
> with turbine
> 2.2 source code. This code have some problems when i change 
> torque 3.0.2 to
> torque 3.1. Then, i need two torques, but in binary version of 
> jetspeed 1.5
> have turbine 2.2 and torque 3.1... 
> Some solution?
>  
> Thanks
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jetspeed documentation

2004-04-26 Thread Mark Orciuch
Search the archives, post your questions to the list but don't expect anyone
to write a book on Jetpeed in the near future. I'd love to do that but I
must pay my bills first ;-)

You should get most of your questions answered via the list and, with some
diligence, you'll find lots of information in the mailing list archives. If
you're really serious about using Jetspeed-1, please get involved in
improving the existing documentation. Such is the way of open source.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: David Cornide Albo [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 26, 2004 11:16 AM
> To: Jetspeed Users List
> Subject: RE: Jetspeed documentation
>
>
> Alberto you are very right.
>
> It is necessary more documentation and some explanations about
> architectural design and decissions.
>
> Best regards.
>
>
>
>
> At 18.12 26/4/04 +0200, you wrote:
> >I've already read the tutorial and there's no such lot of documentation,
> >only hello world-alike examples
> >
> >At 10.34 26/4/04 -0500, you wrote:
> >>Try the tutorial - lots of documentation there.
> >>
> >>Best regards,
> >>
> >>Mark C. Orciuch
> >>Next Generation Solutions, Ltd.
> >>e-Mail: [EMAIL PROTECTED]
> >>web: http://www.ngsltd.com
> >>
> >>
> >> > -Original Message-
> >> > From: Alberto Rodriguez Galdo [mailto:[EMAIL PROTECTED]
> >> > Sent: Monday, April 26, 2004 7:42 AM
> >> > To: [EMAIL PROTECTED]
> >> > Subject: Jetspeed documentation
> >> >
> >> >
> >> > Hey guys, seems that you've made a first-class quality job
> with jetspeed,
> >> > but how can we use properly Jetspeed without documentation
> >> >
> >> > It is the time to stop and write some documentation, i'm sure
> >> > there's lots
> >> > of people willing to use jetspeed in their projects but they
> can't only
> >> > because the lack of documentation
> >> >
> >> > I've been almost one week trying to guess how Velocity, Torque
> >> > and Turbine
> >> > work altogether, now i'm tired of trying to guess how in
> hell jetspeed
> >> > manages to fill and use $jslink variables, now i'm thinking
> in throwing
> >> > jetspeed off and have some retirement in the woods...
> >> >
> >> > Please, let's make some documentation!!
> >> >
> >> > greetings
> >> >
> >> > p.s.- I know writing docs is not as exciting as writing
> software, i'm a
> >> > programmer too, but it's necesary as projects grow and grow
> >> >
> >> >
> >> >
> >> > -
> >> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> > For additional commands, e-mail:
> [EMAIL PROTECTED]
> >> >
> >> >
> >> >
> >> >
> >>
> >>
> >>
> >>-
> >>To unsubscribe, e-mail: [EMAIL PROTECTED]
> >>For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
> David Cornide Albo
> [EMAIL PROTECTED]
> Departamento de Telmática
> Centro de Innovación y Servicios de Galica, CIS D&T
> A Cabana sn, Ferrol
> Tlfno: 981337125
> Fax:   981337171
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jetspeed documentation

2004-04-26 Thread Mark Orciuch
Try the tutorial - lots of documentation there.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Alberto Rodriguez Galdo [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 26, 2004 7:42 AM
> To: [EMAIL PROTECTED]
> Subject: Jetspeed documentation
>
>
> Hey guys, seems that you've made a first-class quality job with jetspeed,
> but how can we use properly Jetspeed without documentation
>
> It is the time to stop and write some documentation, i'm sure
> there's lots
> of people willing to use jetspeed in their projects but they can't only
> because the lack of documentation
>
> I've been almost one week trying to guess how Velocity, Torque
> and Turbine
> work altogether, now i'm tired of trying to guess how in hell jetspeed
> manages to fill and use $jslink variables, now i'm thinking in throwing
> jetspeed off and have some retirement in the woods...
>
> Please, let's make some documentation!!
>
> greetings
>
> p.s.- I know writing docs is not as exciting as writing software, i'm a
> programmer too, but it's necesary as projects grow and grow
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: PSML References Can't Be Removed or Deleted - MSSQL

2004-04-21 Thread Mark Orciuch
This known issue is documented in "References usage notes for release 1.4"
section of README. Yes, it should be logged in JIRA as well.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: David Sean Taylor [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, April 21, 2004 12:52 PM
> To: Jetspeed Users List
> Subject: Re: PSML References Can't Be Removed or Deleted - MSSQL
>
>
>
> On Apr 21, 2004, at 8:19 AM, Dalton, Michael D wrote:
>
> > We have a show stopper here that I hope one of you guys can help me on.
> >
> > Configuration:
> > Using Microsoft SQL (MSSQL) database for users "and" PSML.
> > Jetspeed 1.4 release with a few custom modules being used.
> > Tomcat 5
> > Microsoft IIS 4 w/Tomcat JK2.0.2 Web Server Connector  (IIS, Tomcat and
> > MSSQL on same machine)
> > We recently upgraded from mySQL.
> >
> > Scenario:
> > We are using some special accounts such as "_help" to reference from
> > other accounts.  We configured this based on a post by Boyd Fletcher
> > (see posts titled Mandatory Tab / Portlets).  This worked under a "file
> > based" PSML system.
> >
> > Once we upgraded to a database PSML system we started running into
> > problems.  Here is an example of one big problem.  We have a _newuser
> > account which has several referenced tabs that look like the following
> > in the framework:
>
> >
> > Home News Headlines Search ... Help
> >
> > Each of the tabs above have their own user account.
> >
> > The problem we are running into now with the MSSQL database is that
> > "once a reference" is made it "cannot" be removed or deleted.  For
> > example, if I try to delete the Search tab above under the "Customize:
> > HTML" link it appears to get removed until I apply the changes.  It
> > just
> > continues to show up.  Very weird.
> >
>
> Are you saying that this bug only happens with DBPSML, and not with
> PSML on the file system?
> I know there is an issue with deleting references and caching.
> Try restarting the server.
> When you restart the server, does the reference still appear?
>
> > I thought it might have something to do with MSSQL setting so I set
> > each
> > table to have all permission (e.g., read, write, delete, etc) but that
> > didn't work.
> >
> > Also, the other problem we are experiencing is that the "Customize:
> > HTML" page does not always have all of the items it should.  Clicking
> > on
> > the X or up/down buttoms produces strange results.
> >
> > Any ideas??  All help appreciated.
>
> Customizing with references is known to be buggy.
> I think Mark Orciuch has also experienced problems with customizing
> references.
> Suggest logging an issue in JIRA and hopefully someone will look into
> it.
> If you guys can clearly identify the problem I may have time to look at
> it later this week, although I wanted to release 1.5 on Thursday or
> Friday.
> We need to decide if this bug should stop the release or not.
> Be interested to hear Mark's opinion on this since he is more involved
> in 1.x that I am these days
>
> --
> David Sean Taylor
> Bluesunrise Software
> [EMAIL PROTECTED]
> [office]   +01 707 773-4646
> [mobile] +01 707 529 9194
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How/Where can I get jetspeed jars

2004-04-09 Thread Mark Orciuch
If you have Maven installed, you can just run 'maven eclipse'. It will
generate the Eclipse project files.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com



> -Original Message-
> From: Bob Fleischman [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 09, 2004 1:37 PM
> To: 'Jetspeed Users List'; [EMAIL PROTECTED]
> Subject: RE: How/Where can I get jetspeed jars
>
>
> Can you do that from inside Eclipse?  Can you integrate Maven with Eclipse
> the way Ant is??
>
> I've looked on the web, however the answers I've been getting are
> less than
> enlightening.
>
> -Original Message-
> From: Jeremy Ford [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 09, 2004 1:45 PM
> To: [EMAIL PROTECTED]
> Subject: RE: How/Where can I get jetspeed jars
>
> Just type maven war to build the war.
>
>
> Jeremy Ford
> [EMAIL PROTECTED]
>
>
> >From: "Bob Fleischman" <[EMAIL PROTECTED]>
> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> >To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
> >Subject: RE: How/Where can I get jetspeed jars
> >Date: Fri, 9 Apr 2004 06:41:49 -0400
> >
> >Thanks.
> >
> >I was wondering about that. I know ant is integrated with Eclipse.
> >
> >Are there instructions for building with Maven?
> >
> >Bob
> >
> >-Original Message-
> >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> >Sent: Friday, April 09, 2004 2:06 AM
> >To: Jetspeed Users List
> >Subject: Re: How/Where can I get jetspeed jars
> >
> >
> > > I am using Eclipse 2.1.2.
> > >
> > > I just checked out as a new project the jakarta-jetspeed
> source from the
> > > CVS. However it seems that the lib directory is now empty. In the past
> > > this
> > > directory had all the needed jars.
> > >
> > > Is there a list of the jars I need or a simple way to get
> them all? I've
> > > hunted on the web and searched the mailing list with no luck.
> > >
> > > Thanks
> > >
> > > Bob
> > >
> >
> >We have dropped the Ant build and now you must build Jetspeed with Maven.
> >As you probably already know, Maven keeps its own repository of
> dependency
> >jars.
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _
> Is your PC infected? Get a FREE online computer virus scan from McAfeeR
> Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Rolemerge criteria

2004-04-05 Thread Mark Orciuch
Currently, no sort is implemented. Take a look at
JetpeedProfilerService.mergeRoleProfiles to see how it's done.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Alessandro La Rocca [mailto:[EMAIL PROTECTED]
> Sent: Monday, April 05, 2004 11:27 AM
> To: [EMAIL PROTECTED]
> Subject: Rolemerge criteria
>
>
> Hi,
>
> what is the criteria used to merge tabs related to different role? Are
> roles sorted by id, name or anything else?
>
> BR, Alessandro
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Flexible portlet layouts

2004-04-01 Thread Mark Orciuch
You may also use portlet references to achieve this kind of effect. For
example to create a page with two rows, 1st row with 1 column and 2nd row
with 2 columns:

1. Create a two column page and place your portlets in the respective
columns.
2. Create your main single column page.
3. Drop a portlet in the first row.
4. Drop a reference to the two column page in the second row. By default,
you must be an admin to select references in the layout customizer.

The references are now suitable for all situations though and they have
certain limitations. Some of the limitations are documented here
http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/README?rev=1.29&view=auto
.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Raphaël Luta [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 01, 2004 6:46 AM
> To: Jetspeed Users List
> Subject: Re: Flexible portlet layouts
>
>
> Le 1 avr. 04, à 14:16, Gareth Edge a écrit :
>
> > Hi,
> >
> > I am using Jetspeed to portalise a website for a client. One of the
> > requirements is for the layout of the portlets to be flexible. For
> > example they will be occasions when the user will want to have
> > multiple rows of portlets but with varying numbers of columns. So the
> > first row may have two portlets and the second row may have only one
> > followed by another row containing three portlets. Is this easily
> > achievable with Jetspeed? What would I need to do in order to meet
> > this requirement?
> >
> > Any help with this matter would be greatly appreciated.
> >
>
> You have basically 2 ways to do this:
> - use nested rows and columns controllers to achieve whatever layout
> you need
>
> 
>
>
> 
> <-- 1st row of portlets -->
>
>
> 
> <-- 2nd row of portlets -->
>
>
> 
> <-- 2nd row of portlets -->
>
>   
>
> The main issue with this method is that it's not trivial to personalize
> through the web
> interface.
>
> - implement another MultiColumnController that handles new "width" and
> "height" parameters
>for laying out portlets. Note that such a scheme may impact how the
> portlets are displayed on
>   the page since you'll either have to depend a pure table layout (and
> thus get a fixed height per row layout constraint) or use pure CSS-P to
> get optimal positioning.
>
> --
> Raphaël Luta - [EMAIL PROTECTED]
> Apache Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: NullPointerException while rendering JSP template

2004-03-31 Thread Mark Orciuch
> Thanks for your help, I actually changed
> "services.TemplateService.default.extension" to "jsp" in
> TurbineResources.properties and it all worked fine. So I guess there is
> a slight issue rendering JSP with the Velocity engine :p

You can still use JSP based portlets when Velocity is the default template
engine. However, you cannot mix Velocity and JSP when it comes to layouts
and navigation. This wouldn't even make sense. It's either one or the other.

Last time I checked JSP support worked fine in Jetspeed. It is our goal to
support both. Please let us know if it isn't so.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


>
> I read it is supposed to work, but it might not be a prioritary goal in
> Jetspeed development. Maybe I'll post a bug request someday.
>
> Again, thanks for all :)
>
> --
> | Jean-Baptiste Lièvremont|
> |   E-mail : [EMAIL PROTECTED]|
> |[EMAIL PROTECTED] |
> |   Tel: (+33)6.14.85.19.96   |
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JavaAppletPortlet info

2004-03-30 Thread Mark Orciuch
Sample java applet portlet definition:









Mine Sweeper Game

Example of Java applet



org.apache.jetspeed.portal.portlets.JspPortlet





































In the future, please post your questions to the list for everyone's
benefit.


Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


  -Original Message-
  From: Douglas Villalobos [mailto:[EMAIL PROTECTED]
  Sent: Monday, March 29, 2004 4:51 PM
  To: [EMAIL PROTECTED]
  Subject: JavaAppletPortlet info


  Hi Mark, my name is Douglas, I have seen your JavaAppletPortlet code
sample but I don't understand it fully specially the configuration.

  Do you have any sample with most information. I need to create a portlet
that contains a applet.

  Thanks

  Douglas


RE: Need help with portlet communication strategies

2004-02-20 Thread Mark Orciuch
> Will this proposal make its way into J2?  Or is this J1 specific?

The proposal is J1 specific. I'm sure there will be inter-portlet
communication model in J2, I just don't know the specifics. All major
players have one (IBM - click-to-action, Plumtree - Portlet Communication
Component) so why not J2. Such model is not addressed in JSR168 so it will
be have to be an extension.

> I guess my only hang up on pledging time and support would be JSR168 and
> Jetspeed 2. Once that is out who will be using Jetspeed 1?

J1 will be around for a while. There are still many J1 powered portals and
not everyone will upgrade right away (at least none of my clients have
immediate plans).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> Thanks
>
> Dmitry
>
> -Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 20, 2004 1:11 PM
> To: Jetspeed Users List
> Subject: RE: Need help with portlet communication strategies
>
>
> There's an even model proposal in Bugzilla
> (http://issues.apache.org/bugzilla/show_bug.cgi?id=21294) submitted by Tod
> Kuebler. This proposal can get revived if there's enough interest and you
> guys want to get involved.
>
> Best regards,
>
> Mark Orciuch - [EMAIL PROTECTED]
> Jakarta Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
>
> > -Original Message-
> > From: Dmitry Sklyut [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 20, 2004 11:59 AM
> > To: 'Jetspeed Users List'
> > Subject: RE: Need help with portlet communication strategies
> >
> >
> > My requirements were very simplistic.  Each portlet must know the
> > state and
> > must have access to the over all state of the application.  I used the
> > StateManager to determine is I should hit the server with a new
> request or
> > the portlet can still use the old data to render the page.
> >
> > Because of the requirements the approach was very simplistic
> > also.  I needed
> > to keep track of 1) active customer, 2) action account, 3) any
> > other active
> > customer parameter.  Based on those driver parameters if they
> changed the
> > portlet would call the DB/EJB/Service for data.  So on each
> portlet xreg I
> > had a parameter defining those "driver variables".  I extended
> > MVCGenericPortlet and modified init() to pull them and cache
> them.  I also
> > extended JetspeedJspPage.doBuildBeforeAction() to look for those
> > parameters
> > and pop them in to the User Session
> > (JetspeedRunData.getUserSessionState()).
> > So now each portlet has a state, and session has a state.  On
> each portlet
> > invocation (build* APIs), I added a check on User SessionState
> vs. Portlet
> > SessionState, and if they differe - copy the user over portlet,
> > do bussiness
> > code.  Cut down on db hits a lot.
> > If I needed some other portlet to be aware of some value I would
> > bind it to
> > User SessionState.
> >
> > This all works fine for my needs, but has a ton of drawbacks.  Order of
> > Portlet execution is sequential (top left connect to bottom right
> > corner) on
> > a pane.  So if I bound a value to a User SessionState for
> > something that was
> > already rendered it would not be picked up until next iteration.
> >
> > I did not try to design the whole messaging system, with event
> > notification
> > (something like EXO platform claims to have).
> >
> > I think that this approach could work for you.  Let me know if
> > you need more
> > info.
> >
> > Dmitry
> >
> > -Original Message-
> > From: Keith R. Davis [mailto:[EMAIL PROTECTED]
> > Sent: Friday, February 20, 2004 12:34 PM
> > To: Jetspeed Users List
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: Need help with portlet communication strategies
> >
> >
> > Dmitry,
> >
> > I took a look at the service, any chance you might be able to post a bit
> > of your code using the StateManager service and how you worked it with
> > other portlets?  Thank you for your suggestions.
> >
> > Regards,
> >
> > Keith R. Davis
> > Mutiny Bay Software, LLC
> >
> > Phone:  360-331-5170
> > E-mail: [EMAIL PROTECTED]
> > Web:http://www.mutinybaysoftware.com
> >
> >
> > Dmitry Sklyut wrote:
> > > The way I managed to get "inter-portlet" communication working
> > was to use
> > > StateManager service.
> &

RE: Need help with portlet communication strategies

2004-02-20 Thread Mark Orciuch
There's an even model proposal in Bugzilla
(http://issues.apache.org/bugzilla/show_bug.cgi?id=21294) submitted by Tod
Kuebler. This proposal can get revived if there's enough interest and you
guys want to get involved.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Dmitry Sklyut [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 20, 2004 11:59 AM
> To: 'Jetspeed Users List'
> Subject: RE: Need help with portlet communication strategies
>
>
> My requirements were very simplistic.  Each portlet must know the
> state and
> must have access to the over all state of the application.  I used the
> StateManager to determine is I should hit the server with a new request or
> the portlet can still use the old data to render the page.
>
> Because of the requirements the approach was very simplistic
> also.  I needed
> to keep track of 1) active customer, 2) action account, 3) any
> other active
> customer parameter.  Based on those driver parameters if they changed the
> portlet would call the DB/EJB/Service for data.  So on each portlet xreg I
> had a parameter defining those "driver variables".  I extended
> MVCGenericPortlet and modified init() to pull them and cache them.  I also
> extended JetspeedJspPage.doBuildBeforeAction() to look for those
> parameters
> and pop them in to the User Session
> (JetspeedRunData.getUserSessionState()).
> So now each portlet has a state, and session has a state.  On each portlet
> invocation (build* APIs), I added a check on User SessionState vs. Portlet
> SessionState, and if they differe - copy the user over portlet,
> do bussiness
> code.  Cut down on db hits a lot.
> If I needed some other portlet to be aware of some value I would
> bind it to
> User SessionState.
>
> This all works fine for my needs, but has a ton of drawbacks.  Order of
> Portlet execution is sequential (top left connect to bottom right
> corner) on
> a pane.  So if I bound a value to a User SessionState for
> something that was
> already rendered it would not be picked up until next iteration.
>
> I did not try to design the whole messaging system, with event
> notification
> (something like EXO platform claims to have).
>
> I think that this approach could work for you.  Let me know if
> you need more
> info.
>
> Dmitry
>
> -Original Message-
> From: Keith R. Davis [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 20, 2004 12:34 PM
> To: Jetspeed Users List
> Cc: [EMAIL PROTECTED]
> Subject: Re: Need help with portlet communication strategies
>
>
> Dmitry,
>
> I took a look at the service, any chance you might be able to post a bit
> of your code using the StateManager service and how you worked it with
> other portlets?  Thank you for your suggestions.
>
> Regards,
>
> Keith R. Davis
> Mutiny Bay Software, LLC
>
> Phone:  360-331-5170
> E-mail: [EMAIL PROTECTED]
> Web:http://www.mutinybaysoftware.com
>
>
> Dmitry Sklyut wrote:
> > The way I managed to get "inter-portlet" communication working
> was to use
> > StateManager service.
> >
> > Check this link out, and look at the source to get an idea.  It is very
> easy
> > to use, but involves some work to get it to the stage where it will be
> > transparent:
> >
> >
> http://cvs.apache.org/viewcvs.cgi/jakarta-jetspeed/proposals/State
> Manager.tx
> > t
> >
> > Dmitry
> >
> >
> > -Original Message-
> > From: Don Hill [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, February 19, 2004 8:05 PM
> > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Subject: Re: Need help with portlet communication strategies
> >
> >
> > check this out
> > http://websphereadvisor.com/doc/11928
> >
> > Don Hill
> > Consulting Architect
> > exteNd Product Specialist Group
> > (W) 847.956.3584
> > (C) 630.400.8750
> > Novell, Inc., the leading provider of Net Business Solutions.
> > www.novell.com
> >
> >
> >>>>[EMAIL PROTECTED] 02/19/04 6:04 PM >>>
> >
> > Stijn,
> >
> > Yes, the session is an alternative storage option.
> >
> > The real question is when a portlet action is triggered, do all other
> > portlets on the page refresh?  Since the other portlets are not directly
> >
> > effected by the one portlet's action, is their content cached for
> > display?  Can I force the others to update and how is the order of
> > portlet display controlled i.e. in wh

RE: New (sort of) Jetspeed-based site

2004-02-20 Thread Mark Orciuch
> Technically it's been up for around a year now, but we recently
> rolled out our new layout (a vast improvement over the circa '97
> style that was there before) so it seems a fitting time to
> annouce it. :)   http://www.boone.org
>

Is it down right now (or is it just me)?

>
> There used to be a "we use jetspeed" survey portlet; does that
> still exist somewhere?

I think that Jetspeed Questionnaire Portlet is still available on
bluesunrise site. As far as I'm concerned, this initiative is dead because
most people are so secretive about their usage of Jetspeed. I'll be happy to
post it on the Sample Sites page
(http://jakarta.apache.org/jetspeed/site/usejetspeed.html) - just send a
short description of the site.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: jsp vs. velocity

2004-02-19 Thread Mark Orciuch
JSP templates should be in synch with Velocity in respect to navigations,
layouts and most screens (login, confirm, register, change password, edit
user, etc). Other templates are a matter of developer's personal preference.
If you know of any issues with JSP navigations, screens and layouts, please
log them into Bugzilla.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Jason Trust [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 19, 2004 11:11 AM
> To: [EMAIL PROTECTED]
> Subject: jsp vs. velocity
>
>
> Are both the jsp and jetspeed templates kept in sync?  I have been
> reading in both the documentation and in a couple of posts that velocity
> is the default / preferred method of developing or working with the
> templates.  I have seen some things such as the browser title, not being
> updated correctly in the jsp templates where the velocity ones seems to
> be working correctly.  I just wanted to know if others have been steered
> away from using the jsp side of things, because the velocity side is
> just kept up to date more or even because one is supported better.
>
>
>
> Any thoughts?
>
>
>
> My experience with velocity is comprised of looking at the templates in
> jetspeed, so I was hoping to stick to jsp's, but if others have had
> issues or concerns I was hoping to know earlier and adjust rather than
> later and panic.
>
>
>
> Jason Trust
>
> ___
>
> Corporate Technology Partners, Inc
> Emerging Technology Solutions
>
> www.ctpartners.com
>
> 877.287.2874 x702
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: About configure Portlets

2004-01-08 Thread Mark Orciuch
I just tried with the following url:
https://login.fidelity.com/ftgw/Fidelity/RtlCust/Login/Init and it works for
me (I didn't specify username and password because it's not required). Are
you using 1.4 final release?

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Peter Andersén [mailto:[EMAIL PROTECTED]
> Sent: Thursday, January 08, 2004 3:43 PM
> To: [EMAIL PROTECTED]
> Subject: About configure Portlets
>
>
> Hi
> I have created a view with som portlets.
> I have choosen BASIC Authentication IFrame Portlet.
> But i get Please customize source for this IFrame
>
> This is the information i have configured what is missing ?
>   Properties:
>   height: 480
>   password:
>   password.style: VelocityParameterPresentationStyle
>   width: 640
>   password.style.template: Password.vm
>   source: https://intranet.internetborder.se
>   frameborder: true
>   username:
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Sorting Users, Groups and Roles

2003-12-19 Thread Mark Orciuch
Hi Bob,

You can create an enhancement entry in Bugzilla and attach your patches
there. This is how we've been handling most contributions lately.

What color picker have you used? Is there a license for it? If so, it must
be Apache-friendly in order to be committed in Jetspeed. We've had a color
picker contributed by Jeremy before but there were license issues so we had
to pull it out.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Bob Fleischman [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 19, 2003 1:53 PM
> To: [EMAIL PROTECTED]
> Subject: Sorting Users, Groups and Roles
>
>
> We have enhanced some of the Jetspeed browsers to enable sorting of Users,
> Groups and Roles. We have also added a javascript color picker
> (which works
> in IE) to the Skin Editor VM.
>
> Is there a place or a method whereby we can post these enhancements?? Is
> anyone interested?
>
> Thanks
>
> Happy Holidays!
>
> Bob
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems with Resource Bundles

2003-12-15 Thread Mark Orciuch
Please see http://issues.apache.org/bugzilla/show_bug.cgi?id=23385 for a
related bug report. The only workaround I know of, is to make a copy of the
English language resource bundle and make your changes there (i.e. you must
have all resources in your custom bundle, even those that you are not
overriding).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Sami Lakka [mailto:[EMAIL PROTECTED]
> Sent: Monday, December 15, 2003 4:49 AM
> To: Jetspeed Users List
> Subject: Problems with Resource Bundles
>
>
> Hi,
>
> I'm having problems with resourcebundles and localization. I want
> to change
> the portal title (default Welcome to Jetspeed) in my own portal so I have
> changed the values in my JPortalTurbine.properties as follows
> module.packages=fi.tut.modules
> locale.default.bundles=fi.tut.modules.localization.JPortalLocaliza
> tion,org.a
> pache.jetspeed.modules.localization.JetspeedLocalization
> locale.default.language=en
> locale.default.country=US
>
> Well the title gets changed but when I try to configure my portal
> (using the
> pen image in panels)
> the portal throws an following error:
> java.util.MissingResourceException:
> Can't find resource for bundle java.util.PropertyResourceBundle, key
> CUSTOMIZER_SECURITY_REF
>
> I have changed the values also to TurbineResources.properties (as
> follows):
> locale.default.bundle=
> locale.default.bundles=fi.tut.modules.localization.JPortalLocalization
> locale.default.bundles=org.apache.jetspeed.modules.localization.Je
> tspeedLoca
> lization
> locale.default.language=en
> locale.default.country=US
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Logging by IP

2003-12-10 Thread Mark Orciuch
Set 'services.PortletStats.enabled = true' in jr.props. The log file name is
access.log.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Tod Thomas [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, December 10, 2003 1:42 PM
> To: Jetspeed Users List
> Subject: Logging by IP
>
>
> How can I configure Jetspeed to log in a similar format as Apache
> including the user's IP address?
>
> Thnaks - Tod
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: 1.5 dev demo

2003-11-18 Thread Mark Orciuch
I pretty much agree with Scott. IMO, Any subsequent releases of Jetspeed-1
should concentrate on bug fixes and core functionality. But I think we
should be open to any interesting contributions as long as one of us has
time to integrate them without destabilizing the product.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Weaver, Scott [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, November 18, 2003 11:43 AM
> To: 'Jetspeed Users List'
> Subject: RE: 1.5 dev demo
>
>
> Hi Celeste,
>
> Well, the idea with getting 1.4 to final was to:
>
> 1. Resolve most of the critical bugs.
> 2. Get an actual final release of Jetspeed 1 out.
> 3. Make it so those who have been diligently supporting and
> maintaining
>Jetspeed 1, can start to focus their efforts on Jetspeed 2.
>
> With that being said I do not see a big rush on getting 1.5 out
> the door soon (soon being a relative term ;)
>
> >From the talks most of the developers have had, 1.5 will more
> than likely be the last feature enhanced release of Jetspeed 1,
> with subsequent releases to 1.5 being maintenance releases i.e.
> no new enhancements to speak of only bug fixes.
>
> Somebody correct me if any of the above statement is incorrect.
>
> Regards,
> **
> | Scott T Weaver |
> | <[EMAIL PROTECTED]>|
> | Apache Jetspeed Portal Project |
> | Apache Pluto Portlet Container |
> **
>
> > -Original Message-
> > From: Celeste Haseltine [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, November 18, 2003 12:32 PM
> > To: 'Jetspeed Users List'
> > Subject: RE: 1.5 dev demo
> >
> > David,
> >
> > Thanks for putting this up on a server.  Does anyone want to hazard a
> > guess
> > as to when 1.5 will go "final".
> >
> > Celeste
> >
> > -Original Message-
> > From: David Sean Taylor [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, November 18, 2003 10:51 AM
> > To: 'Jetspeed List'
> > Subject: 1.5 dev demo
> >
> >
> > I installed a 1.5-dev demo at www.bluesunrise.com/jetspeed for you all
> > to try out.
> > To my disappointment, the drag and drop customizer doesn't work on
> > Safari :-(
> > And it crashes on IE 6 :-(
> > Oh well
> >
> > if anyone had an account that they were actually using there, let me
> > know and I'll restore it.
> > There were a few thousand accounts
> >
> > Please could you all refrain from changing the turbine and admin
> > passwords?
> > I don't know if you realize, but if you change the password, how can
> > others demo the system?
> >
> > I've noticed that "Create New Account" feature is no longer enabled as
> > default.
> > So if you change the two default account passwords, then it ruins the
> > demo for everyone else.
> >
> >
> > --
> > David Sean Taylor
> > Bluesunrise Software
> > [EMAIL PROTECTED]
> > +01 707 773-4646
> > +01 707 529 9194
> > +44 (0)79 8538 6471
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: build with maven

2003-11-17 Thread Mark Orciuch
There are some maven usage notes in jetspeed-1 README
(http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jetspeed/README?rev=HE
AD&content-type=text/plain).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Dmitry Amelchenko [mailto:[EMAIL PROTECTED]
> Sent: Monday, November 17, 2003 9:56 AM
> To: [EMAIL PROTECTED]
> Subject: RE: build with maven
>
>
> I guess i can try the eclipse.
> Before locking myself down with any IDE i would like to
> understand how the
> core works.
> Also i can hardly believe that the opensource community working on the
> project makes a partiqular IDE a requirement for all the developers
> involved.
> That's what ant is there for. Hopefully with maven things going
> to get even
> better. I'm just looking for someone to comment on how to use maven with
> jetspeed and if it's useable at all yet.
>
> thanks
>
>
> >From: Ron Wheeler <[EMAIL PROTECTED]>
> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> >To: Jetspeed Users List <[EMAIL PROTECTED]>
> >Subject: RE: build with maven
> >Date: Mon, 17 Nov 2003 10:37:41 -0500
> >
> >
> >You might want to look at Eclipse as an IDE. WE are using it
> with Jetspeed
> >1
> >and it works very nicely with ANT and CVS.
> >I have not yet tried Jetspeed 2 and Maven. Perhaps some of the more
> >experienced developers can comment on Eclipse and Maven.
> >Eclipse makes the structure of your project easier to follow and handles
> >the
> >CVS side extremely well.
> >
> >Ron
> >-Original Message-
> >From: Dmitry Amelchenko [mailto:[EMAIL PROTECTED]
> >Sent: Sunday, November 16, 2003 2:33 PM
> >To: [EMAIL PROTECTED]
> >Subject: build with maven
> >
> >
> >Hi,
> >i've downloaded the Jetspeed and trying to build it with maven.
> I'm pretty
> >new to maven but like the concepts a lot and would really like to get the
> >jetspeed build working with maven as well as with ant.
> >
> >Unfortunately it's not as easy as it seems.
> >I'm running into the problems like:
> >---
> >Attempting to download activation-1.0.1.jar.
> >WARNING: Failed to download activation-1.0.1.jar.
> >Attempting to download javamail-1.2.jar.
> >WARNING: Failed to download javamail-1.2.jar.
> >Attempting to download jaxp-1.2.jar.
> >WARNING: Failed to download jaxp-1.2.jar.
> >Attempting to download jdbc-2.0.jar.
> >WARNING: Failed to download jdbc-2.0.jar.
> >Attempting to download jndi-1.2.1.jar.
> >WARNING: Failed to download jndi-1.2.1.jar.
> >Attempting to download stratum-1.0-b4-dev.jar.
> >WARNING: Failed to download stratum-1.0-b4-dev.jar.
> >Attempting to download uddi4j-1.0.jar.
> >WARNING: Failed to download uddi4j-1.0.jar.
> >The build cannot continue because of the following unsatisfied
> >dependencies:
> >---
> >
> >Before posting here i've looked around at the maven's user list
> as well as
> >the jetspeed's one. There are a lot of similar problems
> discussed, but non
> >of them gives the solution other then configuring custom or remote
> >repository for those jars.
> >I'm definately going to do so if that's the only option, i'm
> just curiouse,
> >how is it done by jspeed developpers -- i've got the distribution i'm
> >assuming people use as is, but could not find any explicit references to
> >the
> >remote or local repository configuration other then ibiblio (the one that
> >misses the desired jars because of licensing issues). Also,
> what's confuses
> >me is that all these jars maven complains about are part of the jetspeed
> >download.
> >Is there an easier way to point to those jars rather then configuring the
> >repository (maybe it is a repository already -- how do i use it then)?
> >I'm i missing something? Sorry if the question is too obviouse,
> just trying
> >to get up to speed as quickly as possible.
> >
> >Thank you.
> >
> >_
> >MSN Messenger with backgrounds, emoticons and more.
> >http://www.msnmessenger-download.com/tracking/cdp_customize
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [

Jetspeed 1.4 release available for download

2003-10-30 Thread Mark Orciuch
The Jakarta Jetspeed development team has released the latest version
of the Jetspeed Portal Server, version 1.4 Final Release.

* New Features *

- Search service refactored with pluggable document handlers
- Parameter style jsp tag
- Logging converted from Turbine to Commons + log file viewer portlet.
Contributed by Harald Ommang
- Improved portlet skinning capabilities. Contributed by Aurelien Pernoud
- WebClippingPortlet. Contributed by Marco Mari
- MyPages functionality
- Java applet portlet
- BASICAuthIFrame portlet. Contributed by Jacob Kjome
- Implemented portlet icon functionality
- Polish language resource bundle

* Bug Fixes *

- See FIXES.html (included in jetspeed-1.4-src.zip) for a full list of
fixes in this release. There were over 90
Bugzilla issues (fixes, enhancements, patches, donations) resolved in this
release. This file may also be
viewed directly from CVS:
http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-jetspeed/FIXES.html?rev
=1.2&content-type=text/plain

Please note that there is no direct link to release files. Instead, choose a
link below and
then select one of the mirror sites to download from:

Binaries: http://jakarta.apache.org/site/binindex.cgi
Source Code: http://jakarta.apache.org/site/sourceindex.cgi

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Has Jetspeed 1.4 gone final?

2003-10-30 Thread Mark Orciuch
Have you seen any annoucements? I'm in process of putting out the final
release. Please hold your horses until tomorrow. Thanks!

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Celeste Haseltine [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 30, 2003 4:30 PM
> To: 'Jetspeed Users List'
> Subject: Has Jetspeed 1.4 gone final?
>
>
> I just went to the Jetspeed home page and noticed that the war file is now
> named 1.4 not 1.4 b4.  Is Jetspeed 1.4 now a final release?  If so, the
> source code on the Jetspeed home page still reflects the 1.4 b4 zip file.
> How would I go about getting a copy of the source code for the 1.4 war
> release?
>
> Celeste
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: AW: 1.4b5

2003-10-21 Thread Mark Orciuch
I agree. I am not aware of any outstanding critical bugs.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Jeremy Ford [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 21, 2003 8:47 AM
> To: [EMAIL PROTECTED]
> Subject: Re: AW: 1.4b5
>
>
> There have been a couple of messages for a November 1 release timeframe.
> While there are a few bugs still listed as open for the 1.4
> release, I'm not
> sure if they could be pushed to another maintenance release later on.  I
> myself would like to see a release soon.
>
> Jeremy Ford
>
>
> >From: "Danny" <[EMAIL PROTECTED]>
> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> >To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
> >Subject: AW: 1.4b5
> >Date: Tue, 21 Oct 2003 08:28:54 +0200
> >
> >no replies?? :-(
> >
> > > -Ursprüngliche Nachricht-
> > > Von: Danny [mailto:[EMAIL PROTECTED]
> > > Gesendet: Montag, 20. Oktober 2003 16:01
> > > An: Jetspeed User Mailing List (E-Mail)
> > > Betreff: 1.4b5
> > >
> > >
> > > are there already estimations, when the new build will be released?
> > > Or which package would you suggest for our update from 1.4b3?
> > >
> > > We want to update our project include our development
> > > environment, so it
> > > should be a stabel release.
> > > We would use 1.4b4, but the internationalization for JSPs is
> > > not working,
> > > but this is the feature we want most.
> > >
> > > Any suggestions?
> > >
> > > Thanks in advance,
> > > Danny Gehl
> > >
> > > ==
> > > T-Systems Multimedia Solutions GmbH
> > > Danny Gehl
> > > Authorized Java Center (AJC)
> > > Hausanschrift: Riesaer Straße 5, 01029 Dresden
> > > Tel.: (0351) 8505 845
> > > Fax.: (in Arbeit)
> > > E-Mail: mailto:[EMAIL PROTECTED]
> > > http://www.T-Systems-MMS.com
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
> _
> Surf and talk on the phone at the same time with broadband
> Internet access.
> Get high-speed for as low as $29.95/month (depending on the local service
> providers in your area).  https://broadband.msn.com
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems with portlet parameter customization (bug?)

2003-10-15 Thread Mark Orciuch
I committed some portlet customizer related changes few days ago so Sept. 9
is not really up to date. I can't help you with your firewall problem :-(

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Holger Dewes [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2003 2:56 AM
> To: 'Jetspeed Users List'
> Subject: RE: Problems with portlet parameter customization (bug?)
>
>
>
> > -Original Message-
> > From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, October 14, 2003 4:36 PM
> > To: Jetspeed Users List
> > Subject: RE: Problems with portlet parameter customization (bug?)
> >
> >
> > Please pull down the latest sources from CVS and try it
> > again. If it's still a problem, please log a Bugzilla bug. Thanks!
>
> Hi Mark,
>
> the problem is that I am sitting behind a firewall and cannot access the
> CVS server directly. And the latest packaged version is from 9. Sept.
> 2003. Is that really up-to-date? If not so, how can I get the current
> version?
>
> Cheers
> --
> Holger Dewes
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: ContentType

2003-10-15 Thread Mark Orciuch
I don't think that you can mix pdf content with content of other portlets on
the same page. Best solution I can think of is to use IFRAME tag to display
the portlet's content. IFramePortlet won't cut it because it sounds like
you're generating your content dynamically. Your custom portlet would
consist of a single IFRAME tag and it's source would have to be a screen
template returning the pdf content (for example,
http://localhost/jetspeed/template/pdfwriter.jsp).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Nicholas Nemtsev [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, October 15, 2003 5:51 AM
> To: Jetspeed Users List
> Subject: Re: ContentType
>
>
> Hello!
>
> Thank you!
>
> On Wednesday 15 October 2003 12:09, Pernoud Aurelien wrote:
> > data.getResponse().reset();
> >
> data.getResponse().addHeader("Content-Type","application/force-dow
> nload" );
> > data.getResponse().addHeader("Content-Type","application/octet-stream");
> > data.getResponse().addHeader("Content-Transfer-Encoding","binary");
> > and this works fine ;)
> I am sorry, but this solution does not work.
> It is strange that result ContentType is text/plain. It should be
> text/html
> by default.
>
> > Although I remember reading once on some mail-archive that turbine 2.3
> > won't allow this kind of behavior, I'll check this  some day...
> We use turbine 2.2
>
> --
> With Best Regards,  | mailto:[EMAIL PROTECTED]
> Nicholas Nemtsev| http://www.pskov.e-nginet.com
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems with portlet parameter customization (bug?)

2003-10-14 Thread Mark Orciuch
Please pull down the latest sources from CVS and try it again. If it's still
a problem, please log a Bugzilla bug. Thanks!

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Holger Dewes [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, October 14, 2003 3:23 AM
> To: [EMAIL PROTECTED]
> Subject: Problems with portlet parameter customization (bug?)
>
>
> Hello,
>
> I have a problem with portlet parameter customization. When a user logs
> in, and a portlet parameter is set to a value (let's call it value A)
> that does not equal the standard value from the registry (let's call
> that value B), and it is set to value B, then afterwards the customizer
> shows not value B (the current value) but value A (the value it had when
> logging in). So basically, when changing a parameter value to the
> registry value, the customizer still shows the old, non-registry value.
> However, in the PSML, the values are correct.
>
> I did some debugging, and it seems that when setting a value equal to
> the registry value, it is removed from the user's PSML (this happens in
> CustomizeAction.doUpdate()). However, in
> CustomizeAction.buildNormalContext(), if the current value cannot be
> found in the portlet instance (which is, I suppose, the value from the
> user's PSML), it uses instead
> Portlet.getPortletConfig().getInitParameter(). I can only guess that
> that is the value as it was when the portlet was initialized, i.e. when
> the user has logged in. But this does _not_ represent the current value.
>
> So my question really is: bug or feature?
>
> Cheers
> --
> Holger Dewes
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Q. How to enable the Add Reference Button

2003-10-13 Thread Mark Orciuch
It works for me. Make sure that you make the change to admin.xreg when your
servlet container is down OR make the change and wait until the admin.xreg
is automatically reloaded (this is every 5 minutes by default).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Dalton-1, Michael [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 10, 2003 1:02 PM
> To: 'Jetspeed Users List'
> Subject: RE: Q. How to enable the Add Reference Button
>
>
> I've tried to change the security-ref parent to user-only but the Add
> Reference still does NOT appear.
>
> Michael Dalton
>
> -Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 10, 2003 11:07 AM
> To: Jetspeed Users List
> Subject: RE: Q. How to enable the Add Reference Button
>
>
> Michael,
>
> I thought I gave you the hint. Perhaps I wasn't explicit enough.
>
>  cachedOnName="true" cachedOnValue="true">
> 
> 
>
> In the above, change the security-ref parent to something like
> "user-only".
> That should do it - let me know if it doesn't.
>
> Best regards,
>
> Mark Orciuch - [EMAIL PROTECTED]
> Jakarta Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Q. How to enable the Add Reference Button

2003-10-10 Thread Mark Orciuch
Michael,

I thought I gave you the hint. Perhaps I wasn't explicit enough.





In the above, change the security-ref parent to something like "user-only".
That should do it - let me know if it doesn't.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Dalton-1, Michael [mailto:[EMAIL PROTECTED]
> Sent: Friday, October 10, 2003 8:31 AM
> To: 'Jetspeed Users List'
> Subject: RE: Q. How to enable the Add Reference Button
>
>
> I need to enable the Add Reference button.  It is currently disabled even
> for admin.  My PortletSetCustomizer settings are shown below.  Can anyone
> tell me what needs to be set to enable this?  I have been struggling with
> this for days.
>
> Thanks,  Michael Dalton ( [EMAIL PROTECTED] )
>
>  type="instance" application="false">
> 
> 
> Customize pane
> 
>
> org.apache.jetspeed.portal.portlets.VelocityPortlet
>  hidden="true" cachedOnName="true" cachedOnValue="true"/>
>  hidden="true" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true">
> 
> 
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  value="document.securityRefs.submit()" hidden="false"
> cachedOnName="true" cachedOnValue="true"/>
>  cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  value="document.skins.submit()" hidden="false"
> cachedOnName="true" cachedOnValue="true"/>
>  cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  value="this.form.submit()" hidden="false"
> cachedOnName="true" cachedOnValue="true"/>
>  cachedOnName="true" cachedOnValue="true">
> 
> 
>          value="VelocityParameterPresentationStyle" hidden="false"
> cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  value="VelocityParameterPresentationStyle" hidden="false"
> cachedOnName="true" cachedOnValue="true"/>
>  value="Button.vm" hidden="false" cachedOnName="true"
> cachedOnValue="true"/>
>  hidden="false" cachedOnName="true" cachedOnValue="true"/>
>  value="addRefDisabled" hidden="false" cachedOnName="true"
> cachedOnValue="true"/>
> 
> 

RE: hidden / dependent portlets

2003-10-09 Thread Mark Orciuch
I don't recommend this approach. I recommend using a single role mgmt
portlet using multiple templates for each view (browse, detail, etc). Then
use setTemplate method to change the template based on the mode (browse,
add, delete, change). See PsmlManager portlet in admin.xreg for an example.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Tâm Huynh [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 09, 2003 4:45 AM
> To: Jetspeed Users List
> Subject: hidden / dependent portlets
>
>
> Hi,
>
> I have developed a modified user- and role-browser that
> users can add to their sets of portlets.
>
> I want the role browser to be invisible and to only come up
> when clicking on some link -- just like the original
> (admin-)role-browser does.
>
> I saw that you can do this by setting a parameter _menustate
> in the user's psml file. But this must be done _manually_ for
> each user, right? I want it to be hidden by default,
> automatically, when you add it. I tried adding the line
>
> 
>
> to the registry entry of the portlet, with no effect.
>
> Thanks for any tips,
> Tâm
>
>
>
>
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jetspeed new bee question

2003-10-06 Thread Mark Orciuch
I suspect that you're using 1.4 Beta 4. There's a known JSP localization bug
in Beta 4 - please search the Bugzilla bug database for the answer (I think
is 19519 )or just build Jetspeed from CVS.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Shabada, Gnaneshwer [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 06, 2003 10:21 AM
> To: '[EMAIL PROTECTED]'
> Subject: Jetspeed new bee question
>
>
>
> Hi all,
> I am trying to run Jetspeed on WSAD v5.1. I imported the source
> code into my
> WSAD and changed the TurbineResources.properties file to use JSPs
> instead of
> VM. When I run Jetspeed on the Test Environment, it deploys fine but when
> the home page is displayed, the labels for Login, Password text boxes and
> the button label do not pick up names from the resource bundle. I debugged
> this and it came down to JetspeedL10NTag.java where it is not
> picking up the
> JetspeedLocalization_en.properties file..am I doing something wrong here?
>
> Any help is appreciated.
>
> Thanks
> Gnan Shabada
>
> 
> This email message is for the sole use of the intended recipient
> (s) and may
> contain confidential and privileged information. Any unauthorized review,
> use, disclosure or distribution is prohibited. If you are not the intended
> recipient, please contact the sender by reply email and destroy all copies
> of the original message. To reply to our email administrator
> directly, send
> an email to [EMAIL PROTECTED]
> Toys "R" Us, Inc.
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How to enable Add Reference Button

2003-10-06 Thread Mark Orciuch
What version of Jetspeed are you using? If it's 1.4 Beta 3 and up, there is
PortletSetCustomizer entry and this is what controls the Add Reference
button:





Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


> -Original Message-
> From: jamul Rezak [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 06, 2003 7:04 AM
> To: [EMAIL PROTECTED]
> Subject: How to enable Add Reference Button
>
>
> Hi all,
> Maybe the same question has been posted before. I made a search
> on user list. A reply said:
> The rights for the 'Add Reference button' is
> controled by the security-ref entry in PortletSetCustomizer
> portlet entry in admin.xreg. per default it's only
> allowed for admins.
> I looked on my admin.xreg but I cannot find "PortletSetCustomizer".
> Can you please advise how can I do that.
> I tried to use the PSML browser. I've added a new psml let say
> test.psml on the Jetspeed Group. When I try to add the reference
> it does not appear but when I add others that came installed like
> news.psml it appear on the Customizer.
> Thanks
> Jamal
>
>
>
> -
> Do you Yahoo!?
> The New Yahoo! Shopping - with improved product search



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Regarding Cookies

2003-09-05 Thread Mark Orciuch
Also, there's a problem with cookies when using localhost. Here's an excerpt
from Jetspeed's README:

5. Auto-login feature does not work when using localhost for the host name.
A real domain name must be used or an alias must be created in hosts file
(for example: 127.0.0.1 -> www.localhost.com).

Auto-login is cookie based.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Pernoud Aurelien [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 05, 2003 1:43 AM
> To: Jetspeed Users List
> Subject: RE: Regarding Cookies
>
>
>
> If you're doing that from inside a portlet, it's already too late
> to set a cookie, the response has started to be sent to the
> browser so the cookie will never reach it.
> To set a cookie, you must use an action, as JLoginUser for
> example, or your own one.
>
> Parasuram Gopal a écrit :
>
> >  Hello All,
> > I'm facing a little weird problem with Jetspeed.  I created a
> > cookie and attached it to the response like
> > rundata.getResponse().addCookie(cookie);
> > But this cookie doesn't seem to get created.  I enabled the
> > browser prompt for cookie option to see if it
> > is getting created, but it is not creating it.  On the other
> > hand, I just use a simple servlet in the same environment
> > and tried to attach the same cookie in that response object
> > and it works fine.  Wondering if I'm missing anything
> > or it is a known bug ?. please let me know.
> > thanks
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: moving to 2.3

2003-09-02 Thread Mark Orciuch
> Deprecated DynamicURI and TemplateLink?
> Is there a migration path?
> Im afraid we are heavily dependent on that one.
> My vote is that we do not move to the new version of Turbine until it
> is THOROUGHLY TESTED

Big +1 on that. I'd go further than that and defer this item until AFTER the
final release.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: moving to 2.3

2003-08-29 Thread Mark Orciuch
Martin,

Let's direct further discussions on this topic here:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22825

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


> -Original Message-
> From: Martin Poeschl [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 29, 2003 3:35 PM
> To: Jetspeed Users List
> Subject: Re: moving to 2.3
>
>
> ther should be no deprecation warnings using turbine-2.2 as most of the
> stuff has been removed .. i can send the patches for torque and help
> with the migration as i would like to migrate an existing 2.2 app and
> all my apps are already running with 2.3 ;-)
>
> martin
>
> Mark Orciuch wrote:
>
> >Actually, we have just completed the move to commons logging. Is
> logging the
> >only potential issue with Turbine?
> >
> >Best regards,
> >
> >Mark Orciuch - [EMAIL PROTECTED]
> >Jakarta Jetspeed - Enterprise Portal in Java
> >http://jakarta.apache.org/jetspeed/
> >
> >
> >
> >>-Original Message-
> >>From: Martin Poeschl [mailto:[EMAIL PROTECTED]
> >>Sent: Friday, August 29, 2003 2:25 PM
> >>To: Jetspeed Users List
> >>Subject: Re: moving to 2.3
> >>
> >>
> >>i can help with the migration .. moving to torque 3.1 is easy (just
> >>replace the jars :-)
> >>turbine is little bit harder as jetspped uses the turbine logging
> >>services which has been removed .. so fixing the logging stuff first is
> >>a good idea ;-)
> >>
> >>martin
> >>
> >>Ender Hikmet KILIÇOÐLU wrote:
> >>
> >>
> >>
> >>>Hi
> >>>any plan to migrate next release of turbine for jetspeed v1
> >>>
> >>>Ender
> >>>
> >>>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: moving to 2.3

2003-08-29 Thread Mark Orciuch
Actually, we have just completed the move to commons logging. Is logging the
only potential issue with Turbine?

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Martin Poeschl [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 29, 2003 2:25 PM
> To: Jetspeed Users List
> Subject: Re: moving to 2.3
>
>
> i can help with the migration .. moving to torque 3.1 is easy (just
> replace the jars :-)
> turbine is little bit harder as jetspped uses the turbine logging
> services which has been removed .. so fixing the logging stuff first is
> a good idea ;-)
>
> martin
>
> Ender Hikmet KILIÇOÐLU wrote:
>
> >Hi
> >any plan to migrate next release of turbine for jetspeed v1
> >
> >Ender
> >
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: custom properties >> i10n issues

2003-08-29 Thread Mark Orciuch
> Yes, thanks, I've found it in the bugzilla in the meantime
> (my mail took an incredible amount of time to go through!?)

I noticed that my emails take a while to go through as well.

>
> What I've done was patch the source i had for the tag's class with was
> proposed in bugzilla, and it works fine...
>
> When is a next version coming out?
>

We're working on this right now. I was planning to get it out by the end of
month but I don't think I'll make it :-(

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: custom properties >> i10n issues

2003-08-28 Thread Mark Orciuch
There are issues related to jsp+i10n in Beta 4. I recommend using the CVS
head.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Gregory Joseph [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 28, 2003 12:49 PM
> To: Jetspeed Users List
> Subject: custom properties >> i10n issues
>
>
> Hi folks,
>
> I recently started customizing my jetspeed installation, by changing some
> templates etc.
> I decided to switch to jsp.
> Yesterday, i was still working with 1.4b3, it was working fine, but I had
> modified the services.TemplateService.default.extension in
> TurbineResources.properties directly.
>
> Today, i switched to 1.4b4 (maybe this has nothing to do), and
> while browsing
> some docs, i found out i could have my own site-specific
> overriding property
> file, which is indeed a lot cleaner than modifying the default one.
> So i copied the example my.properties to WEB-INF/conf/kweb.properties and
> added this line in it:
> services.TemplateService.default.extension=jsp
>
> As per the doc, i also added the following in the web.xml:
>
>
> properties
> WEB-INF/conf/kweb.properties
> 
> 
>   resources
>
> org.apache.jetspeed.services.resources.JetspeedResour
> ceService param-value>
> 
>
>
> Now, two problems:
> - if I leave all the properties set from the example
> my.properties, I get an
> InstanciationException("ServiceBroker: unknown service PoolService
> requested")
>
> - if I comment all of them, except the one I added and also leave
> (as per the
> doc
> again)services.ResourceService.classname=org.apache.jetspeed.servi
> ces.resourc
> es.JetspeedResourceService and include=TurbineResources.properties ,
> then I don't get any error, but none of the l10n strings are
> translated (ie i
> see TOP_TITLE, TOP_LOGOUT etc on top of the page)
>
> So two questions:
> - what can I do? :))
> - is there a list somewhere of all the properties and their usage that are
> overridable in a custom properties files?
>
>
> Thanks for any tip,
>
>
> greg
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: width of IFramePortlet

2003-08-26 Thread Mark Orciuch
IMO, cvs head is very stable as we are getting ready to do a final release
soon. Take a look at an oustanding bug list in Bugzilla (bugs with 1.4-b5
target milestone) - this should give you an idea of known problems.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 9:54 AM
> To: [EMAIL PROTECTED]
> Subject: RE: width of IFramePortlet
>
>
> How stable is the cvs head? Is it worth getting the latest release, or
> should I keep working with the public release?
>
> Stefan
>
> -Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Dienstag, 26. August 2003 16:50
> To: Jetspeed Users List
> Subject: RE: width of IFramePortlet
>
>
> There are 'width' and 'height' parameters defined in registry. These are
> exposed in the portlet customizer if you use 1.4-b5-dev (CVS head).
>
> Best regards,
>
> Mark Orciuch - [EMAIL PROTECTED]
> Jakarta Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
>
> > -Original Message-
> > From: k r i $ h n a n [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, August 26, 2003 6:23 AM
> > To: Jetspeed Users List
> > Subject: width of IFramePortlet
> >
> >
> > Hello all ,
> >i have customized the IFramePortlet for my existing
> > application to be displayed in. but the thing is how to
> > set the width and height of the displayed frame as it is very
> > small and even
> > on maximizing it shows the same size.
> >  thanks in advance
> > anup
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: width of IFramePortlet

2003-08-26 Thread Mark Orciuch
There are 'width' and 'height' parameters defined in registry. These are
exposed in the portlet customizer if you use 1.4-b5-dev (CVS head).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: k r i $ h n a n [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 26, 2003 6:23 AM
> To: Jetspeed Users List
> Subject: width of IFramePortlet
>
>
> Hello all ,
>i have customized the IFramePortlet for my existing
> application
> to be displayed in. but the thing is how to
> set the width and height of the displayed frame as it is very
> small and even
> on maximizing it shows the same size.
>  thanks in advance
> anup
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Separating jetspeed code and own development

2003-08-25 Thread Mark Orciuch
> I'm trying to figure out the best way to split jetspeed code and my own
> code to make life and for instance upgrading easier. For example, by
> default, actions go in the org.apache.etc... Package, but i  want them
> to go in my own package structure - how do I configure it? Building the
> default app generates a jar, but it's not used in the war - why is that?

The .jar file is used when you build using release_war target.

>
> How do I separate jetspeed templates from my own?
>
> I'm looking for best practises.

Take a look at "Maven usage notes for release 1.4b4" in README. There's a
way to separate your jetspeed customizations and use jetspeed:war goal to
build a custom portal application based on Jetspeed binary distribution. I
have several applications being built this way but I don't have the time to
write up a "white paper" on this.

Also, the Jetspeed Tutorial uses similar technique - perhaps that is your
best place to start.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Parameter styles with multiple values

2003-08-20 Thread Mark Orciuch
I have just corrected this issue. Please checkout Jetspeed from CVS head and
let me know if there's still a problem.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com

> -Original Message-
> From: Holger Dewes [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 20, 2003 2:28 AM
> To: 'Jetspeed Users List'
> Subject: RE: Parameter styles with multiple values
>
>
> > -Original Message-
> > From: Michael James [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, August 19, 2003 4:42 PM
> > To: [EMAIL PROTECTED]
> > Subject: Parameter styles with multiple values
> >
> >
> > Hi,
> >
> > I'm trying to implement a parameter style that allows
> > the user to
> > select multiple items in a list.  The list is populated with
> > data from
> > a database.
>
> I have a similar problem and I've given up on it. But that doesn't mean
> that you shouldn't keep trying and tell me if you found a solution ;-)
> (But see below for more information.)
>
> > The Velocity template that accompanies the parameter
> > style generates a
> > list of the format:
> >
> > 
> > value1
> > value2
> > value3
> > ...
> > 
> >
> > From what I understand, when a list with multiple
> > selections (like the
> > HTML above) is submitted in a form, the values are multiple
> > values are
> > comma-separated.  So for the list above, the submitted form
> > would have
> > the following line:
> >
> > listname=value1,value3
>
> No, the request looks like this:
>
> listname=value1&listname=value3
>
> This is how multiple values are encoded. To read multiple values from a
> request, you can do rundata.getParameters().getStrings("listname"). This
> returns a String array of all values.
> rundata.getParameters.getString("listname") only returns the first value
> of a multivalue parameter. If I understand correctly, this is how
> Jetspeed reads the parameters in CustomizeAction.doUpdate() (where I
> think the customize requests are handled), at least in b4, I don't know
> about the newest CVS version.
>
> So I think that at the moment, you cannot use dynamic multiple values
> with parameter styles :-(
>
> Cheers
> --
> Holger Dewes
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Réf. : jetspeed website

2003-08-14 Thread Mark Orciuch
I'll update the list but I'll need a short description for each site.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Fabien GUIBERT [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, August 05, 2003 12:03 PM
> To: Jetspeed Users List
> Subject: Réf. : jetspeed website
>
>
>
>
>
>
>
> Hi all
>
> another one :)  --> http://www.progi-ouest.fr
>
> same questions
> thx
>
>
>
>
>
>
>   [EMAIL PROTECTED]
>
>   ft.com   Pour :
> "Jetspeed Users List" <[EMAIL PROTECTED]>
>
>cc :
>
>   05/08/2003 18:58 Objet :   jetspeed
> website
>   Veuillez répondre
>
>   à "Jetspeed Users
>
>   List"
>
>
>
>
>
>
>
>
>
>
> Hello,
>
> We have deployed our new website using jetspeed: www.valbosoft.com. Is it
> possible to be included in the list of sample websites? Who should we
> contact for that?
>
> Thanks,
>
>  Bo van Weert
>  Gerente Valbosoft S.L.
>  C/ Pintor Genaro Lahuerta 16/29 46010 Valencia
>  Tel: 902 014 180 (+34 963 931 977) Fax: +34 96
>  360 69 13 http://www.valbosoft.com
>
>
>  - Este mensaje y los documentos que, en su caso,
>  lleve anexos, pueden contener información
>  confidencial. Por ello, se informa a quien lo reciba
>  por error que la información contenida en el mismo
>  es reservada y su uso no autorizado está prohibido
>  legalmente, por lo que en tal caso le rogamos que
>  nos lo comunique por la misma vía , se abstenga de
>  realizar copias del mensaje o remitirlo o entregarlo
>  a otra persona y proceda a borrarlo de inmediato.
>  - This message together with any documents attached
>  may contain confidential information. You are
>  informed that if you should receive it by mistake,
>  the information it contains is reserved and its use
>  is not authorised. It is legally prohibited. If you
>  have received this message by mistake, please let us
>  know as soon as possible by e-mail. Do not make any
>  copies of the message, nor send it or give it to
>  anybody else. Please delete it right away.
>
>
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: WebSphere 4.0.6 and Jetspeed 1.4b*

2003-08-14 Thread Mark Orciuch
You need to change the app server classpath NOT the system classpath (don't
replace any .jar files). Modify the classpath for app server running your
jetspeed webapp to point to xalan-2.3.1, xml-apis, crimson-1.1.3 from
jetspeed distribution and xerces shipped with WAS. You may want to copy the
first 3 .jar files to a separeate folder and reference it from there.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: gbs [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 08, 2003 11:50 AM
> To: Jetspeed Users List
> Subject: Re: WebSphere 4.0.6 and Jetspeed 1.4b*
>
>
> I tried replacing WAS's xerces with 2.02, but the server wouldn't
> start.  So, just for fun, I changed the system-level classpath to start
> with jetspeed's lib directory, and WAS does start but I get the same
> error.  I question whether changing the system-level classpath had any
> effect.
>
> I next decided to irritate the system by wholly removing the tld file to
> see if I get a different error.  Interestingly, the error did change to
> the following:
>
> Error encountered processing a template:
> /portlets/html/hello.jsporg.apache.jasper.JasperException:
> C:\WebSphere\AppServer\installedApps\jetspeed14b4.ear\jetspeed.war
> \templates\jsp\portlets\html\hello.jsp(3,69)
> JSPG0103E: Unable to open taglibrary /templates/jsp/tld/template.tld :
> JSPG0127E: Could not locate TLD META-INF/taglib.tld at
> org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:874) at
> org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNeces
> sary(JspServlet.java:251)
> at
> org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(Jsp
> Servlet.java:279)
> at
> org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:503)
> at .
>
> So without a tld, the error is that WAS can't locate the tld file (as
> compared to 'openning' it in the first error).  This leads me to believe
> that the problem truly is a xml parsing issue as you had mentioned, but
> I am at a loss as to how to fix it.  Do you have additional suggestions
> I might try?
>
> Thanks,
> George
>
>
> Weaver, Scott wrote:
>
> >It looks to be some sort of XML parsing error.  Is there anyway
> you can use a different version of Xerces other than the one
> Websphere uses?
> >
> >*===*
> >* Scott T Weaver*
> >* Jakarta Jetspeed Portal Project   *
> >* [EMAIL PROTECTED] *
> >*===*
> >
> >
> >
> >
> >
> >>-Original Message-
> >>From: gbs [mailto:[EMAIL PROTECTED]
> >>Sent: Friday, August 08, 2003 11:57 AM
> >>To: Jetspeed Users List
> >>Subject: Re: WebSphere 4.0.6 and Jetspeed 1.4b*
> >>
> >>Yes (although I have made the config changes in a jetspeed 1.4b4
> >>installation):
> >>
> >>Error encountered processing a  template:
> >>/portlets/html/hello.jsporg.apache.jasper.JasperException:
> >>C:\WebSphere\AppServer\installedApps\jetspeed14b4.ear\jetspeed.w
> ar\templat
> >>es\jsp\portlets\html\hello.jsp(3,69)
> >>JSPG0103E: Unable to open taglibrary /templates/jsp/tld/template.tld :
> >>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl at
> >>org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:874) at
> >>org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNec
> essary(Jsp
> >>Servlet.java:251)
> >>at
> >>org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(J
> spServlet.
> >>java:279)
> >>at
> >>org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:503)
> >>at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:651) at
> >>javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
> >>com.ibm.servlet.engine.webapp.StrictServletInstance.doService
> >>
> >>Weaver, Scott wrote:
> >>
> >>
> >>
> >>>So now the error looks like this?
> >>>
> >>>Error encountered processing a template:
> >>>/portlets/html/hello.jsporg.apache.jasper.JasperException:
> >>>C:\WebSphere\AppServer\installedApps\jetspeed14b2.ear\jetspeed.war
> >>>
> >>>
> >>\templates\jsp\portlets\html\hello.jsp(3,77)
> >>
> >>
> >>>JSPG0103E: Unable to open taglibrary
> >>>/templates/jsp/tld/template.tld :
> >>>org.apache.xerces.jaxp.DocumentBuilderFactoryImpl at  .

RE: WebSphere 4.0.6 and Jetspeed 1.4b*

2003-08-09 Thread Mark Orciuch
Check out the README document from CVS. There are some notes there on
WebSphere 4 usage.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: gbs [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 08, 2003 10:57 AM
> To: Jetspeed Users List
> Subject: Re: WebSphere 4.0.6 and Jetspeed 1.4b*
>
>
> Yes (although I have made the config changes in a jetspeed 1.4b4
> installation):
>
> Error encountered processing a  template:
> /portlets/html/hello.jsporg.apache.jasper.JasperException:
> C:\WebSphere\AppServer\installedApps\jetspeed14b4.ear\jetspeed.war
> \templates\jsp\portlets\html\hello.jsp(3,69)
> JSPG0103E: Unable to open taglibrary /templates/jsp/tld/template.tld :
> org.apache.xerces.jaxp.DocumentBuilderFactoryImpl at
> org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:874) at
> org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfNeces
> sary(JspServlet.java:251)
> at
> org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(Jsp
> Servlet.java:279)
> at
> org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:503)
> at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:651) at
> javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
> com.ibm.servlet.engine.webapp.StrictServletInstance.doService
>
> Weaver, Scott wrote:
>
> >So now the error looks like this?
> >
> >Error encountered processing a template:
> >/portlets/html/hello.jsporg.apache.jasper.JasperException:
> >C:\WebSphere\AppServer\installedApps\jetspeed14b2.ear\jetspeed.wa
> r \templates\jsp\portlets\html\hello.jsp(3,77)
> >JSPG0103E: Unable to open taglibrary
> >/templates/jsp/tld/template.tld :
> >org.apache.xerces.jaxp.DocumentBuilderFactoryImpl at  .
> >
> >
> >
> >
> >*===*
> >* Scott T Weaver*
> >* Jakarta Jetspeed Portal Project   *
> >* [EMAIL PROTECTED] *
> >*===*
> >
> >
> >
> >
> >
> >>-Original Message-
> >>From: gbs [mailto:[EMAIL PROTECTED]
> >>Sent: Friday, August 08, 2003 11:43 AM
> >>To: Jetspeed Users List
> >>Subject: Re: WebSphere 4.0.6 and Jetspeed 1.4b*
> >>
> >>Scott,
> >>
> >>I've moved /WEB-INF/templates to /templates, made the necessary changes
> >>in TR.p and JR.p, updated the web.xml, and changed the JSP taglib
> >>statements in the hello.jsp portlet to reflect the new location.  I've
> >>also left the default template type as velocity (=vm) in the properties
> >>files in the hope that I could at least get a JSP portlet running in WAS
> >>before flipping over to using JSP as the default template format.  I end
> >>up with the same error though.
> >>
> >>I should note that I have successfully run jetspeed in Tomcat (versions
> >>3.1, 3.2, 3.3.1a, 4.x) without problem.
> >>
> >>If you can think of anything else, we would appreciate it.  If there is
> >>more info you would like to get from me, let me know and I'll try to
> >>provide it.
> >>
> >>Thanks,
> >>George
> >>
> >>Weaver, Scott wrote:
> >>
> >>
> >>
> >>>Hi George,
> >>>
> >>>Try moving the templates directory outside of WEB-INF.  Some containers
> >>>
> >>>
> >>will not recognize JSP pages that are within the WEB-INF.  Make
> sure that
> >>JSP pages reflect this change when linking in the taglib.
> >>
> >>
> >>>Hth,
> >>>*===*
> >>>* Scott T Weaver*
> >>>* Jakarta Jetspeed Portal Project   *
> >>>* [EMAIL PROTECTED] *
> >>>*===*
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>
> >>>>-Original Message-
> >>>>From: gbs [mailto:[EMAIL PROTECTED]
> >>>>Sent: Friday, August 08, 2003 1:27 AM
> >>>>To: [EMAIL PROTECTED]
> >>>>Subject: WebSphere 4.0.6 and Jetspeed 1.4b*
> >>>>
> >>>>A team I am working with has been trying to get Jetspeed 1.4b[2, 3, 4,
> >>>>or the cvs head] autonomously running under WAS 4.0.6.  We
> have several
> >>>>work-arounds

RE: Internationalisation of menus

2003-07-28 Thread Mark Orciuch
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]
ache.org&msgId=745120

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Audrey Ng [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 28, 2003 12:37 AM
> To: [EMAIL PROTECTED]
> Subject: Internationalisation of menus
>
>
> Hi everyone,
>
> I am very new to Jetspeed and any help would be most
> welcome. I want to localise the left navigation bar of our portal, which
> will have to support 4 languages, namely English, Chinese(Simplified),
> Chinese(Traditional) and Thai
> What steps should I take to achieve this.
>
> Thanks,
> Audrey
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Q. How to enable the Add Reference Button

2003-07-24 Thread Mark Orciuch
Look at the PortletSetCustomizer definition in admin.xreg. Currently,
there's a security ref of 'admin-only' placed on the 'addRef' parameter.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Chamberlain James O. CONTR J9C998
> [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 24, 2003 11:08 AM
> To: [EMAIL PROTECTED]
> Subject: Q. How to enable the Add Reference Button
>
>
> How do you enable the Add Reference button in the Customize pane screen?
> Is it activated by an entry in JetspeedResources.properties?
>
> Once activated, can it's use be assigned to a role?
>
> Thanks in advance for the information.
>
> Regards,
>
> James
>
> James Chamberlain
> General Dynamics - Advanced Information Systems
> Prototype Pathway - Collaborative Information Environment
> U.S. Joint Forces Command
> [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Displaying Velocity Template

2003-07-17 Thread Mark Orciuch
> I copied the template to the portlets directory and Voila!
>
> So the question becomes: Why do setting
> service.TemplateLocator.portlet.global.search = true
> Not work??

This is because I mistyped the property name. It should start with
'services' not 'service'. I will correct this in CVS. Thanks for catching
this.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: how can I replace soap with axis in turbine?

2003-07-17 Thread Mark Orciuch
See /build/axis folder after checking out jetspeed from CVS.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Yu Baofeng [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 16, 2003 9:08 PM
> To: [EMAIL PROTECTED]
> Cc: 'Jetspeed Users List'
> Subject: how can I replace soap with axis in turbine?
> 
> 
> hello, everyone:
> 
> I want to replace apache soap in turbine with apache axis, how can I
> do?
> 
>thanks
> 
> 
>  Yu Baofeng
> 
> 
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jetspeed Content Portlet

2003-07-17 Thread Mark Orciuch
I have recently made some changes to it and it passed my tests. Please check
the most recent CVS and let me know if it's still broken.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Carlos Orrego [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 16, 2003 7:55 PM
> To: Jetspeed User List
> Subject: Jetspeed Content Portlet
>
>
> anybody has this portlet working?
> i have not been able to make it save new items into my xml files,
> and i can not find the problem. Anybody has solved this?
> Or does anybody have an alternativo to write rss files?
>
> thx very much
>
> Carlos Orrego
> www.inflexa.com
>
> "Salve un árbol. No imprima."
> "Save a tree. Do not print."
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: IFramePortlet maximize

2003-07-16 Thread Mark Orciuch
I concur with Scott. IFramePortlet provides basic functionality which
satisfies most needs. If you have additional requirements, please submit a
proposal and be prepared to implement it. I believe that what you are asking
for is possible but you have to do some url/html rewriting. So the source of
the iframe would point to your URL via proxy servlet which would rewrite its
html before displaying it in the iframe (or something like that).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Weaver, Scott [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, July 16, 2003 12:43 PM
> To: 'Jetspeed Users List'
> Subject: RE: IFramePortlet maximize
>
>
> This is impossible to fix unless you are planning to rewrite the
> HTML spec.  All actions within the IFrame are the province of
> that IFrame and that IFrame only.  There is no way for the
> portlet to intercept anything that happens within the IFrame
> hence there is no way of recording the current state of an
> IFrame.  This is just how the IFrame tag works.  As is the case,
> I have marked the bug as invalid.
>
>
>
> *===*
> * Scott T Weaver    *
> * Jakarta Jetspeed Portal Project   *
> * [EMAIL PROTECTED] *
> *===*
>  
>
>
> > -Original Message-
> > From: Gerry Reno [mailto:[EMAIL PROTECTED]
> > Sent: Wednesday, July 16, 2003 11:41 AM
> > To: Jetspeed Users List
> > Subject: RE: IFramePortlet maximize
> >
> > Carlos,
> >   That won't work.  Using any of the portlet window actions will just
> > reload the default page and even if you could remember the last visited
> > url then you would somehow have to force a reloading of that page which
> > in many instances when on a forms page will cause unintended side
> > effects.  No, the proper place for this to be corrected is in the
> > IFramePortlet.
> >
> > Gerry Reno
> >
> >
> > --- Carlos Orrego <[EMAIL PROTECTED]> wrote:
> > > youwould have to add some code to your framed application to remember
> > > in session the last visitid url. it is the only way i see it,
> > > i do not think it is a bug in jetspeed, it is the app problem
> > >
> > > c
> > >
> >
> >   I opened Bugzilla Bug 21656 on this problem.
> >
> > Gerry Reno
> >
> >
> > --- Gerry Reno <[EMAIL PROTECTED]> wrote:
> > >   The IFramePortlet reloading of the default page instead of
> > > remaining
> > > on the current page happens when you maximize or minimize and then
> > > restore the portlet and even the print function suffers from this
> > > behavior.  The IFramePortlet does not appear very usable at the
> > > moment.
> > >
> > > Gerry Reno
> >
> > > -Original Message-
> > > From: Aurelien Pernoud [mailto:[EMAIL PROTECTED]
> > > Sent: Wednesday, July 16, 2003 3:56 AM
> > > To: 'Jetspeed Users List'
> > > Subject: RE: IFramePortlet maximize
> > >
> > >
> > >
> > > That's the only default of the IframePortlet, but I don't know any
> > > simple
> > > way (even any hard one) to prevent this functionment.
> > >
> > > Gerry Reno a ecrit :
> > >
> > > >   I am using the IFramePortlet in one of my pages.  Whenever a user
> > > > has clicked their way to a certain page that they want in the
> > > IFrame
> > > > portlet and then maximized the portlet, the portlet then reloads
> > > the
> > > > default iframe portlet page.  Is it possible to configure this so
> > > that
> > > > the iframe portlet can maximize and keep the current page
> > > displayed?
> > > >
> > > > thx,
> > > > Gerry Reno
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > > [EMAIL PROTECTED]
> > >
> >
> >
> > __
> > Do you Yahoo!?
> > SBC Yahoo! DSL - Now only $29.95 per month!
> > http://sbc.yahoo.com
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: question about skin define

2003-07-16 Thread Mark Orciuch
Hi Aurelien,

This should make the skinning process more complete.

>
> You won't believe it, but I've realised that I didn't do anything for
> tabs/menu with the new skin functionment just yesterday :)
>
> I will need it here too, so I was thinking of cutting a tab this way :
>  
> |__|_Tab Title_|__|, using predefined styles (TabLeft, Tab ,
> TabCenter ?) as

That sounds like a good plan. Do you think we may need a TabBottom?

> for portlets, and the same for menus...
>

For the menus, I was thinking about something similar to the portlet:
 
 - top (+ left/right)   |__|__|__|
|  |  |  |
|  |  |  |
 - items   (+ left/right)   |  |  |  |
|  |  |  |
|__|__|__|
 - bottom  (+ left/right)   |__|__|__|

This would allow us to add rounded edges or other effects. Also, it may be
nice to have an option for a bullepoint graphic for each menu item.

> And still using the  trick around this.
>
> I can't work on it right now but I'll be able to produce
> something quickly I
> hope. Although if you have other thoughts, let me know.
> I think cutting a tab in three allows us nearly everything, then we must
> agree on class style name, and the rewriting of templates
> shouldn't be that
> long.

Let me know what I can help out with (besides making commits). Thanks!

BTW: What is the best tool to make graphics for the skins? I'm not really an
html/css person but I sure would like to learn some more about that stuff.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem with LoggingSErvice

2003-07-15 Thread Mark Orciuch
Solution presented itself unexpectedly :-)

Add this line in my.properties:

services.LoggingService.facilities = debug,logforj,access

... and this in web.xml (for the jetspeed servlet):


logging

org.apache.jetspeed.services.logging.JetspeedLoggingService



Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Daniel Freitag [mailto:[EMAIL PROTECTED]
> Sent: Sunday, July 13, 2003 9:56 AM
> To: jetspeed-user-list
> Subject: Problem with LoggingSErvice
>
>
> Hi,
>
> I have my own properties file and I have read the problem report no.
> 16781.
> (To remove the entry services.LoggingService.default = debug)
>
> After the removal of it tomcat doesn't start! If the entry is part of
> the file then it starts (and I get the error described in the pr.)
>
> I have no idea why tomcat hangs. The last message I see: Loading
> container servlet default
> Nothing more!
>
> Does anybody know the reason for this problem? (Or the solution? *g*)
> Daniel
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problem with LoggingSErvice

2003-07-14 Thread Mark Orciuch
Daniel,

If your objective is to turn on debug logging AND use your own property
files, my recommendation is to activate commons logging (see the README file
in CVS). Then in your my.properties replace:

services.LoggingService.default = debug

with ...

services.LoggingService.default = jetspeed
services.LoggingService.log4j.properties = /WEB-INF/conf/log4j.properties

Finally, modify default log4j.properties as follows:

log4j.rootLogger = DEBUG, jetspeed

The Turbine logging is going away shortly so I don't think that anyone will
want to invest time into fixing bug# 16781.

BTW: I know it would be nice to put the log4j overrides in your custom
mylog4j.properties and then include default log4j.properties. If someone can
get this to work, please let me know ;-)

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Daniel Freitag [mailto:[EMAIL PROTECTED]
> Sent: Sunday, July 13, 2003 9:56 AM
> To: jetspeed-user-list
> Subject: Problem with LoggingSErvice
>
>
> Hi,
>
> I have my own properties file and I have read the problem report no.
> 16781.
> (To remove the entry services.LoggingService.default = debug)
>
> After the removal of it tomcat doesn't start! If the entry is part of
> the file then it starts (and I get the error described in the pr.)
>
> I have no idea why tomcat hangs. The last message I see: Loading
> container servlet default
> Nothing more!
>
> Does anybody know the reason for this problem? (Or the solution? *g*)
> Daniel
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: own customization

2003-07-11 Thread Mark Orciuch
> thanks for the hint, looks quite nice. Is this a new feature, using
> Velocity templates for individual portlet parameters? How would you add
> information of your own into the context (dynamic customization)?
> Subclass VelocityParameterPresentationStyle?
> 
Yes. See RegistryEntryListBox parameter style for an excellent example.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Services from velocity

2003-07-10 Thread Mark Orciuch
Yes, by writing your own SecurityTool (very simple).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Raffaele Ragni [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 10, 2003 11:30 AM
> To: Jetspeed Users List
> Subject: Services from velocity
> 
> 
> Hi,
> anyone knows how can i access to JetspeedSecurity from velocity?
> 
> - Raffaele Ragni
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Displaying Velocity Template

2003-07-10 Thread Mark Orciuch
Try this setting in jr.props:

service.TemplateLocator.portlet.global.search = true

This extends the template location to /screens folder.

Best regards,

Mark C. Orciuch
Next Generation Solutions, Ltd.
e-Mail: [EMAIL PROTECTED]
web: http://www.ngsltd.com


> -Original Message-
> From: Amin Lalji [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 10, 2003 10:29 AM
> To: [EMAIL PROTECTED]
> Subject: Displaying Velocity Template
> 
> 
> Hello,
> 
>  
> 
> I am trying to display the NewAccount template in jetspeed under it's
> own tab.
> 
> I have added the following to my portlet registry:
> 
> 
> 
>  parent="Velocity" application="false">
> 
> 
> 
> Create New Account
> 
> Create a new Account in
> system
> 
> 
> 
>  hidden="true"/>
> 
> 
> 
>  
> 
> and in the default.psml for anon:
> 
>  
> 
> 
> 
> 
> 
> 
> 
> Create a new Account
> 
> 
> 
> 
> 
> 
> 
>  parent="CreateNewAccount"/>
> 
> 
> 
> 
> 
>  
> 
> I am getting the following error:
> 
> The tab gets created, but when clicked I get:
> 
> org.apache.turbine.util.TurbineException: Error rendering Velocity
> template: null
> 
>  
> 
> instead of the form I am trying to display.
> 
>  
> 
> Essentially, I am trying to display the create new account screen under
> it's own tab (vs having to click the create new account link)
> 
>  
> 
> Any help is appreciated!
> 
>  
> 
> Amin
> 
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: own customization

2003-07-10 Thread Mark Orciuch
I have just rewritten weather portlet to use the default customizer. Check
out the latest CVS tree.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Holger Dewes [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 10, 2003 7:21 AM
> To: 'Jetspeed Users List'
> Subject: RE: own customization
>
>
> Right, I just found out the answer to the second question myself: the
> problem was that the form action was $jslink.Template, but it should
> just be $jslink. Don't quite understand the difference yet, but at least
> it works: after customization, the portal is displayed as it was.
>
> But I'm still interested in how to customize a portlet without
> maximizing it, if anybody is listening ;-)
>
> --
> Holger Dewes
>
> > -Original Message-
> > From: Holger Dewes [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, July 10, 2003 10:46 AM
> > To: [EMAIL PROTECTED]
> > Subject: own customization
> >
> >
> > Hello,
> >
> > I created a Velocity portlet that does its own customization.
> > I used the weather portlet as a blueprint and it's working
> > fine so far, but there is one (or rather two) thing that bugs me:
> >
> > When the portlet is being customized, it is automatically
> > maximized. Is it possible to change that behaviour, so that
> > it remains in its normal size? But more importantly: when
> > customization is finished, the portlet _stays_ maximized. But
> > I rather have it back to normal size, just like the default
> > customizer does. How can I achieve that?
> >
> > Cheers
> > --
> > Holger Dewes
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Jetspeed Best Practices

2003-07-08 Thread Mark Orciuch
Check out README from CVS - it has a section on JBoss integration.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Andy Benjamin [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 08, 2003 8:39 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Jetspeed Best Practices
>
>
> Can anyone go into more detail about exactly how ejbs are being accessed
> from inside the jetspeed environment?  Is there a design pattern that has
> proven to work/not work well with Jetspeed?  I understand how to
> access them
> directly from a jsp but wanted to see if there was a cleaner
> design approach
> as this seems to bypass the separation of presentation/business
> logic/data,
> etc.
>
> Also, did anyone get jetspeed to run on the Jboss/Tomcat bundle?
> I posted a
> couple days ago and haven't heard any response on how we can get
> Jetspeed to
> run in that environment.
>
> Any good advice on proper DB access in a clean design pattern
> would be most
> helpful.  Thanks!!
>
> Andy
>
>
>
> I can give a little bit of feedback because our situation is similar.
>
> 1- basic portlet that get data from a database.
>   We do mostly what you propose; often used db objects or objects shared
> between
> multiple "applications" are kept in the session, but smaller,
> simpler apps
> usually
> just go to the db for each call.  We use EJBs for all db access.
>
> 2- Multiple Application portal.
>   We use role based security and role based psml; the presence of
> a role or
> permission
> grants you access to a particular application or part of one.  Our
> applications are
> organized into tabs.  Basic tabs are level 1; For Visitors, For Staff,
> etc... Under
> each of those tabs is another application specific tab.  For
> example under
> staff we
> might have the Intranet tab that has a portlet or two, the Paging
> tab which
> has the
> paging application portlet, and whatever other apps the Staff role has
> access to.
>
> 3- Extending Jetspeed users.
> We extended the base jetspeed user quite a bit and restrict
> access to what
> fields you
> one can edit.  For example, everyone can change their demographic
> info, but
> only
> someone with the user manager role can change a user's employee
> number.  The
> "create
> new account" page is unchanged; when a person logs in they have a
> "My Info"
> tab at
> level 1 that presents them a modified user edit screen with
> values only they
> can
> change.
>
> 4- any other example.
> Make sure that only having roles and permissions is sufficient
> for whatever
> security
> you need in place for your application.
>
> >>>[EMAIL PROTECTED] 03/31/03 07:23PM >>>
> I'm making a multiple application portal using jetspeed 1.4b3. I
> wonder wich
> is the
> best way to do some things in terms of design.
>
> 1- basic portlet that get data from a database.
> I don't care about  how the connection is made or using a JDO such as
> castor or
> hibernate. Instead I'm worry about what my Action shoud do. The way it
> should be done
> in Jetspeed.
> This is what I do: Get the data from the database, put the object
> created into a
> velocity context, and then use the HttpSession to maintain the
> object, so
> further requests, don't access the database. I'm putting the object into
> session,
> since Portlets context is not maintained between request, and it's not
> shared among
> multiple Portlets in the same page. Is this a good approach? any
> suggestions.
>
> 2- Multiple Application portal.
> I need to create multiple apps into one portal, every app
> uses lots of
> portlets,
> and pages or panes. This apps are completely different, and
> different users
> will
> access them. So I must create at least one role for each app. Wich is the
> best
> approach? Create one page with mulples panes for each app, one
> page for all
> apps, or
> multiples pages for one app? Then... How the links between pages or panes
> should be
> done? How Jetspeed manages to grant or not access to a portlet or
> page? How
> new users
> get their psml copies based on their roles?
>
> 3- Extending Jetspeed users.
> I've extended succesfully jetspeed users, using MySql as
> database. Where
> should I
> make the user to add the new data. Change Jetspeed New User code. Change
> Jetspeed Edit
> user code, or create a new portlet to do it?
>
> 4- any other example.
> Any Idea that is in your mind. That things should be done

RE: portlet search service question

2003-07-08 Thread Mark Orciuch
> THE PLAN:
> To index certain
> document types on a regular base triggered by
> a daemon service.
>
> MY PROBLEM:
> I want to index a portlets content without having a
> rundata object by this time. Having the
> PORTLET in variable portlet I use this code:
>

To put it simply, you cannot do this. Portlet content is generated based on
many variables including current user information and media type. These, of
course, come from the http request. Also, certain portlets, such as JSP and
Velocity, write their content directly to the output stream. AFAIK, the
closest you can get to your plan is to index content of certain portlet
types (HTML, WebPage, perhaps RSS), by indexing the documents pointed to by
the portlet URL attribute.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: portlet controller

2003-07-03 Thread Mark Orciuch
I cut and pasted your entry into my local-controllers.xreg and now I get a
new item in my Layout list box in the customizer.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: grenoml [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 03, 2003 2:44 PM
> To: Jetspeed Users List
> Subject: RE: portlet controller
>
>
> Mark,
>   Here's my entry:
>
>  hidden="false">
> 
> Three columns (17/50/33)
> 
>
> org.apache.jetspeed.portal.controllers.VelocityPortletC
> ontroller
>  hidden="false"/>
>  value="controllers.MultiColumnControllerAction"
> hidden="false"/>
> 
> 
> 
> 
>
> rgds,
> Gerry Reno
>
>
>
> --- Mark Orciuch <[EMAIL PROTECTED]> wrote:
> > I assume that you assigned a media type of html for your controller.
> > And
> > it's not hidden by any chance? Submit your registry entry.
> >
> > Best regards,
> >
> > Mark Orciuch - [EMAIL PROTECTED]
> > Jakarta Jetspeed - Enterprise Portal in Java
> > http://jakarta.apache.org/jetspeed/
> >
> > > -Original Message-
> > > From: grenoml [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, July 03, 2003 2:30 PM
> > > To: [EMAIL PROTECTED]
> > > Subject: portlet controller
> > >
> > >
> > >   I created a registry entry in local-controllers.xreg for a new
> > > portlet controller that I need which is a variation of an existing
> > > controller.  When I restarted Tomcat and went into Customerizer in
> > > Jetspeed I did not see this controller in the Layout dropdown list.
> >  Is
> > > there something else I need to do to for this to appear in the
> > list?
> > >
> > > thx,
> > > Gerry Reno
> > >
> > >
> > > __
> > > Do you Yahoo!?
> > > SBC Yahoo! DSL - Now only $29.95 per month!
> > > http://sbc.yahoo.com
> > >
> > >
> > -
> > > To unsubscribe, e-mail:
> > [EMAIL PROTECTED]
> > > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail:
> > [EMAIL PROTECTED]
> >
>
>
> __
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: portlet controller

2003-07-03 Thread Mark Orciuch
I assume that you assigned a media type of html for your controller. And
it's not hidden by any chance? Submit your registry entry.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: grenoml [mailto:[EMAIL PROTECTED]
> Sent: Thursday, July 03, 2003 2:30 PM
> To: [EMAIL PROTECTED]
> Subject: portlet controller
>
>
>   I created a registry entry in local-controllers.xreg for a new
> portlet controller that I need which is a variation of an existing
> controller.  When I restarted Tomcat and went into Customerizer in
> Jetspeed I did not see this controller in the Layout dropdown list.  Is
> there something else I need to do to for this to appear in the list?
>
> thx,
> Gerry Reno
>
>
> __
> Do you Yahoo!?
> SBC Yahoo! DSL - Now only $29.95 per month!
> http://sbc.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: database registry service, OJB?

2003-07-03 Thread Mark Orciuch
>  
> After hunting around the mail list and source release of 1.4b4, 
> I'm still not quite sure where things are at with a database 
> implementation of the registry.  I see that there has been some 
> work done to enable OJB as a persistence layer, but it doesn't 
> look like it's finished yet.   I also see sql scripts for 
> creating registry schemas, but only for Oracle. 
>  
> Does anyone know if a working database implementation of the 
> portlet registry is available in 1.4b4, or in CVS?  Any idea when 
> it might officially be in a release?

There are no plans to have a db registry service in the final release (1.4). It would 
be nice though.

>  
> side-note:  Is the existing psml database implementation going to 
> be converted to an OJB-backed schema at some point as well?
>  

No plans for that in 1.4 but future releases of Jetspeed will have OBJ-based psml and 
registry services.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: JSP Portlet not working in 1.4-b4 w/Tomcat 5

2003-07-01 Thread Mark Orciuch
Gerry,

I don't think any of the developers are working with Jetspeed+Tomcat 5 yet.
For now, Jetspeed is officially supported up to version 4.1.24 of Tomcat.
You could enter this into Bugzilla and wait until someone takes a look at it
OR try digging into it yourself (we could use any help we can get). In any
case, Tomcat 5 support will probably be something for us to look at after
the final release of Jetspeed.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: grenoml [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, July 01, 2003 8:10 AM
> To: Jetspeed Users List
> Subject: Re: JSP Portlet not working in 1.4-b4 w/Tomcat 5
>
>
> Jetspeed team,
>   Althought the Tomcat team has reproduced this problem they are
> inclined to close the Tomcat bug (21206) that I opened with regard to
> this problem since they are not convinced that it is a Tomcat issue.
> It would be good for members of both teams to contact each other and
> see on whose side of the fence this belongs.  I am not familiar with
> either Jetspeed source or Tomcat source so I am looking for some
> assistance from anyone who can help in tracking down this problem.
>
> thx,
> Gerry Reno
>
>
> --- grenoml <[EMAIL PROTECTED]> wrote:
> >   I opened Tomcat Bugzilla Bug 21206 on this issue.
> >
> > rgds,
> > Gerry Reno
> >
> > --- grenoml <[EMAIL PROTECTED]> wrote:
> > >   Well, it looks like its Tomcat 5.0.3.  I downloaded and installed
> > > Tomcat 4.1.24 and the Jetspeed JSP Portlets work just fine with it.
> >
> > > I posted the problem on the Tomcat users list.
> > >
> > > thx,
> > > Gerry Reno
> > >
> > >
> > > --- grenoml <[EMAIL PROTECTED]> wrote:
> > > >   Ok, I build Jetspeed from CVS today (1.4-b5-dev) and it
> > exhibits
> > > > the
> > > > exact same behavior as 1.4-b4 in that it will not display the
> > > > contents
> > > > of any of the JSP Portlets just their title bars.  And once again
> > > the
> > > > only way that I have found to get these JSP Portlets to display
> > is
> > > to
> > > > select 'Edit account' at the top of the page and then just cancel
> > > the
> > > > next page.  JSP Portlets do not work right with Tomcat 5.0.3.
> > > >
> > > > rgds,
> > > > Gerry Reno
> > > >
> > > >
> > > > --- grenoml <[EMAIL PROTECTED]> wrote:
> > > > > I have the following setup:
> > > > > J2SE 1.4.2-beta
> > > > > Tomcat 5.0.3
> > > > > Jetspeed 1.4-b4
> > > > >
> > > > >   I installed the JPortal tutorials and I can add JSP Portlets
> > to
> > > > my
> > > > > panes, but there are problems.  The JSP Portlet title bar shows
> > > up
> > > > on
> > > > > the pane but none of its contents will display.  This happens
> > for
> > > > any
> > > > > JSP Portlet type.  The only way I can manage to get the JSP
> > > > Portlets
> > > > > to
> > > > > display is by selecting 'Edit account' at the top of the page
> > and
> > > > > then
> > > > > just cancelling on the next page.  Has anyone seen this
> > behavior
> > > > > before?  Is this a Jetspeed problem?, a Tomcat problem?, a JDK
> > > > > problem?.  Any help would be appreciated.
> > > > >
> > > > >   And yes, I already know that Tomcat 5.0.3 is alpha.  I've
> > been
> > > > > working with TC5 since last Nov. and it has been working quite
> > > well
> > > > > with all my other webapps so I was a little surprised at this
> > > > > problem.
> > > > >
> > > > > thx,
> > > > > Gerry Reno
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > __
> > > > > Do you Yahoo!?
> > > > > SBC Yahoo! DSL - Now only $29.95 per month!
> > > > > http://sbc.yahoo.com
> > > > >
> > > > >
> > > >
> > >
> > -
> > > > > To unsubscribe, e-mail:
> > > > [EMAIL PROTECTED]
> > > > > For additional commands, e-mail:

RE: user security

2003-06-23 Thread Mark Orciuch
You may be misinterpreting the Jetspeed security model. By default, Jetspeed
uses RegistryAccessController which does NOT take into consideration what
permissions are assigned to roles in the TURBINE_ROLE_PERMISSION table. Yes,
it is a bit confusing to see that guest role only has view and info
permissions in the Security Role Browser. I will make a note to make this
little less confusing.

I think that you would like to create a "guest" role which is something in
between anononymous and regular user. You can accomplish that but you will
have to spend some time laying out your exact security requirements and then
making adjustments to Jetspeed security constraints and registry entries
referencing these constraints. If you didn't already, please read this
document: http://jakarta.apache.org/jetspeed/site/security.html.

Jetspeed does not ship with a classic guest role because you may accomplish
most of it using the anonymous profile and without having the user to log
in.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 23, 2003 12:47 PM
> To: Jetspeed Users List
> Subject: Re: user security
>
>
>
> Hi,
>
> but where is the security for then? Theoretically, I can give view and
> customization rights, or revoke them, and that would be very nice. Why is
> that security implemented is it doesn't really work? Or should it work?
>
> Thank in advance,
>
>  Bo van Weert
>
>
>
>
>
>
>
>
>
>
>
>
> "Stuart
>
> Belden"  Para:
> <[EMAIL PROTECTED]>
> <[EMAIL PROTECTED]cc:
>
> org> Fax para:
>
>  Asunto:  Re: user
> security
> 23/06/2003
>
> 17:08
>
> Por favor,
>
> responda a
>
> "Jetspeed
>
> Users List"
>
>
>
>
>
>
>
>
> The reason this happens (I'm assuming this is the case for you)
> is that the
> anon user is a bit of a special case.
>
> See JetspeedSecurity.properties, the very bottom of the file under the
> "Action Buttons" header:
>
> services.JetspeedSecurity.actions.anon.disable=true
> services.JetspeedSecurity.actions.allusers.disable=false
>
> hth,
> stu
>
> >>> [EMAIL PROTECTED] 06/22/03 11:57AM >>>
> Hello,
>
> I wonder if the following is correct. I added a new user to jetspeed, and
> then changed his role to "guest". Then, when I log in as this
> user, I still
> can minimize, configure etc. all the portlets (at least, the buttons are
> shown). Why haven't the buttons disappeared? The configuration for this
> user is the same as anonymous, and there the buttons are hidden...
> I can also customize the control. I assumed that when I didn't give any
> permissions, guests wouldn't be able to edit anything. Can anybody shed a
> light on that?
>
> Thanks,
>
> Bo
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Internationalization of Menus

2003-06-23 Thread Mark Orciuch
It's an interesting problem. Here's what you can do without any
modifications to Jetspeed:

1. Create your model psml.
2. Clone it for each language.
3. Customize portlet titles for each language.

All of the above can be done using the Psml Browser when logged on as admin.

Now for the real solution (or one of them):

1. In registry, for localized portlets, instead of title use something like
"$l10.PORTLET_TITLE_STRING".

2. Enhance JetspeedTool with method . This method will localize everything prefixed
with "$l10n". Or write your own pull tool.

3. Modify jetspeed.vm to say:

$jetspeed.localize($data,$portlet_instance.Title)

... instead of ...

$portlet_instance.Title

4. Localize the portlet title in portlet customizer using the same method
("current_title" in customizer-portlet.vm):



I have not tried this so there may something I haven't thought of. But
theoretically, it should work.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Harald Schlößer [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 23, 2003 7:34 AM
> To: '[EMAIL PROTECTED]'
> Subject: Internationalization of Menus
>
>
> Dear Jetspeed-Users!
>
> When I organize portlets in a menu pane, each menu entry has the portlet
> title as its name.
> Now I want this menu entries change their name depending on the
> language the
> user chose.
> The title of my portlet is only defined once in my *.xreg file.
>
> So, how can I change the title of the portlet?
> How can I use the localization tool to change the title depending on the
> current language?
>
> Any hint will be helpful!
> Thank you in advance!
>
> Harry
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Standard procedure to deploy jetspeed portlets

2003-06-18 Thread Mark Orciuch
There's no clean deployment model yet :-( I suppose that you could deploy
your application as a separate webapp and wrap the screens in IFrame
portlets. You could subclass the IFramePortlet to pass the portlet
customizer parameters to its source URL as query string. This way users
could personalize your "portlet app".

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Damle, Nikhil [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, June 18, 2003 3:28 PM
> To: Jetspeed Users List
> Subject: Standard procedure to deploy jetspeed portlets
>
>
> Hi,
>
> I am developing an application using portlets (JSP). The portlet based
> application consists of several java classes, jsps, javascript files, css
> files, tlds and some static html pages. Is it possible to deploy this
> application as a war file ?
>
> Right now, each type of file resides in a different sub folder under the
> jetspeed folder structure ? ex. java class in the WEB-INF/classes folder,
> jsps in the WEB-INF/conf/templates/jsp/portlets/html folder, tlds in the
> WEB-INF/conf/templates/jsp folder. Is there a way to keep all the related
> application/portlet files separate from one another ? Similarly all
> application related jar files could go into a seperate folder
> other than the
> WEB-INF/lib folder.
>
> Nikhil.
>
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Q. linking to a portlet not currently displayed

2003-06-17 Thread Mark Orciuch
You could create a simple one portlet psml and point  tag
there:



Or you could load the portlet dynamically from registry like the portlet
preview feature in the customizer. I wouldn't use this method unless you
don't know the portlet name in advance. My personal preference is option
number #1.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Chamberlain James O. CONTR J9C998
> [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 17, 2003 8:43 AM
> To: [EMAIL PROTECTED]
> Subject: Q. linking to a portlet not currently displayed
>
>
> I would like to create a link in a portlet to access another portlet.
> The catch is that the portlet I want to link to is not normally
> displayed on any of the user's panes. I have had success using " href=''>PortletName" if
> the portlet is currently display on any of the user's panes. The problem
> I am having is what if the portlet is not displayed on any of the user's
> panes.
>
> There must be a way to accomplish this, but I have not been able to find
> it yet. Any suggestions would be greatly appreciated.
>
> Regards,
>
> James
>
> James Chamberlain
> General Dynamics - Advanced Information Systems
> Concept Development Department
> U.S. Joint Forces Command
> [EMAIL PROTECTED]
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Velocity equivalent to jetspeed:portletlink tag

2003-06-04 Thread Mark Orciuch
Helder,

Look inside of JetspeedPortletLinkTag class. This class leverages the use of
BaseJetspeedLink which is basis for $jslink (see PORTLET_ID_QUERY).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Helder Pinto [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, June 03, 2003 7:25 AM
> To: Jetspeed User
> Subject: Velocity equivalent to jetspeed:portletlink tag
>
>
> Hi!
>
> I am developing a WAP portal that contains several portlet sets
> (e.g. Leisure,
> News, etc.), each one with a number of portlets.
> When the user logs in, the first WML deck presents only the
> different portlet
> sets (a card to each one) and the *links* to the portlets inside
> each set. Note
> that the portlet contents are not printed in this first deck.
>
> When a user selects some portlet, I want to present a new WML
> deck. The content
> of this deck is a single card only with the portlet content. Note that the
> portlet sets and the respective portlets are hierarchically defined in the
> user's PSML.
>
> I have already developed a controller to build the first deck,
> but now I don't
> know how to make the links to the different portlets and present
> a second deck.
> I've explored the jetspeed:portletlink tag, and I observed that
> when a portlet
> link is followed, the portlet is shown in maximized mode. Is it
> possible to do
> something similar in my WAP portal, applying the portletlink
> concept to the
> problem described above? What is the equivalent to jetspeed:portletlink in
> Velocity (I am developing the controllers in Velocity)?
>
> Thank you.
>
> Helder
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Security Ref on Customize: HTML / WML links?

2003-06-03 Thread Mark Orciuch
This would be easier done in JSP. In Velocity, you will need a security pull
tool. This type of functionality has been asked for before. Please log a
Bugzilla request so we don't forget to add one (or perhaps someone already
wrote one and will contribute it).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Nastasi, John [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 02, 2003 12:34 PM
> To: '[EMAIL PROTECTED]'
> Subject: Security Ref on Customize: HTML / WML links?
>
>
> Hello everyone,
>
> Is there an easy way to make the "Customize: HTML / WML" links (on the top
> nav) appear only when a logged in user is admin role?  I've had
> much success
> using security-ref's in PSML, but am not sure how to achieve
> similar results
> with the velocity templates.
>
> Many thanks!
>
> John Nastasi, Jr.
> UNIX Systems Administrator (ITS)
> Innovative Emergency Management, Inc.
>  
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: WAP support?

2003-06-03 Thread Mark Orciuch
Helder,

Your attachments didn't go thru. It would be best if you opened up a
Bugzilla issue and attach them there. The list will strip all attachments
unless they are zipped up.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Helder Pinto [mailto:[EMAIL PROTECTED]
> Sent: Monday, June 02, 2003 9:24 AM
> To: Jetspeed Users List
> Subject: Re: WAP support?
>
>
> By the way,
>
> if the Jetspeed team wants to incorporate these WML templates in the next
> Jetspeed release, please feel free do it.
>
> Helder
>
> - Original Message -
> From: "Helder Pinto" <[EMAIL PROTECTED]>
> To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> Sent: Monday, June 02, 2003 3:21 PM
> Subject: Re: WAP support?
>
>
> > I could implement some WAP support in my portal by doing the following:
> >
> > 1. writing a new default layout template that includes a login
> navigation
> > template (templates\jsp\layout\wml\default.jsp);
> > 2. writing a login navigation template
> (templates\jsp\navigation\wml\login.jsp)
> > that presents the login form, or otherwise the user logged-in deck;
> > 3. writing a new FlowPortletController template for WML
> > (templates\vm\controllers\wml\flow.vm);
> > 4. by verifying the user PSML file
> (psml\user\username\wml\default.psml) and
> > watching if every portlet entries have a control element
> inside; if this does
> > not happen, your WAP portal will crash.
> >
> > Please, take a look at the files attached:
> >
> > default.jsp - layout template
> > login.jsp - main navigation template
> > flow.vm - FlowPortletController template
> > default.psml - an example of good a PSML file for a WML profile
> (each entry
> > element has inside a control element)
> >
> > Hope that this helps!
> >
> > Best regards,
> >
> > Helder Pinto
> > Telecomputing Engineering Group
> > Information Systems Department
> > University of Minho
> > Guimarães, Portugal
> >
> > - Original Message -
> > From: "Joachim Dagerot" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Thursday, May 29, 2003 10:57 PM
> > Subject: WAP support?
> >
> >
> > > Is there anything special that needs to be done to get the WAP support
> > > running?
> > >
> > > I do get the login-form on my wap-browser, but it refuses to validate
> > > me and continues to ask for username and password. (Using WinWAP)
> > >
> > > When I used Klondyke I seam to get a session-id, but then Klondyke
> > > says that it retrieved unknown content.
> > >
> > >
> > > All hints are much appreciated.
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
>
>
> --
> --
>
>
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: missing 'JSPPortletControl'?

2003-05-29 Thread Mark Orciuch
Scott,

Sounds good! I can work with you on that. Let me open up a Bugzilla issue
for this task.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Weaver, Scott [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 28, 2003 8:57 AM
> To: 'Jetspeed Users List'
> Subject: RE: missing 'JSPPortletControl'?
>
>
> Mark,
>
> I have already converted most of my control and controller
> classes to use ViewProcessors as I no longer use the default
> classes supplied with Jetspeed.  I have also written a file type
> agnostic resource locator, based on the template locator to help
> locate templates, images, style sheets, etc.
>
> I you like, when I have a chance I will look into moving them
> into Jetspeed.  We may need to refactor the ViewProcessors as
> they are currently focused on supporting a portlet's view and are
> not generic enough to support views for other resources, such as controls.
>
> *===*
> * Scott T Weaver    *
> * Jakarta Jetspeed Portal Project   *
> * [EMAIL PROTECTED] *
> *===*
>  
>
>
> > -Original Message-
> > From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, May 27, 2003 3:42 PM
> > To: Jetspeed Users List
> > Subject: RE: missing 'JSPPortletControl'?
> >
> > It just happens that Jetspeed controls and controllers are implemented
> > using
> > Velocity.On my long list of todo's, there's a task to refactor the
> > controller and control classes so they can be either Velocity or JSP or
> > other template system based (using approach similar to MVC Portlet).
> > Unless
> > you want to create custom controls and/or controllers, I wouldn't bother
> > writing anything. And it is very simple to use Velocity to do the task.
> >
> > Best regards,
> >
> > Mark Orciuch - [EMAIL PROTECTED]
> > Jakarta Jetspeed - Enterprise Portal in Java
> > http://jakarta.apache.org/jetspeed/
> >
> > > -Original Message-
> > > From: Wouter Heijke [mailto:[EMAIL PROTECTED]
> > > Sent: Monday, May 26, 2003 6:52 AM
> > > To: 'Jetspeed Users List'
> > > Subject: missing 'JSPPortletControl'?
> > >
> > >
> > >
> > > I'm new to jetspeed and trying to use it for a portal demo.
> > > Since we use only JSP's for our client i decided to skip the velocity
> > > templates in jetspeed but it seems this not entirely possible. Still
> > some
> > > 'core' velocity controls and controllers are needed to build a portal,
> > i'm
> > > missing an 'JSPPortletControl'...
> > > So my question, is there one planned or am i simply missing something?
> > I'm
> > > trying to avoid writing one since i guess there will be something out
> > > there..
> > >
> > > Thanks,
> > >
> > > Wouter
> > >
> > > -
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > >
> > >
> >
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Customized Customize Page

2003-05-27 Thread Mark Orciuch
Take a look at the Database Browser Test portlet - it overrides the default
customizer. I don't believe there's a JSP example but the functionality
should be the same as in Velocity. In the registry entry for your portlet,
set "customizeTemplate" to your customizer template and
"provides.customization" to true).

BTW: I'm not sure what is that you don't like about the default customizer
but using parameter styles can totally change the look and feel of the
parameters.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Andy Benjamin [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 26, 2003 3:56 PM
> To: [EMAIL PROTECTED]
> Subject: Customized Customize Page
>
>
> Greetings all!
>
> I have a portlet that I can currently customize by clicking on
> the customize
> icon and enter values.  I would like to make a customized customize page
> instead of using the default one that lists out all the values in a long
> table.   Is there an example of how to do this type of
> customization?  Can I
> use a jsp (which is what I want to use) instead of a velocity
> template to do
> this?  Thanks.
>
> Andy
>
> _
> The new MSN 8: advanced junk mail protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Best Practices in Design

2003-05-27 Thread Mark Orciuch
There are several examples of doing what you describe. Take a look at the
JSP Stock Quote portlet.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Andy Benjamin [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 26, 2003 4:02 PM
> To: [EMAIL PROTECTED]
> Subject: Best Practices in Design
>
>
> Hi everyone,
>
> I have a question that deals with best practices and design.  I have an
> action class that does the work to get the customized information
> out of a
> portlet.  My question then is how should I get that information into the
> jsp?  Should I take that information and place it in the session
> so that the
> jsp then looks for a particular attribute in the session?  If I
> do that then
> conceivably I couldn't have two portlets of the same type on the
> same page
> because they would be using the same session variables to pass
> information
> to the jsp.
>
> To illustrate, let's say that I have a portlet that gets my
> sports links and
> displays them.  I want to reuse the same portlet to have a list of my
> financial links.  Is there anyway to get the action class to communicate
> with the jsp so that two portlets and their action classes don't
> overwrite
> the other portlet's data when they try and communicate with the
> jsp?  Thanks
> in advance.
>
> Andy
>
> _
> Add photos to your messages with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: missing 'JSPPortletControl'?

2003-05-27 Thread Mark Orciuch
It just happens that Jetspeed controls and controllers are implemented using
Velocity.On my long list of todo's, there's a task to refactor the
controller and control classes so they can be either Velocity or JSP or
other template system based (using approach similar to MVC Portlet). Unless
you want to create custom controls and/or controllers, I wouldn't bother
writing anything. And it is very simple to use Velocity to do the task.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Wouter Heijke [mailto:[EMAIL PROTECTED]
> Sent: Monday, May 26, 2003 6:52 AM
> To: 'Jetspeed Users List'
> Subject: missing 'JSPPortletControl'?
>
>
>
> I'm new to jetspeed and trying to use it for a portal demo.
> Since we use only JSP's for our client i decided to skip the velocity
> templates in jetspeed but it seems this not entirely possible. Still some
> 'core' velocity controls and controllers are needed to build a portal, i'm
> missing an 'JSPPortletControl'...
> So my question, is there one planned or am i simply missing something? I'm
> trying to avoid writing one since i guess there will be something out
> there..
>
> Thanks,
>
> Wouter
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE:

2003-04-03 Thread Mark Orciuch
>
> How does one use the jetspeed:portletlink tag?
>

Please see JSP1_1andJetspeedTagLib demo portlets for some examples.

> I'm trying to build the content for the tag dynamically as I have a
> table that I display in the original portlet and the first column of the
> table contains the link to the detailed view. The link needs a parameter
> that changes for each row, so the jetspeed:portletlink tag needs to look
> something like:
>
> &id=<%=
> dynamicId %> >Click Here for Details
>
> First question is, is the above correct syntax?
>

&id=<%=dynamicId%>">Click Here for Details

Assuming that MyDetailedPortlet is in your current psml, then the above
should work (I think that you were missing a closing double quote for href
attribute).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: RE: Future of Jetspeed ?

2003-03-26 Thread Mark Orciuch
I know that there are many large jetspeed installations out there but, for
some reason, there's reluctance to share any information about it. Our
Jetspeed Questionnaire initiative was designed to build a portfolio of case
studies with detailed technical information. So far, we received only a
handful of responses but not enough for me to rework the sample sites page
(I've updated it recently with links to some new sites).

If you'd like to contribute your Jetspeed success story, here's the link:
http://www.bluesunrise.com/jetspeed/ (register, login, fill out, email).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: security : print action access

2003-03-18 Thread Mark Orciuch
The psml for your user did not come through - I think that attachments are
disallowed for the list. The fragment for "nytimes" ref would be sufficient.
Is it possible that the portlet in user psml has different security ref
assigned from the one in its registry definition?

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: security : print action access

2003-03-18 Thread Mark Orciuch
> Here is my security reference xreg definition. Again, if I replace
> "print_friendly" with "info" (or other actions), the info icon appears !
>
> 
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>   xsi:type="java:org.apache.jetspeed.om.registry.base.BaseSecurityAllow"/>
> 
>

The "print_friendly" is correct (as defined by
JetspeedSecurity.PERMISSION_PRINT_FRIENDLY). I just tested it and it works
for me. I used the CVS head code but it shouldn't matter since this was
implemented in 1.4b2 and I don't recall any fixes to this feature. Could you
please post the psml fragment as well (and a complete security ref
definition).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: allow-if-owner

2003-03-14 Thread Mark Orciuch
>
> One more question :
> Is it possible to cumulate an "allow-if-owner" element with one or more
> "allow-if role=...", meaning "allow if (owner AND role=... OR role=...)" ?
>

I think that it means "allow if (owner OR role=... OR role=...)". So you
could, for example, grant access to owner or admin:








> Indeed I want to allow some of my users to customize their portal and not
> the others, but I also don't want that anybody can see anybody else's psml
> pages.
>

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: allow-if-owner

2003-03-13 Thread Mark Orciuch
> If I understand well, a security entry with an allow-if-owner
> element (like
> the owner-only entry shiped with jetspeed distributions) allows the
> specified actions to its owner.
>
> But who exactly is the owner of a portlet ?
>

Once portlet can be added to your psml and it carries 'allow-if-owner' via
its registry definition, you become the 'owner' of the portlet reference
contained in your psml only (i.e. if someone else attempts to reference it
directly via its peid, they will be denied access to it). You can override
this by customizing the portlet and setting it security ref to something
else (and if you're not careful, you can lock yourself out of accessing this
portlet - by assigning it something like 'admin-only', for instance).

Hope this makes sense.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Sessions and Restarting Jetspeed

2003-03-12 Thread Mark Orciuch
I believe this has to do with Tomcat attempting to restore the sessions upon
restart. Here are some related posts:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg07902.html
http://www.mail-archive.com/turbine-user%40jakarta.apache.org/msg11325.html

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Jarrell, Maury [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, March 12, 2003 8:45 AM
> To: 'Jetspeed Users List'
> Subject: Sessions and Restarting Jetspeed
>
>
> Hello all,
>
> I've been lurking on this list for quite some time and appreciate all the
> help people provide here.
>
> I've been tinkering with Jetspeed ( 1.4b3 on Tomcat 4.12 ):  setting up
> simple HTML portlets in the registry and such.  To do this I
> first tried the
> manager app in Tomcat to shutdown Jetspeed, make my changes and
> then restart
> Jetspeed.  Later I tried shutting down Tomcat altogether, making changes,
> and then restarting.  When I try to log back in to Jetspeed, I
> get "Horrible
> Exception Errors" that I surmise are the result of my browser
> hanging on to
> a session id or some such that the new instance of Jetspeed knows nothing
> about.  It takes several minutes before I'm able to connect again
> and it is
> slowing my progress significantly.  I'm sure there is a silly thing I'm
> overlooking, but need a nudge in the right direction.  So my
> questions are:
> 1.  Is my guess correct, or is something else going on?  and 2.  How can I
> overcome this nuisance?
>
> Thanks,
> Maury Jarrell
>
>
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Does changes to the portlet registry file get imported automatically into the database?

2003-03-11 Thread Mark Orciuch
>
> I configured Jetspeed to use MySQL for the PSML and portlets.  My question
> is if I want to change an existing portlet do I still do it in
> the registry

Portlet definitions are stored on disk in .xreg files. So, yes, you would
change the registry.

> files?  If so, how do these changes get updated in the database?  I have
> search the mailing lists and can not find an answer to this question.  Can
> anyone help me understand how portlets are stored in the database? Thanks
> for your help!
>

These changes do not get stored in database. Psml for portal users
referencing registry portlets is stored in the database (if PsmlManager is
set to DatabasePsmlManagerService, which is not the default).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: The JetspeedLocalization_en.properties

2003-03-11 Thread Mark Orciuch
If I'm not mistaken, .war file contained in
jetspeed-1.4b1-release-fullwar.zip does not contain individual classes but
rather jetspeed-1.4b1.jar. This is why the only way to override this is to
either:

1. modify the property file embedded in the jetspeed-1.4b1.jar file, or
2. put modified property file on the classpath in front of
jetspeed-1.4b1.jar

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Ryan Levering [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 4:11 PM
> To: Jetspeed Users List
> Subject: Re: The JetspeedLocalization_en.properties
>
>
> Didn't look very hard, eh...
> bin/classes/org/apache/jetspeed/modules/localization in source build
> WEB-INF/classes/org/apache/jetspeed/modules/localization in expanded war
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: The JetspeedLocalization_en.properties

2003-03-11 Thread Mark Orciuch
Copy the file, make changes to it, put it on your classpath in front of the
jetspeed .jar file (normally this would go into WEB-INF/classes dir).

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Wilson, Allen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 3:56 PM
> To: Jetspeed Users List
> Subject: RE: The JetspeedLocalization_en.properties
>
>
> I did not build the war file...I used the file
> jetspeed-1.4b1-release-fullwar.zip to setup Jetspeed. Is it possible to
> add this file or do I have to do the build from src
>
> -----Original Message-
> From: Mark Orciuch [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 3:51 PM
> To: Jetspeed Users List
> Subject: RE: The JetspeedLocalization_en.properties
>
>
> The localization property files are located in
> jakarta-jetspeed\src\java\org\apache\jetspeed\modules\localization
> folder.
> Change the file and rebuild the .war file.
>
> Best regards,
>
> Mark Orciuch - [EMAIL PROTECTED]
> Jakarta Jetspeed - Enterprise Portal in Java
> http://jakarta.apache.org/jetspeed/
>
>
> > -Original Message-
> > From: Wilson, Allen [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, March 11, 2003 3:43 PM
> > To: Jetspeed Users List
> > Subject: The JetspeedLocalization_en.properties
> >
> >
> > I am configure Jetspeed and cannot locate the
> > JetspeedLocalization_en.properties. If there file does not exist how
> can
> > I change the title of the initial portal page from "Welcome to
> Jetspeed"
> >
> > Thanks...Allen
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: The JetspeedLocalization_en.properties

2003-03-11 Thread Mark Orciuch
The localization property files are located in
jakarta-jetspeed\src\java\org\apache\jetspeed\modules\localization folder.
Change the file and rebuild the .war file.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/


> -Original Message-
> From: Wilson, Allen [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 11, 2003 3:43 PM
> To: Jetspeed Users List
> Subject: The JetspeedLocalization_en.properties
>
>
> I am configure Jetspeed and cannot locate the
> JetspeedLocalization_en.properties. If there file does not exist how can
> I change the title of the initial portal page from "Welcome to Jetspeed"
>
> Thanks...Allen
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Strange behavior when using DB-PSML :$jetspeed.getCustomizer($data.Customize

2003-03-10 Thread Mark Orciuch
Thanks for reminding me about this one - I'll take the ownership of this
bug.

BTW: A quick workaround to this problem is to remove the English-specific
psml: media-type/html/user/anon/page/default.psml/language/en.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Jeremy Ford [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 10, 2003 8:32 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Strange behavior when using DB-PSML
> :$jetspeed.getCustomizer($data.Customize
>
>
> I believe that your problem is the same as this bug:
> http://issues.apache.org/bugzilla/show_bug.cgi?id=16627
>
> I have attached a patch in bugzilla that I believe takes care of
> this issue.
>   I'm not sure of the status in regards to it being committed though.
>
> Jeremy Ford
>
>
> >From: Johan Yves August Grasmo <[EMAIL PROTECTED]>
> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Strange behavior when using DB-PSML
> >:$jetspeed.getCustomizer($data.Customized).getContent($data)
> >Date: 10 Mar 2003 10:12:52 +0100
> >
> >Hi,
> >
> >I am experiencing some problems when using the DB-PSML service, when
> >trying to modify the default.psml file for the user anon.
> >
> >I can modify the 'Home Page' pane and it's content. When I try to delete
> >the  'RSS'- and 'Dynamic'-panes, or insert a new pane, i get a page with
> >this message:
> >
> >[snip]
> >
> >$jetspeed.getCustomizer($data.Customized).getContent($data)
> >
> >[/snip]
> >
> >The header and footer is displayed correctly.
> >
> >Jetspeed also behaves 'weird' when accessing the two panes. I am
> >seldom(!) allowed to renaming them and when I manage to do so, the
> >changes disappear. I can add portlets, but I am not allowed to decide
> >where the portlets are placed.
> >
> >I suspect that the PSML-import somehow barfed, but even with a clean
> >install I get the same behavior. I have searched the mailinglist without
> >any luck. I have followed the database configuration guide (under
> >installation), and run the appropriate scripts.
> >
> >
> >Specifications:
> >---
> >I am running jetspeed 1.4-b3 with jboss 3.0.6 and Tomcat 4.1.18. I am
> >using mysql distr. 3.23.49a.
> >The machine runs RedHat 7.3.
> >
> >
> >Everything seems to work fine when using the File-based PSML service. I
> >can modify (add, delete, rename) the panes and portlets without any
> >difficulties.
> >
> >Any help is appreciated.
> >
> >--
> >Regards/Med hilsen
> >Johan Y. A. Grasmo
> >www.grasmo.no
> >
> >-
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> _
> The new MSN 8: advanced junk mail protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: NNTP Porlet

2003-03-10 Thread Mark Orciuch
Kevin,

See Internationalization section of
http://jakarta.apache.org/jetspeed/site/code-standards.html.

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Kevin McIntyre [mailto:[EMAIL PROTECTED]
> Sent: Sunday, March 09, 2003 1:30 PM
> To: Jetspeed Users List
> Subject: Re: NNTP Porlet
>
>
> Santiago -
>
> The NNTP Portlet can make use of and James to moderate discussion or
> simple use another NNTP resource, without that feature.
>
> My question is how do I Internationalize a portlet?  Making entries in
> each language file?
>
>
>
> - Original Message -
> From: "Santiago Gala" <[EMAIL PROTECTED]>
> To: "Jetspeed Users List" <[EMAIL PROTECTED]>; "Jetspeed
> Developers List" <[EMAIL PROTECTED]>
> Sent: Sunday, March 09, 2003 6:33 AM
> Subject: Re: NNTP Porlet
>
>
> > Kevin McIntyre wrote:
> > > Using NNTP I've created a "Threaded Discussion" Portlet.  I would like
> to
> > > contribute.  It works with James, extending NNTPRepositoryImpl
> > > to remove threads for moderated discussion.
> > >
> > > Is it necessary to Internationalize before contributing?
> > >
> >
> > I would be nice :-)
> >
> > But I don't think a portlet which brings a James dependency should be
> > inside jetspeed. (Maybe I understood it wrong).
> >
> > As a matter of fact, we are in the process of stabilizing Jetspeed 1 and
> > planning a move to Jetspeed-2.
> >
> > My personal opinion (but I think most developers will agree) is that
> > Jetspeed and portlets should be separate modules in the future.
> >
> > Jetspeed 2 will ship with functionality as a portal tool
> > (administration), and a few key or simple demo portlets.
> >
> > Jetspeed will have separate modules for hosting development of portlets
> > like what you are proposing, shipping in different "portlet
> > applications". The original proposal for the Portlet API included
> > facilities for doing this. I don't think they will drop it, since it is
> > a highly desirable feature.
> >
> > So, while I think it will be worthwhile to look more into your proposal,
> > I suggest that you open a bugzilla issue (Request For Enhancement), and
> > discuss features and dependencies with interested people there. In this
> > way, you can proceed without bringing additional dependencies inside
> > jetspeed.
> >
> > If it looks worthwhile, it could be put in the scratchpad to develop
> > there until it can be released (in the Jetspeed-2 infrastructure) as a
> > portlet application. Or people could build it separately from the
> > scratchpad.
> >
> > Regards,
> >   Santiago
> >
> > P.S.) I CC: dev, since it mostly belong to jetspeed development.
> >
> >
> > -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Problems with dynamicUri Tag

2003-03-07 Thread Mark Orciuch
Use template attribute instead of screen:

LMS Login

Best regards,

Mark Orciuch - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

> -Original Message-
> From: Boyd, David [mailto:[EMAIL PROTECTED]
> Sent: Friday, March 07, 2003 9:15 AM
> To: Jetspeed Users List
> Subject: Problems with dynamicUri Tag
>
>
> I was trying to use the dynamicUri tag in the following way:
>
> LMS Login
>
> Now, LMSLogin.jsp is located in the screens directory.  When, the mouse is
> placed over the link I get:
> http://localhost:8080/lms/portal/screen/LMSLogin.jsp
> <http://localhost:8080/lms/portal/screen/LMSLogin.jsp> .  When I
> select the
> link I go an error page that states the following:
>
> Horrible Exception: java.lang.ClassNotFoundException:
>
>  Requested Screen not found: LMSLogin.jsp
>  Turbine looked in the following modules.packages path:
>  [org.apache.jetspeed.modules, org.apache.turbine.modules,
> com.nisys.jetspeed.modules]
>
>  at
> org.apache.turbine.modules.ScreenLoader.getInstance(ScreenLoader.java:197)
>  at
> org.apache.turbine.modules.pages.DefaultPage.doBuild(DefaultPage.java:162)
>  at org.apache.turbine.modules.Page.build(Page.java:90)
>  at
> org.apache.turbine.modules.PageLoader.exec(PageLoader.java:123)
>  at org.apache.turbine.Turbine.doGet(Turbine.java:563)
>  
>
> Any ideal as to what is going on here, or is this tag broken.
>
> ...
> Thanks
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



  1   2   3   >