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 Santiago Urrizola <ch...@yahoo.com.ar> on 2005/09/05 17:37:09 UTC

Data source error

Hi all, i make a new portal applicacion (with M4) and have this problem when 
the server starts
ClassNotFound : 
org.apache.jetspeed.components.rdbms.ojb.ConnectionRepositoryEntity
This component is setup in the assembly/boot/datasource.xml file,. but i 
cant find these class.
anyone knows where is it?
Thanks
Santiago






	

	
		
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


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


Re: Two Columns Layout [M4]

Posted by Santiago Urrizola <ch...@yahoo.com.ar>.
Mi version is from a week a go. And i try with IE and Firefox.
I see the bug in JIRA and downloaded the new css but the problem still 
happends
Thanks
Santiago


----- Original Message ----- 
From: "Randy Watler" <wa...@wispertel.net>
To: "Jetspeed Users List" <je...@portals.apache.org>
Sent: Thursday, September 08, 2005 1:41 AM
Subject: Re: Two Columns Layout [M4]


> Santiago,
>
> There is a layout CSS bug there that has been fixed recently... say in the 
> last week or so. How current is your M4 version?
>
> If you are very current, what browser are you using?
>
> Randy
>
> Jacek Wiślicki wrote:
>
>> Wiadomosc od Santiago Urrizola z 2005-09-07 21:55 brzmiala:
>>
>>> but he portal shows all portlets in one column, i try to define in many 
>>> ways but always shows in one column.  Some tip to resolve this ?
>>
>> Check in your database if any of the fragments is not cached with some 
>> former one-column layout. If you change fragments' ids (dp-1, dp-3 and 
>> dp-12) to somenthing else the database entries should be updated (the 
>> previous ones should be ignored then).
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 


	

	
		
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


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


Re: Two Columns Layout [M4]

Posted by Randy Watler <wa...@wispertel.net>.
Santiago,

There is a layout CSS bug there that has been fixed recently... say in 
the last week or so. How current is your M4 version?

If you are very current, what browser are you using?

Randy

Jacek Wiślicki wrote:

> Wiadomosc od Santiago Urrizola z 2005-09-07 21:55 brzmiala:
>
>> but he portal shows all portlets in one column, i try to define in 
>> many ways but always shows in one column.  Some tip to resolve this ?
>
> Check in your database if any of the fragments is not cached with some 
> former one-column layout. If you change fragments' ids (dp-1, dp-3 and 
> dp-12) to somenthing else the database entries should be updated (the 
> previous ones should be ignored then).
>



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


Re: Two Columns Layout [M4]

Posted by Jacek Wiślicki <ja...@gmail.com>.
Wiadomosc od Santiago Urrizola z 2005-09-07 21:55 brzmiala:

> but he portal shows all portlets in one column, i try to define in many 
> ways but always shows in one column.  Some tip to resolve this ?
Check in your database if any of the fragments is not cached with some 
former one-column layout. If you change fragments' ids (dp-1, dp-3 and 
dp-12) to somenthing else the database entries should be updated (the 
previous ones should be ignored then).

-- 
pozdrawiam,
     Jacek Wislicki

jacek.wislicki@gmail.com
tel.: +48 502 408 444
gg: 2540358
skype: jacek_wislicki

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


Two Columns Layout [M4]

Posted by Santiago Urrizola <ch...@yahoo.com.ar>.
Hi,  i try to make a page with two columns like this
  <fragment id="dp-1" type="layout" 
name="jetspeed-layouts::VelocityTwoColumns">
    <fragment id="dp-3" type="portlet" name="pam::LocaleSelector">
      <property layout="TwoColumns" name="row" value="0" />
      <property layout="TwoColumns" name="column" value="0" />
    </fragment>
    <fragment id="dp-12" type="portlet" name="security::LoginPortlet">
      <property layout="TwoColumns" name="row" value="0" />
      <property layout="TwoColumns" name="column" value="1" />
    </fragment>
<fragment>

but he portal shows all portlets in one column, i try to define in many ways 
but always shows in one column.  Some tip to resolve this ?
Thanks
Santiago 


	

	
		
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


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


Re: Velocity Cache

Posted by Randy Watler <wa...@wispertel.net>.
Santiago,

Here is the JIRA issue for this bug: 
http://issues.apache.org/jira/browse/JS2-331

Randy

Scott T Weaver wrote:

