Re: Jetspeed Proxy set up question

2002-11-14 Thread Thomas Marsh
No problem! I got my help from the people on the list too! Ching Chen wrote: > > Hi Thomas, > > After a few tweaks based on your suggestion, it works! We can finally deploy > our jetspeed application! > Thank you very much Thomas. > > I would also like to thank everyone who replied as your sugg

RE: weblogic problems - unknown service ResourceService requested

2002-11-14 Thread Stefaan
My two cents: For some reason the TurbineResourceService service is not intializing correctly when running under weblogic. Every TurbineService is initialized by running one of its init methods (there are several possibles). This is done when Turbine starts up. If the init method throws an excpeti

RE: Axis+Jetspeed merging tool

2002-11-14 Thread David Sean Taylor
> -Original Message- > From: Werner Punz [mailto:w.punz@;labor-c.net] > Sent: Thursday, November 14, 2002 4:59 AM > To: [EMAIL PROTECTED] > Subject: Axis+Jetspeed merging tool > > > Hi after I got a positive feedback from a user, I think I´m going to > post a tool/ant file which allows axis

RE: About put a portlet two times in the same page

2002-11-14 Thread Weaver, Scott
1.4b2 supports this feature, but you will need to build it from the CVS. Scott > -Original Message- > From: Jose Luis Carrasco [mailto:jcarrasco@;citt.net] > Sent: Thursday, November 14, 2002 7:06 AM > To: Jetspeed Users List > Subject: About put a portlet two times in the same page > >

Re: Jetspeed 1.4b1 on WebLogic 6.1sp2

2002-11-14 Thread Sanjeev Hiremath
Hello Fabiano, I deployed JetSpeed1.4b1 on WLS7 sp1 in exploded format and it worked. But had a similar problem what you are having with WLS 6.1 sp3. I am not able to figure out whats going on!. Sanjeev --- "Fabiano Cruz (Cilix Software)" <[EMAIL PROTECTED]> wrote: > I´m sorry ... not "runs c

Jetspeed 1.4b1 on WebLogic 6.1sp2

2002-11-14 Thread Fabiano Cruz \(Cilix Software\)
I´m sorry ... not "runs correctly", of course! TIA Fabiano Cruz >>> I´m trying to run Jetspeed 1.4b1 on WebLogic 6.1sp2 ... the application deploys and runs correctly however I get the following exception when access: http://localhost:7001/jetspeed/index.jsp Horrible Exception: java.lang.Cl

RE: WELCOME to jetspeed-user@jakarta.apache.org

