Questions tagged [gvnix]

gvNIX is an Spring Roo distribution that focuses both enterprise knowledge and enterprise standards to build Java applications.

gvNIX is based on Spring Roo to deliver a development tool to information technology (IT) groups within companies for designing and implementing enterprise software and for handling service-oriented integration.

Isn't Spring Roo a tool for building enterprise applications? Yes, it is. The goal of the Spring Roo project is to build a high productive tool for rapidly building any enterprise application in the Java language whereas the goal of gvNIX project is to build a Java development tool for enterprise applications based on the knowledge that each enterprise has built up over decades: reports, UI standards, integration with legacy applications and so on.

Related Tags: Spring Roo

More Information:

62 questions
0
votes
1 answer

GvNix Typical security & "web mvc batch setup" incompatible?

One of the best features of GvNix is “Typical security”. This feature works great but breaks when using togehter with the “web mvc batch setup” feature. As the testcase I used the Quickstart.roo script from…
dhmc
  • 193
  • 1
  • 15
0
votes
1 answer

gvNIX/ROO 1.4.1 - NoSuchMethodError avax.persistence.Table.indexes() when adding in Datatables

In my project I am successful adding components up to adding in Datatables (web mvc datatables setup). When I do, I get the above exception when deploying the application to Tomcat using Oracle DB with the following information: …
spiderman
  • 27
  • 7
0
votes
1 answer

How to modify the "Filtrar: " Label that can be seen in datatables list?

How to modify the "Filtrar: " Label that can be seen in datatables list. It seems that there are no label properties for this. I try to look in application.properties and messages.properties but is not there.
0
votes
0 answers

Datatables shows System Internal Error after I click List all Owner

This issue occur after I follow the instruction in gvnix_samples petclinic. I try to find some errors but the code seems fine. Please help.. At first my intention is to see the datatables what it looks like but unfortunately I didnt succeed in my…
0
votes
1 answer

How to use gvNix Typical security? Getting started does not work

One of my requirements is to implement authentication while developing with Spring Roo. I found the gvNix and it's Typical security and it looks very promising. Yet, following the example at Typical security - getting started I could not get it to…
dhmc
  • 193
  • 1
  • 15
0
votes
1 answer

Failed to generate reports gvNix

I'm developing a project with gvNix and attempt to generate reports occurs to me: After installing the script reports: web report setup web report add --controller ~.web.ReservaController --reportName informereservas --format pdf,xls,html,csv When…
karlos
  • 3
  • 4
0
votes
1 answer

gvNIX: Recover a backup when App crashes

Which is the way to recover a gvNIX backup? I have a trouble with one command and the webApp crashes. I would like to revert to a previous version.
Viherbar
  • 239
  • 3
  • 13
0
votes
1 answer

Many to many relation in GvNIX

In my E-R model I have two classes (User and Routine) related by many to many relationship, but I don't know how to translate it to GvNIX code. Should I use a set attribute in each class specifying a many to many cardinality? For example: field set…
Viherbar
  • 239
  • 3
  • 13
0
votes
1 answer

Reload a layer with new JSON data in gvNIX

I´m surfing inside this tool but I have problems to reload a existing layer with new data. I have the layer Owner and I have added filters just in the bottom of the layers selector. This filter send an ajax request that returns a JSON and I need to…
allen_ajd3
  • 35
  • 8
0
votes
0 answers

gvnix 1.4 with oracle

I have installed gvnix geo-petclinic example over JBoss AS 7.3 and Oracle 11g without problems. But when I access the screen Maps -> Mapview I get this error in logs: 16:55:17,624 WARN [org.hibernate.engine.jdbc.spi.SqlExceptionHelper]…
jperez82
  • 21
  • 3
0
votes
1 answer

How converts list objects to JSON in gvnix

Hi I´m developing new controllers over GVNIX development tool but I don´t understand how it is transforming object list to JSON. I have seen in the GEO example, the entities list are working with DataTables and the ajax filter it´s working with…
allen_ajd3
  • 35
  • 8
0
votes
1 answer

GVNIX and spatial searchs

I have installed this great development tool and I´m testing how can I use spatial queries or customize other functions. For example, in the petclinic-geo project create a new map that shows only the owners inside Valencia (area). I think there is…
allen_ajd3
  • 35
  • 8
0
votes
2 answers

gvnix over Jboss 6 and Oracle

I have installed gvnix geo-petclinic example over Tomcat and Postgis without problems. Next I tried to install it over Jboss and Oracle I changed roo script with: jpa setup --provider HIBERNATE --database ORACLE --userName user --databaseName…
allen_ajd3
  • 35
  • 8
0
votes
2 answers

NullpointerException at com.github.dandelion.datatables.core.configuration.Configuration.applyConfiguration only on Tomcat 8 (works fine on Tomcat 7)

I'm getting the following exception for Dandelion datatables when the application is deployed on Tomcat 8. The application works just fine on Tomcat 7. I've searched everywhere but can't find a resolution. Snippet of the trace on Tomcat…
ps2014
  • 35
  • 4
0
votes
1 answer

Master-Detail Datatable where master table it's a database view on gvNIX

I'm looking for create a Master-Detail view on gvNIX where the master it's a view and the detail it's my own table loaded from my Oracle database, gvNIX has mapped the table on the dbre.xml in my project.gvNIX supports the creating of a master view…
mgamon
  • 308
  • 7
  • 16