Top "Derby" questions

Use this tag for questions about Apache Derby, an Apache DB subproject.

org.hibernate.hql.internal.ast.QuerySyntaxException: table is not mapped

I have example web application Hibernate 4.3.5 + Derby database 10.10.1.1+ Glassfish4.0 with IDE NetBeans 8.0Beta. I have the next exception: Caused by: …

java hibernate derby glassfish-4
Cannot create JDBC driver of class ' ' for connect URL 'null' : I do not understand this exception

Why does it say null URL and gives a empty ' ' class in the exception when I have provided …

java jakarta-ee tomcat jndi derby
Name [jdbc/mydb] is not bound in this Context

I see this question was raised several times already and I went through all of them. But I am still …

jakarta-ee tomcat7 jndi derby
SQLException: No suitable driver found for jdbc:derby://localhost:1527

I get this error in Netbeans: java.sql.SQLException: No suitable driver found for jdbc:derby://localhost:1527/ How is this …

java jdbc derby
String to java.sql.Date

I realize this has been asked a lot. I did actually look. I've spent hours looking around and trying to …

java sql eclipse date derby
Unable to start derby database from Netbeans 7.4

I downloaded Netbeans 7.4 and Java 7 Update 51. I get the below error when I try to start Java DB or derby …

java netbeans derby
Hive installation issues: Hive metastore database is not initialized

I tried to install hive on a raspberry pi 2. I installed Hive by uncompress zipped Hive package and configure $HADOOP_…

hadoop installation hive derby
data sources derby - connection refused

I am trying to connect a database with a java project. After reading some tutorials and the course support, I …

database websphere datasource derby
Setting up an embedded Derby database in a standalone Java application

I'm trying to setup an embedded Derby database for a standalone Java application, but after pouring through all sorts of …

java embedded-database javadb derby
@GeneratedValue(strategy = GenerationType.AUTO) not working as thought

I'm trying to persist an object to a database. Keep getting 'Column ID cannot accept null value error'. My object …

hibernate jpa jboss derby