Security in events

2004-10-06 Thread Sez
Hi people, I have some portlets with event "doSave". I want that some users, without permission, cann't save data, and they can call event Save. I tried put in security.xreg this entry... Permission To Insert But, a guest can call doSave... An

Portlet in Pop-up

2004-09-13 Thread Sez
Hi people, I want to create a portlet-pop-up. This is the situation. The user has some items. When he try one item, i want that jetspeed open a pop-up with specific information and some options to edit the item. It's possible??? I thinked work with javascript and put this win2= window.open

Velocity-tools in Jetspeed 1.5

2004-09-10 Thread Sez
Hi people, I want to add velocity-tools in jetspeed, but i have problems when I try to install... Does somebody know step by step to work with velocity-tools??? Thanks!

RE: Accents with turbine

2004-08-11 Thread Sez
changed in media.xref the parameter UTF-8 to ISO-8859-1 Hope this helps! -Ursprüngliche Nachricht- Von: Sez [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 11. August 2004 13:16 An: 'Jetspeed Users List' Betreff: Accents with turbine Hi people, I work with jetspeed 1.5. I work wi

Accents with turbine

2004-08-11 Thread Sez
Hi people, I work with jetspeed 1.5. I work with spanish and catalan. Users need write words with accents. All letters with accens go fine. My problem is with e with grave accent (accent to left). When I do rundata.getParameter().getString(STRING), this convert the e to strange character, this

RE: Object saved in application

2004-07-15 Thread Sez
The solution is: rundata.getServletContext().getAttribute("prova"); rundata.getServletContext().setAttribute("prova","c") -----Mensaje original- De: Sez [mailto:[EMAIL PROTECTED] Enviado el: dijous, 15 / juliol / 2004 17:31 Para: 'Jetspeed Users List'

Object saved in application

2004-07-15 Thread Sez
Hi people! I want to save a object for application. Everyuser can access to this object. I only want one object. It's possible?? I try to save with rundata and jetspeedrundata but i don't find the solution. Thanks SERGI

Http-client version 2

2004-06-17 Thread Sez
I work with jetspeed 1.5 and i must update htttpclient from version 1 to version 2. I changed it and i only had problems with URLToDocHandler.java. In line 100 i changed try content = method.getDataAsString(); catch (IOException ioe) { logger.error("Getting content for " + pageToAdd.toString()

RE: jetspeed 1.5 - tomcat 1.5 - freeze

2004-05-19 Thread Sez
I have the same problem! I change the dsfactory in torque properties and it works, with tomcat 5.0.12 torque.dsfactory.project.factory=org.apache.torque.dsfactory.TorqueDataSourc eFactory I hope that i can help you! bye! -

RE: Call function on init

2004-05-07 Thread Sez
> -Ursprüngliche Nachricht- > Von: Sez [SMTP:[EMAIL PROTECTED] > Gesendet am: Freitag, 7. Mai 2004 13:18 > An: Jetspeed Users List > Betreff: Call function on init > > Hi! > > I want that every time jetspeed reload or restart or start, call > method to create

Call function on init

2004-05-07 Thread Sez
Hi! I want that every time jetspeed reload or restart or start, call method to create some connections... Some ideas?

javax.xml.transform.TransformerException

2004-05-05 Thread Sez
Hi people! I have jetspeed 1.5 and i have this message in jetspeed.log... The application goes well. Any ideas? Thanks 2004-05-05 14:18:42,785 [Thread-6] DEBUG SimpleTransform - Starting SAX thread... 2004-05-05 14:18:45,114 [DaemonThread:feeddaemon] INFO FeedDaemon - END FEED -> http://jakart

ERROR CastorRegistryService - RegistryService: Could not create fragment: WEB-INF/conf/feed_apache.xreg

2004-04-30 Thread Sez
Hi people! I have this problem with jetspeed 1.5. The error occurs in feed_apache.xreg. The error is "Content is not allowed in prolog" JETSPEEDSERVICES.LOG 2004-04-30 09:49:43,214 [DaemonThread:feeddaemon] ERROR CastorRegistryService - RegistryService: Could not create fragment: WEB-INF/conf/fe

Jetspeed 1.5 + Turbine 2.2 source + torque 3.1

2004-04-29 Thread Sez
Hi people! I have a problem. I updated my jetspeed 1.4 to 1.5. I work with turbine 2.2 source code. This code have some problems when i change torque 3.0.2 to torque 3.1. Then, i need two torques, but in binary version of jetspeed 1.5 have turbine 2.2 and torque 3.1... Some solution? Thank

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