<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Escape-K forum - All Forums]]></title>
		<link>http://forum.escapek.org/</link>
		<description><![CDATA[Escape-K forum - http://forum.escapek.org]]></description>
		<pubDate>Wed, 19 Nov 2008 12:39:46 +0100</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[MOF Parser Library 1.0-rc1 released]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=34</link>
			<pubDate>Thu, 11 Sep 2008 09:01:38 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=34</guid>
			<description><![CDATA[EscapeK team is pleased to announce the release of MOF Parser Library 1.0-rc1.<br />
This release provides an important feature which was previously missing: MPL is now able to manage the parsing of methods declarations.<br />
MPL is now nearly ready for production use, 1.0 is coming.<br />
<br />
See the project homepage for downloads and documentation.]]></description>
			<content:encoded><![CDATA[EscapeK team is pleased to announce the release of MOF Parser Library 1.0-rc1.<br />
This release provides an important feature which was previously missing: MPL is now able to manage the parsing of methods declarations.<br />
MPL is now nearly ready for production use, 1.0 is coming.<br />
<br />
See the project homepage for downloads and documentation.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem without MOF Aliases]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=33</link>
			<pubDate>Tue, 09 Sep 2008 15:57:17 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=33</guid>
			<description><![CDATA[Hi, I tried the MOF Parser Library and I got a NullPointerException giving a MOF string with unique istance but without Alias. I looked code and it's expected finding alias child in the MOF three.. But I think that MOF standard allow instances without Alias, isn't it?]]></description>
			<content:encoded><![CDATA[Hi, I tried the MOF Parser Library and I got a NullPointerException giving a MOF string with unique istance but without Alias. I looked code and it's expected finding alias child in the MOF three.. But I think that MOF standard allow instances without Alias, isn't it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Liferay integration]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=32</link>
			<pubDate>Thu, 03 Jul 2008 23:08:27 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=32</guid>
			<description><![CDATA[is posible implement liferay integration ?]]></description>
			<content:encoded><![CDATA[is posible implement liferay integration ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to parse a CIM method?]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=31</link>
			<pubDate>Thu, 19 Jun 2008 18:18:56 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=31</guid>
			<description><![CDATA[Hi there<br />
<br />
I'm trying to use the MPL lib to parse some mof files, please pardon me if this is the wrong place to post this question.<br />
<br />
I didn't find handler call back which could indicate / process a parsed CIM method.<br />
I also noticed there's a method declaration RequestStateChange in the sample mof, but I could not see this point from the running result. Will you suggest if there's any way that I could get the CIM methods defined in a mof?]]></description>
			<content:encoded><![CDATA[Hi there<br />
<br />
I'm trying to use the MPL lib to parse some mof files, please pardon me if this is the wrong place to post this question.<br />
<br />
I didn't find handler call back which could indicate / process a parsed CIM method.<br />
I also noticed there's a method declaration RequestStateChange in the sample mof, but I could not see this point from the running result. Will you suggest if there's any way that I could get the CIM methods defined in a mof?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[can't run the client]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=30</link>
			<pubDate>Thu, 12 Jun 2008 21:01:11 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=30</guid>
			<description><![CDATA[It appears that the serer is up and running, but when I try to run the client it crashes immediately and tells me to see the log. See below. I am running Tomcat v 6.0.14 and Java JDK 1.6.0_06<br />
LOG:<br />
<br />
Quote:!SESSION 2008-06-12 13:44:33.156 -----------------------------------------------<br />
eclipse.buildId=unknown<br />
java.version=1.5.0_11<br />
java.vendor=Sun Microsystems Inc.<br />
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en<br />
Command-line arguments:  -os win32 -ws win32 -arch x86<br />
<br />
!ENTRY org.eclipse.osgi 4 0 2008-06-12 13:44:35.843<br />
!MESSAGE Application error<br />
!STACK 1<br />
org.eclipse.core.runtime.CoreException: Plug-in org.escapek.client was unable to load class org.escapek.client.Application.<br />
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)<br />
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:164)<br />
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)<br />
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)<br />
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)<br />
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:165)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
	at java.lang.reflect.Method.invoke(Unknown Source)<br />
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
org.eclipse.core.runtime.CoreException[1]: java.lang.UnsupportedClassVersionError: Bad version number in .class file<br />
	at java.lang.ClassLoader.defineClass1(Native Method)<br />
	at java.lang.ClassLoader.defineClass(Unknown Source)<br />
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:161)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:501)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:471)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:430)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:413)<br />
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)<br />
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)<br />
	at java.lang.ClassLoader.loadClass(Unknown Source)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:289)<br />
	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)<br />
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)<br />
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)<br />
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)<br />
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)<br />
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)<br />
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:165)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
	at java.lang.reflect.Method.invoke(Unknown Source)<br />
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
<br />
<br />
Any ideas???<br />
<br />
thanks<br />
Greg]]></description>
			<content:encoded><![CDATA[It appears that the serer is up and running, but when I try to run the client it crashes immediately and tells me to see the log. See below. I am running Tomcat v 6.0.14 and Java JDK 1.6.0_06<br />
LOG:<br />
<br />
Quote:!SESSION 2008-06-12 13:44:33.156 -----------------------------------------------<br />
eclipse.buildId=unknown<br />
java.version=1.5.0_11<br />
java.vendor=Sun Microsystems Inc.<br />
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en<br />
Command-line arguments:  -os win32 -ws win32 -arch x86<br />
<br />
!ENTRY org.eclipse.osgi 4 0 2008-06-12 13:44:35.843<br />
!MESSAGE Application error<br />
!STACK 1<br />
org.eclipse.core.runtime.CoreException: Plug-in org.escapek.client was unable to load class org.escapek.client.Application.<br />
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:180)<br />
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:164)<br />
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)<br />
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)<br />
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)<br />
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:165)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
	at java.lang.reflect.Method.invoke(Unknown Source)<br />
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
org.eclipse.core.runtime.CoreException[1]: java.lang.UnsupportedClassVersionError: Bad version number in .class file<br />
	at java.lang.ClassLoader.defineClass1(Native Method)<br />
	at java.lang.ClassLoader.defineClass(Unknown Source)<br />
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:161)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:501)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:471)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:430)<br />
	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:413)<br />
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:189)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:340)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:408)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:369)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:357)<br />
	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)<br />
	at java.lang.ClassLoader.loadClass(Unknown Source)<br />
	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:289)<br />
	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)<br />
	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1269)<br />
	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:160)<br />
	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:788)<br />
	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)<br />
	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)<br />
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:165)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)<br />
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)<br />
	at java.lang.reflect.Method.invoke(Unknown Source)<br />
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
	at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
