Ok. So I was wrong as well, you should have a debug message:

org.jboss.resource.connectionmanager.RARDeployment

  | protected void setMcfProperties(Collection properties, boolean mustExist) 
throws DeploymentException
  |    {
  |       for (Iterator i = properties.iterator(); i.hasNext();)
  |       {
  |          ConfigPropertyMetaData cpmd = (ConfigPropertyMetaData) i.next();
  |          String name = cpmd.getName();
  |          String type = cpmd.getType();
  |          String value = cpmd.getValue();
  |          if (name == null || name.length() == 0 || value == null || 
value.length() == 0)
  |          {
  |             log.debug("Not setting config property '" + name + "'");
  |             continue;
  |          }
  | 
Which means that any MCF property that has "" as a value is ignored
and the default will be used.

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

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


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to