[jboss-svn-commits] JBL Code SVN: r7678 - in labs/jbossesb/trunk: IDE/JBossIDE product/core/services/src/org/jboss/soa/esb/services/registry
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Nov 17 08:41:33 EST 2006
Author: kurt.stam at jboss.com
Date: 2006-11-17 08:41:30 -0500 (Fri, 17 Nov 2006)
New Revision: 7678
Modified:
labs/jbossesb/trunk/IDE/JBossIDE/.classpath
labs/jbossesb/trunk/product/core/services/src/org/jboss/soa/esb/services/registry/RegistryFactory.java
Log:
most recent cp
Modified: labs/jbossesb/trunk/IDE/JBossIDE/.classpath
===================================================================
--- labs/jbossesb/trunk/IDE/JBossIDE/.classpath 2006-11-17 12:26:48 UTC (rev 7677)
+++ labs/jbossesb/trunk/IDE/JBossIDE/.classpath 2006-11-17 13:41:30 UTC (rev 7678)
@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="product/core/rosetta/tests/src"/>
+ <classpathentry kind="src" path="product/samples/trailblazer2/esb/src"/>
+ <classpathentry kind="src" path="product/samples/trailblazer2/esb/test/src"/>
+ <classpathentry kind="src" path="product/samples/trailblazer2/banks/src"/>
+ <classpathentry kind="src" path="product/samples/trailblazer2/loanbroker/src"/>
<classpathentry kind="src" path="product/core/rosetta/src"/>
<classpathentry kind="src" path="product/core/listeners/src"/>
<classpathentry kind="src" path="product/core/listeners/tests/src"/>
@@ -20,7 +24,6 @@
<classpathentry kind="lib" path="product/lib/ext/jaxr-api-1.0.jar" sourcepath="/scout"/>
<classpathentry kind="lib" path="product/lib/ext/jbossts-common.jar" sourcepath="/jbossts"/>
<classpathentry kind="lib" path="product/lib/ext/xstream-1.1.3.jar"/>
- <classpathentry kind="lib" path="product/lib/ext/milyn-commons-0.7.jar"/>
<classpathentry kind="lib" path="product/lib/ext/milyn-smooks-core-0.8-SNAPSHOT.jar"/>
<classpathentry kind="lib" path="product/lib/ext/edtftpj.jar"/>
<classpathentry kind="lib" path="product/lib/ext/ejb3_embedded/hibernate-all.jar"/>
@@ -37,5 +40,14 @@
<classpathentry kind="lib" path="product/lib/ext/c3p0-0.9.1-pre9.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="DROOLS/JBoss Rules"/>
+ <classpathentry kind="lib" path="product/lib/ext/milyn-commons-0.8-SNAPSHOT.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/milyn-smooks-misc-0.2.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/milyn-tinak-0.7.1.jar"/>
+ <classpathentry kind="lib" path="qa/lib/ext/jboss-remoting.jar"/>
+ <classpathentry kind="lib" path="qa/lib/ext/tomcat-coyote.jar"/>
+ <classpathentry kind="lib" path="qa/lib/ext/tomcat-http.jar"/>
+ <classpathentry kind="lib" path="qa/lib/ext/tomcat-util.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/milyn-smooks-javabean-0.1.1.jar"/>
+ <classpathentry kind="lib" path="product/lib/ext/milyn-smooks-templating-0.2.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: labs/jbossesb/trunk/product/core/services/src/org/jboss/soa/esb/services/registry/RegistryFactory.java
===================================================================
--- labs/jbossesb/trunk/product/core/services/src/org/jboss/soa/esb/services/registry/RegistryFactory.java 2006-11-17 12:26:48 UTC (rev 7677)
+++ labs/jbossesb/trunk/product/core/services/src/org/jboss/soa/esb/services/registry/RegistryFactory.java 2006-11-17 13:41:30 UTC (rev 7678)
@@ -46,7 +46,7 @@
} catch (ClassNotFoundException cnfex) {
throw new RegistryException("Registry Implementation=" + className + " not found", cnfex);
} catch (Exception e) {
- throw new RegistryException("Invokation exception. " + e.getLocalizedMessage(), e);
+ throw new RegistryException("Invocation exception. " + e.getLocalizedMessage(), e);
}
return registry;
}
More information about the jboss-svn-commits
mailing list