Copy of EJB resources does not work
Hi all,
I'm using JBoss to deploy my ear's on, but it seems like IntelliJ doesn't copy the resources to the output path. When I start up JBoss, JBoss complains about missing dependencies, like commons-io, and when I copy them manually to the output path ($/target), the errors go away. I've set my EJB facet to 'Link via manifest and copy files to', where the path = '/'. The 'funny' thing is that it did work before, but now, for some reason, doesn't do anything anymore. I've been struggling with this for more than 2 hours now, I've no ideas anymore :(
Erik
请先登录再写评论。
Hmm, never mind. After a clean, rebuild and a clean, everything seemed to work just fine....argh!