<br />
<br />
Any ideas???<br />
<br />
thanks<br />
Greg]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MOF Parser Library 0.3 released]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=29</link>
			<pubDate>Thu, 15 May 2008 11:08:28 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=29</guid>
			<description><![CDATA[EscapeK team is pleased to announce the release of MOF Parser Library 0.3.<br />
<br />
This release is an important milestone in the project. It provides important new features like MOF generation capabilities instance parsing or maven integration which will help in providing high quality products.<br />
<br />
See the project homepage for downloads and documentation.]]></description>
			<content:encoded><![CDATA[EscapeK team is pleased to announce the release of MOF Parser Library 0.3.<br />
<br />
This release is an important milestone in the project. It provides important new features like MOF generation capabilities instance parsing or maven integration which will help in providing high quality products.<br />
<br />
See the project homepage for downloads and documentation.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New website goes online]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=26</link>
			<pubDate>Tue, 29 Apr 2008 11:21:12 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=26</guid>
			<description><![CDATA[EscapeK team is proud to introduce this new website.<br />
<br />
We wanted to build a new version where people discovering the project could quickly find essentials informations about EscapeK. We hope we managed to do it. Please report on this forum any problems or questions you may have concerning this new website.]]></description>
			<content:encoded><![CDATA[EscapeK team is proud to introduce this new website.<br />
<br />
We wanted to build a new version where people discovering the project could quickly find essentials informations about EscapeK. We hope we managed to do it. Please report on this forum any problems or questions you may have concerning this new website.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wiki website updated]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=24</link>
			<pubDate>Mon, 21 Apr 2008 18:28:17 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=24</guid>
			<description><![CDATA[Wiki website has just been update to Confluence 2.8.<br />
Please report any trouble.]]></description>
			<content:encoded><![CDATA[Wiki website has just been update to Confluence 2.8.<br />
Please report any trouble.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CIM 2.18 released]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=23</link>
			<pubDate>Mon, 21 Apr 2008 14:54:55 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=23</guid>
			<description><![CDATA[Please be aware that version 2.18 of CIM specification has been released. More information can be found here.]]></description>
			<content:encoded><![CDATA[Please be aware that version 2.18 of CIM specification has been released. More information can be found here.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[test connection problem]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=20</link>
			<pubDate>Wed, 16 Jan 2008 13:44:06 +0100</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=20</guid>
			<description><![CDATA[hi everyone. I deployed a server and started client.<br />
every thing is OK. but how can i connect to server from a client.<br />
I created new repository connection entered server's host and port, user name admin password admin, and test connection is failed. Here is a log displayed in wizard:<br />
<br />
<br />
Code:<br />
BEGIN TEST: 14:42:14.753<br />
&nbsp;&nbsp;&nbsp;&nbsp;Creating connection service: OK<br />
&nbsp;&nbsp;&nbsp;&nbsp;Server connection test 'sdo' (localhost:8080)<br />
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Establishing connection: OK<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Querying product name: FAILED<br />
java.lang.NullPointerException<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.core.internal.services.impl.RepositoryService.getRegistryNodeData(RepositoryService.java:131)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.core.internal.services.impl.RepositoryService.getRegistryNodeData(RepositoryService.java:139)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationTraceInterceptor.invoke(RemoteInvocationTraceInterceptor.java:70)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocation.invoke(RemoteInvocation.java:205)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.DefaultRemoteInvocationExecutor.invoke(DefaultRemoteInvocationExecutor.java:38)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invoke(RemoteInvocationBasedExporter.java:78)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invokeAndCreateResult(RemoteInvocationBasedExporter.java:114)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.handleRequest(HttpInvokerServiceExporter.java:117)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:49)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:874)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:808)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:265)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:286)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Protocol&#36;Http11ConnectionHandler.process(Http11Protocol.java:584)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.JIoEndpoint&#36;Worker.run(JIoEndpoint.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Thread.run(Thread.java:595)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationUtils.fillInClientStackTraceIfPossible(RemoteInvocationUtils.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationResult.recreate(RemoteInvocationResult.java:115)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedAccessor.recreateRemoteInvocationResult(RemoteInvocationBasedAccessor.java:85)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:163)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy0.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.runHTTPRemoting(ServiceTester.java:153)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.run(ServiceTester.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.wizards.NewConnectionTestWizardPage&#36;1.widgetSelected(NewConnectionTestWizardPage.java:83)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.open(Window.java:796)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizardDropDownAction.java:174)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.access&#36;2(ActionContributionItem.java:490)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem&#36;6.handleEvent(ActionContributionItem.java:443)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.access&#36;4(Workbench.java:2219)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench&#36;4.run(Workbench.java:466)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.Application.start(Application.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.main(Main.java:1148)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Querying product version: FAILED<br />
java.lang.NullPointerException<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.core.internal.services.impl.RepositoryService.getRegistryNodeData(RepositoryService.java:131)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationTraceInterceptor.invoke(RemoteInvocationTraceInterceptor.java:70)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocation.invoke(RemoteInvocation.java:205)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.DefaultRemoteInvocationExecutor.invoke(DefaultRemoteInvocationExecutor.java:38)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invoke(RemoteInvocationBasedExporter.java:78)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invokeAndCreateResult(RemoteInvocationBasedExporter.java:114)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.handleRequest(HttpInvokerServiceExporter.java:117)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:49)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:874)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:808)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:265)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:286)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Protocol&#36;Http11ConnectionHandler.process(Http11Protocol.java:584)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.JIoEndpoint&#36;Worker.run(JIoEndpoint.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Thread.run(Thread.java:595)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationUtils.fillInClientStackTraceIfPossible(RemoteInvocationUtils.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationResult.recreate(RemoteInvocationResult.java:115)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedAccessor.recreateRemoteInvocationResult(RemoteInvocationBasedAccessor.java:85)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:163)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy0.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.runHTTPRemoting(ServiceTester.java:167)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.run(ServiceTester.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.wizards.NewConnectionTestWizardPage&#36;1.widgetSelected(NewConnectionTestWizardPage.java:83)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.open(Window.java:796)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizardDropDownAction.java:174)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.access&#36;2(ActionContributionItem.java:490)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem&#36;6.handleEvent(ActionContributionItem.java:443)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.access&#36;4(Workbench.java:2219)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench&#36;4.run(Workbench.java:466)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.Application.start(Application.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.main(Main.java:1148)<br />
END TEST: 14:42:14.878<br />
<br />
<br />
may be i do something wrong? Or i have to fill some records in database?<br />
Thank you![/code]]]></description>
			<content:encoded><![CDATA[hi everyone. I deployed a server and started client.<br />
every thing is OK. but how can i connect to server from a client.<br />
I created new repository connection entered server's host and port, user name admin password admin, and test connection is failed. Here is a log displayed in wizard:<br />
<br />
<br />
Code:<br />
BEGIN TEST: 14:42:14.753<br />
&nbsp;&nbsp;&nbsp;&nbsp;Creating connection service: OK<br />
&nbsp;&nbsp;&nbsp;&nbsp;Server connection test 'sdo' (localhost:8080)<br />
 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Establishing connection: OK<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Querying product name: FAILED<br />
java.lang.NullPointerException<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.core.internal.services.impl.RepositoryService.getRegistryNodeData(RepositoryService.java:131)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.core.internal.services.impl.RepositoryService.getRegistryNodeData(RepositoryService.java:139)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor41.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationTraceInterceptor.invoke(RemoteInvocationTraceInterceptor.java:70)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocation.invoke(RemoteInvocation.java:205)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.DefaultRemoteInvocationExecutor.invoke(DefaultRemoteInvocationExecutor.java:38)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invoke(RemoteInvocationBasedExporter.java:78)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invokeAndCreateResult(RemoteInvocationBasedExporter.java:114)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.handleRequest(HttpInvokerServiceExporter.java:117)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:49)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:874)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:808)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:265)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:286)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Protocol&#36;Http11ConnectionHandler.process(Http11Protocol.java:584)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.JIoEndpoint&#36;Worker.run(JIoEndpoint.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Thread.run(Thread.java:595)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationUtils.fillInClientStackTraceIfPossible(RemoteInvocationUtils.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationResult.recreate(RemoteInvocationResult.java:115)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedAccessor.recreateRemoteInvocationResult(RemoteInvocationBasedAccessor.java:85)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:163)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy0.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.runHTTPRemoting(ServiceTester.java:153)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.run(ServiceTester.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.wizards.NewConnectionTestWizardPage&#36;1.widgetSelected(NewConnectionTestWizardPage.java:83)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.open(Window.java:796)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizardDropDownAction.java:174)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.access&#36;2(ActionContributionItem.java:490)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem&#36;6.handleEvent(ActionContributionItem.java:443)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.access&#36;4(Workbench.java:2219)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench&#36;4.run(Workbench.java:466)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.Application.start(Application.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.main(Main.java:1148)<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Querying product version: FAILED<br />
java.lang.NullPointerException<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.core.internal.services.impl.RepositoryService.getRegistryNodeData(RepositoryService.java:131)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.GeneratedMethodAccessor42.invoke(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:301)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationTraceInterceptor.invoke(RemoteInvocationTraceInterceptor.java:70)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy10.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocation.invoke(RemoteInvocation.java:205)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.DefaultRemoteInvocationExecutor.invoke(DefaultRemoteInvocationExecutor.java:38)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invoke(RemoteInvocationBasedExporter.java:78)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedExporter.invokeAndCreateResult(RemoteInvocationBasedExporter.java:114)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerServiceExporter.handleRequest(HttpInvokerServiceExporter.java:117)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(HttpRequestHandlerAdapter.java:49)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:874)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:808)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:476)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:441)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:265)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:286)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy&#36;VirtualFilterChain.doFilter(FilterChainProxy.java:275)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:263)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.coyote.http11.Http11Protocol&#36;Http11ConnectionHandler.process(Http11Protocol.java:584)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.util.net.JIoEndpoint&#36;Worker.run(JIoEndpoint.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Thread.run(Thread.java:595)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationUtils.fillInClientStackTraceIfPossible(RemoteInvocationUtils.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationResult.recreate(RemoteInvocationResult.java:115)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.support.RemoteInvocationBasedAccessor.recreateRemoteInvocationResult(RemoteInvocationBasedAccessor.java:85)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor.invoke(HttpInvokerClientInterceptor.java:163)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at &#36;Proxy0.getRegistryNodeData(Unknown Source)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.runHTTPRemoting(ServiceTester.java:167)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.tools.ServiceTester.run(ServiceTester.java:98)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.ui.wizards.NewConnectionTestWizardPage&#36;1.widgetSelected(NewConnectionTestWizardPage.java:83)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:227)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.runEventLoop(Window.java:820)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.window.Window.open(Window.java:796)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.java:182)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.actions.NewWizardDropDownAction.run(NewWizardDropDownAction.java:174)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem.access&#36;2(ActionContributionItem.java:490)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.jface.action.ActionContributionItem&#36;6.handleEvent(ActionContributionItem.java:443)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:938)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3682)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3293)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.access&#36;4(Workbench.java:2219)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench&#36;4.run(Workbench.java:466)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.escapek.client.Application.start(Application.java:47)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.reflect.Method.invoke(Method.java:585)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.run(Main.java:1173)<br />
&nbsp;&nbsp;&nbsp;&nbsp;at org.eclipse.equinox.launcher.Main.main(Main.java:1148)<br />
END TEST: 14:42:14.878<br />
<br />
<br />
may be i do something wrong? Or i have to fill some records in database?<br />
Thank you![/code]]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[20080115 snapshot released]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=19</link>
			<pubDate>Wed, 16 Jan 2008 11:38:36 +0100</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=19</guid>
			<description><![CDATA[Hi,<br />
<br />
After months of release inactivity, I'm proud to announce the availability of a new snapshot release of EscapeK. <br />
This version is not yes an officially released version, as version 0.1 is still on the way. Nevertheless, this version is available for anyone interested in this project as it shows the current work progress.<br />
<br />
Download links are : <br />
<br />
EscapeK client : http://sourceforge.net/project/showfiles..._id=568863<br />
EscapeK server : http://sourceforge.net/project/showfiles..._id=568865<br />
<br />
<br />
Note that this snapshot is not compatible with older snapshots. Same snapshot versions of client and server packages are needed.<br />
<br />
A getting started guide to this snapshot version is available here : http://www.escapek.org/Getting_started_w...5_snapshot<br />
<br />
Please report on this forum any problems or suggestions concerning this release and EscapeK project in general.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
After months of release inactivity, I'm proud to announce the availability of a new snapshot release of EscapeK. <br />
This version is not yes an officially released version, as version 0.1 is still on the way. Nevertheless, this version is available for anyone interested in this project as it shows the current work progress.<br />
<br />
Download links are : <br />
<br />
EscapeK client : http://sourceforge.net/project/showfiles..._id=568863<br />
EscapeK server : http://sourceforge.net/project/showfiles..._id=568865<br />
<br />
<br />
Note that this snapshot is not compatible with older snapshots. Same snapshot versions of client and server packages are needed.<br />
<br />
A getting started guide to this snapshot version is available here : http://www.escapek.org/Getting_started_w...5_snapshot<br />
<br />
Please report on this forum any problems or suggestions concerning this release and EscapeK project in general.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[EscapeK]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=18</link>
			<pubDate>Tue, 15 Jan 2008 16:32:44 +0100</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=18</guid>
			<description><![CDATA[Hi all. I'm about beginning of development J2EE application. I want use technologies you used in EscapeK. I would like to ask you sample project with source code available.<br />
Thank you.]]></description>
			<content:encoded><![CDATA[Hi all. I'm about beginning of development J2EE application. I want use technologies you used in EscapeK. I would like to ask you sample project with source code available.<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MOF Parser library released]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=17</link>
			<pubDate>Wed, 05 Dec 2007 16:08:50 +0100</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=17</guid>
			<description><![CDATA[EscapeK team is proud to announce the release of MOF Parser Library 0.1.<br />
<br />
This library has been developed because EscapeK features development required to write some code for the parsing of MOF files. This library was first part of main development but it appears that it may be useful for some people. That's why it came out of the project and released as a separate project.<br />
<br />
Current released version is 0.1 and is available for download on SF.Net.<br />
<br />
Read the reference documentation to learn how to use it.<br />
<br />
Last but not least, report problems, help request or improvements on the user forum.]]></description>
			<content:encoded><![CDATA[EscapeK team is proud to announce the release of MOF Parser Library 0.1.<br />
<br />
This library has been developed because EscapeK features development required to write some code for the parsing of MOF files. This library was first part of main development but it appears that it may be useful for some people. That's why it came out of the project and released as a separate project.<br />
<br />
Current released version is 0.1 and is available for download on SF.Net.<br />
<br />
Read the reference documentation to learn how to use it.<br />
<br />
Last but not least, report problems, help request or improvements on the user forum.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Development environment updates]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=16</link>
			<pubDate>Mon, 22 Oct 2007 18:09:53 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=16</guid>
			<description><![CDATA[Hi,<br />
<br />
I've updated the development environment setup documentation. This is because I've refactored some plugins; there are some news plugins as well as deprecated ones. <br />
You should checkout from the beginning again by following this documentation.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I've updated the development environment setup documentation. This is because I've refactored some plugins; there are some news plugins as well as deprecated ones. <br />
You should checkout from the beginning again by following this documentation.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Data Center Hardware Modeling]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=15</link>
			<pubDate>Thu, 18 Oct 2007 19:30:09 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=15</guid>
			<description><![CDATA[I came across this site when searching on "jsr 48".  I'm wondering whether the work done on escape-k so far would be useful to me.  If so, perhaps I could participate it its development as well.<br />
<br />
Some background:<br />
<br />
I'm trying to follow the standards created by DMTF to model hardware devices in Java so that I can collect data from a system, populate the Java object with the data, and save the data to a database using some kind of ORM (like Hibernate).<br />
<br />
I initially designed my own model, using XML schema, and derived the Java classes from it, via JAXB.  A simple example of the XML representation is:<br />
<br />
<br />
Code:<br />
&lt;server&gt;<br />
&nbsp;&nbsp;&lt;id&gt;12:34:45:78:90:12&lt;/id&gt;<br />
&nbsp;&nbsp;&lt;cpu&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;id&gt;1&lt;/id&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;speed&gt;1200&lt;/speed&gt;<br />
&nbsp;&nbsp;&lt;/cpu&gt;<br />
&nbsp;&nbsp;&lt;diskDrive&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;id&gt;c0t0d0s0&lt;/id&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;size&gt;60&lt;/size&gt;<br />
&nbsp;&nbsp;&lt;/diskDrive&gt;<br />
&lt;/server&gt;<br />
<br />
<br />
The Java class representation of the XML would be:<br />
<br />
<br />
Code:<br />
public class Server {<br />
&nbsp;&nbsp;private String id;<br />
&nbsp;&nbsp;private List&lt;Cpu&gt; cpu;<br />
&nbsp;&nbsp;private List&lt;DiskDrive&gt; diskDrive;<br />
&nbsp;&nbsp;.<br />
&nbsp;&nbsp;.<br />
}<br />
<br />
<br />
I worried, however, that this would be too specific for me.  I thought it'd be nice to use the DMTF standard to help me model it more generically, so i could support two layers of modeling, the physical and the logical.  It turns out, however, the DMTF standard doesn't do a lot of this for me.  Also, CIM modeling doesn't map very well with XML schema and I'm not that familiar with CIM.  Since a Java API for CIM seems to be lacking...well...I'm hoping perhaps this project has done a lot of it.<br />
<br />
So, do you see escape-k as being useful to me?  Do you think there are better alternatives for what I'm looking to do?]]></description>
			<content:encoded><![CDATA[I came across this site when searching on "jsr 48".  I'm wondering whether the work done on escape-k so far would be useful to me.  If so, perhaps I could participate it its development as well.<br />
<br />
Some background:<br />
<br />
I'm trying to follow the standards created by DMTF to model hardware devices in Java so that I can collect data from a system, populate the Java object with the data, and save the data to a database using some kind of ORM (like Hibernate).<br />
<br />
I initially designed my own model, using XML schema, and derived the Java classes from it, via JAXB.  A simple example of the XML representation is:<br />
<br />
<br />
Code:<br />
&lt;server&gt;<br />
&nbsp;&nbsp;&lt;id&gt;12:34:45:78:90:12&lt;/id&gt;<br />
&nbsp;&nbsp;&lt;cpu&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;id&gt;1&lt;/id&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;speed&gt;1200&lt;/speed&gt;<br />
&nbsp;&nbsp;&lt;/cpu&gt;<br />
&nbsp;&nbsp;&lt;diskDrive&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;id&gt;c0t0d0s0&lt;/id&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;size&gt;60&lt;/size&gt;<br />
&nbsp;&nbsp;&lt;/diskDrive&gt;<br />
&lt;/server&gt;<br />
<br />
<br />
The Java class representation of the XML would be:<br />
<br />
<br />
Code:<br />
public class Server {<br />
&nbsp;&nbsp;private String id;<br />
&nbsp;&nbsp;private List&lt;Cpu&gt; cpu;<br />
&nbsp;&nbsp;private List&lt;DiskDrive&gt; diskDrive;<br />
&nbsp;&nbsp;.<br />
&nbsp;&nbsp;.<br />
}<br />
<br />
<br />
I worried, however, that this would be too specific for me.  I thought it'd be nice to use the DMTF standard to help me model it more generically, so i could support two layers of modeling, the physical and the logical.  It turns out, however, the DMTF standard doesn't do a lot of this for me.  Also, CIM modeling doesn't map very well with XML schema and I'm not that familiar with CIM.  Since a Java API for CIM seems to be lacking...well...I'm hoping perhaps this project has done a lot of it.<br />
<br />
So, do you see escape-k as being useful to me?  Do you think there are better alternatives for what I'm looking to do?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[About Escape-K licence]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=14</link>
			<pubDate>Mon, 30 Jul 2007 15:36:10 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=14</guid>
			<description><![CDATA[Hi,<br />
<br />
I had a discussion recently with Alan Cabrera, author of Livetribe project, about the fact that Escape-K and Livetribe could exchange contributions. He was pointing out that the fact that Escape-K was released under LGPL was a problem.<br />
In fact, LGPL copyleft mechnism means for our projects that Escape-K could use Livetribe code, but not the contrary because Livetribes uses Apache Software License 2.0.<br />
<br />
When I began this project, I chose GPL, because it is a popular license, I knew approximately what were its terms and conditions, and I needed something "legal" before putting Escape-K code available on Internet. Now it appears that choosing this license was may be not the best choice. There is this compatibility problem with ASF, but also may be with some library and tools used by Escape-K.<br />
<br />
I think we should discuss about the opportunity, or not, of moving to another license. ASF seems fine. I don't know if some of you have some experience in open-source licenses.<br />
<br />
For now, I will make an inventory of licenses used by Escape-K requirements (eclipse RCP, Spring, ...) to check if there are some incompatibilities. I will also create a poll so any one can vote for its favorite license. ;)]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I had a discussion recently with Alan Cabrera, author of Livetribe project, about the fact that Escape-K and Livetribe could exchange contributions. He was pointing out that the fact that Escape-K was released under LGPL was a problem.<br />
In fact, LGPL copyleft mechnism means for our projects that Escape-K could use Livetribe code, but not the contrary because Livetribes uses Apache Software License 2.0.<br />
<br />
When I began this project, I chose GPL, because it is a popular license, I knew approximately what were its terms and conditions, and I needed something "legal" before putting Escape-K code available on Internet. Now it appears that choosing this license was may be not the best choice. There is this compatibility problem with ASF, but also may be with some library and tools used by Escape-K.<br />
<br />
I think we should discuss about the opportunity, or not, of moving to another license. ASF seems fine. I don't know if some of you have some experience in open-source licenses.<br />
<br />
For now, I will make an inventory of licenses used by Escape-K requirements (eclipse RCP, Spring, ...) to check if there are some incompatibilities. I will also create a poll so any one can vote for its favorite license. ;)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Translation contribution]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=11</link>
			<pubDate>Sun, 29 Jul 2007 16:04:52 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=11</guid>
			<description><![CDATA[Escape-k team gives full support for english, french and german translation. <br />
Please post a message on this forum if you would like to contribute for a new language contribution. You will then be given instruction to learn how to integrate your translation to the project development.<br />
<br />
Thanks for your help.]]></description>
			<content:encoded><![CDATA[Escape-k team gives full support for english, french and german translation. <br />
Please post a message on this forum if you would like to contribute for a new language contribution. You will then be given instruction to learn how to integrate your translation to the project development.<br />
<br />
Thanks for your help.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[New wiki articles]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=10</link>
			<pubDate>Sun, 29 Jul 2007 15:01:56 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=10</guid>
			<description><![CDATA[New wiki articles are available:<br />
<br />
http://wiki.escapek.org/docs/architecture/general:Escape-K general architecture<br />
http://wiki.escapek.org/dev/cim_2.3_mof_spec_parser:CIM 2.3 MOF specification parser<br />
<br />
]]></description>
			<content:encoded><![CDATA[New wiki articles are available:<br />
<br />
http://wiki.escapek.org/docs/architecture/general:Escape-K general architecture<br />
http://wiki.escapek.org/dev/cim_2.3_mof_spec_parser:CIM 2.3 MOF specification parser<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[version 0.1 on the way]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=8</link>
			<pubDate>Tue, 10 Jul 2007 21:51:31 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=8</guid>
			<description><![CDATA[Hi,<br />
<br />
I think it's time to have some more concrete things with this project. Therefore i've created some JIRA tasks and updated the Roadmap.<br />
I think it's not too much job for a first release ad hopefully if will atract some users.<br />
Tell me if you want to get assigned a task or if you think another task should be included for version 0.1.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I think it's time to have some more concrete things with this project. Therefore i've created some JIRA tasks and updated the Roadmap.<br />
I think it's not too much job for a first release ad hopefully if will atract some users.<br />
Tell me if you want to get assigned a task or if you think another task should be included for version 0.1.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[version 0.1 on the way]]></title>
			<link>http://forum.escapek.org/showthread.php?tid=7</link>
			<pubDate>Tue, 10 Jul 2007 21:50:37 +0200</pubDate>
			<guid isPermaLink="false">http://forum.escapek.org/showthread.php?tid=7</guid>
			<description><![CDATA[Hi,<br />
<br />
I think it's time to have some more concrete things with this project. Therefore i've created some JIRA tasks and updated the Roadmap.<br />
I think it's not too much job for a first release ad hopefully if will atract some users.<br />
Tell me if you want to get assigned a task or if you think another task should be included for version 0.1.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I think it's time to have some more concrete things with this project. Therefore i've created some JIRA tasks and updated the Roadmap.<br />
I think it's not too much job for a first release ad hopefully if will atract some users.<br />
Tell me if you want to get assigned a task or if you think another task should be included for version 0.1.]]></content:encoded>
		</item>
	</channel>
</rss>