Re: Next Stable Release?

2002-10-21 Thread Marian Skalsky
ISO-8859-2 sample feeds links:
http://www.root.cz/rss
http://underground.cz/backend/underground.rss
$kala.

- Original Message -
From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Monday, October 21, 2002 3:09 PM
Subject: RE: Next Stable Release?


It's the same issue so I'll try to fix it also.

However, I'd love if you could append to this bug in bugzilla a set of
RSS feeds encoded in iso-8859-2 so that I can use them as a test case.

For iso-8859-1, I should be able to make these test cases myself :)

> -Message d'origine-
> De : Marian Skalsky [mailto:ms@;euromove.sk]
> Envoy? : lundi 21 octobre 2002 15:06
> ? : Jetspeed Users List
> Objet : Re: Next Stable Release?
>
>
> Please don't forget about that hardcoded UTF. I need to use Jet with
> ISO-8859-2 codebase.
> Thx.
> $kala.
>
> - Original Message -
> From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]>
> To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
> Sent: Monday, October 21, 2002 2:44 PM
> Subject: RE: Next Stable Release?
>
>
> I'll look at the issue before the release, which is actually
> more likely
> to be out near Nov 11.
>
> > -Message d'origine-
> > De : Aurelien Pernoud [mailto:apernoud@;sopragroup.com]
> > Envoy? : lundi 21 octobre 2002 14:39
> > ? : 'Jetspeed Users List'
> > Objet : RE: Next Stable Release?
> >
> >
> >
> >
> > > -Message d'origine-
> > > De : David Sean Taylor [mailto:david@;bluesunrise.com]
> > >
> > > > -Original Message-
> > > > From: Sergio [mailto:serg80@;yahoo.com]
> > > >
> > > > Can anyone tell me the approximate schedule for the
> > > > next stable release?
> > >
> > > Nov 1
> >
> > It may seem a little "selfish", but did any developpers have
> > a look at the
> > UTF-8 hard-coded bug that prevents user from using
> > ISO-8859-1 Javascripts,
> > to post Forms using accents...
> >
> > Someone on the mailing-list simply changed the hard-coded
> > part in the java
> > src and said having no problems with it (see
> > <http://www.mail-archive.com/jetspeed-user@;jakarta.apache.org/
> msg05940.html>
>  ). Of course I don't know what "side-effects" it can have.
>
> Thanks,
> Aurelien Pernoud
>
>
> --
> To unsubscribe, e-mail:
> <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:jetspeed-user-help@;jakarta.apache.org>
>
> --
> To unsubscribe, e-mail:
> <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
> For additional commands, e-mail:
> <mailto:jetspeed-user-help@;jakarta.apache.org>
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:jetspeed-user-help@;jakarta.apache.org>

--
To unsubscribe, e-mail:
<mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail:
<mailto:jetspeed-user-help@;jakarta.apache.org>





--
To unsubscribe, e-mail:   <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>




Re: ADD/REMOVE tab/entry TO ALL users PSML at once

2002-10-18 Thread Marian Skalsky
Hi!
Sounds good. Will check it out.
Can you please let me know about the progress on this issue.
Thank you.
$kala.

- Original Message -
From: "Hugh Brien" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, October 17, 2002 4:49 PM
Subject: RE: ADD/REMOVE tab/entry TO ALL users PSML at once


We are working on this right now.  We are going to try the following:

1. We have defined a default Group for each user and save that value in the
session.  We have an business rule that determines default group.
2. We plan on adding functionality that will append the Group's portlets the
PortletSet for the user.
3. It's a simple thing to do it's just finding the right place to put the
code. I think it's actually at the Profile level.  Where the Portlets class
is passed to the PortletFactory to return a PortletSet

r,
Hugh



-Original Message-
From: Marian Skalsky [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 17, 2002 3:56 AM
To: [EMAIL PROTECTED]
Subject: ADD/REMOVE tab/entry TO ALL users PSML at once


Hi there!

We have JetSpeed used in our company intranet and I have made a default user
XXX and all new users when created get his psml.
This is fine. But my boss wants to be able to add a TAB in the menu to all
users when he decides. Other way said, he wants to login to his account and
then add something.. and this should appear in every users home (PSML).
Is there a some way how to add something (e.g. TAB item in the menu) to all
users PSMLs or how to share a part of PSML by all users, that may be then
changed anytime?
Or how would you solve this?

Any suggestion will be very appreciated.
Thank you.
$kala.


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.401 / V?rusov? datab?za: 226 - d?tum vydania: 11. 10. 2002

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




---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.401 / V?rusov? datab?za: 226 - d?tum vydania: 12. 10. 2002



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




Re: ADD/REMOVE tab/entry TO ALL users PSML at once

2002-10-17 Thread Marian Skalsky

Hi!
1) Thx for reply.
2) During my later "investigation" :)) I have found the *Add reference*
button.. and I see one possibility to have one psml (boss psml) that my boss
will by able to edit, and there will be a reference to it (boss psml) in the
environment (psml) of default user.
So any new user will inherit that reference too, and when will my boss
change something, this will appear in the reference.. = partly shared psml.
But this will work only till all users *decide to keep* the reference
somewhere within their envir. (psml) and not to remove it. If they remove
it, *boss psml* is again dead:))
I post some quest about the *reference feature*, because I'm not sure about
it's meaning and waiting for replies.
$kala.


- Original Message -
From: "Aurelien Pernoud" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 17, 2002 11:35 AM
Subject: RE: ADD/REMOVE tab/entry TO ALL users PSML at once


>
> I've already thought of it too, cause we wanted this feature. As far as I
> went, I think it's a hard work. Indeed you never know how a user will
> customize its workarea... Adding a Tab pane to an existing PSML isn't that
> hard, but you don't know if the user decided to use panes first, or
directly
> portlets, or ... whatever, you never know :)
>
> I'm not sure of my answer, but the PSML can have so many differents
> compositions that you don't know how to add a portlet. We thought of a
> portlet on the anon page (that everyone sees before login) that could
> announce new portlets... But it doesn't work if you authorize the
auto-logon
> on cookie.
>
> I haven't been further right now, maybe later, if it's still wanted !
>
> > De : Marian Skalsky [mailto:[EMAIL PROTECTED]]
> >
> > Hi there!
> >
> > We have JetSpeed used in our company intranet and I have made
> > a default user XXX and all new users when created get his psml.
> > This is fine. But my boss wants to be able to add a TAB in
> > the menu to all users when he decides. Other way said, he
> > wants to login to his account and then add something.. and
> > this should appear in every users home (PSML).
> > Is there a some way how to add something (e.g. TAB item in
> > the menu) to all users PSMLs or how to share a part of PSML
> > by all users, that may be then changed anytime?
> > Or how would you solve this?
> >
> > Any suggestion will be very appreciated.
> > Thank you.
> > $kala.
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.401 / V?rusov? datab?za: 226 - d?tum vydania: 11. 10. 2002



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




Customizer - Add Reference button

2002-10-17 Thread Marian Skalsky

Hi there!

Customizer - Add reference button- my understanding for now (I don't use DB
to store psml) - I can link to some psml stored in psml directory = also to
somebody's PSML.. and see his content or some special content such as
psml/group/Jetspeed/html/ref_example.psml.
I wanna ask:
1) Can somebody explain me, what is this feature intended to be ?
2) How can I set access rights for these psml files ?
3) How can I disable this feature (except editing the code of
customizer-portletset.vm file)?

Thank you.
$kala.


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.401 / V?rusov? datab?za: 226 - d?tum vydania: 11. 10. 2002



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




ADD/REMOVE tab/entry TO ALL users PSML at once

2002-10-17 Thread Marian Skalsky

Hi there!

We have JetSpeed used in our company intranet and I have made a default user XXX and 
all new users when created get his psml.
This is fine. But my boss wants to be able to add a TAB in the menu to all users when 
he decides. Other way said, he wants to login to his account and then add something.. 
and this should appear in every users home (PSML).
Is there a some way how to add something (e.g. TAB item in the menu) to all users 
PSMLs or how to share a part of PSML by all users, that may be then changed anytime?
Or how would you solve this?

Any suggestion will be very appreciated.
Thank you.
$kala.


