Core + Tomahawk

2006-03-07 Thread Jesper Pedersen
Hi, Could you update the nightly build of tomahawk at http://cvs.apache.org/builds/myfaces/nightly/ such that we can test the core snapshot ? Currently the tomahawk build gives: 08:32:10,309 ERROR [WebXmlParser] org.apache.myfaces.shared_tomahawk.webapp.webxml.WebXml.init must be called before!

[jira] Created: (MYFACES-1163) JBoss classloading fails if myfaces jars installed in tomcat

2006-03-07 Thread Ingo Massen (JIRA)
JBoss classloading fails if myfaces jars installed in tomcat Key: MYFACES-1163 URL: http://issues.apache.org/jira/browse/MYFACES-1163 Project: MyFaces Core Type: Bug Versions: 1.1.2, 1.1.2-SNAPSHOT,

[jira] Commented: (TOMAHAWK-175) schedule component: select available time slots to create new entries

2006-03-07 Thread Jurgen Lust (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-175?page=comments#action_12369216 ] Jurgen Lust commented on TOMAHAWK-175: -- I'll get to it tonight. Shouldn't be a lot of work i think. schedule component: select available time slots to create new

Re: [continuum] BUILD FAILURE: Tomahawk Core

2006-03-07 Thread Sean Schofield
These are manual builds from continuum. I'm looking into it. Sean On 3/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Online report : http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/37/buildId/619 Build statistics: State:

[jira] Updated: (MYFACES-776) Tree2 state problem when using dynamic trees

2006-03-07 Thread Anonymous (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-776?page=all ] updated MYFACES-776: - Tree2 state problem when using dynamic trees Key: MYFACES-776 URL: http://issues.apache.org/jira/browse/MYFACES-776

Re: svn commit: r383888 - in /myfaces: core/trunk/assembly/pom.xml shared/trunk/core/ shared/trunk/shared-impl/ shared/trunk/shared-tomahawk/ tomahawk/trunk/assembly/pom.xml tomahawk/trunk/examples/as

2006-03-07 Thread Mario Ivankovits
Hi! plugin groupIdorg.apache.myfaces.maven/groupId artifactIdwagon-maven-plugin/artifactId -version1.0.1-SNAPSHOT/version +version1.0.2-SNAPSHOT/version Is it possible to use a entity references in an pom.xml? So we can move all the version stuff

[jira] Created: (TOMAHAWK-179) tree2 should support expandRoot=true like tree

2006-03-07 Thread Bill Schneider (JIRA)
tree2 should support expandRoot=true like tree Key: TOMAHAWK-179 URL: http://issues.apache.org/jira/browse/TOMAHAWK-179 Project: MyFaces Tomahawk Type: New Feature Components: Tree2 Reporter: Bill Schneider

Re: svn commit: r383888 - in /myfaces: core/trunk/assembly/pom.xml shared/trunk/core/ shared/trunk/shared-impl/ shared/trunk/shared-tomahawk/ tomahawk/trunk/assembly/pom.xml tomahawk/trunk/examples/as

2006-03-07 Thread Sean Schofield
Not sure if its possible. I also worry that if its possible we will eventually get burned like we did with externals. My recommended solution is to document the release steps for each subproject in the wiki. Sean On 3/7/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! plugin

[jira] Updated: (MYFACES-334) aliasbean and alias usage in binding

2006-03-07 Thread Anonymous (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-334?page=all ] updated MYFACES-334: - aliasbean and alias usage in binding Key: MYFACES-334 URL: http://issues.apache.org/jira/browse/MYFACES-334 Project:

[jira] Updated: (MYFACES-334) aliasbean and alias usage in binding

2006-03-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-334?page=all ] Mario Ivankovits updated MYFACES-334: - Resolution: Fixed aliasbean and alias usage in binding Key: MYFACES-334 URL:

[jira] Closed: (MYFACES-334) aliasbean and alias usage in binding

2006-03-07 Thread Mario Ivankovits (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-334?page=all ] Mario Ivankovits closed MYFACES-334: aliasbean and alias usage in binding Key: MYFACES-334 URL:

Core and JDK 1.3

2006-03-07 Thread Sean Schofield
Dennis mentioned that we are not using JDK 1.3 compile option on the core branch. Can someone fix this and test? I will do one last build tonight. Sean

Re: Core and JDK 1.3

2006-03-07 Thread Mario Ivankovits
Hi Sean! Dennis mentioned that we are not using JDK 1.3 compile option on the core branch. Its not only to set the target/source options, but also to a) set the bootclasspath for the compiler to the jdk1.3 libraries - see: http://jroller.com/page/scolebourne?entry=compiling_for_older_jdks and

[jira] Created: (TOMAHAWK-181) Picklist does not support non-string values

