I have been trying to set up petstore2.0 in jboss. I have set up the Derby database using the petstore.sql and this works fine. I can start the Network Server and I can reach it as a client through IJ. I can even run the same sql as which is used in the petstore application and I get the data I need.
However now I have my petstore application running in Jboss, the first page that results in a database query does not show any results. There are no errors in the logging of the application. The derby.log remains virtually empty. I am not even sure that the DerbyClient configured is actually used (should any logging from the DerbyClient find its way into derby.log? Can I make the logging more verbose?) http://www.nabble.com/file/p25423942/derby.log derby.log http://www.nabble.com/file/p25423942/derby-ds.xml derby-ds.xml http://www.nabble.com/file/p25423942/server.log server.log http://www.nabble.com/file/p25423942/persistence.xml persistence.xml Could anyone give me a clue? thanks a million. -- View this message in context: http://www.nabble.com/no-Exception-but-no-data-either-when-using-DerbyClient-from-jboss5-tp25423942p25423942.html Sent from the Apache Derby Users mailing list archive at Nabble.com.
