Re: VOTE: Release Apache Roller 3.1 RC7 fix release

2007-04-02 Thread Matt Raible
+1 - I didn't download and test, but 7 release candidates ensures quality in my mind. ;-) Matt On 4/2/07, Dave <[EMAIL PROTECTED]> wrote: Has anybody taken a look at RC7 yet? If not, please do! We need to get this release out. Please download it and at least do some quick sanity tests like pos

Re: Struts 2 Spring dependencies

2007-04-04 Thread Matt Raible
On 4/4/07, Dave <[EMAIL PROTECTED]> wrote: We've got the Spring 1.2.8 spring.jar in tools/spring-1.2 directory for Acegi, which I believe is the all-in-one Spring jar. So, we probably don't need all of those Spring jars in tools/struts-2.0.5. I think we can safely delete spring-aop-1.2.8.jar, sp

Re: okay to delete old code?

2007-04-05 Thread Matt Raible
+1 On 4/5/07, Elias Torres <[EMAIL PROTECTED]> wrote: +1 Allen Gilliland wrote: > since 4.0 is a major rev i'd like to take the opportunity to do a bit of > house cleaning where appropriate and delete some of the old code which > has been lying around for a while or just has no usages. things

Re: planet.sun.com

2007-04-08 Thread Matt Raible
It *does* look nice. Are there instructions for setting this up? Is Planet's version number the same as Roller's? Thanks, Matt On 4/6/07, Dave <[EMAIL PROTECTED]> wrote: Looks like Allen has deployed the latest Roller-Planet code. http://planet.sun.com/ Congrats Allen, it looks really ni

Re: ApacheCon Europe 2007 - Roller and Acegi Security

2007-04-10 Thread Matt Raible
No - this presentation was turned down, so I never created the presentation. The good news some folks have been working on OpenID support for Acegi, so it should be easy to OpenID-enable Roller in the next month or so. Matt On 4/10/07, paksegu <[EMAIL PROTECTED]> wrote: Hi Matt, I would like

Re: struts1 -> struts2 migration

2007-04-16 Thread Matt Raible
I'd love to help with this migration, but unfortunately have too much on my plate to do anything. Since I've already done a Struts 1 -> Struts 2 migration on a couple projects, hopefully I can help w/ any questions you might have. From the looks of it, you've probably figured most things out. Mat

Re: Release Apache Roller 3.1 RC8

2007-04-17 Thread Matt Raible
;t know if that helps. Matt On 4/17/07, Dave <[EMAIL PROTECTED]> wrote: On 4/17/07, Anil Gangolli <[EMAIL PROTECTED]> wrote: > Matt (Raible) reported a similar problem, I think on 3.0 or an earlier 3.1 > candidate? Was that ever resolved? Yes. Matt reported that but I was

Re: Release Apache Roller 3.1 RC8

