1. spring JDBC stackoverflow.comI am getting the following exception whe using derby to do a UPDATE in oracle Database org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is org.apache.derby.client.am.DisconnectException: A communication error has been detected. ... |
2. netbeans and Apache Derby Embedded + spring stackoverflow.comI'm using netbeans 6.7 on windows.I've been using DerbyClient in my spring test project and i've successfully change the driverClassName from org.apache.derby.jdbc.ClientDriver to org.apache.derby.jdbc.EmbeddedDriver.I was formally browsing through the bd ... |
3. Spring's JDBCTemplate IllegalArgumentException: datasource required stackoverflow.comWell, I am having a problem with configuring Spring's JDBCTemplate to work properly. I am trying to inject the datasource but it seems that it's always null. Here is a sample ... |
4. Spring disconnecting from Derby stackoverflow.comI'm using Apache Derby with the Spring JdbcTemplate inside a web app running on Tomcat. Spring is managing the data source. I've noticed that if I update the .war file and ... |
5. Embedded Derby Db in a Spring app on Tomcat stackoverflow.comI'm trying to get an embedded Derby db running on a Tomcat/Spring application.
|
6. Invalid Cursor State on every query JDBC, Spring, Derby. Configuration problem? stackoverflow.comI am just getting started with Spring (MVC,Webflow etc etc) and I am trying to write my own small web application. As a database I am using Apache Derby which I ... |
7. Spring JDBC versus Derby Stored Procedure stackoverflow.comDerby documents syscs_util.syscs_backup_database. I made the following trivial class:
|
8. JUnit + Derby + Spring: drop in-memory db after every test stackoverflow.comIn my unit tests I autowired some DataSources, which use URLs like
to create an in-memory DBs.
To drop an in-memory Derby db you have to connect with:
I would like this to happen ... |
9. Issue with NoClassDefFoundError error in a web environment Spring/Wicket/Derby/Jetty stackoverflow.comI am trying to build a simple JDBC Spring Template application, the web framework I am using is wicket and under the jetty 6 web server (through the Jetty Maven Plugin). ... |
10. Using Derby for DBRE forum.springsource.orgUsing Derby for DBRE Edit: There are 3 versions in the repo: Version......: 10.8.1.2_0020 [available versions: 10.7.1.1_0001, 10.7.1.1_0010, 10.8.1.2_0020] I specified the previous release: addon install bundle --bundleSymbolicName org.springframework.roo.wrapping.derby;10.7.1.1_00 10 Target ... |
11. Embedded Derby forum.springsource.org |
12. newbie: embedded Derby as DataSource instantiated more than once forum.springsource.orgnewbie: embedded Derby as DataSource instantiated more than once Hi! Need help figuring this one out. Will jump right to the config file: Code: |
17. Embedded Derby initialization problem forum.springsource.orgOct 25th, 2007, 05:19 PM #1 superbluefox View Profile View Forum Posts Private Message Junior Member Join Date Sep 2007 Posts 4 Embedded Derby initialization problem I am using Spring 2.0.7, ... |
18. For Derby, what value should be for database property in HibernateJpaVendorAdapter forum.springsource.orgI want to use Derby database, I set the database property to "DB2" in the entityManagerFactory bean. but I got the the following exception: Code: 2008-01-23 13:35:24,855 ERROR org.hibernate.tool.hbm2ddl.SchemaUpdate - could ... |
19. Spring Jdbc with embedded Derby Database - How to disconnect? forum.springsource.orgSpring Jdbc with embedded Derby Database - How to disconnect? Hi, I have an application which is based on the embedded version of the derby database. Derby embedded only one user ... |
20. auto-start embedded Derby DataSource? forum.springsource.orgauto-start embedded Derby DataSource? Folks; so far I have seen a lot of goodness about Spring DataSource configuration involving virtually any kind of driver, however in one situation now I am ... |
21. executeAndReturnKey throws InvalidDataAccessResourceUsageException with Derby forum.springsource.orgI'm running into this problem: http://jira.springframework.org/browse/SPR-5306 using spring 2.5.6 and derby 10.4.2.0. I've implemented an ugly workaround in each and every insert method. Does anybody have a solution, or an OK ... |
22. SimpleJdbcInsert and Derby problem (Spring 2.5.6) forum.springsource.orgHi, I have table like this: Code: create table test(x varchar(128), y int, primary key(x)) on derby and on oracle. Now I am inserting some data with SimpleJdbcInsert: Code: HashMap |
23. who said anything about derby? forum.springsource.org |
24. Unable import Derby Jar? forum.springsource.orgUnable import Derby Jar? Dear All, I created a web application, but unable to load Derby jar. I am using jetty-plugin load the application. But dunno y unable to find the ... |
25. spring samples - derby forum.springsource.orgJun 18th, 2009, 03:25 PM #1 asavidge View Profile View Forum Posts Private Message Junior Member Join Date Jun 2009 Location Maine Posts 1 spring samples - derby I am trying ... |
26. Derby DB Clean shutdown forum.springsource.orgDerby DB Clean shutdown Hi There I have seen a few posts regarding the shutting down of the Derby database. I need help in how to cleanly shutdown the Derby database ... |
27. Wrong query generate with Derby and SqlPagingQueryProviderFactoryBean forum.springsource.orgWrong query generate with Derby and SqlPagingQueryProviderFactoryBean I'm playing around with Spring Batch and am having strange errors when using the SqlPagingQueryProviderFactoryBean. My little test table is in Derby and is ... |
28. Apache Derby and startup forum.springsource.orgApache Derby and startup Hi - This may be more for Apache Derby users, but it also deals w/Spring startup. I'm using Apache Derby in my application in in embedded mode. ... |
29. how to install derby into spring suite forum.springsource.orgHi i am a newbie trying to learn spring. I have installed Spring Suite. How do I install the derby plugin. I want to try thr JDBC hibernate example can anyone ... |
30. Using Derby embedded database for testing with Maven forum.springsource.orgUsing Derby embedded database for testing with Maven Hi, First of all, I want to say thank you to the Spring team for providing embedded database support (Derby, ...). Unfortunately when ... |
31. Cannot connect to derby database, but no exception forum.springsource.orgSep 9th, 2010, 03:51 PM #1 galt View Profile View Forum Posts Private Message Junior Member Join Date May 2010 Location Atlanta Posts 12 Cannot connect to derby database, but no ... |
32. Spring Batch Admin - Not possible to change the datasource to Derby forum.springsource.orgSpring Batch Admin - Not possible to change the datasource to Derby Hi, I am trying to change the data-source of Spring Batch Admin to a Derby repository. The jobs will ... |
33. Spring Batch Admin - Exception on Derby DB forum.springsource.orgDec 3rd, 2010, 08:41 AM #1 Virgil View Profile View Forum Posts Private Message Junior Member Join Date Jan 2008 Posts 7 Spring Batch Admin - Exception on Derby DB I ... |