Jetspeed and SPNEGO

2005-03-10 Thread Roel van Dijk
Has anyone tried to automate the Jetspeed login using the SPNEGO protocol? (for example, using the Windows Domain username as a username for Jetspeed) Roel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: Struts bridge, lost request parameters

2005-03-10 Thread Colin O'Toole
Hi Ate, OK, I made the changes you detailed and tried this and what happens is: (1) Clicking on link goes to LocaleAction (ActionUrl). Using remote debugging in eclipse with a breakpoint in LocaleAction.execute(), the PortletServletRequestWrapper object contains an ApplicationContextFacade and

Re: Struts bridge, lost request parameters

2005-03-10 Thread Ate Douma
Colin O'Toole wrote: Hi Ate, OK, I made the changes you detailed and tried this and what happens is: (1) Clicking on link goes to LocaleAction (ActionUrl). Using remote debugging in eclipse with a breakpoint in LocaleAction.execute(), the PortletServletRequestWrapper object contains an

RE: Struts bridge, lost request parameters

2005-03-10 Thread Colin O'Toole
Yep that sounds like a good idea. I'm just wondering: is it possible that because of some action in an edit page the stored view page Url might no longer be valid? Can't think of a good example off the top of my head though :-) Colin. -Original Message- From: Ate Douma [mailto:[EMAIL

RE: Struts bridge, lost request parameters

2005-03-10 Thread Colin O'Toole
Ah! OK I will try this but it will have to wait until tomorrow. because of time constraints I may stick with what I have and do a wholesale upgrade once M2 is released. Thanks for the help! Colin. -Original Message- From: Ate Douma [mailto:[EMAIL PROTECTED] Sent: 10 March 2005 11:30

Re: Struts bridge, lost request parameters

2005-03-10 Thread Jeff Sheets
Colin, Your quick fix didn't work for me. Perhaps my flow is wrong. Here is what I am doing. Displaying the View page (/myaction.do). Clicking the edit icon to go to the Edit page (/editmyaction.do). Then after hitting save on the edit page, I have to tell it to go back to the view page by

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
My 1.6 Fusion build required me to add the tables from Jetspeed 1 and the tables from Jetspeed 2. I didn't try to remove any tables that might not be needed, but adding all of them works. Also, I have just downloaded the latest source for Jetspeed 2 and 1, compiled and deployed Fusion, and

RE: Struts bridge, lost request parameters

2005-03-10 Thread Colin O'Toole
Hi Jeff, That is similar to what I'm doing except that I don't make the portlet automatically return to the view mode after submitting an edit page change. I stay in edit until the user explicitly clicks the view button. If you enable debug logging you should get some detailed information about

Re: Struts bridge, lost request parameters

2005-03-10 Thread Jeff Sheets
Colin, My apologies, because your fix does work for me!!! Thank you! My actual code was: actionResponse.setPortletMode(PortletMode.VIEW); return mapping.findForward(FORWARD_VIEW); As this worked before your fix to at least return me to the View page. But now we need to forward back to the

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread David Sean Taylor
Archana Turaga wrote: Hi, We really need to know when Jetspeed 1.6 is going to be released. We need it more so because of its ability to support struts with Fusion and we are depending on it very heavily for our implementation. At the most we need to know what binaries from 2.0 are needed to get

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread David Sean Taylor
Archana Turaga wrote: Thanks for the reply Jeff. But I know in the past they have said that when Jetspeed 1.6 is released you do not need to build Jetspeed 2.0. Won't that be really convenient...if it works that way? The 1.6 release will only require jars from Jetspeed 2.0 If that is M1 or M2 is

JetSpeed/Tomcat stress test Error

2005-03-10 Thread Carlos Torres
Hello to all, I have been making some stress tests on tomcat using JMeter tool and at any time the tomcat shutdown and generate the exception below. Anybody already got it or know what is it? I'm using JetSpeed 1.5 Thanks for the help Regards Carlos Torres. Unexpected Signal :

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
David, I definitely vote to support Fusion. My reasoning is that Jetspeed 1 is much more stable and complete than Jetspeed 2, even if the architecture is lacking. With Jetspeed 1 and the JSR 168 capabilities of 1.6 Fusion, we would have everything we need until 2 if finally finished. And I see

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Hema Menon
David, I too would like to echo what Jeff is talking about. For us too, Fusion was a must to get our struts portlet running, otherwise we were very much happy with what Jetspeed 1.5 offered. We are not yet ready to move to JS2, due to the changes from JS1.5. So Fusion is doing for us what JS2

RE: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Archana Turaga
Hi David, I completely agree with Hema and Jeff. I for one really need this combination going since this is going to be production software...otherwise I'm hosed. My vote also would be to not deprecate Fusion. I'm all for trying anything to get Jetspeed 1 with Fusion going. The news you gave us

RE: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Archana Turaga
Thanks for the reply. What about the database tables those come along with Jetspeed 2.0 deployment? Are those all needed (they are the bunch of them) or only the 2.0 jars are enough to get fusion going? Regards, Archana -Original Message- From: David Sean Taylor [mailto:[EMAIL

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread David Sean Taylor
Archana Turaga wrote: Thanks for the reply. What about the database tables those come along with Jetspeed 2.0 deployment? Are those all needed (they are the bunch of them) or only the 2.0 jars are enough to get fusion going? The database tables are included in the Fusion build if you build with

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
I believe the struts-bridge M2 version will work on the M1 release of Jetspeed 2, but someone will have to verify this for us. On Thu, 10 Mar 2005 12:51:10 -0800, David Sean Taylor [EMAIL PROTECTED] wrote: Archana Turaga wrote: Thanks for the reply. What about the database tables those

RE: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Scott T Weaver
I'm curious, which deployment refactoring has broken Fusion? Is it the things in Ate's branch or what is currently working in HEAD? -Scott -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 3:51 PM To: Jetspeed Users List Subject: Re:

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Ate Douma
David Sean Taylor wrote: Well we now have a new complication with Fusion. The CVS head for 2.0 will soon change its deployment model. In the deployment branch, quite a few interfaces that Fusion is dependent on are now deleted. The code doesn't even compile against this branch. Once again, J2

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread David Sean Taylor
Scott T Weaver wrote: I'm curious, which deployment refactoring has broken Fusion? Is it the things in Ate's branch or what is currently working in HEAD? Both, although the CVS head break is pretty minimal (api signature changes), whereas the branch is missing entire dependent interfaces and

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread David Sean Taylor
Ate Douma wrote: I know and you know that I started in the new deployment branch from a clean sheet. I explicitly stated that this would *initially* result in some features gone missing. I also said these features have to be recreated once we decide this proposed new deployment model. Right

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Hema Menon
If anyone's asking :) , would be great to have. 1.6.1 release with M2, 1.6.2 with the Final Release Hema On Thu, 10 Mar 2005 13:35:12 -0800, David Sean Taylor [EMAIL PROTECTED] wrote: We need to figure out if we want to release 1.6 with: 2.0 M1 2.0 M2 2.0 Final Release We could do a

RE: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Archana Turaga
Same here...:-). My vote +1. Regards, Archana -Original Message- From: Hema Menon [mailto:[EMAIL PROTECTED] Sent: Thursday, March 10, 2005 3:42 PM To: Jetspeed Users List Subject: Re: Jetspeed 1.6-Fusion HELP If anyone's asking :) , would be great to have. 1.6.1 release with M2,

Re: Jetspeed 1.6-Fusion HELP!!!!

2005-03-10 Thread Jeff Sheets
I second Hema on this one. It would be great to have 1.6.1 release with M2, 1.6.2 with the Final Release -- Jeff On Thu, 10 Mar 2005 15:42:28 -0600, Hema Menon [EMAIL PROTECTED] wrote: If anyone's asking :) , would be great to have. 1.6.1 release with M2, 1.6.2 with the Final

User Attributes with Struts Portlet bridge on Fusion

2005-03-10 Thread Hema Menon
I am trying to get the user attributes (user name) from a servlet filter in my struts application. I have the user-attribute defined in portlet.xml. However when I try to get the user attributes from the PortletRequest, I am getting null. Is there something I am missing? The code gets the

Maximized Window State in decorator.top

2005-03-10 Thread Doug Schnelzer
Hi, I want to know if any portlet on my page is in the maximized window state. I used to use the JPT to do this in the decorator.top (which was probably not really correct). I want to change (minimize) the portal banner when a portlet is in the maximized window state. My previous approach no

RE: User Attributes with Struts Portlet bridge on Fusion

2005-03-10 Thread Frank Villarreal
Make sure you re-deploy your portlet application, b/c J2 caches the portlet.xml in the database and will not pick up changes to your portlet.xml file if you edit it directly in ${webapps}/yourapp/WEB-INF/portlet.xml directly ... - Frank -Original Message- From: Hema Menon

Re: Maximized Window State in decorator.top

2005-03-10 Thread David Sean Taylor
Doug Schnelzer wrote: Hi, I want to know if any portlet on my page is in the maximized window state. I used to use the JPT to do this in the decorator.top (which was probably not really correct). I want to change (minimize) the portal banner when a portlet is in the maximized window state. My

Document for installing on Windows?

2005-03-10 Thread cknell
I have been picking over the various pages on the Apache web site for installing Jetspeed-2 and its associated programs, but I have been unable to piece it all together. Does anyone know of a Windows-oriented installation guide? -- Charles Knell [EMAIL PROTECTED] - email