You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by joe hobson <jo...@gmail.com> on 2005/01/24 06:57:28 UTC

Failed to initialize prefs api - extra HSQL jars

There's a link on the Jetspeed-2 Wiki under "Problems Getting Started" 
that looks like this...

> I get a java.lang.RuntimeException: Failed to initialize prefs api. 
> org.apache.ojb.broker.metadata.ClassNotPersistenceCapableException or 
> I get class not ClassNotPersistenceCapableException in other places.

It links to a mailing list archive message suggesting that the person 
look for ojb xml files that might be missing. I ran into this problem, 
tried that solution (didn't really apply), and still had troubles. After 
spending more time than i'd like to admit banging my head on it, i 
figured it out - hsqldb jar files in my Tomcat shared lib. I guess those 
were there for other apps that i have used under Tomcat, and i didn't 
think it would matter since i was using HSQL for Jetspeed as well. I 
just thought someone out there might like to come across this message 
someday if they're ever having that trouble. Just delete those jars from 
TOMCAT_HOME/shared/lib and you should be able to deploy Jetspeed 
properly. ... .joe

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


Re: Jetspeed2 Personalization screen

Posted by Randy Watler <rw...@finali.com>.
Carlos/Joachim:

This issue has been addressed for the jetspeed::VelocityOneColumn layout 
portlet.

The patch has been applied to CVS HEAD at:

portal/src/webapp/WEB-INF/templates/layout/html/columns/layout.vm

HTH,

Randy

Joachim Müller wrote:

> well, if you are in a hurry i have a very quick'n dirty solution:
>
> got to the layout templates of the customizer and comment out the 
> left/right arrows.
>
> ;-)
>
>
>
>
> carlosortiz@covad.net wrote:
>
>>  Yeah, just tried it, the oneColumn thing.  Laid it out properly, but 
>> when i went to personalize it, it still allowed the you to move the 
>> portlet left or right.  So no luck there.
>>
>> I would definitely be interested in the ability to either customize 
>> the personalizer or have an optional layout that restricts to only 
>> up/down movement.  Because like Joachim said, some of my portlets 
>> have layout problems  when i move'em left/right, things get goofy 
>> looking.
>>
>> Thanks gents,
>>
>> let me know if i should try anything else.
>>
>> Carlos.
>>
>>
>>
>>
>>
>> Randy Watler <rw...@finali.com> said:
>>
>>
>>> Joachim,
>>>
>>> The J2 contributers are planning to pull out the layout portlets 
>>> into separate portlet apps. The Customizer is part of these portlets.
>>>
>>> One can imagine how that might facilitate custom layout portlets and 
>>> customization implementations...
>>>
>>> Stay tuned!
>>>
>>> If the jetspeed::VelocityOneColumn layout offers horizontal editing 
>>> incorrectly, I'd be willing to look into fixing that if Carlos would 
>>> be interested.
>>>
>>> Randy
>>>
>>> Joachim Müller wrote:
>>>
>>>
>>>> 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: jetspeed-user-unsubscribe@jakarta.apache.org
>>>>>> For additional commands, e-mail: 
>>>>>> jetspeed-user-help@jakarta.apache.org
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>>>> For additional commands, e-mail: 
>>>>> jetspeed-user-help@jakarta.apache.org
>>>>>
>>>>>
>>>>
>>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>>
>>
>>
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>

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


Re: Jetspeed2 Personalization screen

Posted by Joachim Müller <jo...@wemove.com>.
well, if you are in a hurry i have a very quick'n dirty solution:

got to the layout templates of the customizer and comment out the 
left/right arrows.

;-)




