I have a simple project that I am trying to get working using a file component as the starting point. When I run this standalone to test, everything works. The file is read, the lines are parsed and a log message is created. When I deploy it to JBoss EAP, the deployment goes fine but the file is never read.
Can the file component be used in the EAP container as a starting point? Or at all?
Thanks,
Edward