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 Leonardo Uribe
On Mon, Oct 6, 2008 at 1:20 PM, Red [EMAIL PROTECTED] wrote: 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 -

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-06 Thread Leonardo Uribe
On Mon, Oct 6, 2008 at 4:12 PM, Red [EMAIL PROTECTED] wrote: 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

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

Re: Bug in ApplicationImpl

2008-10-03 Thread Matthias Wessendorf
On Fri, Oct 3, 2008 at 8:13 PM, Red [EMAIL PROTECTED] wrote: 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

Re: Bug in ApplicationImpl

2008-09-29 Thread Simon Kitching
Red schrieb: 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

Re: Bug in ApplicationImpl

2008-09-29 Thread Mario Ivankovits
Hi! This used to work in MyFaces 1.1, but in 1.2 it looks like the fact that my type is an enum takes precedence over the fact that it implements EnumCoded interface, so I end up with the built-in EnumConverter instead of my GenericEnumTypeConverter. Of course this issue was not relevant in

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