Re: Jetspeed-2 install problems

2003-11-18 Thread Gerry Reno
Correction. Pluto portal comes up but when you click on the Test link the Test portlet does not show. Log shows: DEBUG org.apache.pluto.invoker PortletContainerImpl.portletLoad(test_row_col1_p1) called. java.lang.NullPointerException at org.apache.pluto.portalImpl.om.entity.impl.Port

Re: Jetspeed-2 install problems

2003-11-18 Thread Gerry Reno
Ok, started off with a brand-spanking-new version of Tomcat 4.1.29, deployed jetspeed-2 and pluto. Pluto works fine but I get the exact same results for jetspeed-2 as before. Only get a logo and nothing else. Log shows the same error, trying to get the LoginPortlet from the registry. Clues an

Re: IFrame-Portlet with state?

2003-11-18 Thread Gerry Reno
Kai, Within the iframe itself you could maintain a session as long as no one reloaded the page that contained the iframe. The problem we have now is mainly with the portlet control icons causing page reloads that destroy the context of things like iframes. Within a limited set of webapps, you c

Another Question on Extending the BaseJetspeedUser Object in Jets peed 1.4

2003-11-18 Thread Celeste Haseltine
OK, now I have another question on using my own User object. I can retrieve data from my additional fields in my UnifocusUser class. But how do you save a revised field value back to the database in the Turbine_user table? I've tried the following two "ways": Revising my UnifocusUser object as

Re: IFrame-Portlet with state?

2003-11-18 Thread Kai Grossjohann
Gerry Reno <[EMAIL PROTECTED]> writes: > And what do you do when people have cookies turned off as many do? I hang my head in shame. I know that this is a problem. But maybe companies' intranet applications can require a bit more from the web browsers than other websites. If you write down wh

Re: Jetspeed-2 install problems

2003-11-18 Thread Gerry Reno
After moving maven goals catalina:base-shared and catalina:shared from maven.xml to portal/maven.xml and shutdown, redeploy, startup I finally got something with J2 under Tomcat 4.1.24 -- the logo! That's it, just the logo. No login, nothing else. Checking the log I see this error: Capabili

RE: Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4

2003-11-18 Thread Doherty, Sean
It will still return a TurbineUser type, but you will be able to cast the returned object to your class and access the methods you've added. ...and you're welcome. Sean -Original Message- From: Celeste Haseltine [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 2:40 PM To: 'Jets

RE: Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4

2003-11-18 Thread Celeste Haseltine
Sean, Ahh! I didn't catch that part. Thank you!! So when I update the JetspeedSecurity.properties file to use my custom user class (UnifocusUser), does that mean that the runData.getUser() method will return a User class of type UnifocusUser, or is it still of type TurbineUser? Or does updatin

RE: Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4

2003-11-18 Thread Doherty, Sean
You need to update the JetspeedSecurity.properties file to specify your class as the User class. Specifically, you need to update the "services.JetspeedSecurity.user.class" property. You may also need to provide your own implementation of the UserManagement class if your UnifocusUser class needs

RE: upload

2003-11-18 Thread Gregory Joseph
> You will need to adjust the max file size allowed for upload Well, except this size suits me. I just want to warn the users if the file has *not* been uploaded >Unfortunately, the Turbine servlet likes to swallow the upload service's error making this issue >incredibly hard to debug. This er

Question on Extending the BaseJetspeedUser Object in Jetspeed 1.4

2003-11-18 Thread Celeste Haseltine
I'm having a problem extending the BaseJetspeedUser class to handle additional fields that we need to add to the Turbine User table. Bottom line, how do I go about accessing this custom object in a portlet? If I cast the TurbineUser object returned by the method runData.getUser() to my UnifocusUs

RE: upload

2003-11-18 Thread Weaver, Scott
You will need to adjust the max file size allowed for upload Example: # # The maximum size of a request that will be processed. # services.UploadService.size.max=104857600 Unfortunately, the Turbine servlet likes to swallow the upload service's error making this issue incredibly hard to debug.

upload

2003-11-18 Thread Gregory Joseph
Hi list, I'm trying to upload files in one of my portlets: It works fine, until i try to upload a too large file: unfortunately in that case the doBlah method of my action is not even called: i just get some log statements that tell me the file was too large. If in my custom properties file i set

Re: 1.5 dev demo

2003-11-18 Thread Gerry Reno
--- Jun Yang <[EMAIL PROTECTED]> wrote: > Gerry Reno wrote: > > > Ok, I like the drag and drop customizer although for me I would > drag > >and drop but the portlet would move right back to its original > >position. > > > Make sure you drag it over a "sink" while lights up in red when your > mo

Re: 1.5 dev demo

2003-11-18 Thread Jun Yang
Can this be caused by more than one session of user "turbine" using the customizer at the same time? Jun Tim Colson wrote: drag and drop customizer and delay rendering sample portlet "Delay render Stock Portlet" Ok, got to the enhanced 50/50 layout... dragged a few things. Cool. Then cli

RE: 1.5 dev demo

2003-11-18 Thread Gerry Reno
Like the parent and alphabet filtering. Gerry Reno --- Jeremy Ford <[EMAIL PROTECTED]> wrote: > Other recent additions include: > > 1) Ability to filter by parents when adding portlets to the psml > 2) Filtering support for the registry browsers. Currently, the > Portlet > Browser is the only