---
Odchádzajúca správa neobsahuje vírusy.
Skontrolované antivírusovým systémom AVG (http://www.grisoft.cz).
Verzia: 6.0.401 / Vírusová databáza: 226 - dátum vydania: 11. 10. 2002



Re: Login using SSL?

2002-10-15 Thread Marian Skalsky

Hi!
I forget to mention something related to enabled SSL in Tomcat and useage of
JetSpeed.
When you add e.g. RSS portlet (that gets its data using HTTP not HTTPS),
your browser will inform you that
"This page containd both, secure and unsecure items" and you have to hit Yes
after almost every reload (This is how it looks with IE 6.0 and Medium-low).
This will probably happen also with WebPagePortlet, IFrame and any other
portlet geting data from "abroad" using http.
Do somebody know how to solve this ?
It's preety annoying to click Yes with every reload.
$kala.


- Original Message -
From: "Aurelien Pernoud" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, October 15, 2002 4:26 PM
Subject: RE: Login using SSL?


>
> You have to configure your webapp server to allow SSL only, and that's all
> (Am I wrong ?).
>
> Tomcat 4 :
> http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html
>
> Tomcat 3 :
> http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ssl-howto.html
>
> > De : Jason Richardson [mailto:[EMAIL PROTECTED]]
> >
> >
> > I need to ensure that Logging in uses SSL.   Does jetspeed
> > login use SSL
> > currently?  If not how do I go about changing it so that it does?
> >
> >
> > Jason Richardson
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.401 / V?rusov? datab?za: 226 - d?tum vydania: 9. 10. 2002



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Login using SSL?

2002-10-15 Thread Marian Skalsky

Right, that's it.
Add a dispatcher (uncoment and edit) in conf/server.xml and generate the
key, as shown at those links.
Nothing more. I got Tomcat working with ssl.
$kala.

- Original Message -
From: "Aurelien Pernoud" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, October 15, 2002 4:26 PM
Subject: RE: Login using SSL?


>
> You have to configure your webapp server to allow SSL only, and that's all
> (Am I wrong ?).
>
> Tomcat 4 :
> http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html
>
> Tomcat 3 :
> http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-ssl-howto.html
>
> > De : Jason Richardson [mailto:[EMAIL PROTECTED]]
> >
> >
> > I need to ensure that Logging in uses SSL.   Does jetspeed
> > login use SSL
> > currently?  If not how do I go about changing it so that it does?
> >
> >
> > Jason Richardson
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.401 / V?rusov? datab?za: 226 - d?tum vydania: 9. 10. 2002



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: converting web app to portlets

2002-10-14 Thread Marian Skalsky

Take a look at the IFRAME portlet. It creates an IFRAME in which your app
may run within the JetSpeed portal environment independently.
$kala.

- Original Message -
From: "Java Mails" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 11:27 AM
Subject: Re: converting web app to portlets


>
> im interested in running my jsp app as portlets.
> TIA
>  Marian Skalsky <[EMAIL PROTECTED]> wrote:Do you wanna run your app as a
portlet within the JetSpeed or transform your
> whole app in to JesSpeed framework ?
> $kala.
>
> - Original Message -
> From: "Java Mails"
> To:
> Sent: Monday, October 14, 2002 5:00 AM
> Subject: converting web app to portlets
>
>
> >
> > hi list!
> > Hope u can assist me in my question...
> > I have a JSP webapplication(running in tomcat) and I would want to port
it
> to jetspeed portlet...
> > Im wondering how easy or how difficult will this be.
> > I would appreciate any pointers or suggestion in going about my problem.
> > TIA
> >
> >
> >
> >
> > -
> > Do you Yahoo!?
> > Faith Hill - Exclusive Performances, Videos, & more
> > faith.yahoo.com
>
>
> ---
> Odch?dzaj?ca spr?va neobsahuje v?rusy.
> Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
> Verzia: 6.0.394 / V?rusov? datab?za: 224 - d?tum vydania: 3. 10. 2002
>
>
>
> --
> To unsubscribe, e-mail:
> For additional commands, e-mail:
>
>
>
> -
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos, & more
> faith.yahoo.com


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.394 / V?rusov? datab?za: 224 - d?tum vydania: 3. 10. 2002



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




Re: converting web app to portlets

2002-10-14 Thread Marian Skalsky

Do you wanna run your app as a portlet within the JetSpeed or transform your
whole app in to JesSpeed framework ?
$kala.

- Original Message -
From: "Java Mails" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 14, 2002 5:00 AM
Subject: converting web app to portlets


>
> hi list!
> Hope u can assist me in my question...
> I have a JSP webapplication(running in tomcat) and I would want to port it
to jetspeed portlet...
> Im wondering how easy or how difficult will this be.
> I would appreciate any pointers or suggestion in going about my problem.
> TIA
>
>
>
>
> -
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos, & more
> faith.yahoo.com


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.394 / V?rusov? datab?za: 224 - d?tum vydania: 3. 10. 2002



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: About encoding UTF...

2002-10-11 Thread Marian Skalsky

Hi!
This issue AFAIK was added to known bugs couple weeks ago.
I've had the same problem.
Till now, I have not heard about it was allready solved.
$kala.


- Original Message -
From: "Jose Luis Carrasco" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 11, 2002 12:23 PM
Subject: About encoding UTF...


Hi !

I have problems with UTF-8 using the version jetspeed1.4b because I
couldn't see the catalonian characters. I see another users with the same
problem. I try to change the properties in the diferents conf arxives, but
it didn't result.At the end  I fixed for the moment opening the file
MimeTypes.java and changing UTF for my character set. It's not a very good
solution, but it functions ok. How do you see that ? Any another manner ?

Thanks to all !
Good Code.



Jos? Carrasco

Arreando Ingredientes a la Alquimia.





---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.394 / V?rusov? datab?za: 224 - d?tum vydania: 4. 10. 2002



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: A portal using frames instead of tables

2002-10-10 Thread Marian Skalsky

Hi!
It sounds good to have resizable portlets or refresh button for each
particular portlet.
AFAIK, the IFrame html element may have ID assigned, and then you may use
the JavaScript to call *refresh* on it, from anywhere within the *window*.
This may allow to have refresh button outside the IFRAME of the portlet.
Resizing.. hmm.. we may try to convert the JetSpeed in to Flash.. and
resizing may get materialized this way :))
Just a nookie :))
$kala.

- Original Message -
From: "Yesberg, John" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Friday, October 11, 2002 2:47 AM
Subject: RE: A portal using frames instead of tables


> Glen,
>
> Thanks again.
>
> Yes, we've looked at the auto-refresh that you suggested. IN fact, I
> would just set the CONTENT to "5", and it seems to automatically refresh
> the page whatever the URL is. What I think we really want is a server
> push model, but that's another story. I'm currently looking at
> www.pushlets.com. (If anyone has any better suggestions for portal server
> push, I'd be happy to hear about those too!)
>
> You say that you don't know how you would refresh one portlet and not
> others without using IFrames; I would generalise this to IFrames or Frames
> (keeping in mind my requirement for drag-resize).
>
> I don't know whether there are any other portal engines that support the
> drag-resize and selective refresh - I'm wondering whether other readers
> may have seen one. Or thought of one.
>
> John.
>
> -Original Message-
> From: Glen Carl [mailto:[EMAIL PROTECTED]]
> Sent: Friday, 11 October 2002 10:29
> To: Jetspeed Users List
> Subject: Re: A portal using frames instead of tables
>
>
> I understand what you want, and with more thought I believe you are
> right that a refresh button on the portlet titlebar would be worthless.
> I think the refresh button inside the IFrame is one of the options.
> You may want to explore some of options of setting auto-refresh in the
> header of a customized IFrame portlet with
>  CONTENT="5;URL=http://www./your_host.com/your_site/your_page.html";>.
>
> In Jetspeed, I do not know how you would refresh one portlet and not
> others on the same page, without using IFrames.
>
> I thought an applet portlet might work, but discovered the applet will
> reset during a refresh.
>
> What portal engine have you seen that supports drag-resize and selective
> refresh?
>
> Glen
>
>
> Yesberg, John wrote:
> > Glen,
> >
> > Thanks for the suggestion. Yes, I've looked at IFrames. From what I can
> > see, an IFrame has the same functionality as a Frame, but they have
different
> > geometrical characteristics on the screen.
> >
> > If I was using the IFramePortlet as currently provided, then the portlet
title
> > bar buttons (config, minimise, maximise, restore) would be outside the
IFrame.
> > In fact, if one pushes any of those buttons, the whole page (including
all of
> > the other portlets) is reloaded. I'm trying to allow just the one
portlet to
> > be reloaded/refreshed, without disturbing the other portlets. That means
that
> > I would need to have my refresh button *inside* the IFrame - but that's
ok.
> >
> > I think IFrames would be a good solution except for my drag-resize
requirement.
> > It would allow one to continue to use the current set of controllers,
which use
> > tables as the layout mechanism, rather than the rather clumsy frames
mechanism.
> > It would still be necessary for the browser to make separate get
requests for
> > each of the portlets to go in the IFrames, which would need some
modification
> > to jetspeed, I think.
> >
> > John.
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


---
Odch?dzaj?ca spr?va neobsahuje v?rusy.
Skontrolovan? antiv?rusov?m syst?mom AVG (http://www.grisoft.cz).
Verzia: 6.0.394 / V?rusov? datab?za: 224 - d?tum vydania: 4. 10. 2002



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: automatic logout problem ?

2002-10-09 Thread Marian Skalsky

Ok. I will take this behaviour as natural :)) .. and hack it on my own.
Thx for reply.
$kala.

- Original Message -
From: "Mark Orciuch" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 09, 2002 5:42 PM
Subject: RE: automatic logout problem ?


