Réf. : Re: jetpeed 2 build error

2004-10-21 Thread jean-charles . jabouille
I have take the original package of spingframework and it work... David Sean

RE: Do Roles work ?

2004-10-21 Thread Jonathan Hawkins
Thanks for the reply, that will certainly do in the short term. The idea was to have the portlet close button available dependant upon the user's role. Thanks -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: 22 October 2004 01:23 To: Jetspeed Users List Subject:

Re: Do Roles work ?

2004-10-21 Thread David Sean Taylor
Jonathan Hawkins wrote: Dan, Thanks for the reply. The Close box I am trying to disable is on every portlet's title bar, first icon I think. If you simply need to get rid of it on a global level, services.JetspeedSecurity.permission.default.anonymous=view services.JetspeedSecurity.permission.defaul

Re: jetpeed 2 build error

2004-10-21 Thread David Sean Taylor
[EMAIL PROTECTED] wrote: Hi, I have juste download the last cvs of Jetspeed2. I have a compilation error. this is the trace: Sorry I fell behind keeping the maven repo up-to-date. The remote Maven repo has been refreshed. Please try again and see if that helps... -- David Sean Taylor Bluesunrise So

Re: customizing the customizer

2004-10-21 Thread Dan Moore
--- Raphaël Luta <[EMAIL PROTECTED]> wrote: > Dan Moore wrote: > > >Hi Raphael, > > > >--- Raphaël Luta <[EMAIL PROTECTED]> wrote: > > > > > > > > > >>You'll be better off copying the Action class or whatever class you > > >>customize and register your modified class in the Registry > >>in A

RE: How to correctly Java Script with Jetspeed ?

2004-10-21 Thread Dan Moore
Hi, I edited my GlobalMacros.vm file, (in WEB-INF/templates/vm/) and added this line to the headScripts macro: compact.js has all the javascript I need. This macro is automatically executed in the layout pages (at least with Jetspeed 1.5), so the functions in compact.js are available to every p

RE: How to correctly Java Script with Jetspeed ?

2004-10-21 Thread Arthur D'Alessandro III
We use them in each portlet, and friendly up the javascript names (make them unique) using the Portlet ID, this way you can have common javascript names you reference in your portlets using the portletid. We had to muck the JS_PEID to remove the hyphens, as they didn't work well together. -O

How to correctly Java Script with Jetspeed ?

2004-10-21 Thread Hampton, Thomas
I'm having problems using Java Script in portlets because I don't know the correct place to put the function definitions. Java Script functions are supposed to be defined in the section to make sure that the scripts are loaded before they can possibly be called, but the HTML for portlets don't ha

Re: Loading a new portlet in Jetspeed 2 -- jetspeed-portlet.xml?

2004-10-21 Thread Scott T. Weaver
There is alrady one person on the list, Randy Walter, who already has a J2 based portal in its testing phases. I have a J2-based portal project scheduled to go live the second week of November. So IMO I would go with J2. Doug Schnelzer wrote: Scott, Thanks very much for you help. I'm off an

RE: Loading a new portlet in Jetspeed 2 -- jetspeed-portlet.xml?

2004-10-21 Thread Doug Schnelzer
Scott, Thanks very much for you help. I'm off and exploring portlets according to 168. My next step is to plug in an existing Struts app we developed. Looks like you have already tackled integrating a Struts app. We are planning on deploying a system in April 2005. Do you think it is a good i

Re: Loading a new portlet in Jetspeed 2 -- jetspeed-portlet.xml?

2004-10-21 Thread Scott T. Weaver
Doug, I see your problem right off. You need to change the the name of your portlet to: DougsFirst Redploy and it should work. Look at point 4 on http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets. It specifies that the value after the "::" needs to match the value in not the p

RE: Loading a new portlet in Jetspeed 2 -- jetspeed-portlet.xml?

2004-10-21 Thread Doug Schnelzer
I updated my portlet.xml deployment descriptor to include the element. I validated the xml document and saw that it is required. I'm still getting the same error in the portlet window. Here is my updated portlet.xml. Thanks, Doug http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; id="D

RE: Loading a new portlet in Jetspeed 2 -- jetspeed-portlet.xml?

2004-10-21 Thread Doug Schnelzer
Here is my portlet.xml deployment descriptor. Doug's First Portlet Displaying Doug's First Portlet com.aemcorp.firstportlet.FirstPortlet -1 text/html EDIT VIEW HELP Thanks for the help

Re: Loading a new portlet in Jetspeed 2 -- jetspeed-portlet.xml?

2004-10-21 Thread Scott T. Weaver
Doug Schnelzer wrote: I have Jetspeed 2 built and running using the following environment: Tomcat 5.0.28 MySQL 4.0.17 I'm trying to deploy my first portlet using the instructions at http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets. When I deploy the portlet, Jetspeed goes through

Loading a new portlet in Jetspeed 2 -- jetspeed-portlet.xml?

2004-10-21 Thread Doug Schnelzer
I have Jetspeed 2 built and running using the following environment: Tomcat 5.0.28 MySQL 4.0.17 I'm trying to deploy my first portlet using the instructions at http://wiki.apache.org/portals/Jetspeed2/DeployingCustomPortlets. When I deploy the portlet, Jetspeed goes through the hot deploy

Re: org.apache.xml.utils.WrappedRuntimeException

2004-10-21 Thread Stefano Bianchi
Dear ALL, I took a look at previous mails and I got the help I needed (at least so far...) * From: "Jason Jones" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Sunday, February 22, 2004 12:45 AM Subject: RE: problem

org.apache.xml.utils.WrappedRuntimeException

2004-10-21 Thread Stefano Bianchi
Dear ALL, I deployed my website on a laptop for a demo, but now I get this error e.g. for the Administrative Portlets portlet: problem in SAX transform: org.apache.xml.utils.WrappedRuntimeException: The output format must have a '{http://xml.apache.org/xalan}content-handler' property! The same ha

FW: Jetspeed 2 and maven jetspeed plugin

2004-10-21 Thread Randy Watler
Ludovic, Search the archives for a discussion about the J2 plugin. In general, the J2 approach is different. Unless you need to extend J2 itself, you should be able to simply deploy JSR-168 portlet webapps directly into the J2 install. See the Wiki. PSML, decorator, and template deployers are no

Re: customizing the customizer

2004-10-21 Thread Raphaël Luta
Dan Moore wrote: Hi Raphael, --- Raphaël Luta <[EMAIL PROTECTED]> wrote: You'll be better off copying the Action class or whatever class you customize and register your modified class in the Registry in A MyCustomizeSetPortlet and update the properties file to use this one instead of the origi

LDAP implementation

2004-10-21 Thread Amit Soni
Hi all, I m already install jetspeed and implement it successfully but i want to implement it in LDAP not in DB but i couldn't found any tutorial for that so how can i start to implement jetspeed?? so any one of u have any idea regarding this then pls help me. Regards, Amit Soni ---

jetpeed 2 build error

2004-10-21 Thread jean-charles . jabouille
Hi, I have juste download the last cvs of Jetspeed2. I have a compilation error. this is the trace: + | Build and Install all Jetspeed 2 jars Jetspeed-2 Component Manager | Memory: 32M/50M + Plugin 'maven-deploy-plug

Somes problems with images in my portal

2004-10-21 Thread SMADJA Ludovic
Hi everyone, I've some problems with all my pictures (logo, minimize picture, close picture, ...) in my portal. Sometimes, all my pictures disappear and are replaced with ALT text. After some reload, they appear and disappear after. In the path of the image, I've noticed that I've images/imag