Re: 1.5 dev demo

2003-11-18 Thread Jun Yang
Gerry Reno wrote: Ok, I like the drag and drop customizer although for me I would drag and drop but the portlet would move right back to its original position. Make sure you drag it over a "sink" while lights up in red when your mouse cursor is over it. Jun On the stock portlet, I would like

Re: Two questions concerning security

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 09:48 AM, Holger Dewes wrote: Hello, I started playing around with security and two questions popped up. 1) I'm using role-merging profiler with role-fallback, i.e. the PSML of the user's role(s) is/are merged into the new user's PSML. Fine so far, but it seems

Re: AbstractPortlet or GenericMVCPortlet?

2003-11-18 Thread Jun Yang
One more reason for extending GenericMVCPortlet: now it supports delayed rendering of slow portlets. Jun David Sean Taylor wrote: On Tuesday, November 18, 2003, at 01:07 AM, [EMAIL PROTECTED] wrote: I am beginning to write a complex portlet which use jsp technology,but I have a doubt,what is

RE: 1.5 dev demo

2003-11-18 Thread Jeremy Ford
Other recent additions include: 1) Ability to filter by parents when adding portlets to the psml 2) Filtering support for the registry browsers. Currently, the Portlet Browser is the only one that uses it 3) New alphabet navigation for the registry browsers as well as when adding portlets to the