carlosortiz@covad.net wrote:
>  Yeah, just tried it, the oneColumn thing.  Laid it out properly, but when i 
> went to personalize it, it still allowed the you to move the portlet left or 
> right.  So no luck there.
> 
> I would definitely be interested in the ability to either customize the 
> personalizer or have an optional layout that restricts to only up/down 
> movement.  Because like Joachim said, some of my portlets have layout 
> problems  when i move'em left/right, things get goofy looking.
> 
> Thanks gents,
> 
> let me know if i should try anything else.
> 
> Carlos.
> 
> 
> 
> 
> 
> Randy Watler <rw...@finali.com> said:
> 
> 
>>Joachim,
>>
>>The J2 contributers are planning to pull out the layout portlets into 
>>separate portlet apps. The Customizer is part of these portlets.
>>
>>One can imagine how that might facilitate custom layout portlets and 
>>customization implementations...
>>
>>Stay tuned!
>>
>>If the jetspeed::VelocityOneColumn layout offers horizontal editing 
>>incorrectly, I'd be willing to look into fixing that if Carlos would be 
>>interested.
>>
>>Randy
>>
>>Joachim Müller wrote:
>>
>>
>>>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: jetspeed-user-unsubscribe@jakarta.apache.org
>>>>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>>>>
>>>>> 
>>>>>
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>>>
>>>>
>>>
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
> 
> 
> 
> 

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


Re: Jetspeed2 Personalization screen

Posted by Randy Watler <rw...@finali.com>.
Carlos,

Ok. Thanks for the feedback. I will look into it more and let you know.

Randy

carlosortiz@covad.net wrote:

> Yeah, just tried it, the oneColumn thing.  Laid it out properly, but when i 
>went to personalize it, it still allowed the you to move the portlet left or 
>right.  So no luck there.
>
>I would definitely be interested in the ability to either customize the 
>personalizer or have an optional layout that restricts to only up/down 
>movement.  Because like Joachim said, some of my portlets have layout 
>problems  when i move'em left/right, things get goofy looking.
>
>Thanks gents,
>
>let me know if i should try anything else.
>
>Carlos.
>
>
>
>
>
>Randy Watler <rw...@finali.com> said:
>
>  
>
>>Joachim,
>>
>>The J2 contributers are planning to pull out the layout portlets into 
>>separate portlet apps. The Customizer is part of these portlets.
>>
>>One can imagine how that might facilitate custom layout portlets and 
>>customization implementations...
>>
>>Stay tuned!
>>
>>If the jetspeed::VelocityOneColumn layout offers horizontal editing 
>>incorrectly, I'd be willing to look into fixing that if Carlos would be 
>>interested.
>>
>>Randy
>>
>>Joachim Müller wrote:
>>
>>    
>>
>>>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: jetspeed-user-unsubscribe@jakarta.apache.org
>>>>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>>>>
>>>>> 
>>>>>
>>>>>          
>>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>>>
>>>>
>>>>        
>>>>
>>>      
>>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>    
>>
>
>
>
>  
>

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


Re: Jetspeed2 Personalization screen

Posted by ca...@covad.net.



 Yeah, just tried it, the oneColumn thing.  Laid it out properly, but when i 
went to personalize it, it still allowed the you to move the portlet left or 
right.  So no luck there.

I would definitely be interested in the ability to either customize the 
personalizer or have an optional layout that restricts to only up/down 
movement.  Because like Joachim said, some of my portlets have layout 
problems  when i move'em left/right, things get goofy looking.

Thanks gents,

let me know if i should try anything else.

Carlos.





Randy Watler <rw...@finali.com> said:

> Joachim,
> 
> The J2 contributers are planning to pull out the layout portlets into 
> separate portlet apps. The Customizer is part of these portlets.
> 
> One can imagine how that might facilitate custom layout portlets and 
> customization implementations...
> 
> Stay tuned!
> 
> If the jetspeed::VelocityOneColumn layout offers horizontal editing 
> incorrectly, I'd be willing to look into fixing that if Carlos would be 
> interested.
> 
> Randy
> 
> Joachim M�ller wrote:
> 
> > 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: jetspeed-user-unsubscribe@jakarta.apache.org
> >>> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >>>
> >>>  
> >>>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> >>
> >>
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 



-- 




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


Re: Jetspeed2 Personalization screen

Posted by Randy Watler <rw...@finali.com>.
Joachim,

The J2 contributers are planning to pull out the layout portlets into 
separate portlet apps. The Customizer is part of these portlets.

One can imagine how that might facilitate custom layout portlets and 
customization implementations...

Stay tuned!

If the jetspeed::VelocityOneColumn layout offers horizontal editing 
incorrectly, I'd be willing to look into fixing that if Carlos would be 
interested.

Randy

Joachim Müller wrote:

