Re: Bug in ApplicationImpl

2008-10-07 Thread Red
On Mon, 2008-06-10 at 16:27 -0500, Leonardo Uribe wrote: On my local repo there are versions from 1.0.4 to 1.5.6. Maybe it is related to your maven version. Try upgrade your maven version. I'm using 2.0.8. I was using maven 2.0.7. I upgraded to 2.0.9. The versions of plexus-utils

Re: Bug in ApplicationImpl

2008-10-07 Thread Red
On Mon, 2008-29-09 at 09:37 +0200, Simon Kitching wrote: I suggest you create a JIRA issue for this. If you can provide a patch (and even better a simple unit test) that would be even better.. Jira issue MYFACES-2007 includes a patch with the fix and a unit test. Val

Re: Bug in ApplicationImpl

2008-10-06 Thread Red
On Sat, 2008-04-10 at 07:30 +0200, Matthias Wessendorf wrote: b) check out the *builder* and build it: http://svn.apache.org/repos/asf/myfaces/myfaces-build-tools/trunk/maven2-plugins/myfaces-builder-plugin/ Thanks, Matthias - that got me further. I checked out the whole

Re: Bug in ApplicationImpl

2008-10-06 Thread Red
On Mon, 2008-06-10 at 14:39 -0500, Leonardo Uribe wrote: It is a problem related to plexus dependencies. If myfaces-builder-plugin and myfaces-builder-annotations compiles, this dependency should be available on local repository. Try rebuild all maven2-plugins and then try again.

Re: Bug in ApplicationImpl

2008-10-03 Thread Red
On Mon, 2008-29-09 at 09:37 +0200, Simon Kitching wrote: I suggest you create a JIRA issue for this. If you can provide a patch (and even better a simple unit test) that would be even better.. Simon, I finally got some time to write a patch and a test for this issue. I tried to setup the

Bug in ApplicationImpl

2008-09-25 Thread Red
Hello. I decided to upgrade to MyFaces 1.2.4 (from 1.1.something) today, and I noticed something odd - some of my converters stopped working. I traced the problem to ApplicationImpl.internalCreateConverter, which appears to have a bug. My converter is bound in faces-config.xml to an interface