views:

22

answers:

0

Hello,

I have .ear file, in it there is .war and ejb .jar. When I deploy the .ear to the server (glassfish v3), I'm getting

javax.naming.NameNotFoundException: com.deportio.ejb.TransportsFinder#com.deportio.ejb.TransportsFinder not found

This class is in ejb .jar. Everything is built by maven. What should I configure for it to work?

I am also looking for some example of configuration of maven project consisting of .war and ejb .jar packed into .ear.