> I don't care for that behaviour myself. It should be simple enough to
create
> your own session validator which redirects to login screen (or /portal)
when
> the user is no longer logged in.
>
> Best regards,
>
> Mark C. Orciuch
> Next Generation Solutions, Ltd.
> e-Mail: [EMAIL PROTECTED]
> web: http://www.ngsltd.com
>
>
> > -Original Message-
> > From: Jeffrey Owens [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, October 09, 2002 10:33 AM
> > To: Jetspeed Users List
> > Subject: Re: automatic logout problem ?
> >
> >
> >
> > I've also noticed this behavior and have been unable to find a
> > solution in the documention or user archives.
> >  Marian Skalsky wrote:Hi there!
> >
> > I login to JS and leave it as it is for a while (5 min. maybe).
> > Then I try to click on some link and i get to LOGIN dialog..it
> > looks like JS
> > has unloged me automaticaly. But, the bottom (content of the
> > page), is still
> > there.. so I can browse the JS (hit tabs).. but with login dialog
> > abowe.. Of
> > course it tells me "Sorry, you have no permission to see this
> > portlet", but
> > It is there...
> > It's kind of tricky behaviour.. if it is unloging the user
> > automaticaly, why
> > there is a content still visible..
> >
> > Can somebody tell me what's wrong ?
> > I was trying to find the answer in the archive first, but I was unable
to,
> > despit of that I remember somebody was asking this not a long time ago.
> >
> > Thx a lot.
> > $kala.
> >
> >
> > --
> > To unsubscribe, e-mail:
> > For additional commands, e-mail:
> >
> >
> > Jeffrey Owens
> >
> >
> > -
> > Do you Yahoo!?
> > Faith Hill - Exclusive Performances, Videos, & more
> > faith.yahoo.com
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>



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




Re: experience with PSML in Sybase Adaptive Server Enterprise

2002-10-09 Thread Marian Skalsky

Hi!

I have working JetSpeed (night build 22-9-2002) on ORACLE 8. But only the
Turbine part, not the PSML stuff.
It works fine now. I had som litle problem with consistency of sql script
shared with JS and the torque scheme, but I've solve that. It was added to
bugs and maybe allready solved.
I had a JS 1.4b1 installed on ORACLE before, and it worked with no problems.
The only slip was the lack of sorting the portlets in to categories in that
version.

$kala.

- Original Message -
From: "Jan Zámostný" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, October 09, 2002 11:07 AM
Subject: Re: experience with PSML in Sybase Adaptive Server Enterprise


> The problem appears with the default hypersonic db as well (see the
> jetspeed.log) - the framework generates some select statements correctly
and
> some not... The only difference is that hypersonic doesn't care and can
run
> select * from turbine_role where role_id='1'
> as well as
> select * from turbine_role where role_id=1
> But obviously it is not correct behavior... Has anyone successfuly tested
> jetspeed with db other than hypersonic or mysql? Jetspeed loks very very
> good but this would be a serious problem for us as we necessarily need it
to
> use the Sybase ASE db...
> Thanks a lot,
> Jan
>
> - Original Message -
> From: "David Sean Taylor" <[EMAIL PROTECTED]>
> To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> Sent: Tuesday, October 08, 2002 4:57 PM
> Subject: RE: experience with PSML in Sybase Adaptive Server Enterprise
>
>
> > > David said he was going to look at fixing the DB2 stuff, maybe that
will
> > > fix Sybase as well.
> >
> > The DB2 install was crashing on XP.
> > Im going to try it later today on other OSs
> >
> > > -Original Message-
> > > From: Woody Sturges [mailto:[EMAIL PROTECTED]]
> > > Sent: Tuesday, October 08, 2002 7:49 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: experience with PSML in Sybase Adaptive Server Enterprise
> > >
> > >
> > > We had the exact same problem when using IBM DB2.  It created an int
> > > field, but kept trying to wrap ticks around the field when issuing
SQL.
> > > David said he was going to look at fixing the DB2 stuff, maybe that
will
> > > fix Sybase as well.
> > >
> > > Until then, we broke out the Turbine and Jetspeed stuff to run in
MySql.
> > >  The rest of our stuff uses our (preferred) DB2 server.
> > >
> > > >>> [EMAIL PROTECTED] 10/08/02 10:42AM >>>
> > > Hi all,
> > > does anyone have any experience with PSML stored in the above
mentioned
> > > db?
> > > I tried to set it all up according to the docs, it really connects to
> > > the
> > > db, but then:
> > > it tries to do select on TURBINE_USER_GROUP_ROLE where
> > > (TURBINE_USER_GROUP_ROLE.USER_ID='3')
> > > although the db creation script creates the user_id of type integer!
The
> > > Sybase jdbc2 driver says:
> > > Implicit conversion from datatype 'VARCHAR' to 'INT' is not allowed.
Use
> > > the
> > > CONVERT function to run this query.
> > > How is the select command constructed? I have tried to lookup the
select
> > > statement in the jetspeed cvs source files but found nothing...
> > > TIA,
> > > Jan
> > >
> > >
> > >
> > > ---
> > > Odchozí zpráva neobsahuje viry.
> > > Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz).
> > > Verze: 6.0.393 / Virová báze: 223 - datum vydání: 10/6/2002
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > 
> > > For additional commands, e-mail:
> > > 
> > >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> 
> > For additional commands, e-mail:
> 
> >
> >
>
>
> ---
> Odchozí zpráva neobsahuje viry.
> Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz).
> Verze: 6.0.393 / Virová báze: 223 - datum vydání: 10/7/2002
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




automatic logout problem ?

2002-10-08 Thread Marian Skalsky

Hi there!

I login to JS and leave it as it is for a while (5 min. maybe).
Then I try to click on some link and i get to LOGIN dialog..it looks like JS
has unloged me automaticaly. But, the bottom (content of the page), is still
there.. so I can browse the JS (hit tabs).. but with login dialog abowe.. Of
course it tells me "Sorry, you have no permission to see this portlet", but
It is there...
It's kind of tricky behaviour.. if it is unloging the user automaticaly, why
there is a content still visible..

Can somebody tell me what's wrong ?
I was trying to find the answer in the archive first, but I was unable to,
despit of that I remember somebody was asking this not a long time ago.

Thx a lot.
$kala.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: NewRSSPortlet problem

2002-10-08 Thread Marian Skalsky

Hi!
I have unchecked the URLs using the admin pane -> Bad URL Manager and rss
feeds work. Thx a lot!
Can you please describe, the policy that Bad URL Manager uses to mark the
urls as wrong ? This may help others too.
Thx.
$kala.

- Original Message -
From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, October 08, 2002 9:58 AM
Subject: RE: NewRSSPortlet problem


The symptom you see is caused by the BadURLDaemon: if Jetspeed cannot access
a RSS URL it marks down this URL as unavailable and you get this error
message.

To fix this:
- you can log in as admin in Jetspeed, go to the admin pane -> Bad URL
Manager,
and uncheck the URL you know should work.
- alternatively, disable the BadURLDaemon in the
JetspeedResources.properties (I think
  it's disabled by default)
- you can also edit manually the Bad URL properties by removing entries from

  /WEB-INF/conf/datasources.properties

> -Message d'origine-
> De : Marian Skalsky [mailto:[EMAIL PROTECTED]]
> Envoyé : mardi 8 octobre 2002 08:31
> À : Jetspeed Users List
> Objet : Re: NewRSSPortlet problem
>
>
> Hi!
> Thanks for reply.
> Now it makes sence to dig around this area litle more.. and
> try to find the
> solution.
> $kala.
>
> - Original Message -
> From: "Philipp Schoepf" <[EMAIL PROTECTED]>
> To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> Sent: Monday, October 07, 2002 6:19 PM
> Subject: Re: NewRSSPortlet problem
>
>
> Hi,
>
> I have experienced this problem a few days ago.
> At first the rss-portlets worked fine but after a while I got the same
> message.
> I was found out that it had something to do with tomcat
> behind a firewall.
> Try to open a rss file on your local machine-that works!
> I've searched in the mailing list and found some messages saying that
> tomcat 3x handles firewalls another way than tomcat4x.
> Nobody could provide a solution for this problem yet.
>
> Best regards,
>
>
> --
> --
> --
> Philipp Schöpf
> IBM e-business Innovation Center
> Alter Wandrahm 10, 20457 Hamburg
> Fon: +49 (0)40/41912-461
> Web: http://www.ibm.com/services/de/innovation
> --
> --
> --
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

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




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




Re: NewRSSPortlet problem

2002-10-07 Thread Marian Skalsky

Hi!
Thanks for reply.
Now it makes sence to dig around this area litle more.. and try to find the
solution.
$kala.

- Original Message -
From: "Philipp Schoepf" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, October 07, 2002 6:19 PM
Subject: Re: NewRSSPortlet problem


Hi,

I have experienced this problem a few days ago.
At first the rss-portlets worked fine but after a while I got the same
message.
I was found out that it had something to do with tomcat behind a firewall.
Try to open a rss file on your local machine-that works!
I've searched in the mailing list and found some messages saying that
tomcat 3x handles firewalls another way than tomcat4x.
Nobody could provide a solution for this problem yet.

Best regards,



--
Philipp Schöpf
IBM e-business Innovation Center
Alter Wandrahm 10, 20457 Hamburg
Fon: +49 (0)40/41912-461
Web: http://www.ibm.com/services/de/innovation

--


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




NewRSSPortlet problem

2002-10-07 Thread Marian Skalsky

Hi there!

I set up several RSS portlets with success couple days ago. Now I opened the JetSpeed 
and I got messages like this:

ERROR] - RSSPortlet:  Couldn't parse out XML document -> 
http://www.debianplanet.org/debianplanet/backend.php
org.apache.jetspeed.services.urlmanager.URLNotAvailableException: The following URL is 
not available because it is considered invalid: 
http://www.debianplanet.org/debianplanet/backend.php

on third of these linx (of course these linx were already working). It's surprising, 
that when I open the url in e.g. XML spy it opens the document with no prob and 
evaluates it as valid. It is preety tricky behaviour. I have cleaned the cache.. no 
efect.

Somebody know what may have screwed up ?
Thx a lot.
$kala.



Re: Strange Javascript Transfert using Jetspeed : encoding issue ?

2002-10-04 Thread Marian Skalsky

Hi there!
I want my velocity templates, properties files and .xreg files to be encoded
in ISO-8859-2, but it does not work for me.
I encoded properties files, templates and xml .xreg files with this encoding
and set up turbine, velocity and js properties files on every place I've
found something related to *encoding*, but with no success.
When I open the JS in browser, I got always UTF-8 ...
.. I'm not sure if I understand this right, may be this issue related to
stuff you are talking about ? (some hardcoded UTF-8..) ?
Thx.
$kala.

- Original Message -
From: "Aurélien Pernoud" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, October 03, 2002 3:01 PM
Subject: RE: Strange Javascript Transfert using Jetspeed : encoding issue ?


