[jboss-user] [EJB 3.0] - Re: Dynamically provide user and password for MDB

jaikiran do-not-reply at jboss.com
Tue Jan 6 02:42:42 EST 2009


anonymous wrote : @ActivationConfigProperty(propertyName = "user", propertyValue = MessageConstants.INCOMING_USER),
  | 	@ActivationConfigProperty(propertyName = "password", propertyValue = MessageConstants.INCOMING_USER_PASS), 
  | 

These can be configured through the deployment descriptors instead.

anonymous wrote : But we need to change these settings on runtime.

Configuring through deployment descriptors would be a "deployment" time change. Are you looking for a deployment time setting or do you really mean a runtime setting?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199681#4199681

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199681



More information about the jboss-user mailing list