dev@glassfish.java.net

About singleton ejb's deployment

From: Tang Yong <tangyong_at_cn.fujitsu.com>
Date: Mon, 15 Oct 2012 20:53:25 +0900

Hi Hong
CC: Sahoo,

While investigating GLASSFISH-19152, there is a problem about singleton
ejb's deployment and want to discuss with you and deployment team.

While I execute the following command using the attachment(14/Oct/12 's
version) of GLASSFISH-19152, the following result happened.

asadmin deploy D:\singleton-osgi\target\singleton-osgi-1.0.jar
Command signature of deploy command was changed. Re executing with new
metadata.
Application deployed with name singleton-osgi-1.0.Command deploy
executed successfully.

asadmin undeploy singleton-osgi-1.0
Command signature of undeploy command was changed. Re executing with new
metadata.
Command undeploy executed successfully.

I felt suprised to "Command signature of deploy command was changed. Re
executing with new metadata.", so I want to ask you whether deployment
command usage has a change or not?

BTW: I used my building snapshot based today's gf trunk.

Thanks!
--Tang