Thanks for the info ben.  Trying to get it working now, but running into 
build failures... The error I'm seeing is for a failed test.... 
org.geotools.data.complex.TimeSeriesTest failed.   report from failed test 
is below.  Any thoughts on what might be causing this issue?

-------------------------------------------------------------------------------
Test set: org.geotools.data.complex.TimeSeriesTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.906 sec 
<<< FAILURE!
testDataStore(org.geotools.data.complex.TimeSeriesTest)  Time elapsed: 
1.922 sec  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<21> but was:<20>
        at junit.framework.Assert.fail(Assert.java:47)
        at junit.framework.Assert.failNotEquals(Assert.java:277)
        at junit.framework.Assert.assertEquals(Assert.java:64)
        at junit.framework.Assert.assertEquals(Assert.java:195)
        at junit.framework.Assert.assertEquals(Assert.java:201)
        at 
org.geotools.data.complex.TimeSeriesTest.testDataStore(TimeSeriesTest.java:503)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at junit.framework.TestCase.runTest(TestCase.java:168)
        at junit.framework.TestCase.runBare(TestCase.java:134)
        at junit.framework.TestResult$1.protect(TestResult.java:110)
        at junit.framework.TestResult.runProtected(TestResult.java:128)
        at junit.framework.TestResult.run(TestResult.java:113)
        at junit.framework.TestCase.run(TestCase.java:124)
        at junit.framework.TestSuite.runTest(TestSuite.java:232)
        at junit.framework.TestSuite.run(TestSuite.java:227)
        at 
org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:81)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)


A. Gundel



Ben Caradoc-Davies <[email protected]> 
05/07/2009 06:47 PM

To
"[email protected]" <[email protected]>
cc
"[email protected]" 
<[email protected]>
Subject
Re: [Geoserver-devel] eclipse oracle ng






[email protected] wrote:
> I'm looking for some method to setup geoserver to run in eclipse with 
the oracle ng plugin.  I'm new to doing this -- I've managed to get 
geoserver working within eclipse, but I don't know how to integrate 
geotools with that so that I can attach to the ng source code.  Is there 
documentation maintained somewhere on getting this to work?  (It would 
also be nice if I could figure out how to jump into the source of 
gwc...which doesn't seem to be available.)
> Please be gentle -- come from a .net background, so I'm not entirely up 
to speed on java development yet.  This is all still very new to me. Happy 
to help out where I can, just need to get it setup and running. Appreciate 
your help in this,

My recipe for setting up GeoServer and GeoTools workspaces is here 
(although I have since migrated to Linux):
https://www.seegrid.csiro.au/twiki/bin/view/Infosrvices/GeoserverDevelopmentSetup


The tricks required get Oracle NG source are:

(1) build GeoTools with -Dall to build all the jdbc-ng modules and put 
their source jars in your local repo (this is not in the recipe), and

(2) build GeoServer with -Poracle to make it a dependency at runtime 
(also not in the recipe).

This should provide the source, which will be attached when you run

mvn -DdownloadSources=true eclipse:eclipse

in your GeoServer workspace. I just checked and I can navigate to the 
OracleNGDataStoreFactory source in my GeoServer workspace.

Regards,

-- 
Ben Caradoc-Davies <[email protected]>
Software Engineer, CSIRO Exploration and Mining
Australian Resources Research Centre
26 Dick Perry Ave, Kensington WA 6151, Australia

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to