[jboss-dev-forums] [Design of POJO Server] - Re: Datasource Connection Properties using CollectionMetaTyp

scott.stark@jboss.org do-not-reply at jboss.com
Thu Feb 7 16:48:22 EST 2008


I added logging of the untested ManagedPropertys and this shows the following types:

  | 1763 [main] WARN ProfileServiceUnitTestCase  - testAddNoTxDataSource> untested properties: [connectionDestroyedCount, local-transaction, security-domain, maxConnectionsInUseCount, connection-properties, connectionCreatedCount, inUseConnectionCount, metadata, availableConnectionCount, minSize, maxSize, config-property, poolJndiName, connectionCount]
  | 1763 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{connectionDestroyedCount,connectionDestroyedCount,metaType=SimpleMetaType:java.lang.Integer}
  | 1763 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{local-transaction,localTransactions,metaType=SimpleMetaType:java.lang.Boolean}
  | 1763 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{security-domain,securityMetaData,metaType=GenericMetaType:org.jboss.managed.api.ManagedObject}
  | 1763 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{maxConnectionsInUseCount,maxConnectionsInUseCount,metaType=SimpleMetaType:java.lang.Long}
  | 1763 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{connection-properties,dataSourceConnectionProperties,metaType=MapCompositeMetaType{java.util.Map}}
  | 1764 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{connectionCreatedCount,connectionCreatedCount,metaType=SimpleMetaType:java.lang.Integer}
  | 1764 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{inUseConnectionCount,inUseConnectionCount,metaType=SimpleMetaType:java.lang.Long}
  | 1764 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{metadata,DBMSMetaData,metaType=MutableCompositeMetaType{org.jboss.resource.metadata.mcf.DBMSMetaData items=[name=typeMapping type=java.lang.String]}}
  | 1764 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{availableConnectionCount,availableConnectionCount,metaType=SimpleMetaType:java.lang.Long}
  | 1765 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{minSize,minSize,metaType=SimpleMetaType:java.lang.Integer}
  | 1765 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{maxSize,maxSize,metaType=SimpleMetaType:java.lang.Integer}
  | 1765 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{config-property,managedConnectionFactoryProperties,metaType=MapCompositeMetaType{java.util.Map}}
  | 1765 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{poolJndiName,poolJndiName,metaType=SimpleMetaType:java.lang.String}
  | 1765 [main] INFO ProfileServiceUnitTestCase  - ManagedProperty{connectionCount,connectionCount,metaType=SimpleMetaType:java.lang.Integer}
  | 


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

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



More information about the jboss-dev-forums mailing list