148149150151152153154155156157158
+ "], found [" + jndiEntry.getClass().getName() + "] Please check jndiName property."); } return new EJBConnector((AdaptorHome) jndiEntry); } catch (Exception e) { e.printStackTrace(); throw new BuildException(e); } }