Re: [basedb-devel] object attributes missing when API used from tomcat servlet

2007-10-26 Thread Nicklas Nordborg
Bob MacCallum wrote: > Only in ../../apache-tomcat-6.0.14/webapps/GEWebapp/WEB-INF/lib: > biojava-ensembl.jar biojava.jar bytecode.jar commons-collections-2.1.jar > commons-dbcp-1.1.jar commons-pool-1.1.jar gesol.jar GEWebapp.jar jstl.jar > mysql-connector-java-3.0.10-stable-bin.jar standard.jar

Re: [basedb-devel] object attributes missing when API used from tomcat servlet

2007-10-26 Thread Bob MacCallum
Thanks for getting back to us. Problem solved... Nicklas Nordborg writes: > This seems really strange. The only thing I can think of is that the > data is coming from different databases. Are you really sure that both > base.config files are the same? yes the config files are the same: di

Re: [basedb-devel] object attributes missing when API used from tomcat servlet

2007-10-25 Thread Nicklas Nordborg
This seems really strange. The only thing I can think of is that the data is coming from different databases. Are you really sure that both base.config files are the same? Do you get the same problem with other array designs? /Nicklas Bob MacCallum wrote: > Hi, > > This one is might odd. Bef

[basedb-devel] object attributes missing when API used from tomcat servlet

2007-10-25 Thread Bob MacCallum
Hi, This one is might odd. Before I send lines and lines of code and stacktraces, maybe someone has some intuition. Why would this code ArrayDesign ad = ArrayDesign.getById(dc, 14); System.out.println("name = " + ad.getName()); System.out.println