|
Re: Teneo [message #633192 is a reply to message #633182] |
Fri, 15 October 2010 11:16   |
Eclipse User |
|
|
|
Yes there is a main method in these classes, I have no idea why this happens, is the project indeed a java plugin
project? Do you have automatic build flagged in the project properties?
Which version of Eclipse are you using?
gr. Martin
On 10/15/2010 05:07 PM, tenor wrote:
> I am trying the examples from
> org.eclipse.emf.teneo.hibernate.examples
>
> How to run for the Dynamic.java
> QuickStart.java
> Tutorial.java
>
> It complains of main method not found, though there is indeed main, i
> tried putting them in classpath too but not of any value.
> What i am missing?By default, are they on the classpath?
> or somewhere we have to do some minor tweaking ?
>
>
>
> Which ways to run them?
>
> Thanks.
>
>
--
With Regards, Martin Taal
Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@springsite.com - mtaal@elver.org
Web: www.springsite.com - www.elver.org
|
|
|
|
|
|
|
Re: [Teneo] java.lang.SecurityException [message #634516 is a reply to message #634500] |
Fri, 22 October 2010 00:33  |
Eclipse User |
|
|
|
OK - Never mind - I upgraded the dependencies to 1.1.2 and now everything works fine.
Ole
On 10/21/2010 08:02 PM, Ole Ersoy wrote:
> Just wanted to mention that I also tried a HbSessionDataStore load test
> like this:
>
> import junit.framework.TestCase;
> import org.eclipse.emf.teneo.hibernate.HbSessionDataStore;
>
> public class TeneoLoadTest extends TestCase
> {
> public void testClassLoad()
> {
> HbSessionDataStore hb = new HbSessionDataStore();
> assertTrue(true);
> }
> }
>
> And I still get the same exception.
>
> - Ole
|
|
|
Powered by
FUDForum. Page generated in 0.07864 seconds