>You will need to manually turn off caching in M4
>
>In WEB-INF/velocity.properties:
>
>Set the
>file.resource.loader.cache = false
>
>In M4 this value is defaulted to true to increase performance.
>Unfortunately, the "file.resource.loader.modificationCheckInterval" does not
>work for the webapp file resource loaders, which is the one we use.  So,
>even if a template is changed, it will never be updated.
>
>Hth,
>-Scott
>
>  
>
>>-----Original Message-----
>>From: Santiago Urrizola [mailto:chily_listas@yahoo.com.ar]
>>Sent: Wednesday, September 07, 2005 11:13 AM
>>To: Jetspeed Users List
>>Subject: Velocity Cache
>>
>>Hi, i need to modify the velocity macros and decorators in runtime, but
>>the
>>changes i made seems to make no efect on the portal (this in M4, its works
>>fine in M3) . I see the velocity doc and find this two properties
>> file.resource.loader.cache = false
>>file.resource.loader.modificationCheckInterval = 0
>>Is jetspeed-2 M4, caching the velocitry templates ?? and if this is truw,
>>how can i change it
>>Thanks a lot
>>Santiago
>>
>>
>>----- Original Message -----
>>From: "Santiago Urrizola" <ch...@yahoo.com.ar>
>>To: "Jetspeed Users List" <je...@portals.apache.org>
>>Sent: Wednesday, September 07, 2005 11:23 AM
>>Subject: Re: Data source error
>>
>>
>>    
>>
>>>The problem is fix. For some sreasen the downloaded rbdms commponent
>>>      
>>>
>>from
>>    
>>
>>>maven repot, was worng, i build this and works fine.
>>>Thanks
>>>
>>>----- Original Message -----
>>>From: "Dr. Michael Lipp" <Mi...@danet.de>
>>>To: "Jetspeed Users List" <je...@portals.apache.org>
>>>Sent: Wednesday, September 07, 2005 3:41 AM
>>>Subject: Re: Data source error
>>>
>>>
>>>      
>>>
>>>>Santiago Urrizola wrote:
>>>>        
>>>>
>>>>>Hi all, i make a new portal applicacion (with M4) and have this
>>>>>          
>>>>>
>>problem
>>    
>>
>>>>>when the server starts
>>>>>ClassNotFound :
>>>>>org.apache.jetspeed.components.rdbms.ojb.ConnectionRepositoryEntity
>>>>>This component is setup in the assembly/boot/datasource.xml file,. but
>>>>>          
>>>>>
>>i
>>    
>>
>>>>>cant find these class.
>>>>>anyone knows where is it?
>>>>>Thanks
>>>>>Santiago
>>>>>          
>>>>>
>>>>It is in the current SVN. Really.
>>>>
>>>>Regards,
>>>>
>>>>   Michael
>>>>
>>>>---------------------------------------------------------------------
>>>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>>>>For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>>>
>>>>        
>>>>
>>>
>>>
>>>
>>>
>>>___________________________________________________________ 1GB gratis,
>>>Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo
>>>http://correo.yahoo.com.ar
>>>
>>>---------------------------------------------------------------------
>>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>>>For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>>
>>>      
>>>
>>
>>
>>
>>
>>___________________________________________________________
>>1GB gratis, Antivirus y Antispam
>>Correo Yahoo!, el mejor correo web del mundo
>>http://correo.yahoo.com.ar
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>>For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>    
>>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>
>
>
>  
>



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


RE: Velocity Cache

Posted by Scott T Weaver <sc...@binary-designs.net>.
You will need to manually turn off caching in M4

In WEB-INF/velocity.properties:

Set the
file.resource.loader.cache = false

In M4 this value is defaulted to true to increase performance.
Unfortunately, the "file.resource.loader.modificationCheckInterval" does not
work for the webapp file resource loaders, which is the one we use.  So,
even if a template is changed, it will never be updated.

Hth,
-Scott

> -----Original Message-----
> From: Santiago Urrizola [mailto:chily_listas@yahoo.com.ar]
> Sent: Wednesday, September 07, 2005 11:13 AM
> To: Jetspeed Users List
> Subject: Velocity Cache
> 
> Hi, i need to modify the velocity macros and decorators in runtime, but
> the
> changes i made seems to make no efect on the portal (this in M4, its works
> fine in M3) . I see the velocity doc and find this two properties
>  file.resource.loader.cache = false
> file.resource.loader.modificationCheckInterval = 0
> Is jetspeed-2 M4, caching the velocitry templates ?? and if this is truw,
> how can i change it
> Thanks a lot
> Santiago
> 
> 
> ----- Original Message -----
> From: "Santiago Urrizola" <ch...@yahoo.com.ar>
> To: "Jetspeed Users List" <je...@portals.apache.org>
> Sent: Wednesday, September 07, 2005 11:23 AM
> Subject: Re: Data source error
> 
> 
> > The problem is fix. For some sreasen the downloaded rbdms commponent
> from
> > maven repot, was worng, i build this and works fine.
> > Thanks
> >
> > ----- Original Message -----
> > From: "Dr. Michael Lipp" <Mi...@danet.de>
> > To: "Jetspeed Users List" <je...@portals.apache.org>
> > Sent: Wednesday, September 07, 2005 3:41 AM
> > Subject: Re: Data source error
> >
> >
> >> Santiago Urrizola wrote:
> >>> Hi all, i make a new portal applicacion (with M4) and have this
> problem
> >>> when the server starts
> >>> ClassNotFound :
> >>> org.apache.jetspeed.components.rdbms.ojb.ConnectionRepositoryEntity
> >>> This component is setup in the assembly/boot/datasource.xml file,. but
> i
> >>> cant find these class.
> >>> anyone knows where is it?
> >>> Thanks
> >>> Santiago
> >>
> >> It is in the current SVN. Really.
> >>
> >> Regards,
> >>
> >>    Michael
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> >> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> >>
> >
> >
> >
> >
> >
> >
> > ___________________________________________________________ 1GB gratis,
> > Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo
> > http://correo.yahoo.com.ar
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> > For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> >
> 
> 
> 
> 
> 
> 
> ___________________________________________________________
> 1GB gratis, Antivirus y Antispam
> Correo Yahoo!, el mejor correo web del mundo
> http://correo.yahoo.com.ar
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org



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


