Sebastian Sachtleben [http://community.jboss.org/people/cosmostunes] created 
the discussion

"Re: JBoss Tools 3.2 CR1 @Inject Warnings"

To view the discussion, visit: http://community.jboss.org/message/584294#584294

--------------------------------------------------------------
Thanks Alexey.

I have fixed these warnings with upgrading my weld dependency:

      <dependency>
         <groupId>org.jboss.weld</groupId>
         <artifactId>weld-core</artifactId>
         <version>1.0.1-Final</version>
         <scope>test</scope>
      </dependency>


to

      <dependency>
         <groupId>org.jboss.weld</groupId>
         <artifactId>weld-core</artifactId>
         <version>1.1.0.Final</version>
         <scope>test</scope>
      </dependency>


But since I switched this depency I'm getting 2 new warnings  :(  Currently 
since my project based on a not updated seam 3 example with much customizings 
from my side i'm not sure if I need these files any longer...

Description    Resource    Path    Location    Type
No grammar constraints (DTD or XML schema) detected for the document.    
arquillian.xml    /myWebapp/src/test/resources    line 1    XML Problem
No grammar constraints (DTD or XML schema) detected for the document.    
jboss-scanning.xml    /myWebapp/src/main/webapp/WEB-INF    line 1    XML Problem
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/584294#584294]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to