JBoss Community

Re: Problem with web.xml referencing WEB-INF classes and lib in AS7

created by jaikiran pai in JBoss Web Services Development - View the full discussion

It's using a wrong index. It should be using a CompositeIndex which is meant to contain a collection of indexes applicable to that entire deployment. Here's an example on how to get it https://github.com/jbossas/jboss-as/blob/master/ee/src/main/java/org/jboss/as/ee/managedbean/processors/ManagedBeanAnnotationProcessor.java#L74. The webservices integration code will have to be changed accordingly.

Reply to this message by going to Community

Start a new discussion in JBoss Web Services Development at Community