I upgraded to CVS head and my application no longer deploys.
I am receiving an error due to a duplicate factory method.
I am using a custom script to generate a large number of manager components. Out of these there are a few that new customization so I extend the base component and override some methods.
I use the same component same and give the new one precedence. This worked fine in CR1, but CVS now throws an error due to duplicate factories.
I do not think that this error should be thrown if the original component is not deployed as a Seam component due to another with a higher precedence.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089004#4089004
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089004
Yeah, I don't like how the exception filter prevents exceptions (though not errors, like assertion failures) from being propagated outside the run() method. Unfortunately, as I understand it, you can't prevent the exception filter from being installed. If I'm wrong, please, someone correct me.
Maybe for now a convenient way would be to override the exception filter with a mock-precedence component that does nothing. I haven't tried it though.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088990#4088990
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088990
Sorry Jacob, it was not my intention to sound rude, disrespectful or unconsidered. Thank you a lot for the links you posted, they are very interesting. In second link, however, the code presented does not solve the problem I mentioned. I couldn't grasp where the identity's Principal is updated with the SSO's Principal. But I am relieved that Shane will provide this integration in 2.0.1 release.
And, please, if you find anything else 'bout this let me know.
All the best,
Gilson
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088987#4088987
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088987