Re: 1.5 dev demo

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 10:12 AM, Tim Colson wrote: drag and drop customizer and delay rendering sample portlet "Delay render Stock Portlet" Ok, got to the enhanced 50/50 layout... dragged a few things. Cool. Then clicked to removed an item and got a Horrible Exception. :-( yes thats

Re: 1.5 dev demo

2003-11-18 Thread Jun Yang
I just tried it on IE 6.0, Firebird 0.7 and Mozilla 1.5. All worked. Drag-and-drop customizers were developed and tested on Mozilla and IE 6. Now that someone has figured out how to install multiple versions of IE on the same machine, I may be able to look at supporting IE 5.5 and maybe 5.0.

Re: 1.5 dev demo

2003-11-18 Thread Gerry Reno
Ok, I like the drag and drop customizer although for me I would drag and drop but the portlet would move right back to its original position. On the stock portlet, I would like to see a timestamp of some kind and something that could say something like "at : quotes delayed XX minutes". Gerry Re

RE: 1.5 dev demo

2003-11-18 Thread Tim Colson
> drag and drop customizer and delay rendering sample portlet "Delay > render Stock Portlet" Ok, got to the enhanced 50/50 layout... dragged a few things. Cool. Then clicked to removed an item and got a Horrible Exception. :-( Horrible Exception: java.lang.reflect.InvocationTargetException at

Re: AbstractPortlet or GenericMVCPortlet?

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 01:07 AM, [EMAIL PROTECTED] wrote: I am beginning to write a complex portlet which use jsp technology,but I have a doubt,what is the difference between public class MyPortlet extends AbstractPortlet and public class MyPortlet extends GenericMVCPortlet Which

Re: 1.5 dev demo

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 09:59 AM, Gerry Reno wrote: Is there anything in particular that we should try out? I'm going to take a look. drag and drop customizer and delay rendering sample portlet "Delay render Stock Portlet" -

Re: 1.5 dev demo

2003-11-18 Thread Gerry Reno
Is there anything in particular that we should try out? I'm going to take a look. Gerry Reno --- David Sean Taylor <[EMAIL PROTECTED]> wrote: > I installed a 1.5-dev demo at www.bluesunrise.com/jetspeed for you > all > to try out. > To my disappointment, the drag and drop customizer doesn't w

RE: 1.5 dev demo

2003-11-18 Thread Mark Orciuch
I pretty much agree with Scott. IMO, Any subsequent releases of Jetspeed-1 should concentrate on bug fixes and core functionality. But I think we should be open to any interesting contributions as long as one of us has time to integrate them without destabilizing the product. Best regards, Mark O

AbstractPortlet or GenericMVCPortlet?

2003-11-18 Thread troppfigo
I am beginning to write a complex portlet which use jsp technology,but I have a doubt,what is the difference between public class MyPortlet extends AbstractPortlet and public class MyPortlet extends GenericMVCPortlet Which I must use to develop my portlet,and why? Thanks

Two questions concerning security

2003-11-18 Thread Holger Dewes
Hello, I started playing around with security and two questions popped up. 1) I'm using role-merging profiler with role-fallback, i.e. the PSML of the user's role(s) is/are merged into the new user's PSML. Fine so far, but it seems that security references are not copied, which is bad because I d

RE: J2: maven goals

2003-11-18 Thread Weaver, Scott
David, I have already made the changes and tested them here in my local drop. Once we get a positive vote, I will move the two maven.xml files up to the CVS. Regards, ** | Scott T Weaver | | <[EMAIL PROTECTED]>| | Apache Jetspeed Por

RE: 1.5 dev demo

2003-11-18 Thread Weaver, Scott
Hi Celeste, Well, the idea with getting 1.4 to final was to: 1. Resolve most of the critical bugs. 2. Get an actual final release of Jetspeed 1 out. 3. Make it so those who have been diligently supporting and maintaining Jetspeed 1, can start to focus their efforts on Jetspeed 2. With tha

Re: J2: maven goals

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 08:44 AM, Gerry Reno wrote: The catalina:shared and catalina-base:shared goals currently are a dependency of allBuild. Shouldn't these really be a dependency of the 'deploy' goal? In fact, I noticed that when trying to switch between Tomcat versions and redep

Re: 1.5 dev demo

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 09:25 AM, Tim Colson wrote: To my disappointment, the drag and drop customizer doesn't work on Safari :-( And it crashes on IE 6 :-( Oh well Dumb question - but where can I find a link to the drag and drop customizer? Go into the customizer and select any of the

RE: 1.5 dev demo

2003-11-18 Thread Weaver, Scott
Hi Tim, You have to select the "Enhanced" version from the layout selection, like "Enhanced 33/33/33" p.s. It works fine in Firebird 0.7, which; consequently, is my primary browser ;) Regards, ** | Scott T Weaver | | <[EMAIL PROTECTED]>

RE: 1.5 dev demo