>
> Thanks for help, I was getting mad !
>
> I'm reporting a bug right now cause I think it's important and I need
> ISO-8859 in my webapp :/
> Right now i'll just try to rewrite JS Files without accentuated characters
> and see what happens, because I'm afraid of "I'm unsure what other side
> effects this may have." ;)
>
> Hope it will get fixed before 1.4 final though... What you think ?
>
> > -Message d'origine-
> > De : Luta, Raphael (VUN) [mailto:[EMAIL PROTECTED]]
> > Envoyé : jeudi 3 octobre 2002 14:48
> > À : 'Jetspeed Users List'
> > Objet : RE: Strange Javascript Transfert using Jetspeed :
> > encoding issue
> > ?
> >
> >
> > Looking at the code, it seems that the issue is in the
> > MimeType class that
> > has been changed to
> > hard code the charset to UTF-8 for text/html (with a FIXME
> > note but that's still not an excuse...)
> >
> > You can try removing the hard-coded UTF-8 reference and
> > recompile. This will
> > probably fix
> > your issue but I'm unsure what other side effects this may have.
> >
> > Otherwise, use HTML entities (é etc...) to encode your
> > accentuated
> > characters in
> > encoding independent format or simply write your comments in
> > English :/
> >
> > Also filing a bug in Bugzilla about this issue would probably
> > ensure that
> > it's not
> > forgotten somewhere...
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: response time is slow

2002-09-30 Thread Marian Skalsky

Hi!
I have not tried those features, but I was working on 600MHz Celeron and
then installed JetSpeed app on 1.3GHz machine and there was really
signigicant speed progress :)
$kala.

- Original Message -
From: "Pramod Jain, INDENT" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 01, 2002 12:49 AM
Subject: response time is slow


