cancel
Showing results for 
Search instead for 
Did you mean: 

Waht is the current Myfaces's Version?

manuelgentile
Champ in-the-making
Champ in-the-making
What is the current myfaces version??!
I want to include tomahawk components and I need the myfaces core and impl version
11 REPLIES 11

gavinc
Champ in-the-making
Champ in-the-making
We are currently using a slightly modified version of 1.1.1.

We recently tried upgrading to 1.1.3 but a couple of things halted the process, mainly the fact that 1.1.3 apparently has a serious issue, after a random amount of use of the application you may see NullPointerExceptions, see: http://issues.apache.org/jira/browse/MYFACES-1296

There was also a conflict with the version of MyFaces used in the JBoss Portal, JBoss have also held off upgrading to 1.1.3 due to the bug mentioned above.

This issue has apparently been fixed in 1.1.4, but they have yet to release it!

manuelgentile
Champ in-the-making
Champ in-the-making
Thanks Gavin!

Are you interest in a porting of Alfresco Web Client in a Faceletes Version?

manuelgentile
Champ in-the-making
Champ in-the-making
gavin MyFaces Core 1.1.4 has been released!!!


Can you try it …???

manuelgentile
Champ in-the-making
Champ in-the-making
I need to try Myface 1.1.4 …
can you tell me about the modifications that alfresco need on myfaces….!?!?!
Help plz!?!?

manuelgentile
Champ in-the-making
Champ in-the-making
Gavin I need some information.

I want to try as soon as possible Myfaces 1.1.4 but i don't known what are the modifications that you have made on Myface to work with Alfresco.

n the 3rd Part you share a src myfaces package that is identic to myfaces 1.1.1…
Where and what are  these modfications????


Plz i need this information !!!!!
Thanks gavin !!!!!!!

manuelgentile
Champ in-the-making
Champ in-the-making
With the new Myfaces… do you think it's possible to solve the automatic id generation problem of myfaces…….???
The problem raise, as you known, in the progressive panel…..

kevinr
Star Contributor
Star Contributor
Gavin is on holiday until tommorow. Please don't continually repeat messages, we will get to them when we can.

We are using MyFaces 1.1.1 as 1.1.2/1.1.3 have significant bugs that are blockers for us. We made a change to 1.1.1 but I don't think that will be needed if they have fixed the bugs in 1.1.4. Try it and see!

I'm sure Gavin will try it when he gets back from holiday if he has time.

Thanks,

Kevin

manuelgentile
Champ in-the-making
Champ in-the-making
I think there is a problem in some Alfresco UI components….

For example in the saveState and restoreState methods of various components you don't call saveAttachedState and restoreAttachedState for MethodBinding object and this raise a problem in serializeView method of JspStateManagerImpl of myfaces…

Using the new myfaces I have this problem and the view are not serialized…
I try to change these component and I think that i solve the problem for MethobBingind Object… but the serializeView problem remain
QNameNodeMap is not serializable etc etc….

Any suggestion

May be you have change myfaces impl to solve the problem….. or the new version change something????

gavinc
Champ in-the-making
Champ in-the-making
Hi,

We have one bug fix back ported from 1.1.3 into our version of 1.1.1 so moving to 1.1.4 means we won't need to have a patched version of MyFaces anymore.

When i attempted the upgrade before I need to rectify a few compilation issues as MyFaces had moved a couple of classes from one package to another. All I needed to do with 1.1.3 was to change the import statements in a few Alfresco classes.

Whether this is the case in 1.1.4, I don't know as I haven't tried it yet, and I won't be likely to try it either for a couple of weeks yet as we are still finialising our 1.4 release.