> 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: jetspeed-user-unsubscribe@jakarta.apache.org
>>> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>>
>>>  
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>
>
>

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


Re: Jetspeed2 Personalization screen

Posted by Raphaël Luta <ra...@apache.org>.
Joachim Müller wrote:
> 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?
> 

Are you asking for J1 or J2 ?

in J1, to quickly disable the left/right arrow in the customizer, you 
just need to do the following:

1 copy the template /WEB-INF/templates/controllers/vm/html/multicolumn.vm
to
/WEB-INF/templates/controllers/vm/html/multicolumn-updown.vm

2 copy the template 
/WEB-INF/templates/controllers/vm/html/multicolumn-customize.vm
to
/WEB-INF/templates/controllers/vm/html/multicolumn-updown-customize.vm

3. edit multicolumn-updown-customize.vm to apply patch:

@@ -53,11 +53,7 @@
  #end
                <td align="right" valign="top" #if 
(${skin.TitleStyleClass}) class="${skin.TitleStyleClass}" #else 
class="PTitle" #end #if(${skin.TitleBackgroundColor}) 
style="background-color: ${skin.TitleBackgroundColor}" #end>
                  <input type="image" src="images/close.gif" 
alt="$l10n.CUSTOMIZER_REMOVE" border="0" name="eventSubmit_doDelete">
-                #if ($col == 0)
                  <img src="images/blank.gif" width="14">
-                #else
-                <input type="image" src="images/left.gif" 
alt="$l10n.CUSTOMIZER_MOVELEFT" border="0" name="eventSubmit_doLeft">
-                #end
                  #if ($row == 0)
                  <img src="images/blank.gif" width="14">
                  #else
@@ -68,11 +64,7 @@
                  #else
                  <input type="image" src="images/down.gif" 
alt="$l10n.CUSTOMIZER_MOVEDOWN" border="0" name="eventSubmit_doDown">
                  #end
-                #if ($col == ($sizes.size() - 1))
                  <img src="images/blank.gif" width="14">
-                #else
-                <input type="image" src="images/right.gif" 
alt="$l10n.CUSTOMIZER_MOVERIGHT" border="0" name="eventSubmit_doRight">
-                #end
                </td>
  #if (${skin.PortletSkinClass})
                <td class="PTitleRight" style="font-size:1pt;">&nbsp;</td>

4. create a new controller definition in 
/WEB-INF/conf/local-controllers.xreg:

  <portlet-controller-entry name="TwoColumnsUpDown">
 
<classname>org.apache.jetspeed.portal.controllers.VelocityPortletController</classname>
     <parameter name="template" value="multicolumn-updown.vm" />
     <parameter name="action" 
value="controllers.MultiColumnControllerAction" />
     <parameter name="sizes" value="30%,70%" />
     <parameter name="cols" value="2" />
     <media-type ref="html"/>
     <meta-info>
       <title>Two columns (30/70) - Up/Down only</title>
     </meta-info>
   </portlet-controller-entry>

5. Use this controller in your PSML page.

(If you already have a lot of PSML pages using the standard TwoColumns 
controller, just change the definition of the controller in the registry
to use the multicolumn-updown.vm template)


-- 
Raphaël Luta - raphael@apache.org
Apache Portals - Enterprise Portal in Java
http://portals.apache.org/

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


Re: Jetspeed2 Personalization screen

Posted by Joachim Müller <jo...@wemove.com>.
Yes please, put it on the list.

Thx. Joachim



Mark Orciuch schrieb:
> 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 - morciuch@apache.org
> Jakarta Jetspeed - Enterprise Portal in Java
> http://portals.apache.org/
> 
> 
> 
>>-----Original Message-----
>>From: Joachim Müller [mailto:joachim@wemove.com] 
>>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: 
>>
>>jetspeed-user-unsubscribe@jakarta.apache.org
>>
>>>>For additional commands, e-mail: 
>>>>jetspeed-user-help@jakarta.apache.org
>>>>
>>>> 
>>>>
>>>
>>>
>>---------------------------------------------------------------------
>>
>>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>>For additional commands, e-mail: 
>>
>>jetspeed-user-help@jakarta.apache.org
>>
>>>
>>
>>-- 
>>
>>. 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
>>   joachim@wemove.com
>>   t +49 69 759003 11
>>
>>   wemove digital solutions GmbH
>>   www.wemove.com
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
>>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>
>>
>>
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 


