No Wayne,
That didnot resolve the issue :(
I have narrowed down the problem and i am pretty sure the problem is with my
pom.xml
I have the following J2EE dependencies, Which of these are most likely to
cause a Faces Listener Error ?

        <dependency>
                        <groupId>javax</groupId>
                        <artifactId>javaee-api</artifactId>
                        <version>6.0</version>
                        <type>jar</type>
                        <scope>compile</scope>
        </dependency>

or

<dependency>
                        <groupId>javax</groupId>
                         <artifactId>javaee-api</artifactId>
                        <version>6.0</version>
                        <type>jar</type>
                        <scope>compile</scope>
</dependency>

Thanks



--
View this message in context: 
http://maven.40175.n5.nabble.com/Web-app-not-workin-when-compiled-via-Maven-tp4384067p4392317.html
Sent from the Maven - Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to