0 Replies Latest reply on Jan 20, 2015 2:36 PM by derrick.mckee

    Deployment failing on new project

    derrick.mckee

      I created a demo SOAP application using JBoss development studio that deploys fine to a local server using maven.  However, I am trying to modify that same demo to use SSL, and I have created a new maven project, copied all the classes over, and kept the same pom.xml with the only changes being the groupId, artifiactId and all that stuff.  When I try to deploy the new project (using mvn wildfly:deploy), I get the following error:

       

      Caused by: org.jboss.weld.exceptions.DefinitionException: WELD-000075: Normal scoped managed bean implementation class has a public field:  [EnhancedAnnotatedFieldImpl] public org.jboss.resteasy.core.AcceptHeaderByFileSuffixFilter.mediaTypeMappings

       

      Since the poms between the two projects are essentially the same, shouldn't the same maven deploy command work the same for both projects?  I have attached the pom and the server log.  Any help would be appreciated, as I have been driving myself crazy trying to figure this out.