Am 05.06.2012 21:33, schrieb Peter Penzov:
> I managed to deploy Primefaces as module with the command: add-library
> --type common /opt/primefaces.jar
>
add-library is for plain old libraries, not for OSGi bundles. Try
asadmin deploy --type osgi primefaces.jar
or simply copy your bundle to glassfish/domains/domain1/autodeploy/bundles.
Regards,
Harald