I'm having a problem running an JEE5 application at GF 3.1 Embedded at Apple computers... (the same environment works at Linux and Windows). The server starts ok, but when loading the APP the server returns a SEVERE message... My deployment is basically the glassfish-embedded-web-3.1.jar file, the configured domain with app inside, and a start class.
The output can be seen here: http://pastebin.com/ypeV3jm3; and the lines 44 and 48 show the error messages. At linux/windows platform (where it works) the lines there goes for JSF, Mojarra and RichFaces start (look at them here: http://pastebin.com/y4TaA5vY)!
I thank you for some help here.