Overwrite Portlet Mode Info

2004-04-16 Thread Sez Sez
Hi, I want overwrite the Info mode with html static page. Can I do this? Thanks __ Correo Yahoo! - 6MB, más protección contra el spam ¡Gratis! http://correo.yahoo.es -

Re: AW: AW: java.lang.OutOfMemoryError

2004-03-31 Thread Sez Sez
Ok, I calculate the dimension of the object. This object need 1.4 mb of RAM. It's too bigger! It was the problem Thanks! --- "Sprang, Henning (Firma CS)" <[EMAIL PROTECTED]> escribió: > > > > -Ursprüngliche Nachricht- > > Von: Raphaël Luta [mailto:[EMAIL PROTECTED] > > Gesendet:

Another log file in Jetspeed 1.4b

2004-03-31 Thread Sez Sez
I want to create another file log. I create in log4j this log4j.appender.medigs = org.apache.log4j.FileAppender log4j.appender.medigs.file = ${webappRoot}/WEB-INF/log/new.log log4j.appender.medigs.layout = org.apache.log4j.PatternLayout log4j.appender.medigs.layout.conversionPattern = %d [%t] %-5

Re: AW: java.lang.OutOfMemoryError

2004-03-30 Thread Sez Sez
Why have i this error??? What is the solution? I need work with this big object but always fails!!! --- [EMAIL PROTECTED] escribió: > What's your question ? > > > -Ursprüngliche Nachricht- > > Von:Sez Sez [SMTP:[EMAIL PROTECTED] > > Gesendet am:

java.lang.OutOfMemoryError

2004-03-30 Thread Sez Sez
I have a portlet that it extends VelocityPortletAction. This, in method buildNormalContext call a javabean. This javabean create a big object ( a Arraylist with 30.000 arraylist inside). When i return this object to buildNormalContext method, this fails and I see this errors: The error in portlet

Re: Jetspeed and torque [SOLUTION]

2004-03-09 Thread Sez Sez
OK, Thanks This is the solution. I connect to my as400 with jdbc:as400:// and my sql select is, for example =select * from . I only have one connection with as400. If you do jdbc:as400:/// you will do connections for every library. Thanks! --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> escr

differences...

2004-02-27 Thread Sez Sez
What is the difference between org.apache.jetspeed.om.security.turbine.TurbinerUser and org.apache.turbine.om.security.TurbineUser. I have source of jetspeed 1.4 final and turbine 2.2. Thanks! ___ Yahoo! Messenger - Nueva versión GRATIS Super Webcam

Extending Jetspeeduser

2004-02-27 Thread Sez Sez
Hi! I want to extend jetspeeduser and i am trying with intructions about this that i found in jetspeed site. I modify security_schema.xml and I ONLY add one column. I generate om from security-schema.xml only. Then i have some problems because TurbineBaseService work with type Group and it don't w

Jetspeed with turbine or fulcrum services???

2004-02-27 Thread Sez Sez
Hi, I have Jetspeed 1.4 final. I want to extend user info. Can I use fulcrum user service instead of turbine user service? I suppose that turbine user service will be deprecated in favour of fulcrum user service. Is correct? ___ Yahoo! Messenger - N

MS exchange OWA and jetspeed

2004-02-25 Thread Sez Sez
Hi, I am working with a project and i must connect to ms exchange owa. Any ideas? ___ Yahoo! Messenger - Nueva versión GRATIS Super Webcam, voz, caritas animadas, y más... http://messenger.yahoo.es --

Jetspeed and torque

2004-02-23 Thread Sez Sez
Hi! I have some problems with torque and DatabaseBrowserPortlet. I changed the hypersonic db and i work with postgresql. Moreover, i must connect to another database in DB2/AS400. When I access to postgresql, i don't have any problem. For example, i can see the coffee example. But, i cann't conne