Velocity Cache

Posted by Santiago Urrizola <ch...@yahoo.com.ar>.
Hi, i need to modify the velocity macros and decorators in runtime, but the 
changes i made seems to make no efect on the portal (this in M4, its works 
fine in M3) . I see the velocity doc and find this two properties
 file.resource.loader.cache = false
file.resource.loader.modificationCheckInterval = 0
Is jetspeed-2 M4, caching the velocitry templates ?? and if this is truw, 
how can i change it
Thanks a lot
Santiago


----- Original Message ----- 
From: "Santiago Urrizola" <ch...@yahoo.com.ar>
To: "Jetspeed Users List" <je...@portals.apache.org>
Sent: Wednesday, September 07, 2005 11:23 AM
Subject: Re: Data source error


> The problem is fix. For some sreasen the downloaded rbdms commponent from 
> maven repot, was worng, i build this and works fine.
> Thanks
>
> ----- Original Message ----- 
> From: "Dr. Michael Lipp" <Mi...@danet.de>
> To: "Jetspeed Users List" <je...@portals.apache.org>
> Sent: Wednesday, September 07, 2005 3:41 AM
> Subject: Re: Data source error
>
>
>> Santiago Urrizola wrote:
>>> Hi all, i make a new portal applicacion (with M4) and have this problem
>>> when the server starts
>>> ClassNotFound :
>>> org.apache.jetspeed.components.rdbms.ojb.ConnectionRepositoryEntity
>>> This component is setup in the assembly/boot/datasource.xml file,. but i
>>> cant find these class.
>>> anyone knows where is it?
>>> Thanks
>>> Santiago
>>
>> It is in the current SVN. Really.
>>
>> Regards,
>>
>>    Michael
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
>> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
>>
>
>
>
>
>
>
> ___________________________________________________________ 1GB gratis, 
> Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo 
> http://correo.yahoo.com.ar
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 


	

	
		
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


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


Re: Data source error

Posted by Santiago Urrizola <ch...@yahoo.com.ar>.
The problem is fix. For some sreasen the downloaded rbdms commponent from 
maven repot, was worng, i build this and works fine.
Thanks

----- Original Message ----- 
From: "Dr. Michael Lipp" <Mi...@danet.de>
To: "Jetspeed Users List" <je...@portals.apache.org>
Sent: Wednesday, September 07, 2005 3:41 AM
Subject: Re: Data source error


> Santiago Urrizola wrote:
>> Hi all, i make a new portal applicacion (with M4) and have this problem
>> when the server starts
>> ClassNotFound :
>> org.apache.jetspeed.components.rdbms.ojb.ConnectionRepositoryEntity
>> This component is setup in the assembly/boot/datasource.xml file,. but i
>> cant find these class.
>> anyone knows where is it?
>> Thanks
>> Santiago
>
> It is in the current SVN. Really.
>
> Regards,
>
>    Michael
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
> For additional commands, e-mail: jetspeed-user-help@portals.apache.org
> 


	

	
		
___________________________________________________________ 
1GB gratis, Antivirus y Antispam 
Correo Yahoo!, el mejor correo web del mundo 
http://correo.yahoo.com.ar 


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


Re: Data source error

Posted by "Dr. Michael Lipp" <Mi...@danet.de>.
Santiago Urrizola wrote:
> Hi all, i make a new portal applicacion (with M4) and have this problem
> when the server starts
> ClassNotFound :
> org.apache.jetspeed.components.rdbms.ojb.ConnectionRepositoryEntity
> This component is setup in the assembly/boot/datasource.xml file,. but i
> cant find these class.
> anyone knows where is it?
> Thanks
> Santiago

It is in the current SVN. Really.

Regards,

    Michael

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