Oracle jdbc driver is not available on the global public maven repository, you will need to install it manually.
To do so, please follow the following instructions.
Tables having no primary key defined are ignored by Springfuse.
Most likely the remote generation failure is due to a specificity in your database schema that we are not able to handle properly.
Here are few examples that we have encountered:
We send both generation logs and extracted metadata to the email address provided in springfuse generation form.
If you are behind an http proxy, in order to download properly the dependencies, you must configure maven with a settings.xml file (usually ${user.home}/.m2/settings.xml).
Please follow these instructions to create this file.
Note that you also need to provide this information to the springfuse maven plugin.
You can't, we expose only latest version of SpringFuse.
Yes, update the pom.xml accordingly
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.5</target>
</configuration>
Just contact us, drop us an email at support@springfuse.com we will be glad to help you.