Thank you for your reply - but it does not work for me :((
Maybe I missing something:
- I created a jandex.jar: <jandex run="true" newjar="true"><fileset dir="${deploy.dir}"/></jandex>
- I put "my.jar" and "my-jandex.jar" to modules directory
- I additionally added <resource-root path="my-jandex.jar"/> to module.xml
- I modified MANIFEST.MF dependencies: "Dependencies: mymodule export annotations" (I also tried without "export")
But I still get the above "WELD-001408 Unsatisfied dependencies"
Any suggestions?
herb