dev@glassfish.java.net

JSR-88 deployer and password

From: Kalle Widlert <kalle.widlert_at_ericsson.com>
Date: Tue, 11 Mar 2008 14:30:32 +0100

Hi,
I am running a LifecycleListener in the DAS (server target) which
will deploy WAR-files using the JSR88 API.
I am hard coding the user name and password to get the
"javax.enterprise.deploy.spi.DeploymentManager" from
the "javax.enterprise.deploy.shared.factories.DeploymentFactoryManager",
but that will be a problem if someone will change the password.
Is there a way to get the "DeploymentManager" without supplying the
password?

Regards,
Kalle