> I just installed jetspeed and loaded up the demo page and got very slow
> response time.
>
> I tried the following (recommended under topic "jetspeed=slowspeed"), but
> still get the same response time:
>
> >-- change all logging levels in the
> >~/WEB-INF/conf/*.properties files to be INFO instead
> >of DEBUG
> >
> >-- give Tomcat a lot of memory via the
> >CATALINA_OPTIONS. e.g. -Xmx256m and -Xms128m
> >
> >-- look for velocity caching options in
> >TurbineResources.properties and turn it on
> >
>
> Would appreciate any help in getting decent response times.
> thanks
>
> pramod
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Portlet Question

2002-09-30 Thread Marian Skalsky

Hi!
I use IFrame portlet that has application running on the *same Tomcat* as
JetSpeed in it.
It works.
$kala.

- Original Message -
From: "Anthony Smith" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, September 30, 2002 11:35 PM
Subject: Portlet Question


> Has anyone had a portlet that could interface with another tomcat webapp
> whether it is on the same instance of Tomcat or not?
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: MySQL : problem removing user

2002-09-30 Thread Marian Skalsky

Hi Mike!
I'm experiencing the *same behaviour* using ORACLE database caused by the
*same reason*. I was planning to post this issue, but you have jumped the
queue Mike:))
Anybody know about this bug ?
Thx.
$kala.

- Original Message -
From: "EMike" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, September 30, 2002 4:12 PM
Subject: Re: MySQL : problem removing user


> (Suite)
>
> The problem is that jetspeed tries to remove a user in the TURBINE_USER
> table, without removing first the foreign key dependencies in the
> TUBINE_USER_GROUP_ROLE table.
>
> Does Jetspeed rely on a "cascade delete" done by MySQL ? (i don't know if
> it's possible and how to configure that)
>
> Help would be really appreciated ;o)
>
> Thanks
>
> Mike
>
>
>
> Hi all !
>
> (English is not my native language, so please forgive my grammar
errors...)
>
> I just configured Jetspeed to talk MySQL for user authentication, using
the
> scripts found in the distribution (1.4b1).
> I am able to create users via the administrative portlets, i can see them
in
> the MySQL tables, but i can't delete them...
>
> In Jetspeed, i got  "Database Delete Failure. Please report this error to
> your Database Administrator.".
>
> In the logs, i see :
> java.sql.SQLException: General error: Cannot delete a parent row: a
foreign
> key constraint fails
>  at org.gjt.mm.mysql.MysqlIO.sendCommand(Unknown Source)
>  at org.gjt.mm.mysql.MysqlIO.sqlQueryDirect(Unknown Source)
>  at org.gjt.mm.mysql.Connection.execSQL(Unknown Source)
>  at org.gjt.mm.mysql.PreparedStatement.executeUpdate(Unknown Source)
>  at org.gjt.mm.mysql.PreparedStatement.executeUpdate(Unknown Source)
>  at com.workingdogs.village.Record.saveWithDelete(Unknown Source)
>  at com.workingdogs.village.Record.save(Unknown Source)
>  at com.workingdogs.village.Record.save(Unknown Source)
>  at org.apache.torque.util.BasePeer.doDelete(BasePeer.java:700)
>  at org.apache.torque.util.BasePeer.doDelete(BasePeer.java:563).
>
> Is it a MySQL configuration problem ?
> Anyone can help ?
>
> Thanks in advance
>
> Mike
>
>
>
>
>
>
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Are OCS registered as RSS portlets automatically ?

2002-09-30 Thread Marian Skalsky

Great! Thx.
$kala.

- Original Message -
From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Monday, September 30, 2002 11:40 AM
Subject: RE: Are OCS registered as RSS portlets automatically ?


De : Marian Skalsky [mailto:[EMAIL PROTECTED]]
> Envoyé : lundi 30 septembre 2002 11:06
> À : Jetspeed Users List
> Objet : Re: Are OCS registered as RSS portlets automatically ?
>
>
> Hi there!
> It sounds like it is possible to register feeds 2 different
> ways: using OCS
> file or thorugh RSS portlet definition.
> 1) Can you please somebody name advanteges/usage of each eventuality?

OCS feed:
-
+ automatic definition of RSS files
+ automatic adjustments of definitions when feed changes
- poor category support
- need to have the OCS feed defined in the first place

RSS manual insertion:
-
+ better control on default attributes
+ better categorization possible
- tedious when you need to define thousands of entry

> 2) What the OCS abbreviation means ?

Open Content Syndication (http://interalchemy.org/ocs/)

> Thank you a lot.
> $kala.
>

--
Raphaël Luta - [EMAIL PROTECTED]
Jakarta Jetspeed - Enterprise Portal in Java
http://jakarta.apache.org/jetspeed/

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




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




Re: Are OCS registered as RSS portlets automatically ?

2002-09-30 Thread Marian Skalsky

Hi there!
It sounds like it is possible to register feeds 2 different ways: using OCS
file or thorugh RSS portlet definition.
1) Can you please somebody name advanteges/usage of each eventuality?
2) What the OCS abbreviation means ?
Thank you a lot.
$kala.

- Original Message -
From: "Luta, Raphael (VUN)" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Monday, September 30, 2002 9:39 AM
Subject: RE: Are OCS registered as RSS portlets automatically ?


The OCS FeedDaemon will automatically create RSS portlet definitions
whenever it processes
the feed using the source URL as the name of the portlet so you don't need
to set them up
manually.

You can still add RSS portlets defintions manually if you don't have them
available in an OCS
feed or if you want to customize some of their attributes.

The RSS definitions found in the default Jetspeed are included manually to
ensure that they
work even if the FeedDaemon is not activated.

> -Message d'origine-
> De : Stefan Kuhn [mailto:[EMAIL PROTECTED]]
> Envoyé : vendredi 27 septembre 2002 13:25
> À : Jetspeed Users List
> Objet : Are OCS registered as RSS portlets automatically ?
>
>
> Hi everybody,
> I did some tests with syndication. For that purpose I
> registered an OCS file
> as a feed in JR.properties and one of the RSS files of this
> OCS as an RSS
> portlet. Everything worked fine, but i discovered that I can
> add all RSS from
> the OCS as a portlet without making them a portlet
> explicitly. Somehow they
> all get registered as portlets. (In a file called feed_name.xreg)
> I always thought I need to do that manyually via an RSS
> portlet. If all RSS
> in an OCS are registered automtically, what for is the RSS
> portlet then ?
> The RSS items from the two standard OCS feeds are also
> registered as portlets
> (like mozilla news). I found that they also get registered
> automatically and
> I can remove the portlets in demo_portlets.xreg and the feeds
> are still
> available.
> Any comments on this behaviour ?
> Thanks
> Stefan
>
> --
> Stefan Kuhn M. A.
> MPI of Chemical Ecology, Winzerlaer Str. 10, Beutenberg Campus, 07745
> Jena, Germany
> Tel: +49(0)3641 571261 - Fax: +49(0)3641 571202
>
> --
> To unsubscribe, e-mail:

For additional commands, e-mail:


--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




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

2002-09-26 Thread Marian Skalsky

Hi David!
I have localized the problem causing the LoginException with 22-9-2002
nightbuild on oracle.
In the "22-9-2002-NightBuild\build\torque\schema\security-schema.xml" file
in the definition of table TURBINE_USER, there is a PASSWORD_CHANGED collumn
defined. But in the
"22-9-2002-NightBuild\src\sql\externalturbine-oracle.sql" file, is this
collumn definition missing.

I made mistake in last post, I misguided you. The error was :
*Failed to retrieve user 'anon': ORA-00904: invalid column name
with no definition of collumn, not the
*Failed to retrieve user 'anon': ORA-00904: invalid column name OBJECTDATA

So the problem was in the other collumn :)) Thank you for pointing me the
right way.
$kala.

- Original Message -
From: "David Sean Taylor" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 2:59 PM
Subject: RE: Failed to retrieve user 'anon': ORA-00904: invalid column name


> It seems strange that Oracle would give an invalid column name.
> Can you go into SQLPLUS and type DESCRIBE TURBINE_USER and see the
> OBJECTDATA column there?
> What data type does it show?
>
> Ive had problems with security-schema.xml:
>
> 
>
> generating
>
> OBJECTDATA BINARY,
>
> And Torque has a problem with a HEX error
>
> Try changing to
>
>     
>
> generating
>
> OBJECTDATA LONG RAW
>
> If that fixes it let me know and I'll patch it
>
> > -Original Message-
> > From: Marian Skalsky [mailto:[EMAIL PROTECTED]]
> > Sent: 26 September 2002 13:39
> > To: [EMAIL PROTECTED]
> > Subject: Failed to retrieve user 'anon': ORA-00904: invalid
> > column name
> >
> >
> > Hi there!
> > I'm moving from 1.4b1 to night build 22-9-2002 working with
> > ORACLE 8.17 and I'm getting this exception when starting JetSpeed:
> >
> > Horrible Exception:
> > org.apache.jetspeed.services.security.LoginException:
> > Failed to get anonymous user:
> > org.apache.jetspeed.services.security.UserException: Failed
> > to retrieve user
> > 'anon': ORA-00904: invalid column name OBJECTDATA
> >
> > I've checked sql scripts of these versions, are equal and
> > OBJECTDATA collumn is of course present in db. Anon user is
> > also present in the db. Then I found post from David Sean
> > Taylor ( 21 Aug 2002 -
> > http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/m
> sg05377.html ) that says:
>
> "This is a bug from a patch I committed a while back. It doesn't work on
> Oracle for some reason, but seems to work on Hypersonic. I will roll it
back
> out now and try to resolve the bug later..."
>
> Can you tell me what's the progress about this issue ?
> How can I solve this problem ?
>
> Thank you very much.
> $kala.
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> BBCi at http://www.bbc.co.uk/
>
> This e-mail (and any attachments) is confidential and may contain
> personal views which are not the views of the BBC unless specifically
> stated.
> If you have received it in error, please delete it from your system, do
> not use, copy or disclose the information in any way nor act in
> reliance on it and notify the sender immediately. Please note that the
> BBC monitors e-mails sent or received. Further communication will
> signify your consent to this.
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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




Re: Pass parameters from JSPPortlet to the JSP

2002-09-26 Thread Marian Skalsky

Hi!
I'm using 1.4b1 and you get null for attribute "portlet" for sure in this
version.
You should move on to newer version ( Mark says: "portlet" attribute is a
recent enhancement added on Aug-28-2002"... ) that's one of reasons why I
want to move on newer version too.
Unfortunately I'm experiencing problems with ORACLE with newer versions of
JetSpeed.
$kala.

- Original Message -
From: "Mike Zhou" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 3:32 PM
Subject: Re: Pass parameters from JSPPortlet to the JSP


> Marian
>
> jetspeed-1.4b1
>
> Thx, Erzhuan
> --- Marian Skalsky <[EMAIL PROTECTED]> wrote:
> > Hi Erzhuam!
> > Which version of JetSpeed did you use and got null?
> > Thx.
> > $kala.
> >
> > - Original Message -
> > From: "Mike Zhou" <[EMAIL PROTECTED]>
> > To: "Jetspeed Users List"
> > <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>; "Marc Moree"
> > <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Thursday, September 26, 2002 1:15 AM
> > Subject: RE: Pass parameters from JSPPortlet to the
> > JSP
> >
> >
> > > I tried and got the samething, null. Currently I
> > am
> > > using a Portlet written in Java. It works for me.
> > >
> > > Erzhuan
> > > --- Mark Orciuch <[EMAIL PROTECTED]> wrote:
> > > > Marc,
> > > >
> > > > >
> > > > > First, I wanted to thank you so much for
> > answering
> > > > one of my questions
> > > > > earlier this month. I was reading your posting
> > on
> > > > how to get portlet init
> > > > > parameters when using JSPPortlet. I used the
> > > > methods below(AND appropriate
> > > > > imports), but I am getting a null value for
> > the
> > > > portlet when trying to get
> > > > > it as an attribute from the request. I was
> > > > wondering if you any
> > > > > ideas as to
> > > > > why this might happen.
> > > >
> > > > Are you building Jetspeed using CVS head or the
> > > > current release? The
> > > > "portlet" attribute is a recent enhancement
> > (added
> > > > on Aug-28-2002, to be
> > > > exact).
> > > >
> > > > > I am essentially writing a "URLBrowser"
> > > > > JSP so that
> > > > > I can embed an outside URL as a JSPPortlet,
> > and
> > > > still keep it
> > > > > embedded when
> > > > > navigating links supplied by the outside
> > resource.
> > > > I've seen many people
> > > >
> > > > Sounds like a job for IFramePortlet but I may be
> > > > misinterpreting your
> > > > requirement.
> > > >
> > > > > requesting this, so if my code is "up to par",
> > I
> > > > would gladly
> > > > > contribute it
> > > > > to the project. Thanks again.
> > > >
> > > > :-)
> > > >
> > > > >
> > > > > <%
> > > > > Portlet portlet = (Portlet)
> > > > request.getAttribute("portlet");
> > > > > String myParm =
> > > >
> > >
> >
> portlet.getPortletConfig().getInitParameter("myParm");
> > > > > %>
> > > > >
> > > > > Marc Moree
> > > > > Software Engineer
> > > > > ISR Global
> > > >
> > > >
> > > > Best regards,
> > > >
> > > > Mark C. Orciuch
> > > > Next Generation Solutions, Ltd.
> > > > e-Mail: [EMAIL PROTECTED]
> > > > web: http://www.ngsltd.com
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:
> > > >
> > >
> >
> <mailto:[EMAIL PROTECTED]>
> > > > For additional commands, e-mail:
> > > > <mailto:[EMAIL PROTECTED]>
> > > >
> > >
> > >
> > > __
> > > Do you Yahoo!?
> > > New DSL Internet Access from SBC & Yahoo!
> > > http://sbc.yahoo.com
> > >
> > > --
> > > To unsubscribe, e-mail:
> >
> <mailto:[EMAIL PROTECTED]>
> > > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > >
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:
> >
> <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
>
> __
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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




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

2002-09-26 Thread Marian Skalsky

Hi there!
I'm moving from 1.4b1 to night build 22-9-2002 working with ORACLE 8.17 and
I'm getting this exception when starting JetSpeed:

Horrible Exception: org.apache.jetspeed.services.security.LoginException:
Failed to get anonymous user:
org.apache.jetspeed.services.security.UserException: Failed to retrieve user
'anon': ORA-00904: invalid column name OBJECTDATA

I've checked sql scripts of these versions, are equal and OBJECTDATA collumn
is of course present in db. Anon user is also present in the db. Then I
found post from David Sean Taylor ( 21 Aug 2002 -
http://www.mail-archive.com/jetspeed-user@jakarta.apache.org/msg05377.html )
that says:

"This is a bug from a patch I committed a while back. It doesn't work on
Oracle for some reason, but seems to work on Hypersonic.
I will roll it back out now and try to resolve the bug later..."

Can you tell me what's the progress about this issue ?
How can I solve this problem ?

Thank you very much.
$kala.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: How I can to create a new porlets ?

2002-09-25 Thread Marian Skalsky

Hi Adriana!
As I know how was the JS totaly baffling for me when I started to work with
it, I decided to help you. Despite I think, there is quite lot of *newbie*
stuff around if you know where to search (it looks you don't), and you
should first start to dig in e.g. mailing list archive
(http://www.mail-archive.com/jetspeed-user%40jakarta.apache.org/) *before*
you ask here.
See my comments below.


> Hi
>
> I'm new user with jetspeed, java, xml... and I want
> add a new porlets.
>
> I believe to in /WEB-INF/conf is
> store a list of portlets with title and description.
Right.

> But, if I want to add a new porlet, what I would have
> to do ?
I have allready answered this (creating a *NEW* portlet) in your last post.
Did you read it ? What wasn't clear to you?
*
It deepends what do you wanna achieve, to show some already existing content
within the portlet window such as JSP page, HTML page or even RSS news, you
may use some already writen portlets. Take a look at the portlet catalogue:
http://jakarta.apache.org/jetspeed/site/catalog.html
If you wanna write your specific portlet this may help you in the beginning:
http://www.bluesunrise.com/jetspeed-docs/PortletHowTo.htm
Shortly:
1) write the java class extending the AbstractPortlet
2) put it in to the class path within the JetSpeed
2) register it within the xreg files (WEB-INF\conf\)
Then it should appear in the portlet list in JetSpeed and you'll be able to
add it in to your pane.
It is fine to writo own (e.g. local-portlets.xreg) xreg file.
*

IT IS IMPORTANT to know what do you want your portlet *TO DO* !!???
* show some existing, outside source within the portlet (HTML, JSP,
VELOCITY) ?
* show some specific stuff ?
* show RSS news feed ?

What do you want the JetSpeed use for?

>
> I would like to somebody send to me step to step, how
> add a new porlets...
It deepends on the type of portlet you wanna create.
>
> Any suggestions ?
Describe what do you really wanna achieve.

>
> Thanks and advance,
>
> Adriana

$kala (www.eea.sk)

>
> ___
> Yahoo! Messenger
> Nueva versión: Webcam, voz, y mucho más ¡Gratis!
> Descárgalo ya desde http://messenger.yahoo.es
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Help, DB2 integration problem #2

2002-09-25 Thread Marian Skalsky

Hi Philipp!
This will NOT help you, but I have JetSpeed 1.4b1 successfuly working with
ORACLE database and had no problems with scripts provided.
$kala.

- Original Message -
From: "Philipp Schoepf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 6:52 PM
Subject: Help, DB2 integration problem #2


Hi all,

I'm in really big trouble with my DB2-Jetspeed integration.
Like a said in my previous thread there are some problems using the
turbine-db2.sql und populate-db2.sql scripts for the creation of a
jetspeed db2 database.
Could anyone tell me, if he ran into similar problems when integrating DB2
and Jetspeed? The provided scripts seem totally wrong!
The error I got before was just because of the ";" in the scripts. After I
deleted the ";" I was able to create the tables. But the next problem was
not far away... The populate-db2.sql script seems as faulty as the
turbine-db2.sql script. For example it tries to insert values into the
user_id colums although this is permitted  by db2 (just because the
id'sare generated automatically using the GENERATED ALWAYS AS IDENTITY
statement). There is also an error when inserting the long value into the
blob colum for the user infos.
Did I download the wrong version of jetspeed (1.4b1) or did I make a wrong
db2 configuration?

This is going to make me mad, so I would be very  grateful if someone
could help me

Best regards,


--
Philipp Schöpf
IBM e-business Innovation Center
Alter Wandrahm 10, 20457 Hamburg
Fon: +49 (0)40/41912-461
Web: http://www.ibm.com/services/de/innovation

--


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Pass parameters from JSPPortlet to the JSP

2002-09-25 Thread Marian Skalsky

Hi Erzhuam!
Which version of JetSpeed did you use and got null?
Thx.
$kala.

- Original Message -
From: "Mike Zhou" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; "Marc Moree" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, September 26, 2002 1:15 AM
Subject: RE: Pass parameters from JSPPortlet to the JSP


> I tried and got the samething, null. Currently I am
> using a Portlet written in Java. It works for me.
>
> Erzhuan
> --- Mark Orciuch <[EMAIL PROTECTED]> wrote:
> > Marc,
> >
> > >
> > > First, I wanted to thank you so much for answering
> > one of my questions
> > > earlier this month. I was reading your posting on
> > how to get portlet init
> > > parameters when using JSPPortlet. I used the
> > methods below(AND appropriate
> > > imports), but I am getting a null value for the
> > portlet when trying to get
> > > it as an attribute from the request. I was
> > wondering if you any
> > > ideas as to
> > > why this might happen.
> >
> > Are you building Jetspeed using CVS head or the
> > current release? The
> > "portlet" attribute is a recent enhancement (added
> > on Aug-28-2002, to be
> > exact).
> >
> > > I am essentially writing a "URLBrowser"
> > > JSP so that
> > > I can embed an outside URL as a JSPPortlet, and
> > still keep it
> > > embedded when
> > > navigating links supplied by the outside resource.
> > I've seen many people
> >
> > Sounds like a job for IFramePortlet but I may be
> > misinterpreting your
> > requirement.
> >
> > > requesting this, so if my code is "up to par", I
> > would gladly
> > > contribute it
> > > to the project. Thanks again.
> >
> > :-)
> >
> > >
> > > <%
> > > Portlet portlet = (Portlet)
> > request.getAttribute("portlet");
> > > String myParm =
> >
> portlet.getPortletConfig().getInitParameter("myParm");
> > > %>
> > >
> > > Marc Moree
> > > Software Engineer
> > > ISR Global
> >
> >
> > Best regards,
> >
> > Mark C. Orciuch
> > Next Generation Solutions, Ltd.
> > e-Mail: [EMAIL PROTECTED]
> > web: http://www.ngsltd.com
> >
> >
> > --
> > To unsubscribe, e-mail:
> >
> 
> > For additional commands, e-mail:
> > 
> >
>
>
> __
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Pb with Iframe Portlets

2002-09-25 Thread Marian Skalsky

Describe your environment please.
$kala.

- Original Message -
From: "Fabien GUIBERT" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 5:20 PM
Subject: Pb with Iframe Portlets


> hi all ;-)
>
> I don't know if this bug was fixed, but when I insert the same Iframe
> portlet in 2 different panes, Jetspeed takes the same URL for both : even
if
> I change the URL in one, the other takes the same one
>
> So I try to make several instance of the Iframe portlets with different
> portlet names, but it seems to bug when I insert several Iframe portlet in
> ONE pane...
> also, the URL and size attributes are cleared when I customize the
> portlet...
>
> please, help required !
> THX a lot in advance
> -=Bef@=-
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Status on Tomcat 4.x

2002-09-25 Thread Marian Skalsky

Hi there!
Tomcat 4.1.3, JS 1.4b1 - Jetspeed Content Admin - I got this message when
trying to post article:
"Can't use this provider: /localhost/intranet/jcm/jetspeed-content.xml (No
such file or directory)"

This thing never worked for me, but I have not been trying to get it work.
What's that good for ?
Thx.
$kala.


- Original Message -
From: "Carlos Orrego" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 25, 2002 7:46 PM
Subject: RE: Status on Tomcat 4.x


i am using win2k and tomcat 4.0.4
no luck with jetspeedContent

c

-Original Message-
From: Dariush Behboudi [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 25, 2002 8:50 AM
To: Jetspeed Users List
Subject: R: Status on Tomcat 4.x


Hi Carlos,
on wich OS are u using tomcat4.0.4?

I've tried to deploy JetSpeed both on 4.0.4 and 4.1 versions on XP Prof
system and I have
a problem connected with JetSpeedContent Admin portlet:
I'm not able to add new news...
On 3.2.3 everything works fine.

Any suggestion?

Regards, Dariush.


-Messaggio originale-
Da: Carlos Orrego [mailto:[EMAIL PROTECTED]]
Inviato: lunedì 26 agosto 2002 18.38
A: Jetspeed Users List
Oggetto: RE: Status on Tomcat 4.x


i had no problem with tomcat 4.0.4

c

-Original Message-
From: Matthew Baird [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 26, 2002 11:20 AM
To: Jetspeed Developers List; [EMAIL PROTECTED]
Subject: Status on Tomcat 4.x


Out of the box Jetspeed is failing on Tomcat 4.x

I've tried the WAR distro on several different Tomcat instances (3.2.1,
4.0.4, 4.1.9, etc) and the only instance that works out of the box is tomcat
3.2.3.

Seems this is probably a known issue, are there any steps to making Jetspeed
work with Tomcat 4.x?

thanks,
Matthew


--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:

For additional commands, e-mail:



--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Ping

2002-09-24 Thread Marian Skalsky

Yes, I can prove this channel is alive :))
$kala.

- Original Message -
From: "Peter Kinev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 24, 2002 9:49 PM
Subject: Ping


> Anybody here?
> Peter.
>
> __
> The NEW Netscape 7.0 browser is now available. Upgrade now!
http://channels.netscape.com/ns/browsers/download.jsp
>
> Get your own FREE, personal Netscape Mail account today at
http://webmail.netscape.com/
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




NewRSSPortlet < (lovet then) sign transormed to <

2002-09-24 Thread Marian Skalsky

Hi there!
I'm using the 1.4b1 version of JetSpeed and when I setup the NewRSSPortlet
to



Jakarta project news
The Jakarta Project creates and maintains open source
solutions on the Java platform for distribution to the public at no charge.
See the news.

org.apache.jetspeed.portal.portlets.NewRSSPortlet
http://jakarta.radiopossibility.com/xml/rss.xml


There is everithing OK, till there is a link or some HTML tags in the
 element of incoming RSS. Then the portlet replaces all <
(lower then) signs (found in the  element of incoming RSS) with
< string and then the output in the browser is mishmashed (all linx etc.
are not shown as linx but as text)

1) Have you encountered this behaviour already?
2) Is it problem of 1.4b1 NewRSSPortlet (I should download the newer
version) or should I hack the Java code of the portlet ?
Thx a lot!
$kala.



--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Grouping portlets, portlet categorization

2002-09-24 Thread Marian Skalsky

Hi!
In 1.4b1 there is nothing like a drop-down list within the "Add Portlet"
customizer. I will download the newer version and edir the .xreg files.
Thx a lot guys! Helped.
$kala.

> When you go to the "Add Portlet" customizer, you should notice a drop-down
list with the label "Filter portlets by category:"
>
> Selecting it will filter by the respective category.  You registry entries
need to have one or more "category" elements in them:
>
> Example:
> stuff
>
> The group is currently ignored by the filter.
>
> p.s.
>
> When I submitted this enhancement, I don't know if I made the cut off for
1.4b1 but it is definitely in b2.  I use the CVS version religiously, so I
don't know if it is in the 1.4b1 release that is available for download.
>
> -Scott
>
> > -Original Message-
> > From: Marian Skalsky [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 24, 2002 10:24 AM
> > To: Jetspeed Users List
> > Subject: Re: Grouping portlets, portlet categorization
> >
> > Hi Scott!
> > Can you please point me somewhere where to find more about it.
> > 1) I'm using jetspeed-1.4b1.. is this feature present there ?
> > 2) How to setup/register (.xreg) portlests to specific groups.
> > 3) How to get the JetSpeed work with groups, show the groups ?
> > Thx a lot.
> > $kala.
> >
> > - Original Message -
> > From: "Weaver, Scott" <[EMAIL PROTECTED]>
> > To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
> > Sent: Tuesday, September 24, 2002 4:01 PM
> > Subject: RE: Grouping portlets, portlet categorization
> >
> >
> > > 1.4 supports this feature.
> > >
> > > -Scott
> > >
> > > > -Original Message-
> > > > From: Marian Skalsky [mailto:[EMAIL PROTECTED]]
> > > > Sent: Tuesday, September 24, 2002 9:48 AM
> > > > To: Jetspeed Users List
> > > > Subject: Grouping portlets, portlet categorization
> > > >
> > > > Hi there!
> > > >
> > > > I've rached the point when there is so many portlets registered in
> > > > JetSpeed,
> > > > that it would be very convinient to have them decupled in
categories.
> > So,
> > > > the user can choose category and then choose the specific portlet.
> > > > Is there any support for grouping of registered portlets in JetSpeed
?
> > > >
> > > > Thx a lot for replies.
> > > > $kala.
> > > >
> > > >
> > > > --
> > > > To unsubscribe, e-mail:   <mailto:jetspeed-user-
> > > > [EMAIL PROTECTED]>
> > > > For additional commands, e-mail: <mailto:jetspeed-user-
> > > > [EMAIL PROTECTED]>
> > >
> >
> >
> > --
> > To unsubscribe, e-mail:   <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
>


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




Re: Grouping portlets, portlet categorization

2002-09-24 Thread Marian Skalsky

Hi Scott!
Can you please point me somewhere where to find more about it.
1) I'm using jetspeed-1.4b1.. is this feature present there ?
2) How to setup/register (.xreg) portlests to specific groups.
3) How to get the JetSpeed work with groups, show the groups ?
Thx a lot.
$kala.

- Original Message -
From: "Weaver, Scott" <[EMAIL PROTECTED]>
To: "'Jetspeed Users List'" <[EMAIL PROTECTED]>
Sent: Tuesday, September 24, 2002 4:01 PM
Subject: RE: Grouping portlets, portlet categorization


> 1.4 supports this feature.
>
> -Scott
>
> > -Original Message-
> > From: Marian Skalsky [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, September 24, 2002 9:48 AM
> > To: Jetspeed Users List
> > Subject: Grouping portlets, portlet categorization
> >
> > Hi there!
> >
> > I've rached the point when there is so many portlets registered in
> > JetSpeed,
> > that it would be very convinient to have them decupled in categories.
So,
> > the user can choose category and then choose the specific portlet.
> > Is there any support for grouping of registered portlets in JetSpeed ?
> >
> > Thx a lot for replies.
> > $kala.
> >
> >
> > --
> > To unsubscribe, e-mail:   <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
> > For additional commands, e-mail: <mailto:jetspeed-user-
> > [EMAIL PROTECTED]>
>


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




Grouping portlets, portlet categorization

2002-09-24 Thread Marian Skalsky

Hi there!

I've rached the point when there is so many portlets registered in JetSpeed,
that it would be very convinient to have them decupled in categories. So,
the user can choose category and then choose the specific portlet.
Is there any support for grouping of registered portlets in JetSpeed ?

Thx a lot for replies.
$kala.


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Any questions... How... ?

2002-09-24 Thread Marian Skalsky

Hello Adriana!
See my comments below.


> Hi !
> 
> I have any questions over jetspeed.
> 
> 1. How I can to create new portlets into jetspeed ?

It deepends what do you wanna achieve, to show some already existing content within 
the portlet window such as JSP page, HTML page or even RSS news, you may use some 
already writen portlets. Take a look at the portlet catalogue:
http://jakarta.apache.org/jetspeed/site/catalog.html
If you wanna write your specific portlet this may help you in the beginning:
http://www.bluesunrise.com/jetspeed-docs/PortletHowTo.htm
Shortly:
1) write the java class extending the AbstractPortlet
2) put it in to the class path within the JetSpeed
2) register it within the xreg files (WEB-INF\conf\)
Then it should appear in the portlet list in JetSpeed and you'll be able to add it in 
to your pane.
It is fine to writo own (e.g. local-portlets.xreg) xreg file.

> 
> 2. How I try the connection between tomcat and apache
> ?
I don't consider this combination very stable and do not recommend it, but if there is 
no other choise... . I use only JSP stuff = I need no other web server then Tomcat and 
Tomcat 4.x.x is good enough to handle it alone. (correct me if I'm wrong) 

> 
> 3. Is possible to add a webmail (James) in jetspeed ?,
> How I can to do it ?

What do you mean by "ADD James in to JetSpeed" ? James is, crudely said, mail server 
that has support for so called MILETS = Java classes with which you are able to (not 
only) handle incoming mail and call appropriate backend (MODEL) and generate mail 
reply if necessary.
More on James:
http://www.javaworld.com/javaworld/jw-10-2001/jw-1026-jamesmail_p.html

> 
> 4. Where I can to change the look-and-feel of the main
> webpage ?

You should first decide if you wanna use JSP or Velocity as templating engine.
If you do not change anything, this page is being shown:
WEB-INF\templates\vm\layouts\html\default.vm
When you decide for JSP, probably this one
WEB-INF\templates\jsp\layouts\html\default.jsp

> 
> 5. There is a free application to can to open a X
> terminal in jetspeed ?
I don't know. But it will be probaly about showing some web page (with Xterminal Java 
applet) within the webpage or IFram portlet.

> 
> 
> Best regards,
> Adriana

Hope helped.
$kala (www.eea.sk)

> 
> ___
> Yahoo! Messenger
> Nueva versión: Webcam, voz, y mucho más ¡Gratis! 
> Descárgalo ya desde http://messenger.yahoo.es
> 
> --
> To unsubscribe, e-mail:   
> For additional commands, e-mail: 
> 
> 



Re: security.xreg overwritten?

2002-09-22 Thread Marian Skalsky

Hi Sebastian!

I experience the same behaviour. I use jakarta-tomcat-4.1.3 with
jetspeed-1.4b1 and use *manager* to restart the application when I edit
something (e.g. .xreg files).

May be you know these TOMCAT commands, but maybe not:
restart: http://localhost:8080/manager/reload?path=/XXX
stop: http://localhost:8080/manager/stop?path=/XXX
start: http://localhost:8080/manager/start?path=/XXX

XXX is a name of your app.
.. and what is important, when you shut down the JetSpeed (stop) it rewrites
.xreg files (question why may answered by somebody else).

So when you wanna edit .xreg files:
1) STOP the JetSpeed (with manager)
2) edit files
3) START the JetSpeed (with manager)
.. when you wanna RELOAD the app. it overwrites your .xreg files.

May be this is not the *answer*, but it works. Hope helped.

$kala.

- Original Message -
From: "Chay Weei Jye" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Monday, September 23, 2002 3:58 AM
Subject: Re: security.xreg overwritten?


> Hi, I am not sure if this helps, but why not try to stop your server
before
> making changes to any xreg.
>
>
>
> At 12:32 PM 9/21/2002 +0200, you wrote:
> >Hi,
> >
> >I need to remove the customize icons from the portlets, so I read the
list
> >again
> >and again.
> >
> >I guess I need to change the permissions in security.xreg to have this
done? I
> >give only permission view to the user. But when I make the changes and
restart
> >jetspeed the file is overwritten by the servlet and my changes are lost.
> >What's
> >my mistake?
> >
> >Thanks Sebastian
> >
> >--
> >To unsubscribe,
> >e-mail:   
> >For additional commands, e-mail:
> >
>
> regards,
> Chay Weei Jye
>
>
>
> --
> To unsubscribe, e-mail:

> For additional commands, e-mail:

>
>


--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: portlet collection site

2002-09-22 Thread Marian Skalsky

Hi there!

>From the time I started to practise witchcraft with JetSpeed till today, I
wonder I'm not able to find somethinkg similar to that you are talking
about - portal archive.
It is a good idea. Anybody knows about it ?

$kala

- Original Message -
From: "Rutledge, Aaron" <[EMAIL PROTECTED]>
To: "Jetspeed (E-mail)" <[EMAIL PROTECTED]>
Sent: Saturday, September 21, 2002 12:44 AM
Subject: portlet collection site


It would be cool if there was a place users could deposit their portlets for
community use.  I am sure more than 90% of the portlets people create have
been done before.  Right now I am looking for just a simple user poll
portlet in JSP.  Does anyone have a sample they could e-mail me?  Is it a
big deal to create a source-forge project or something to do this?  Would
this be worthwhile?  --Aaron

--
To unsubscribe, e-mail:

For additional commands, e-mail:





--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




JetspeedLocalization_XX.properties ENCODING problem

2002-09-17 Thread Marian Skalsky

Hi there!

As today I'm mysteriously unable to *SEARCH* in the jetspeed mail archive and I need 
to solve this think briefly I'm asking here.

I wrote my own localized JetspeedLocalization_sk.properties file and put it in to 
right directory. I got my messages in the jsp page, so the file works. The problem is:
1) When I read JetspeedLocalization_sk.properties in windows notepad, everithing looks 
ok (all special characters look ok).
2) When I put text used in JetspeedLocalization_sk.properties file in to the html 
document, set the  and wiev it, it works fine.
3) BUT, when I wanna browse jetspeed (WEB-INF\templates\vm\layouts\html\defaut.vm) it 
comes with UTF-8 encoding and when I switch it in to windows-1250, almost all 
characters crashe at all.

I tried to change some properties in TurbineResources and JetspeedResources.. but I 
can't get it work properly.
Please tell me if you know, this is probably common problem:
1) How should I encode my JetspeedLocalization_sk.properties file and set the /conf 
(which) files to get it work.
2) Is a velocity templating services touching the encoding of templates..?

Thank you very much.
$kala.





Re: Pass parameters from JSPPortlet to the JSP

2002-09-12 Thread Marian Skalsky

Mark,

It helped! Thx. a lot.

$kala.

- Original Message -
From: "Mark Orciuch" <[EMAIL PROTECTED]>
To: "Jetspeed Users List" <[EMAIL PROTECTED]>
Sent: Thursday, September 12, 2002 5:15 PM
Subject: RE: Pass parameters from JSPPortlet to the JSP


> Marian,
>
> Registry parameters defined for JspPortlet can be accessed inside the .jsp
> template as follows:
>
> <%
> Portlet portlet = (Portlet) request.getAttribute("portlet");
> String myParm = portlet.getPortletConfig().getInitParameter("myParm");
> %>
>
> Hope this helps.
>
> Best regards,
>
> Mark C. Orciuch
> Next Generation Solutions, Ltd.
> e-Mail: [EMAIL PROTECTED]
> web: http://www.ngsltd.com
>
>
> > -Original Message-
> > From: Marian Skalsky [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, September 12, 2002 4:22 AM
> > To: Jetspeed Users List
> > Subject: Pass parameters from JSPPortlet to the JSP
> >
> >
> > Hi there!
> >
> > I use JSPPortlet to get my JSP in to the portal. But I wanna pass some
> > parameters from portlet config. to that JSP (call it like
> > JSP?par1=value1&par2=value2..).
> >
> > I alterned JSPPortlet that it looks for parameters using
> > getPortletConfig().getInitParameterNames();
> > This works and I get my parameters list I defined in .xreg file. But as
I
> > don't know the turbine at all, I'm unable to pass these argument
> > to the JSP.
> >
> > In the JSPPortlet code:
> >
> > 
> >   JspService service = (JspService)TurbineServices.getInstance()
> >.getService(JspService.SERVICE_NAME);
> >   // this is only necessary if we ddon't run in a JSP page
environment
> >   // but better be safe than sorry...
> >   service.addDefaultObjects(rundata);
> >   // handle request
> >   service.handleRequest(rundata, locatedTemplate);
> > 
> > I was trying to find some methods or way how to pass arguments, but I
was
> > unable to achieve that.
> > I tried  service.handleRequest(rundata, locatedTemplate +
*myParameters*);
> > but this of course doesn't work.
> >
> > Can you please tell me how to PASS arguments with JSPService or some
other
> > way.
> >
> > Thanx a lot.
> > $kala (www.eea.sk)
> >
> >
> >
> >
> > --
> > To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>


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




Pass parameters from JSPPortlet to the JSP

2002-09-12 Thread Marian Skalsky

Hi there!

I use JSPPortlet to get my JSP in to the portal. But I wanna pass some
parameters from portlet config. to that JSP (call it like
JSP?par1=value1&par2=value2..).

I alterned JSPPortlet that it looks for parameters using
getPortletConfig().getInitParameterNames();
This works and I get my parameters list I defined in .xreg file. But as I
don't know the turbine at all, I'm unable to pass these argument to the JSP.

In the JSPPortlet code:


  JspService service = (JspService)TurbineServices.getInstance()
   .getService(JspService.SERVICE_NAME);
  // this is only necessary if we ddon't run in a JSP page environment
  // but better be safe than sorry...
  service.addDefaultObjects(rundata);
  // handle request
  service.handleRequest(rundata, locatedTemplate);

I was trying to find some methods or way how to pass arguments, but I was
unable to achieve that.
I tried  service.handleRequest(rundata, locatedTemplate + *myParameters*);
but this of course doesn't work.

Can you please tell me how to PASS arguments with JSPService or some other
way.

Thanx a lot.
$kala (www.eea.sk)




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




Re: Uncomplete JSP taglibs? JetSpeed concepts (e.g. JSPPortlet based interaction)?

2002-09-10 Thread Marian Skalsky

Mark

Thank you very much for your reply, I appreciate it!
I contiinue with comments.. please list below (stars).

> Marian,
>
> See comments below:
>
> > 1) Is the JSP tag lib distributed with jetspeed complete, or is
> > this in progress ? It looks too spartan, insufficient ( may be
> > incomlete). I mostly found velocity based examples to things I
> > was trying to achieve by JSP and I was not able to. They say that
> > there are similar JSP tags to velocity stuff.. but where can I
> > find them, not in TLD I see in my jetspeed. To me, it looks like
> > "JSP templating support" lack, am I right or am I just too blind yet?
>
> The features available via JSP tag library are a little behind the ones
> available in Velocity. You will find that Velocity support in Jetspeed is
> much stronger than JSP support. One of the TODO's is to bring JSP
templates
> in parity with Velocity
> (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5442). There are other
> issues however (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11264,
> for instance). So these problems have definitely been identfied. However,
I
> don't think that the demand for better JSP support has been voiced too
> strongly.
>
> I am a JSP user but, being aware of JSP limitations and shortcoming(within
> Jetspeed), I chose to use a combination of JSP and Velocity.I have a lot
> of
> JSP portlets but I stay away from invoking JSP templates as screens (i.e.
> /portal/template/mytemplate.jsp). I have been able to do pretty much do
> everything I need with JSP portlets.
>
> You can always add your own tags. And perhaps contribute them too :-)

* Thank you. This thing is clear now. JSP taglib supp. lack.

>
> >
> > 2) How can I find out (from my included JSPPortlet JSP) if there
> > is somebody logged in ? I tried this, it worked out, but it looks
> > terrible..
> > <%  RunData data =
> > (RunData)pageContext.getAttribute(JspService.RUNDATA,
> > PageContext.REQUEST_SCOPE);
> >  if( data.getUser().hasLoggedIn()) { %>
> >
>
> Why does it look terrible? Even in Velocity you would have to do it in
> similar manner (except that rundata is provided as an implicit object -
> $data).
>
> Is the retrieval of rundata what's bothering you? I don't know JSP well
> enough, but is there a way to create an implicit rundata object such as
> request or response.
>

* I mean "looks terrible" because I don't like scriptlets.. mixing JSP with
Java code :)) I can imagine something easy like

Content available only to logged users..

.. however, I just thought that I'm *unable to find* tags like this one, but
 these tags, as you say, *do not exist* :))
I will write some tags on my own probably.. but it is at least wasteful,
because many people develop own tags that may have similar behaviour...
I'll look for allready presented *home made* tags in mail archive. Hope I
find some I don't need to code.

> > 3) What I want to achieve. I have JSP1 registered with
> > JSPPortlet. I wanna have a link in this JSP1 to JSP2 stored in
> > the same place as JSP1 (WEB-INF\templates\jsp\portlets\html) .
> > How this link should look to get it work ?
> > As I was unable to solve it, I put JSP2 in to root web app. dir
> > (above Web-Inf), but in this JSP2 I was unable tu use jetspeed
> > taglibs, and this solution looks like from a medicine man. Simply
> > said, when using JSP and jetspeed I feel like with no hands.
> >
>
> The href of your link would look like this:
>
> 

* If I understand this tag right, this looks for JSP2.jsp in
WEB-INF\templates\jsp\layouts\html directory ?
So, all my jsps I wanna use like this should reside there? And this tag
displays the content of the JSP to the whole browser window.
*Is it possible someway to let this JSP2 to be displayed *within the portlet
window*?

>
> > 4) Please tell me what is the concept about using JSPs based
> > portlet in JetSpeed. I mean how the app (portlet) should be build
> > with JSPPortlet to achieve easy JSP1 submits form and JSP2
> > handles that. And this is happening within the jetspeed, even
> > within the portlet window.
> >
>
> I'm not clear on what you want to achieve. Do you want to display JSP1 in
a
> portlet initially and when the user submits the form, to replace the
content
> of the same portlet with JSP2? Or do you want to display another portlet
> (JSP2)?
>

* I want to achieve the first choise "display JSP1 in a
portlet initially and when the user submits the form, to replace the content
of the same portlet with JSP2" .. now when I know how the jetspeed:link tag
works I'm able to achieve this behaviour if I don't rely on showing it
within the original portlet (JSP1).

> > 5) Now for me as JSP user JetSpeed looks like this: I can write
> > portlet and put HTML in to it, but this is clumsy, and I don't
> > like this solution (hard to change the look). Then I can use JSP
> > and include it with JSPPortlet, but then it's almost impossible
> > to achieve some interaction with other JSPs (lack of docs and JSP
> > use

Uncomplete JSP taglibs? JetSpeed concepts (e.g. JSPPortlet based interaction)?

2002-09-10 Thread Marian Skalsky

Hi there!

I spent some time looking for answers to questions I wanna ask (also in this mailing 
list archive) but I have not found sufficient answers. Please help me with short hints.

1) Is the JSP tag lib distributed with jetspeed complete, or is this in progress ? It 
looks too spartan, insufficient ( may be incomlete). I mostly found velocity based 
examples to things I was trying to achieve by JSP and I was not able to. They say that 
there are similar JSP tags to velocity stuff.. but where can I find them, not in TLD I 
see in my jetspeed. To me, it looks like "JSP templating support" lack, am I right or 
am I just too blind yet?

2) How can I find out (from my included JSPPortlet JSP) if there is somebody logged in 
? I tried this, it worked out, but it looks terrible..
<%  RunData data = (RunData)pageContext.getAttribute(JspService.RUNDATA, 
PageContext.REQUEST_SCOPE);
 if( data.getUser().hasLoggedIn()) { %>

3) What I want to achieve. I have JSP1 registered with JSPPortlet. I wanna have a link 
in this JSP1 to JSP2 stored in the same place as JSP1 
(WEB-INF\templates\jsp\portlets\html) . How this link should look to get it work ? 
As I was unable to solve it, I put JSP2 in to root web app. dir (above Web-Inf), but 
in this JSP2 I was unable tu use jetspeed taglibs, and this solution looks like from a 
medicine man. Simply said, when using JSP and jetspeed I feel like with no hands.

4) Please tell me what is the concept about using JSPs based portlet in JetSpeed. I 
mean how the app (portlet) should be build with JSPPortlet to achieve easy JSP1 
submits form and JSP2 handles that. And this is happening within the jetspeed, even 
within the portlet window.

5) Now for me as JSP user JetSpeed looks like this: I can write portlet and put HTML 
in to it, but this is clumsy, and I don't like this solution (hard to change the 
look). Then I can use JSP and include it with JSPPortlet, but then it's almost 
impossible to achieve some interaction with other JSPs (lack of docs and JSP useage 
examples). Then I can use JSP as I said just as *PORTAL* and have e.g. struts app. 
registered on another adress within the server and target the requests from portal 
there and forget about the jetspeed environment. Or LEARN and use Velocity templates 
and be happy ?? 

I started to build easy portlet that includes JSP page.. everything went fine till I 
tried to submit a form (from portlet) and manage it. From this time I spend hours by 
speculating and hacking.. 

Please help me to put the light on this topic.

Thanx in advance.
$kala.