Questions tagged [openxava]

OpenXava is an AJAX Java Framework for Rapid Development of Enterprise Applications

OpenXava is an AJAX Java Framework for Rapid Development of Enterprise Applications.

In OpenXava you only have to write the domain classes in plain Java to get an AJAX application ready for production.

http://www.openxava.org

83 questions
0
votes
1 answer

Set OpenXava (NaviOX) initial page to a custom JSP page

I have an OpenXava web application. By default, it loads the last module I have opened as initial page. I need to change that behavior making the initial page some custom JSP page. I have set AutoLogin in naviox-users.properties and tried to change…
0
votes
1 answer

How to create dropdown list in OpenXava?

how can we create the dropdown list type question in OpenXava? Let's say Gender is the question with (Male, Female, Other) with respective answers. How can I declare the variable in the POJO class. Or do we have any hibernate annotations for the…
Vinod
  • 2,263
  • 9
  • 55
  • 104
0
votes
1 answer

OpenXava Impossible to execute Add files action Member not found in model

I'm experimenting with OpenXava files stereotype and embedded class and finding a strange error. First of all, if I create a record and attach a bunch of files to it before saving it for the first time, everything works. If I, however, first create…
Creature
  • 994
  • 1
  • 12
  • 27
0
votes
1 answer

circle on circle collision, cant figure out where i've gone wrong

I'm working on a pong game and am stuck with my collision between my "ball" and my "paddle2" objects. It seems my paddle position wont move with my paddle object, so instead of the ball bouncing off my paddle it bounces off an invisible circle where…
0
votes
1 answer

Openxava simple application error

I am trying to run my first openxava application. I have only one file with 4 fields. I am using Tomcat and Mssql server. I build the project, run and deploy everything goes allright..I use jd1.7 now. Before I tried with 1.8 I got the same error.…
Ferda-Ozdemir-Sonmez
  • 674
  • 2
  • 13
  • 38
0
votes
1 answer

MinuteProject First Trial java.net.url nullpointer exception

I am trying to use minuteproject to generate openxava files. My config is the similar to the one in http://minuteproject.wikispaces.com/OpenXava demo file. I get java.net.url exception. I checked my jdbc url and couldn't find an error. This is my…
Ferda-Ozdemir-Sonmez
  • 674
  • 2
  • 13
  • 38
0
votes
1 answer

JPQL query for a Collection

I have this: @ManyToOne( fetch=FetchType.LAZY ) @Required @NoFrame @JoinColumn(name="plaga_id") @DescriptionsList private PlagaOEnfermedad plaga; @Required @ManyToOne( fetch=FetchType.LAZY ) @DescriptionsList(depends="this.plaga", condition="", …
kankamuso
  • 441
  • 1
  • 3
  • 18
0
votes
2 answers

Java EE based backend application framework

I am wondering if anyone knows of some type of technology (preferably Java EE based) that is similar to something like Eclipse RCP. I want to be able to develop modules which can then register themselves, provide menu options etc. and then provide…
mookins
  • 71
  • 1
  • 5
0
votes
1 answer

Hide refrence search action on Openxava, How To?

I need to display all item in my view readonly except one field and between all field there is one reference field and I would like to hide the reference search action of that field in openxava. How can i do it? If it's not possible, then how to…
0
votes
1 answer

OpenXava customise

Im looking at creating a frontend for my Postgresql database, I'am using Drupal 6 (forced to use) I was looking at solutions to allow me rather than create a module which is breaking my head. To code it within the page node, however I found this…
Tom
  • 644
  • 3
  • 9
  • 25
0
votes
0 answers

Action to deselect every item in a Tab

I'm thinking in creating an action to deselect every item in a Tab, even items selected in pages that you are not seeing. I'll like to know your opinion about this. I mean: If you filter a tab, for example column name start with 'C' and select 2…
Jose.OC
  • 130
  • 2
  • 8
0
votes
1 answer

OneToMany - org.hibernate.AnnotationException: mappedBy reference an unknown target entity property

I'm trying to generate the DB schema from my domain classes using the hibernate-tools.jar bundled in OpenXava. Unfortunately, two classes with a OneToMany association are causing me troubles. This is the first one: @Entity public class Deceased…
iccuta
  • 165
  • 1
  • 13
0
votes
1 answer

Why is OpenXava not recognizing my Pojo?

I am using openxava 4.7.1 with MySQL. I have made all the right configurations and defined my pojos like this one for example package com.iserve.ticketmanager; import java.util.*; import javax.persistence.*; import…
user1622343
  • 967
  • 5
  • 9
0
votes
1 answer

how to fix collection add element error in Openxava 3.1

org.openxava.util.XavaException:cannot add new element in collection because an entity property is readonly..but i did not put a property readonly inside my entity class.
0
votes
2 answers

OpenXava WITH play

I want to use the OpenXava scafolding system, with Play! framework (1.2.5 or 2.x). This is because I need to do a prototype, and some requirements are easy to do with play, and others with OpenXava. Someone did this? How I can do it? Tell me our…
Imaky
  • 1,227
  • 1
  • 16
  • 36