Corrupt Fragment Info

2005-02-25 Thread Frank Villarreal
FYI J2 Developers:

I wanted to deploy a new portlet in Jetspeed2 and took the following steps:

1) deployed the portlet war (worked)
2) made changes to my PSML in order to place my new portlet in an existing
page by overwriting a previous fragment

My portlet displays fine except for the title ... I'm seeing some strange
behavior, the following line of velocity code (taken from a portlet
decorator) returns the overwritten fragment's previous portlet title instead
of the title from my new fragment(portlet) ...

$!jetspeed.getTitle($myPE, $myF)

All my new portlet's deployment info is correct, J2 appears to be caching
the previous fragment's title somewhere.  Anyone know where I can clear
this?  I can't seem to find it in the database.  Where do fragments/portlet
entities get cached?  Is it outside the database?

- Frank


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



Re: Corrupt Fragment Info

2005-02-25 Thread watler
Frank,

Try using a new fragment id. JS2 does cache certain portlet info per
fragment ids... a long standing issue for sure. Many of us are simply in
the habit of generating new ids for edited pages and fragments when
manually editing PSML.

Randy

 FYI J2 Developers:

 I wanted to deploy a new portlet in Jetspeed2 and took the following
 steps:

 1) deployed the portlet war (worked)
 2) made changes to my PSML in order to place my new portlet in an existing
 page by overwriting a previous fragment

 My portlet displays fine except for the title ... I'm seeing some strange
 behavior, the following line of velocity code (taken from a portlet
 decorator) returns the overwritten fragment's previous portlet title
 instead
 of the title from my new fragment(portlet) ...

 $!jetspeed.getTitle($myPE, $myF)

 All my new portlet's deployment info is correct, J2 appears to be
 caching
 the previous fragment's title somewhere.  Anyone know where I can clear
 this?  I can't seem to find it in the database.  Where do
 fragments/portlet
 entities get cached?  Is it outside the database?

 - Frank


 -
 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]