Rick,
Sorry it took so long, had to travel out of the office for a few days..
Here's the list of the modules my web server is complaining about. Whats
really weird is modules.properties does exist in the derby.jar! The rest do
not.
ActionController::RoutingError (No route matches
"/org/apache/derby/modules.properties" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m13.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m13.properties" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m13_en.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m13_en_US.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m13_en_US.properties" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m16.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m16.properties" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m16_en.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m16_en_US.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m16_en_US.properties" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m18.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m18.properties" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m18_en.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m18_en_US.class" with {:method=>:get}):
ActionController::RoutingError (No route matches
"/org/apache/derby/loc/m18_en_US.properties" with {:method=>:get}):
I am using the Derby Tax Demo as a way to get up and running for using derby
in a project I'm working on. The demo is at
http://developers.sun.com/javadb/overview/product_tour/index.jsp
All I have in my http file is one line
<APPLET CODE="derby.embedded.ClientStoreService.class" CODEBASE="/" WIDTH=1
HEIGHT=1 NAME="ClientStoreService" ARCHIVE=" derby1.jar,
derby.jar"></APPLET>
derby1.jar is the recompiled source files used in the demo.
output from the java console indicates the derby1.jar is loading
successfully.
[Wed Sep 10 14:08:10 MDT 2008] ClientStoreService: init() was called
[Wed Sep 10 14:08:10 MDT 2008] ClientStoreService: setting-up store (or not)
[Wed Sep 10 14:08:15 MDT 2008] ClientStoreService: DerbyTax table already
exists...
[Wed Sep 10 14:08:15 MDT 2008] ClientStoreService: start() was called
Scott
Rick Hillegas-2 wrote:
>
> ScottDerrick wrote:
>>
> Hi Scott,
>
> Can you clarify what locale files are missing? Is something missing from
> one of our svn branches, a distribution on the website, or some other
> location?
>
> Thanks,
> -Rick
>
>
--
View this message in context:
http://www.nabble.com/missing-locale-files--tp19379490p19422455.html
Sent from the Apache Derby Users mailing list archive at Nabble.com.