I'm setting up my development environment for WLBSearch, following the basic instructions [here][1]. In addition to these steps I've had to pull in ProductMetaData, ProductMetaDataSerialized (and of course WLBSearch). I've also had to add references to Tomcat explicitly to the Java Build Path (possibly because I didn't have the servers setup prior to the import).
After all this I'm seeing an error when trying to build CobaltPlatformSearch that I think is getting in the way of me resolving the SearchWeb problems:
The type com.sleepycat.bind.tuple.TupleOutput cannot be resolved. It is indirectly referenced from required .class files
StringBinding.java
/CobaltPlatformSearch/src/com/trgr/cobalt/search/util
Does anyone know what causes this error? I assume it's a missing JAR. Should this JAR have been included in TFS, or is this something that was supposed to be dynamically pulled in via Maven/Ivy or something?
[1]:
http://nsawiki.int.westgroup.com/wiki/index.php/Java_developer_startup_instructions_(WestlawNext)