views:

40

answers:

0

Hi. I have problem with my ejb and glassfish. When i want to deploy ejb project on glassfish, it can't. I use netbeans 6.9 (glassfish server 3 and java EE 6).

mesasage in ejbmodule output:

dist-directory-deploy: pre-run-deploy: In-place deployment at C:\Users\Darjan\Documents\NetBeansProjects\EJBModule4\build\classes Initializing... deploy?path=C:\Users\Darjan\Documents\NetBeansProjects\EJBModule4\build\classes&name=EJBModule4&force=true failed on GlassFish Server 3 C:\Users\Darjan\Documents\NetBeansProjects\EJBModule4\nbproject\build-impl.xml:590: The module has not been deployed. BUILD FAILED (total time: 2 seconds)

message in glassfish output:

SEVERE: Module type not recognized SEVERE: There is no installed container capable of handling this application com.sun.enterprise.deploy.shared.FileArchive@1b6e35

Thanks.