I'm trying to use seam 2.2Final with maven and If I'm not mistaken it's JBoss_Seam_2_3_0_ALPHA. after I build seam from source file with maven in jboss-seam-debug.jar there are 2 DebugRedirect one for jsf and another for jsf2.
org.jboss.seam.debug.jsf.DebugRedirect
org.jboss.seam.debug.jsf2.DebugRedirect
which is wierd because in source code there is only org.jboss.seam.debug.jsf.DebugRedirect
How can I fix this ?
Where do you see this? I can see only one DebugRedirect at jboss-seam/jboss-seam-debug/src/main/java/org/jboss/seam/debug/jsf at JBoss_Seam_2_3_0_ALPHA · seam2/jboss-seam · GitHub