2006-03-07 Thread Peter Mahoney (JIRA)
Picklist does not support non-string values --- Key: TOMAHAWK-181 URL: http://issues.apache.org/jira/browse/TOMAHAWK-181 Project: MyFaces Tomahawk Type: Bug Versions: 1.1.2-SNAPSHOT Reporter: Peter Mahoney The

Logging - again

2006-03-07 Thread Martin Marinschek
Hi *, Hi Simon, logging again - what do we do with static methods - do we have to get all of them out? or should we be calling getLog on every logging attempt? regards, Martin -- http://www.irian.at Your JSF powerhouse - JSF Consulting, Development and Courses in English and German

[jira] Commented: (TOBAGO-20) Simplify the Theme Handling

2006-03-07 Thread Udo Schnurpfeil (JIRA)
[ http://issues.apache.org/jira/browse/TOBAGO-20?page=comments#action_12369297 ] Udo Schnurpfeil commented on TOBAGO-20: --- You have to make the next steps. There are 2 possibilities, one for easy setup and development and one for production: a)

[jira] Resolved: (MYFACES-1092) HtmlTableRendererBase.encodeInnerHtml() fails when data model returns -1 for getRowCount()

2006-03-07 Thread Martin Marinschek (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1092?page=all ] Martin Marinschek resolved MYFACES-1092: Fix Version: 1.1.3-SNAPSHOT Resolution: Fixed Craig, please check this with the current SVN head. regards, Martin

Re: Core and JDK 1.3

2006-03-07 Thread Sean Schofield
I believe the core is already compiled using: plugins plugin artifactIdmaven-compiler-plugin/artifactId configuration source1.3/source target1.3/target /configuration /plugin /plugins This plugin is configured in the master pom. I

Re: [Tobago] Simplified theme handling

2006-03-07 Thread Udo Schnurpfeil
I've forgotten something: Put the tag resource-dirorg/apache/myfaces/tobago/renderkit/resource-dir in your tobago-config.xml. Instead of resource-dirtobago/resource-dir In further versions, this will be unnecessary. The resource-dir will be automatically resolved by the theme

Urgent Core Release Problem

2006-03-07 Thread Sean Schofield
I noticed that the shared branch pom depends on the maven idea plugin which is a SNAPSHOT. I hate to keep bringing this up but we cannot release with a SNAPSHOT dependency. This is why I went to all the trouble to get a beta release of the XSLT plugin. What are our options here? Is there an

Re: Urgent Core Release Problem

2006-03-07 Thread Craig McClanahan
On 3/7/06, Sean Schofield [EMAIL PROTECTED] wrote: I noticed that the shared branch pom depends on the maven idea pluginwhich is a SNAPSHOT.I hate to keep bringing this up but we cannotrelease with a SNAPSHOT dependency.This is why I went to all thetrouble to get a beta release of the XSLT plugin.

Re: Urgent Core Release Problem

2006-03-07 Thread Sean Schofield
Can we do another alpha release of the entire shale project? As long as it compiles I don't see the harm in another alpha with known issues. Sean On 3/7/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 3/7/06, Sean Schofield [EMAIL PROTECTED] wrote: I noticed that the shared branch pom

Re: Core and JDK 1.3

2006-03-07 Thread Dennis Byrne
Weird, the manifest said jdk 1.4 though. Dennis Byrne -Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 7, 2006 03:37 PM To: 'MyFaces Development' Subject: Re: Core and JDK 1.3 I believe the core is already compiled using: plugins plugin

maven + eclipse build problem

2006-03-07 Thread Werner Punz
Since the reorg there seem to be dummy packages, now I run into the problem, that I can compile without errors, because the dummy source packages are referenced, but I cannot deploy from eclipse for exactly the same reason, in the builds the dummy packages are renamed to their real release

Re: maven + eclipse build problem

2006-03-07 Thread Werner Punz
Werner Punz schrieb: Since the reorg there seem to be dummy packages, now I run into the problem, that I can compile without errors, because the dummy source packages are referenced, but I cannot deploy from eclipse for exactly the same reason, in the builds the dummy packages are renamed to

Re: Core and JDK 1.3

2006-03-07 Thread Simon Kitching
Hi, The manifest JVM version is whatever JVM was used to run the jar task, which obviously *was* the 1.4 jvm. I expect that the source and target tags just set the -source and -target options for the compiler. So the compiler used is still the default one (whatever was used to run maven; 1.4 in

Re: Core and JDK 1.3

2006-03-07 Thread Sean Schofield
Simon, Thanks for the explanation. For now it seems we will have to settle for the limited 1.3 compatability. Sean On 3/7/06, Simon Kitching [EMAIL PROTECTED] wrote: Hi, The manifest JVM version is whatever JVM was used to run the jar task, which obviously *was* the 1.4 jvm. I expect

Re: Logging - again

2006-03-07 Thread Simon Kitching
On Tue, 2006-03-07 at 21:10 +0100, Martin Marinschek wrote: Hi *, Hi Simon, logging again - what do we do with static methods - do we have to get all of them out? or should we be calling getLog on every logging attempt? Yep, even static methods must avoid logging via a static logger :-(

[jira] Created: (TOMAHAWK-182) new validator - validate comma separated entries by splitting them and validating individually

2006-03-07 Thread Lance Frohman (JIRA)
new validator - validate comma separated entries by splitting them and validating individually -- Key: TOMAHAWK-182 URL: http://issues.apache.org/jira/browse/TOMAHAWK-182 Project:

[jira] Updated: (TOMAHAWK-182) new validator - validate comma separated entries by splitting them and validating individually

2006-03-07 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-182?page=all ] Lance Frohman updated TOMAHAWK-182: --- new validator - validate comma separated entries by splitting them and validating individually

[jira] Updated: (TOMAHAWK-182) new validator - validate comma separated entries by splitting them and validating individually

2006-03-07 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-182?page=all ] Lance Frohman updated TOMAHAWK-182: --- new validator - validate comma separated entries by splitting them and validating individually

[jira] Commented: (TOMAHAWK-66) add colspan (and header/footer colspan) attributes to tomahawk extended column tag

2006-03-07 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-66?page=comments#action_12369355 ] Lance Frohman commented on TOMAHAWK-66: --- My email address is changed to [EMAIL PROTECTED] add colspan (and header/footer colspan) attributes to tomahawk extended

[jira] Commented: (TOMAHAWK-99) add reordering columns ability to tomahawk extended data table

2006-03-07 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-99?page=comments#action_12369356 ] Lance Frohman commented on TOMAHAWK-99: --- My email address is changed to [EMAIL PROTECTED] add reordering columns ability to tomahawk extended data table

[jira] Commented: (TOMAHAWK-123) Add orientation parameter to NewspaperTable

2006-03-07 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-123?page=comments#action_12369357 ] Lance Frohman commented on TOMAHAWK-123: My email address is changed to [EMAIL PROTECTED] Add orientation parameter to NewspaperTable

[jira] Commented: (TOMAHAWK-178) Change NewspaperTable to be able to use extended column properly

2006-03-07 Thread Lance Frohman (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-178?page=comments#action_12369358 ] Lance Frohman commented on TOMAHAWK-178: My email address is changed to [EMAIL PROTECTED] Change NewspaperTable to be able to use extended column properly

[jira] Commented: (MYFACES-1163) JBoss classloading fails if myfaces jars installed in tomcat

2006-03-07 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1163?page=comments#action_12369359 ] Stan Silvert commented on MYFACES-1163: --- The 1.1.2 snapshot craps out in JBoss 4.0.4 RC2 as well, if you try to upgrade MyFaces. So, I believe I have found the same

[jira] Commented: (TOMAHAWK-175) schedule component: select available time slots to create new entries

2006-03-07 Thread Jurgen Lust (JIRA)
[ http://issues.apache.org/jira/browse/TOMAHAWK-175?page=comments#action_12369361 ] Jurgen Lust commented on TOMAHAWK-175: -- Hmm, I implemented some of it, but there seem to be problems with the latest svn version of myfaces, so I can't test it yet.

[jira] Commented: (MYFACES-1163) JBoss classloading fails if myfaces jars installed in tomcat

2006-03-07 Thread Stan Silvert (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1163?page=comments#action_12369381 ] Stan Silvert commented on MYFACES-1163: --- I was wrong. What I was seeing was some experimental JBoss code crapping out because of the MyFaces package name changes.

[jira] Commented: (MYFACES-1163) JBoss classloading fails if myfaces jars installed in tomcat

2006-03-07 Thread Dennis Byrne (JIRA)
[ http://issues.apache.org/jira/browse/MYFACES-1163?page=comments#action_12369393 ] Dennis Byrne commented on MYFACES-1163: --- Related ? http://issues.apache.org/jira/browse/MYFACES-872 JBoss classloading fails if myfaces jars installed in tomcat

Re: [commons/shared refactoring status] shared is ready, myfaces-impl is done

2006-03-07 Thread Werner Punz
The main problem is, that if you try to build everything from scratch with mvn eclipse:eclipse in the old project structure that worked, you also could deploy the sandbox examples directly from eclipse that way. Now if you do that you run into runtime issues, due to the rename of the shared

答复: [ANNOUNCE] MyFaces Core 1.1.2 Read y For Testing

2006-03-07 Thread Antonio Huang
Hi,Sean. I used Myfaces Core 1.1.2 to test the java.lang.IllegalStateException: Cannot forward after response has been committed issue,Now found it: If redirect in Java back form bean,has no problem. But if using redirect in filter class, the problem is still exist. I knowned the two test-cases