2002-11-14 Thread Karen Davies
does index.jsp call on any actions that you've created that don't exist in either org.apache.jetspeed.modules or org.apache.turbine.modules if so you have to add the line to your resources file module.packages={myactions} -Original Message- From: Fabiano Cruz (Cilix Software) [mailto:fab

RE: java.lang.NoClassDefFoundError: org/w3c/dom/ls/DocumentLS

2002-11-14 Thread Ender KILICOGLU
Sure Mark xml-apis-2.0.2.jar exist but this problem file bundled with xerces not this jar. Thanks -Original Message- From: Mark Orciuch [mailto:mark_orciuch@;ngsltd.com] Sent: Thursday, November 14, 2002 6:47 PM To: Jetspeed Users List Subject: RE: java.lang.NoClassDefFoundError: org/w3c/

Re: WELCOME to jetspeed-user@jakarta.apache.org

2002-11-14 Thread Fabiano Cruz \(Cilix Software\)
I´m trying to run Jetspeed 1.4b1 on WebLogic 6.1sp2 ... the application deploys and runs correctly however I get the following exception when access: http://localhost:7001/jetspeed/index.jsp Horrible Exception: java.lang.ClassNotFoundException: Requested Action not found: JetspeedSessionValidat

RE: java.lang.NoClassDefFoundError: org/w3c/dom/ls/DocumentLS

2002-11-14 Thread Mark Orciuch
Perhaps you're missing xml-apis.jar from Java XML Pack. Best regards, Mark C. Orciuch Next Generation Solutions, Ltd. e-Mail: [EMAIL PROTECTED] web: http://www.ngsltd.com > -Original Message- > From: Ender KILICOGLU [mailto:ender@;kilicoglu.nom.tr] > Sent: Thursday, November 14, 2002 7:

weblogic problems - unknown service ResourceService requested

2002-11-14 Thread Karen Davies
Am still not having the best of luck with weblogic unfortunately... Just hoping that someone may have seen the following, whether on weblogic or elsewhere. (I have jetspeed working on tomcat, but trying to deploy the same on weblogic 5.1 gives a few errors, i moved the jspfiles up a directory so

Problem with simple XML portlet

2002-11-14 Thread Christos Sintoris
Hi, I am trying to test the example of http://www.mail-archive.com/jetspeed-user@;jakarta.apache.org/msg04161.ht ml on a clean jetspeed 1.4b1 installation. Instead of displaying the content, I get this error: "Unable to display for this browser" I have tried this example only a week ago and it

java.lang.NoClassDefFoundError: org/w3c/dom/ls/DocumentLS

2002-11-14 Thread Ender KILICOGLU
After cvs checkout I receiving this error on xml registry service. Is it related to new xerces 2.0.2. Some body has solution. Thanks

Axis+Jetspeed merging tool

2002-11-14 Thread Werner Punz
Hi after I got a positive feedback from a user, I think I´m going to post a tool/ant file which allows axis and jetspeed to be merged at a binary level. Use it on your own risk but it should work. You have to use it on a plain Jetspeed 1.4b1 war file and an Axis 1.0 war file and the result shoul

About put a portlet two times in the same page

2002-11-14 Thread Jose Luis Carrasco
Hi ! I wanna to put two times the same porlet in a page by the Add Porlet system ( in the psml browser ) but, when if is put it one time, it appears checked. The solution were to do it in the psml directly, but i need that this do it the users. There are any maner ? Thanks :) Good Code !

RE: Test a role inside a template ?

2002-11-14 Thread Aurelien Pernoud
Forgot to mention that my portlet is not visible (hidden=true in xreg) so I can't use the JetspeedTool ... (it uses the user psml). > -Message d'origine- > De : Aurelien Pernoud [mailto:apernoud@;sopragroup.com] > Envoyé : jeudi 14 novembre 2002 10:40 > À : 'Jetspeed Users List' > Objet :

RE: Test a role inside a template ?

2002-11-14 Thread Aurelien Pernoud
Like this idea, thanks a lot ! This way if I understand I simply put one tool in tr.pr and this tools is a global access to whatever I want (in my case I already use portletfactory ...) BTW I'd like to be sure I'm using the portletfactoryservice the right way (I saw it was yours ;)) : $portletfac

RE: Test a role inside a template ?

2002-11-14 Thread Luta, Raphael (VUN)
Create a concrete SecurityTool class implementing the ApplicationTool interface and that wraps the calls to the JetspeedSecurity system. > -Message d'origine- > De : Aurelien Pernoud [mailto:apernoud@;sopragroup.com] > Envoyé : jeudi 14 novembre 2002 10:17 > À : 'Jetspeed Users List' > Obj

Test a role inside a template ?

2002-11-14 Thread Aurelien Pernoud
Hi, I'd like to test if a user has a defined role, in a template. In a class I used the jetspeedSecurity class (org.apache.jetspeed.services.JetspeedSecurity), and it works fine. So i simply put this in tr.pr : tool.request.jsecurity=org.apache.jetspeed.services.JetspeedSecurity and tried to use

RE: Velocity Portlet

2002-11-14 Thread Luta, Raphael (VUN)
Don't define in your portlet definition and make sure your package follows the Turbine naming conventions, ie your action must in a packe like this: .actions. based on your example below com.xymphany.portlet.general.actions.portlets.TestAction although you could have put in the action paramete

RE: Velocity Portlet

2002-11-14 Thread Stefaan
You're gettint definitions of portlets and actions mixed up. Check out the comments below and the documentation on the web site. > -Original Message- > From: Mohd Amin [mailto:princeamin@;hotmail.com] > Sent: donderdag 14 november 2002 6:27 > To: [EMAIL PROTECTED] > Subject: Velocity Portl