-- 

. frankfurt am main, -2°c, die gefühlte temperatur
   liegt bei -6°c. zur zeit ein wenig bewölkt in 305 m.
   die sichtweite reicht 4800 m. zur zeit dunstig.

< joachim müller
   joachim@wemove.com
   t +49 69 759003 11

   wemove digital solutions GmbH
   www.wemove.com



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


RE: Jetspeed2 Personalization screen

Posted by Mark Orciuch <ma...@ngsltd.com>.
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 - morciuch@apache.org
Jakarta Jetspeed - Enterprise Portal in Java
http://portals.apache.org/


> -----Original Message-----
> From: Joachim Müller [mailto:joachim@wemove.com] 
> 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: 
> jetspeed-user-unsubscribe@jakarta.apache.org
> >> For additional commands, e-mail: 
> >> jetspeed-user-help@jakarta.apache.org
> >>
> >>  
> >>
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: 
> jetspeed-user-help@jakarta.apache.org
> > 
> > 
> 
> 
> -- 
> 
> . 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
>    joachim@wemove.com
>    t +49 69 759003 11
> 
>    wemove digital solutions GmbH
>    www.wemove.com
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 
> 
> 



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


Re: Jetspeed2 Personalization screen

Posted by Joachim Müller <jo...@wemove.com>.
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: jetspeed-user-unsubscribe@jakarta.apache.org
>> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>>
>>  
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
> 


-- 

. 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
   joachim@wemove.com
   t +49 69 759003 11

   wemove digital solutions GmbH
   www.wemove.com



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


Re: Jetspeed2 Personalization screen

Posted by Randy Watler <rw...@finali.com>.
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: jetspeed-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
>
>  
>

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


Jetspeed2 Personalization screen

Posted by Carlos Ortiz <ca...@adp.com>.
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: jetspeed-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org


Re: Failed to initialize prefs api - extra HSQL jars

Posted by joe hobson <jo...@gmail.com>.
Okay, to avoid confusing others, this was wrong. You do (seem) to need
the HSQL jars in TOMCAT_HOME/shared/lib. The trouble i ran into was
with Tomcat 5.5 needing different xml attribute styles on its
jetspeed.xml file. When i did finally find a mention of this
difference with Tomcat 5.5, i fixed that and Jetspeed2 finally loaded
for me. Those that have tried this will know where the story goes next
- most of the portlets don't work under Tomcat 5.5, because of a known
issue.

That said, to help others avoid this confusion in the future, i would
suggest making mention of this issue in the Jetspeed2 Getting Started
page. That was the first doc i referred to when attempting to install
Jetspeed, and all it says is "Tomcat 5.0.28 or higher" -- there really
should be a link under that to "how to setup on Tomcat 5.5", and it
can even point to the same doc that is listed on the Wiki (3 lines
from the bottom, i wonder why i didn't notice it earlier?).

there ya go. two cents from a new user. ... .joe


On Sun, 23 Jan 2005 21:57:28 -0800, joe hobson <jo...@gmail.com> wrote:
> There's a link on the Jetspeed-2 Wiki under "Problems Getting Started"
> that looks like this...
> 
> > I get a java.lang.RuntimeException: Failed to initialize prefs api.
> > org.apache.ojb.broker.metadata.ClassNotPersistenceCapableException or
> > I get class not ClassNotPersistenceCapableException in other places.
> 
> It links to a mailing list archive message suggesting that the person
> look for ojb xml files that might be missing. I ran into this problem,
> tried that solution (didn't really apply), and still had troubles. After
> spending more time than i'd like to admit banging my head on it, i
> figured it out - hsqldb jar files in my Tomcat shared lib. I guess those
> were there for other apps that i have used under Tomcat, and i didn't
> think it would matter since i was using HSQL for Jetspeed as well. I
> just thought someone out there might like to come across this message
> someday if they're ever having that trouble. Just delete those jars from
> TOMCAT_HOME/shared/lib and you should be able to deploy Jetspeed
> properly. ... .joe
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jetspeed-user-help@jakarta.apache.org
> 
>

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