2007-04-18 Thread Matt Raible
is is not a bug, just me getting confused :( > > the rest of my tests went fine, so i am +1 on RC8. > > -- Allen > > > Matt Raible wrote: >> Here's the bug for it: >> >> http://opensource.atlassian.com/projects/roller/browse/ROL-1349 >> >> I b

Math Authenticator requires values for preview and post

2007-04-18 Thread Matt Raible
Currently, the Math Authenticator requires users to answer the math question to preview, as well as to post. More user friendly behavior (IMO of course): 1. If a value is entered on the Preview, hold on to it and display it while previewing. 2. Don't require a value for preview. Thoughts? Matt

Re: Release Apache Roller 3.1 RC8

2007-04-18 Thread Matt Raible
. I don't about 1347, it sounds like Dave submitted a fix a while ago to actually fix that one. In any case, I am still +1 on the release. -- Allen Matt Raible wrote: > I think it needs to be heavily documented if we're going to release > R8. For example: > > If you set a b

Re: Math Authenticator requires values for preview and post

2007-04-18 Thread Matt Raible
Added to JIRA: http://opensource.atlassian.com/projects/roller/browse/ROL-1392 Matt On 4/18/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: Matt Raible wrote: > Currently, the Math Authenticator requires users to answer the math > question to preview, as well as to post. More u

Re: removing cookieLogin check from struts2 profile form

2007-04-19 Thread Matt Raible
The old code probably did some checking in the edit() method to see if the user logged in with Remember Me. If so, it set that value, which the JSP checked and hid the fields for. A better solution for the JSP is to remove the fields completely, then use a Preparable interface on UserAction (or w

Re: removing cookieLogin check from struts2 profile form

2007-04-19 Thread Matt Raible
On 4/19/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: Matt Raible wrote: > The old code probably did some checking in the edit() method to see if > the user logged in with Remember Me. If so, it set that value, which > the JSP checked and hid the fields for. I looked at that,

Re: CP: roller inquiry

2007-04-24 Thread Matt Raible
Fred, This seems like something that's more appropriate for the Roller Dev list. I've cc'd the list for your convenience. Matt On 4/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Would integration with cocoment be possible in roller? CoComent allows you to track conversations.. Rqw code

Re: authentication with ajax pages

2007-04-26 Thread Matt Raible
Here's a way to authenticate with Acegi using Ajax: http://www.jroller.com/page/sjivan?entry=ajax_based_login_using_aceci Matt On 4/26/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: So, I've been playing a bit with struts2 and some of its ajax support and the cool thing is that we can get a pr

Re: Patch for ROL-1136

2007-04-27 Thread Matt Raible
+1 to adding this feature. On 4/27/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: I've reviewed this patch and tested it out and everything looks good to me, so I am +1 to committing this work. I am in favor of adding a screen name attribute to the User profile so that we can have a field separ

Re: struts1 -> struts2 migration

2007-04-27 Thread Matt Raible
t;>>> Right now I am thinking of some ways to streamline the process for >>>> accessing data and doing operations which are basically required for >>>> all >>>> actions. For example, in pretty much every action we have a test like >>>> this ... &

Re: static web.xml file

2007-05-01 Thread Matt Raible
+1 On 5/1/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: I believe that this has been discussed before and that people were in favor of eliminating more of our xdoclet generation stuff so I'd like to go ahead and remove the xdoclet generation of the web.xml file and replace it with a static web.

Re: dbscripts in trunk

2007-05-14 Thread Matt Raible
On 5/14/07, Dave <[EMAIL PROTECTED]> wrote: On 5/14/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: > Dave wrote: > > On 5/14/07, Anil Gangolli <[EMAIL PROTECTED]> wrote: > >> I'm in favor of an installer but I'd suggest keeping it separate from the > >> webapp itself; I may not be grasping the ra

Re: Proposal: 3.1.1 release

2007-05-14 Thread Matt Raible
+1 On 5/14/07, Elias Torres <[EMAIL PROTECTED]> wrote: Go for it. +1 -Elias Dave wrote: > I'm put together a proposal together for a quick 3.1.1 fix release: > http://cwiki.apache.org/confluence/display/ROLLER/Proposal+Roller+3.1.1+Release > > > I'd like to get this out very soon. Thoughts? >

Re: dbscripts in trunk

2007-05-14 Thread Matt Raible
On 5/14/07, Dave <[EMAIL PROTECTED]> wrote: On 5/14/07, Matt Raible <[EMAIL PROTECTED]> wrote: > On 5/14/07, Dave <[EMAIL PROTECTED]> wrote: > > On 5/14/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: > > > Dave wrote: > > > > On 5/14/07, An

Re: Fixing the Roller installation process

2007-05-16 Thread Matt Raible
I think the easiest way to make Roller portable among app server is to make everything self-contained w/in the WAR itself. We did this for security when we added in Acegi. We can do this for JavaMail pretty easily (I actually did it once to prove a point to the JavaLobby guys). For a DataSource, y

Re: struts1 -> struts2 migration

2007-05-16 Thread Matt Raible
>> >> I support making the jump to struts2 directly if that seems cleaner >>> >> to >>> >> you. >>> >> >>> >> --a. >>> >> >>> >> >>> >> - Original Message - >>> >> From:

Re: About i18n ResourceBundle search algorithm

2007-05-16 Thread Matt Raible
To solve this problem in AppFuse, we've created an ApplicationResources_en.properties that has the following in it: # Empty resources file so JSTL resolves the default locale correctly. # http://raibledesigns.com/page/rd/sunsets/i18n_synching_up_struts_and#comment2 ;-) Matt On 5/16/07, Miles H

Re: planetManager.getPlanet() should use planet handle instead of id

2007-05-16 Thread Matt Raible
There doesn't appear to be anything attached. ;-) Matt On 5/16/07, Miles Huang <[EMAIL PROTECTED]> wrote: The planet shipped with roller doesn't working. Attached a patch file here for reference. It's just a quick search and replacement work. Re, Miles. -- http://raibledesigns.com

Re: Fixing the Roller installation process

2007-05-17 Thread Matt Raible
On 5/17/07, Dave <[EMAIL PROTECTED]> wrote: On 5/16/07, Sean Gilligan <[EMAIL PROTECTED]> wrote: > Lately, I've been using JNDI and Tomcat's context.xml for configuring > webapps (in turn I use Spring to do JNDI lookups and inject config > parameters, so components don't have dependencies on JNDI

Re: Fixing the Roller installation process

2007-05-17 Thread Matt Raible
On 5/17/07, Dave <[EMAIL PROTECTED]> wrote: On 5/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > The problem with ditching Acegi is we have to add back in our own > custom Remember Me and SSL Switching logic. Also, you'd have to > document how to create a JDBC Realm f

Re: Fixing the Roller installation process

2007-05-17 Thread Matt Raible
On 5/17/07, Dave <[EMAIL PROTECTED]> wrote: On 5/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > I can't argue with 1 or 3, but #2 seems to mean that users will be > required to use a container that supports OpenSSO or OpenID in order > get those features. Acegi has Ope

Re: Guice: dependency injection for dummies

2007-05-19 Thread Matt Raible
IMO, the best reason to use DI is to simplify testing. Is the current backend code easy to test and maintain? Would using DI make it easier? Would it make easier for developers to understand Roller's codebase? I'm definitely +1 for moving to a DI architecture because I think I'd understand it bet

Re: Guice: dependency injection for dummies

2007-05-19 Thread Matt Raible
If to use the annotations stuff from Guice or Spring 2.1, you can annotate private variable. While this is a cool feature, it doesn't make things easier to test AFAIK. Matt On 5/19/07, Dave <[EMAIL PROTECTED]> wrote: On 5/19/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: > > Some objects are g

Re: New 'design' tab in ui menu

2007-05-21 Thread Matt Raible
Looks good! +1 Matt On 5/21/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: I mentioned this before but never officially proposed it or provided a screenshot, so here it is ... http://cwiki.apache.org/confluence/download/attachments/47349/Screenshot-2.png I'd like to add a new tab to the ui m

Re: Checking in roller.tld

2007-05-22 Thread Matt Raible
+1 to removing XDoclet's generation of XML-based artifacts. Matt On 5/22/07, Dave <[EMAIL PROTECTED]> wrote: What the heck... Anybody opposed to checking in and no longer generating all of our remaining XDoclet generated web configs: * Struts 1.x validation.xml * Struts 1.x struts-config.xml

Re: VOTE: Release Apache Roller 3.0.1 RC2 fix release

2007-05-24 Thread Matt Raible
No votes eh? Is this still being voted on? On 4/13/07, Dave <[EMAIL PROTECTED]> wrote: A new release candidate RC2 for Roller 3.0.1 is ready. Here are the changes since RC1: - In ./WEB-INF/velocity/weblog.vm instances of "$utilities.escapeHTML($cform.name)" have been replaced with "$utils.escap

Re: VOTE: Release Apache Roller 3.0.1 RC2 fix release

2007-05-24 Thread Matt Raible
Can I vote w/o testing? ;-) If so, here's my +1. I'll help support it if I see issues reported that I know the answer to. Matt On 5/24/07, Dave <[EMAIL PROTECTED]> wrote: On 5/24/07, Matt Raible <[EMAIL PROTECTED]> wrote: > No votes eh? Is this still being voted on?

Re: VOTE: release RC3 as Apache Roller 3.0.1 (incubating)

2007-05-24 Thread Matt Raible
+1 ;-) On 4/21/07, Dave <[EMAIL PROTECTED]> wrote: Due to a last minute bug, we had to respin the 3.1 and 3.0.1 builds and reset the votes. A new release candidate RC2 for Roller 3.0.1 is ready. Here are the changes since RC2: - Corrected references to legacy $entry variable in three included

Re: VOTE: release RC9 as Apache Roller 3.1

2007-05-24 Thread Matt Raible
+1 Sorry if this is old, I'm cleaning out starred e-mails from the last couple months. Matt On 4/22/07, Craig L Russell <[EMAIL PROTECTED]> wrote: +1 to release I downloaded the release and ran rat on it. There are many files that have no license in them, notably many .xml files. According to

Re: svn commit: r541710 - /roller/trunk/src/META-INF/persistence.xml

2007-05-25 Thread Matt Raible
The spaces seem kinda strange? org/apache/roller/pojos/AutoPingData.orm.xml On 5/25/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: agilliland Date: Fri May 25 09:14:24 2007 New Revision: 541710 URL: http://svn.apache.org/viewvc?view=rev&rev=541710 Log: need persistence.xml file

Re: some code cleanup and refactorings for 4.0

2007-05-29 Thread Matt Raible
On 5/29/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: Since 4.0 is a major release I'd like to suggest some cleanup and refactoring work which has no real bearing on functionality but I think provides some nice cleanup to the project and makes the code easier to understand and read. These don't

Re: some code cleanup and refactorings for 4.0

2007-05-29 Thread Matt Raible
OK, then I'm +1 on these changes. Matt On 5/29/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: Matt Raible wrote: > On 5/29/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: >> Since 4.0 is a major release I'd like to suggest some cleanup and >> refactor

[Review] Outline for Covalent Webinar Next Week

2007-05-31 Thread Matt Raible
Good evening gents, As you may already know, I'm doing a webinar on Roller for Covalent next week. The webinar is titled "Introduction to Apache Roller" and is pretty much designed to match the title. You can read more about it (and register!) at: http://tinyurl.com/24eguw. I hope to blog about

Re: Roller 4.0 data model diagram

2007-06-01 Thread Matt Raible
Did you forget an attachment? On 6/1/07, Dave <[EMAIL PROTECTED]> wrote: Here's a simple Open Office diagram (in PNG form) that I'm working on for the dev guide. It shows the 4.0 data model, not including the Planet tables. I think it's reasonably complete. Suggestions for improvement? - Dave

Re: Does Roller support rel="nofollow"

2007-06-05 Thread Matt Raible
I believe we added support for it a while back. However, when I view source on my blog (www.raibledesigns.com), I don't see it anywhere. Matt On 6/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Does anybody know if Roller support this new attribute in anchor tag? Henry -- http://raibled

Re: Roller to support Akismet

2007-06-06 Thread Matt Raible
Do you get a lot of spam? I get about 1 per month (that I actually see). Matt On 6/6/07, Dave <[EMAIL PROTECTED]> wrote: On 6/6/07, Allen Gilliland <[EMAIL PROTECTED]> wrote: > The 4.0 release will introduce the idea of comment validators which are > pluggable anti-spam measures for comments a

Re: Proposal: Introduce DI with Guice

2007-06-21 Thread Matt Raible
+0 I like the idea of DI but Guice seems somewhat invasive to me, where it's likely less invasive to use something like Spring that doesn't require annotations in your code. However, I know this is a often-used initial reaction to Guice and despite it - lots of people love Guice. I wonder how man

Re: what to do with decorator templates?

2007-07-05 Thread Matt Raible
I like decorators and have found them useful for my site for the last couple of years. I'm assuming there will be a similar feature if they're eliminated? I hope I don't have to revert to using some include header/footer/menu mechanism. Matt On 7/5/07, Elias Torres <[EMAIL PROTECTED]> wrote: +1

Re: comment formatting and escaping is a bit kludgy

2007-07-12 Thread Matt Raible
I've been skimming this thread, but not thoroughly reading each message. One of the things I'd like to see (that doesn't happen now) is to allow full HTML - no ifs ands or buts. Meaning that I can add JavaScript or any HTML tags I'd like to a comment. In addition, it would be nice to add some comm

Re: comment formatting and escaping is a bit kludgy

2007-07-12 Thread Matt Raible
<[EMAIL PROTECTED]> wrote: Matt Raible wrote: > I've been skimming this thread, but not thoroughly reading each message. > One > of the things I'd like to see (that doesn't happen now) is to allow full > HTML - no ifs ands or buts. Meaning that I can add JavaScript

Re: roller + javaee + geronimo

2007-07-20 Thread Matt Raible
On 7/18/07, David Jencks <[EMAIL PROTECTED]> wrote: I've been working with Peter Petersson to get roller 4 running on geronimo 2, and we've now succeeded. As a result we have some ideas to make roller more javaee friendly and geronimo friendly. Great! See my comments below: 1. Provide an op

Re: Struts 2.0.9

2007-07-24 Thread Matt Raible
No objections here. On 7/24/07, Dave <[EMAIL PROTECTED]> wrote: Any objections to upgrading trunk to Struts 2.0.9 as soon as possible? http://struts.apache.org/2.x/docs/s2-001.html - Dave -- http://raibledesigns.com

Re: svn commit: r559865 - /roller/trunk/apps/weblogger/web/WEB-INF/security.xml

2007-07-26 Thread Matt Raible
You could also reset the authentication object: // reset the authentication object if current user 107 Authentication auth = SecurityContextHolder.getContext().getAuthentication(); 108 if (auth != null && auth.getPrincipal() instanceof UserDetails) { 109 Us

Re: Apache Roller 3.1.1 RC1 ready for testing

2007-07-25 Thread Matt Raible
Sorry - haven't had time to test, too busy (a.k.a. not a priority). ;-) Matt On 7/8/07, Dave <[EMAIL PROTECTED]> wrote: This test release includes these bug fixes/improvements: * [ROL-1410] - Cast database results to Number, not Integer * [ROL-1471] - Resource servlet does not work pro

CompressionFilter for *.css and *.js

2007-07-26 Thread Matt Raible
Howdy all, I started playing with the new YSlow Firebug extension this morning. From the report on my site (I got an F), I noticed that CSS and JS aren't gzipped. What do you think about adding the following to web.xml by default? CompressionFilter *.css CompressionFilter *.js

Re: svn commit: r564654 - in /roller/trunk/apps/weblogger/web/WEB-INF/jsps/editor: EntryAdd.jsp EntryEdit.jsp

2007-08-10 Thread Matt Raible
Here's another option you might try (thought I think your solution is good enough): http://raibledesigns.com/rd/entry/howto_set_the_default_submit Matt On 8/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: snoopdave > Date: Fri Aug 10 09:27:25 2007 > New Revision: 564654 > > URL: ht

Did Comment Logic Change recently?

2007-08-10 Thread Matt Raible
Did the subject logic for comments change recently? I remember when I wrote it a while back it would prepend "RE: " to the comment subjects. That worked great for setting up threads in GMail. However, now there is no "RE:" and all comments show up as individual messages rather than in a threaded me

Re: Did Comment Logic Change recently?

2007-08-10 Thread Matt Raible
Done: http://opensource.atlassian.com/projects/roller/browse/ROL-1529 On 8/10/07, Dave <[EMAIL PROTECTED]> wrote: > On 8/10/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Did the subject logic for comments change recently? I remember when I > > wrote it a while back

Re: roller + javaee + geronimo

2007-08-10 Thread Matt Raible
Thanks Peter! Most of the active developers on this project prefer (and use) Ant. However, I've recently started using Maven more and more on my projects. If your patch doesn't require any directory relocations and such, I'd be happy to apply it and maintain the Maven side of things. It'd make thin

Re: Apache Roller August 2007 board report

2007-08-13 Thread Matt Raible
You should probably change the following: for example we migrated from Struts 1 to Struts 1 to: for example we migrated from Struts 1 to Struts 2 Matt On 8/13/07, Dave <[EMAIL PROTECTED]> wrote: > I just sent in the August 2007 board report below, you can also find it here: > http://cwiki.apac

Mountain View Tech Meetup Tomorrow (Wednesday)

2007-08-14 Thread Matt Raible
Any Roller developers or users want to get together for a Tech Meetup in Mountain View tomorrow? http://raibledesigns.com/rd/entry/mountain_view_tech_meetup1 I believe some of you guys live out here - it'd be great to meet face to face. Matt -- http://raibledesigns.com

Re: Proposal for 4.1: Tag Data API

2007-08-23 Thread Matt Raible
This sounds good to me. For specific weblogs, why not do /tagdata/[handle]? Matt On 8/23/07, Dave <[EMAIL PROTECTED]> wrote: > I haven't written up a wiki page for this yet, but I'd like to get > some feedback if possible: > > Tag Data API > > Make tag statistics data available via a simple XML f

Re: Proposal for 4.1: Tag Data API

2007-08-23 Thread Matt Raible
That makes sense. On 8/23/07, Dave <[EMAIL PROTECTED]> wrote: > On 8/23/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > This sounds good to me. For specific weblogs, why not do /tagdata/[handle]? > > Because someday I would like to provide user tags, i.e.: >

Re: HTTPClient 3

2007-09-05 Thread Matt Raible
Nope. On 9/5/07, Dave <[EMAIL PROTECTED]> wrote: > Any objections to upgrading from HTTPClient 2.0.2 to HTTPClient 3 in > the Roller 4.1 branch? > > - Dave > -- http://raibledesigns.com

Re: Roller Identity Management - Integrating Enterprise Sign On Engine

2007-09-16 Thread Matt Raible
Roller uses Acegi Security, which supports SSO out-of-the-box with systems like Yale's CAS and SiteMinder. http://acegisecurity.org If you provide integration with Acegi, that means you've provided it for Roller. Here's a mailing list post describing how to integrate CAS and Roller. http://tinyu

Re: Apache Roller 4.0 RC2 available for testing

2007-09-17 Thread Matt Raible
xecuteQuery(PreparedStatement.java:1262) at org.apache.tomcat.dbcp.dbcp.DelegatingPreparedStatement.executeQuery(DelegatingPreparedStatement.java:93) Matt On 9/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > First thing I noticed is the META-INF/context.xml-example. I like it! > > The rumor is I can install the exploded WAR an

Re: Apache Roller 3.1.1 RC3 available for testing

2007-09-17 Thread Matt Raible
The first thing I noticed (a minor issue at best) is jdbc2_0-stdext.jar is included in the support JARs on java.net. Isn't this only needed for JDK 1.3? I tested this release (from scratch) on Tomcat 6.0.13 on OS X with JDK 5. Issues: * It seems strange that the "handle" field gets the focus whe

Re: Apache Roller 4.0 RC2 available for testing

2007-09-17 Thread Matt Raible
guide. It has been totally > rewritten. We've got a five minute install now that needs only one > properties file and can create/upgrade tables automatically. > > - Dave > > > > On 9/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > I tried dropping the database a

Re: Apache Roller 4.0 RC2 available for testing

2007-09-17 Thread Matt Raible
First thing I noticed is the META-INF/context.xml-example. I like it! The rumor is I can install the exploded WAR and install Tomcat and get prompted to create everything. I'll try that first... Nope, no dice. I get a 500 error - in Spanish no less: Excepción inesperada Status Code 500 Messa

Re: Apache Roller 4.0 RC2 available for testing

2007-09-17 Thread Matt Raible
/17/07, Dave <[EMAIL PROTECTED]> wrote: > I did try 4.0 on Tomcat 6.0 a while back. Is there anything else in > the logs? There should be some message early on when Roller tries to > bootstrap itself. > > - Dave > > > > On 9/17/07, Matt Raible <[EMAIL PROTECTED]

Re: Apache Roller 4.0 RC2 available for testing

2007-09-17 Thread Matt Raible
Any idea *why* it's trying to use JNDI? On 9/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > You mean this? > > INFO 2007-09-17 16:33:56,063 DatabaseProvider:successMessage - > SUCCESS: Got parameters. Using configuration type JNDI_NAME > INF

Re: Apache Roller 4.0 RC2 available for testing

2007-09-17 Thread Matt Raible
any issues found later tonight. I did find the output of creating tables to be kinda ugly - see attached screenshot. There has to be a better way to format this. Matt On 9/17/07, Dave <[EMAIL PROTECTED]> wrote: > On 9/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Any ide

Re: Apache Roller 3.1.1 RC3 available for testing

2007-09-19 Thread Matt Raible
On 9/19/07, Dave <[EMAIL PROTECTED]> wrote: > Thanks for the testing and feedback! > > > On 9/17/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > The first thing I noticed (a minor issue at best) is > > jdbc2_0-stdext.jar is included in the support JARs on java

Re: 4.0 RC2 issues

2007-09-19 Thread Matt Raible
I think there's a 3rd issue: why do my comments not get an like yours do? I'm using the standard weblog.vm template AFAIK. The trailing spaces are in the PDF - I merely copied and pasted it from there. http://people.apache.org/~snoopdave/apache-roller-4.0/roller-install-guide.pdf instal

Re: Pages returning as raw HTML in Safari

2007-09-21 Thread Matt Raible
Nope. It still happens. I even saw it happen on rollerweblogger.org/project a few days ago. Matt On 9/21/07, Dave <[EMAIL PROTECTED]> wrote: > Matt Raible wrote: > > Ever since I upgraded my site to Roller 2.2, I've been experiencing > > some strange behavior with Sa

Re: optional CMA patch

2007-09-25 Thread Matt Raible
Does this CMA patch allow Roller to work with any container that has CMA options - like Jetty and Tomcat? For that, don't we need entries in web.xml? Matt On 9/25/07, Dave <[EMAIL PROTECTED]> wrote: > On 9/24/07, Dave <[EMAIL PROTECTED]> wrote: > > Thanks Shing Wai, I'll have some time to review

ApacheCon BOF?

2007-10-04 Thread Matt Raible
Is anyone from the Roller Team besides Dave and I going to ApacheCon this year? What about users? The Struts Developers are organizing a BOF[1] and I'm helping to organize it. Dave - would you be interested in doing a joint BOF with Struts? Roller is a good success story of a Struts 1 to Struts 2

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-05 Thread Matt Raible
My roller-custom.properties (in tomcat6/lib) doesn't seem to be getting picked up. Therefore, my legacy theme doesn't work. Any ideas? Here's the contents: plugins.page=\ org.apache.roller.ui.rendering.plugins.ConvertLineBreaksPlugin \ ,org.apache.roller.ui.rendering.plugins.TopicTagPlugin \ ,org.

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-09 Thread Matt Raible
he.catalina.startup.Bootstrap.main(Bootstrap.java:413) Any ideas? Matt On 10/5/07, Dave <[EMAIL PROTECTED]> wrote: > On 10/5/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > My roller-custom.properties (in tomcat6/lib) doesn't seem to be > > getting picked up.

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-09 Thread Matt Raible
lugin \ ,org.apache.roller.weblogger.ui.rendering.plugins.SmileysPlugin Thanks, Matt On 10/9/07, Matt Raible <[EMAIL PROTECTED]> wrote: > I don't know what this issue was caused by but it went away. Now I'm > trying to upgrade my existing site to 4.0. I believe I'm currently &g

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-09 Thread Matt Raible
09 11:43:43,648 BasicTilesContainer:render - Error rendering tile java.io.IOException: Error including path '/WEB-INF/jsps/tiles/tiles-simplepage.jsp'. java.lang.NoClassDefFoundError: org/apache/roller/ui/core/RollerSession I'm on OS X with JDK 5 and MySQL 5 on Tomcat 6. Matt On 10/9/07, Matt Ra

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-09 Thread Matt Raible
l:getTheme - Unable to lookup theme andreas08 Matt On 10/9/07, Matt Raible <[EMAIL PROTECTED]> wrote: > After commenting out my plugins in roller-custom.properties, I was > able to get Roller to start. However, when I go to > http://localhost:8080, all I get is a 404. Here's what&#x

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-10 Thread Matt Raible
On 10/9/07, Dave <[EMAIL PROTECTED]> wrote: > On 10/9/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > I was able to get past this issue by manually running the dbupgrade > > script. Now I'm stumped on plugins. None of the ones I had listed seem > > to exist

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-10 Thread Matt Raible
On 10/9/07, Dave <[EMAIL PROTECTED]> wrote: > On 10/9/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > I got past this issue by re-copying roller-ui and WEB-INF/jsps into my > > application. I also changed the absolute URL from > > http://raibledesigns.com to http:

Re: VOTE: release RC7 as Apache Roller 4.0

2007-10-10 Thread Matt Raible
On 10/9/07, Dave <[EMAIL PROTECTED]> wrote: > On 10/9/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > I got past this issue by re-copying roller-ui and WEB-INF/jsps into my > > application. I also changed the absolute URL from > > http://raibledesigns.com to http:

Decorators in Themes in 4.0

2007-10-11 Thread Matt Raible
Are decorators still supported in themes in 4.0? If so, what's the trigger for making Roller "decorator aware"? Thanks, Matt -- http://raibledesigns.com

Re: Decorators in Themes in 4.0

2007-10-11 Thread Matt Raible
; wrote: > On 10/11/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Are decorators still supported in themes in 4.0? If so, what's the > > trigger for making Roller "decorator aware"? > > No, we eliminated decorators. > > - Dave > -- http://raibledesigns.com

Re: VOTE: Release Apache Roller 4.0 RC8

2007-10-17 Thread Matt Raible
s > significant > problems reported by Matt Raible and Anil Gangolli. Thanks again for all the > testing and bug reporting. > > I believe we are now again ready for release. > > Please vote to release RC8 as Apache Roller 4.0. > > Thanks, > Dave > > > [1] Releas

Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-21 Thread Matt Raible
I'm trying to deploy Roller 4.0 on Geronimo 2.0.2. I can't figure out where to put roller-custom.properties in Geronimo's directory structure. I've tried /lib, /lib/endorsed and /repository and none of them work. Any ideas? Here's the geronimo-web.xml I'm using in case anyone else wants to try thi

Roller 4.0 and LDAP

2007-10-21 Thread Matt Raible
I tried the following OpenDS instructions with Roller 4.0 and can't get it to work. Any ideas? http://blogs.sun.com/treydrake/entry/opends_roller_integration There's no log messages that identify if the connection to LDAP is successful or not. Thanks, Matt -- http://raibledesigns.com

Re: Roller 4.0 and LDAP

2007-10-21 Thread Matt Raible
Nevermind, I got it to work - my LDIF file didn't import correctly. Matt On 10/21/07, Matt Raible <[EMAIL PROTECTED]> wrote: > I tried the following OpenDS instructions with Roller 4.0 and can't > get it to work. Any ideas? > > http://blogs.sun.com/treydrake/ent

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-22 Thread Matt Raible
installation and restart the app via the console. > As you have not specified any groupId or version in the moduleId section > of your geronimo-web.xml file the path in the repos shuld start with > default/timestamp > Hope this helps > Peter Petersson > > Matt Raible wrote: >

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-22 Thread Matt Raible
r.java:96) 1438: at org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$262709f.startConfiguration() 1439: at org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:67) 1440: at java.lang.Thread.run(Thread.java:613) On 10/22/07, Matt Raible <[EMAIL PROTECTED]> wrote: > Thanks Pete

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-22 Thread Matt Raible
t; 1437: at > org.apache.geronimo.kernel.basic.ProxyMethodInterceptor.intercept(ProxyMethodInterceptor.java:96) > 1438: at > org.apache.geronimo.kernel.config.EditableConfigurationManager$$EnhancerByCGLIB$$262709f.startConfiguration() > 1439: at > org.apache.geronimo.deployment.plugin.local.StartCommand.run(StartCommand.java:

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-22 Thread Matt Raible
On 10/22/07, David Jencks <[EMAIL PROTECTED]> wrote: > > On Oct 22, 2007, at 11:48 AM, Matt Raible wrote: > > > I was able to fix this problem by adding the following line to > > JPAEMF.properties: > > > > openjpa.ConnectionDriverName=com.mysql.jdbc.Driver

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-22 Thread Matt Raible
can spin a > build and try it out with LDAP? It should solve the problem you > experienced. > > - Dave > > > > On 10/22/07, Dave <[EMAIL PROTECTED]> wrote: > > On 10/22/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > > Dave - should I file a bug f

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-22 Thread Matt Raible
at org.acegisecurity.providers.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:115) Matt On 10/22/07, Matt Raible <[EMAIL PROTECTED]> wrote: > I'm looking at this now. > > What do you think about adding a RollerCasPopulator like Phillip > Rhodes suggests in the following threa

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-22 Thread Matt Raible
Everything should be fixed now in Subversion. Do we still need the resource-refs in web.xml? If I remove them and deploy Roller to Geronimo - everything works out-of-the-box. Matt On 10/22/07, Matt Raible <[EMAIL PROTECTED]> wrote: > Here's the error I get when I try

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-23 Thread Matt Raible
I'll commit this shortly. Matt On 10/23/07, Dave <[EMAIL PROTECTED]> wrote: > On 10/23/07, Dave <[EMAIL PROTECTED]> wrote: > > I don't have any problem dropping that in as long as it works and we > > can get a CLA on file for Phillip. There's no risk of regression since > > the class is totally i

Re: Roller 4.0 RC8 on Geronimo 2.0.2

2007-10-23 Thread Matt Raible
I just committed this class. If you'd like, I can certainly add you as an author on this file. Also, do you (or Dave) know the implications of not populating the user's roles. Looking at the AuthoritiesPopulator that Dave added, it looks like this would be pretty easy to add. Matt On 10/23/07, Ph

Rolling a Release Candidate

2007-10-23 Thread Matt Raible
Dave, Do you have the steps documented to roll a release? I'd like to create an RC 8.5 for my talk today at CSS. I don't plan on distributing this - I just want the file structure and .tar.gz. Thanks, Matt -- http://raibledesigns.com

Re: Rolling a Release Candidate

2007-10-23 Thread Matt Raible
t spins a build. > > - Dave > > > On 10/23/07, Matt Raible <[EMAIL PROTECTED]> wrote: > > Dave, > > > > Do you have the steps documented to roll a release? I'd like to create > > an RC 8.5 for my talk today at CSS. I don't plan on distributing t

BOF at ApacheCon

2007-10-30 Thread Matt Raible
If you're interested in attending a Struts 2 / Roller BOF at ApacheCon, please sign up on the following page: http://wiki.apache.org/apachecon/BirdsOfaFeatherUs07 The higher number we have, the more likely we are to get a good time slot. Don Brown has been successful in securing a sponsor for fre

  1   2   3   >