Re: trunk-merge

2008-01-06 Thread CDoremus
Hi Elliot, Don't be bashful about helping us. We appreciate it and can use all the help we can get./Craig -Elliot Metsger <[EMAIL PROTECTED]> wrote: -To: pluto-dev@portals.apache.orgFrom: Elliot Metsger <[EMAIL PROTECTED]>Date: 01/06/2008 02:27PMSubject: Re: trunk-mergeAgain sorry for the b

Re: trunk-merge

2008-01-06 Thread Elliot Metsger
Again sorry for the breakage :-) Don't want to hold you guys up on the 286 work. Best, Elliot Torsten Dettborn wrote: Hi Elliot, thanks for the fast update. mvn compile works fine. :) Thanks Torsten Elliot Metsger schrieb: Ok, my bad. My stupid patch from the 1.1.x branch broke it - it

Re: trunk-merge

2008-01-06 Thread Torsten Dettborn
Hi Elliot, thanks for the fast update. mvn compile works fine. :) Thanks Torsten Elliot Metsger schrieb: > Ok, my bad. My stupid patch from the 1.1.x branch broke it - it merged in a > whole bunch of bad stuff into PortletResponseImpl. > > I just reverted the patch and committed it, so if you

Re: trunk-merge

2008-01-06 Thread Elliot Metsger
Ok, my bad. My stupid patch from the 1.1.x branch broke it - it merged in a whole bunch of bad stuff into PortletResponseImpl. I just reverted the patch and committed it, so if you do an svn update and mvn compile it should be good. Sorry again for all the hassle. I shouldn't do stuff so la

Re: trunk-merge

2008-01-06 Thread Torsten Dettborn
Hi Elliot, I have updated my local repository and made a second run, with maven and got this error messages. Thanks Torsten [INFO] [jar:jar] [INFO] Building jar: D:\Repositories\1.1-286-trunk-merge-060108\pluto-descriptor-impl\target\pluto-descriptor-impl-2.0.0-SNAPSHOT.jar [INFO] [install:in

Re: trunk-merge

2008-01-06 Thread Elliot Metsger
Ack! That's no good. Are you using the 286 merge branch? Are you using Maven to build or are you using Eclipse (or another IDE)? Commit r609273 and r609358 added test dependencies on jmock-cglib (1.2.0), spring-mock (2.0.2), and spring-core (v2.0.2). If you have those libraries in your c

Re: trunk-merge

2007-12-09 Thread CDoremus
om: [EMAIL PROTECTED]Date: 12/09/2007 01:50PMSubject: Re: trunk-merge> > size=2>Ben, I tried the> introduction_jsp.patch out locally and got the following stack trace when> I arrived on the test page:javax.portlet.PortletException:> java.lang.IllegalArgumentException: A malformed URL has

Re: trunk-merge

2007-12-09 Thread ben
> size=2>Ben, I tried the > introduction_jsp.patch out locally and got the following stack trace when > I arrived on the test page:javax.portlet.PortletException: > java.lang.IllegalArgumentException: A malformed URL has occured at > I received the same problem last night when I was working

Re: trunk-merge

2007-12-09 Thread CDoremus
PROTECTED]Date: 12/08/2007 11:32AMSubject: Re: trunk-merge> there's still work to be done. The testsuite portlets don't error out, but> the test links are missing from the portlets. Ben, can you take a look at> this?> /CraigCraig,I do not really have time to test this out ri

Re: trunk-merge

2007-12-08 Thread ben
> there's still work to be done. The testsuite portlets don't error out, but > the test links are missing from the portlets. Ben, can you take a look at > this? > /Craig Craig, I do not really have time to test this out right now, but I suspect that this patch should solve the problem. There was

Re: trunk-merge

2007-12-08 Thread CDoremus
Torsten, Added missing ccpp.jar file to shared/lib of Tomcat and META-INF/pluto.properties in pluto-container.jar, which built and got the Pluto portal to start. Still. most of the portlets were erroring out, so there's still work to be done. The testsuite portlets don't error out, but the test lin

Re: trunk-merge

2007-12-07 Thread csev
Christian, This is the perfect level of detail - there will be some work - and you are going to work to make it a little easier here and there. Now if I get some time - I can know what to scan for in the source. I think that key thing to remember in terms of the factoring is making sure tha

Re: trunk-merge

2007-12-07 Thread Christian Raschka
Hi Chuck, there are a few new SPI's that you must implement: CCPPProfileService.java EventProvider.java PublicRenderParameterProvider.java FilterManager.java ResourceURLProvider.java Most of the functionality lies in the portal, because it is not possible in the container (e.g. the events.) There

Re: trunk-merge

2007-12-07 Thread csev
Torsten - I understand JSR-286 - that tells portlet writers how to write new-style portlets. I am curious for those of us who have portals based on Pluto 1.1.x - we wrote a bunch of code to make Pluto 1.x handle our JSR-168 support - things like preference store providers, user attribute pr

Re: trunk-merge

2007-12-07 Thread Torsten Dettborn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Chuck, the specification proposed final version has a list of all changes of the specification. See PLT.2.6.3 in rev. 30 http://hnsp.inf-bb.uni-jena.de/spec/JSR%202.0%20Spec/PortletSpec_20_noTrackChanges.pdf Hope it helps you to get an overvie

Re: trunk-merge

2007-12-07 Thread csev
Has anyone written up a basic outline/summary of the kinds of additional SPI implementations we will need to support 286 in our portal containers? I am just trying to anticipate how mush work it will be to go from Pluto 1.x to Pluto 2.x in Sakai. Thanks in advance. No rush. /Chuck On D

Re: trunk-merge

2007-12-07 Thread CDoremus
Hi Torsten,Thanks for your help. Please commit what you have done so far. I am out-of-town right now and will take a look at it when I get back./Craig-"Torsten Dettborn" <[EMAIL PROTECTED]> wrote: -To: From: "Torsten Dettborn" <[EMAIL PROTECTED]>Date: 12/07/2007 05:10AMSubject: trunk-mergeH