+1 interested by this Spring data support for Orientdb
I'm planning to migrate my 2 databases (Mongodb and Neo4j) to Oriendb.
Do you have any schedules for the development?
Thanks!
Monta
Type: Posts; User: Bonty; Keyword(s):
+1 interested by this Spring data support for Orientdb
I'm planning to migrate my 2 databases (Mongodb and Neo4j) to Oriendb.
Do you have any schedules for the development?
Thanks!
Monta
This is a web server version problem.
If you use Tomcat 7.x it should work without problems. You're already done :)
Under ~.util package please check if your LocaleBean class has these 2 annotations : @ManagedBean and @SessionScoped
You don't have to declare this :
<managed-bean>
<managed-bean-name>localeBean</managed-bean-name>
<managed-bean-class>com.vaulthealth.jsf.util.LocaleBean</managed-bean-class>...
Is your desktop english Locale?
Could you send faces-config.xml and the list of files you have under i18n?
You just have to do this :
You need to add locale support of your country in faces-config.xml and add a file in folder i18n.
you don't need to add a bean for that.
This is another error, the 1st one was resolved.
You need to add locale support of your country in faces-config.xml and add a file in folder i18n.
Hi,
I'm using Spring roo with mongodb. My data model contains some documents which embed other documents.
Example:
Customer:{
"name",
"addresses":{
"street",
...
Hi,
You need to delete from your web.xml the tags OpenEntityManagerInViewFilter.
Since you're using mongodb, you don't use the jpa entity manager.
Hope this helps.
Bonty
Thanks for your answer Ben Alex.
Actually we're trying to use a column database because of the very big amout of data that we could have. The performance of the application is one of the most...
Hello,
Can anyone please tell me if it's possible to use Spring Roo with HBase?
Best regards.