2003-11-18 Thread Celeste Haseltine
David, Thanks for putting this up on a server. Does anyone want to hazard a guess as to when 1.5 will go "final". Celeste -Original Message- From: David Sean Taylor [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 10:51 AM To: 'Jetspeed List' Subject: 1.5 dev demo I install

RE: 1.5 dev demo

2003-11-18 Thread Tim Colson
> To my disappointment, the drag and drop customizer doesn't work on > Safari :-( > And it crashes on IE 6 :-( > Oh well Dumb question - but where can I find a link to the drag and drop customizer? I assumed this might be some DHTML magic... but layout customize seems to be the same as before.

1.5 dev demo

2003-11-18 Thread David Sean Taylor
I installed a 1.5-dev demo at www.bluesunrise.com/jetspeed for you all to try out. To my disappointment, the drag and drop customizer doesn't work on Safari :-( And it crashes on IE 6 :-( Oh well if anyone had an account that they were actually using there, let me know and I'll restore it. Ther

J2: maven goals

2003-11-18 Thread Gerry Reno
The catalina:shared and catalina-base:shared goals currently are a dependency of allBuild. Shouldn't these really be a dependency of the 'deploy' goal? In fact, I noticed that when trying to switch between Tomcat versions and redeploy to the new version that jars were missing in shared/lib beca

Re: Jetspeed2 compile problem -> BUILD SUCCESSFUL !!

2003-11-18 Thread [EMAIL PROTECTED]
I don´t know why, but after this it was working. I didn´t touched anything, i was in the supermarked ;) .. I could successfully deploy J2 to tomcat and the application starts up .. Thank´s a lot! Felix David Sean Taylor wrote: On Tuesday, November 18, 2003, at 03:09 PM, [EMAIL PROTECTED] wrote

Re: Jetspeed-2 install problems

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 03:23 PM, Gerry Reno wrote: Here are some of my observations trying to get JS2 running: I have two Tomcat installations: jakarta-tomcat-4.1.24 jakarta-tomcat-5.0.14 Pluto: Pluto gets the following error when trying to run under Tomcat 4.1.24: Jetspeed-2:

Re: Jetspeed2 compile problem -> Testcase: testLoadCache FAILED

2003-11-18 Thread David Sean Taylor
On Tuesday, November 18, 2003, at 03:09 PM, [EMAIL PROTECTED] wrote: Hi Scott, if I am right, he is looking for the file "testFile-5.psml" in the directory "X:\cvs\jakarta-jetspeed-2\portal\test\testdata\psml\user\cachetest" ? The file is there, not write protected and another test, a "marven

RE: Jetspeed-2 install problems

2003-11-18 Thread Gerry Reno
Here are some of my observations trying to get JS2 running: I have two Tomcat installations: jakarta-tomcat-4.1.24 jakarta-tomcat-5.0.14 Pluto: Pluto gets the following error when trying to run under Tomcat 4.1.24: 2003-11-18 10:04:47 ServiceManager: An unidentified error occurred org.xml.sa

Re: Jetspeed2 compile problem -> Testcase: testLoadCache FAILED

2003-11-18 Thread [EMAIL PROTECTED]
Hi Scott, if I am right, he is looking for the file "testFile-5.psml" in the directory "X:\cvs\jakarta-jetspeed-2\portal\test\testdata\psml\user\cachetest" ? The file is there, not write protected and another test, a "marven clean" with a following "maven war" failed again. I tested it three

RE: Jetspeed2 compile problem -> Testcase: testLoadCache FAILED

2003-11-18 Thread Weaver, Scott
Hi Felix, I looked at line 159 in TestFileCache, that assertion fails because one of the documents couldn't be retrieved from the cache. Try running the test again (if you haven't already). If it fails again try a "maven clean" from the /portal directory and run the test again. Hth, *==

Re: Jetspeed2 compile problem -> Testcase: testLoadCache FAILED

2003-11-18 Thread [EMAIL PROTECTED]
Ups .. there is another error while try to compile "procedure 2" in the step "build jetspeed portal". When I try -> $J2_HOME/portal maven war Testcase: testLoadCache took 10,004 sec FAILED null junit.framework.AssertionFailedError at org.apache.jetspeed.cache.file.TestFileCache.testLoadCa