// if edit a pool,the info must be filled into wizard
if (eObject != null && ExtModule.class.isInstance(eObject)) {
ExtModule extModule = (ExtModule) eObject;
try {
ConnectiondefinitionInstance conndefInstance = ((JAXBElement<Connector>) extModule
.getAny()).getValue().getResourceadapter().get(0)
.getOutboundResourceadapter()
.getConnectionDefinition().get(0)
.getConnectiondefinitionInstance().get(0);
Connectionmanager connManager = conndefInstance
.getConnectionmanager();
if (connManager.getXaTransaction() != null) {
combo.select(0);
} else if (connManager.getLocalTransaction() != null) {
combo.select(1);