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
1
vote
1 answer

Proxy IIS Server to Tomcat Application

I came to know there are multiple ways to set up the IIS server as a proxy but not sure which option is suitable for my case. I want to use my IIS server as a proxy server to access my application running on Tomcat. The reason is, my IIS is running…
Abdul Waheed
  • 383
  • 1
  • 4
  • 20
1
vote
1 answer

OpenXava: Retain URL after load image

The default behaviour for uploading image, using Stereotype("PHOTO") will change the url. For example, localhost:8080/m/Activity?Uid=15&Year=2017 will change to localhost:8080/m/Activity?application=Survey&module=Activity once image loaded. I have…
Brian Cheong
  • 43
  • 2
  • 14
1
vote
1 answer

How to change the date format of Openxava date component?

We need to change the date format of the default openxava date(javaSript) component. default format is MM/dd/yy, and we need to change it to MM/dd/yyyy. With the below link we can change the format of list view with implementing IFormatter…
user3496599
  • 1,207
  • 2
  • 12
  • 28
1
vote
1 answer

OpenXava Exception: Seems that is not an EJB3 Entity nor transient model class

I am trying to deploy an OpenXava project from a war on my local tomcat. It was earlier working on a different host, so don't think there is any issue with the code. But when I'm hitting the URL, I'm getting the mentioned error. Here is the stack…
1
vote
2 answers

Web Application for Apache Hive

I want to develop a Hive Interface, which is uploading contents a excel file to Apache Hive(Big Data) Database using Java. And also, i will get data from other sources using Restful Api and data will store in Hive. Is it possible to develop this…
1
vote
1 answer

Does OpenXava framework support Web Services?

I have an OpenXava application and I would like to expose a REST API allowing external users and even other applications to do HTTP POST requests to my OpenXava Entities, thus creating new resources in my database. Does anyone know if OpenXava can…
1
vote
2 answers

Openxava+Maven+Tomcat7 Integration

I've a problem openxava+maven+tomcat7 integration. The Openxava's library was integrated in MAVEN proyect. I run the application from ECLIPSE and throws this exececption : Grave: El Servlet.service() for servlet jsp throws a…
1
vote
2 answers

OpenXava - create list with all modules

Is there any way I can create simple start page for OpenXava. I mean page with links to all modules for example: People Invoices Etc... Would be great to have solution out of the box. I haven't found anything in documentation with this…
arek
  • 1,282
  • 4
  • 15
  • 25
1
vote
1 answer

How to make two or more browser tabs load the same module without interfering with each other?

When I open two o more browser tabs pointing to the same module, the contents of tabs interfere with each other in many ways ( filters, sorting, list/detail mode ). It looks like it's no possible to make different things in differents tabs with the…
Gustavo LK
  • 13
  • 2
1
vote
3 answers

How to implment JMS listener with activemq and spring into my OpenXava application

I have working with JMS listeners (for receiving messages) into standard webapps some time ago, normally using JSF (ICEfaces) for the webapp and spring, activemq, etc., for the JMS integration. Now, I'm trying to do the same into an OpenXava…
HayrolR
  • 761
  • 5
  • 9
1
vote
2 answers

Creating an OpenXava 4.6 portlet for Liferay 6.1.1 CE

I created a portlet in OpenXava 4.6. But it is not running properly once deployed under Liferay 6.1.1 CE GA. These are the problems: a.) The web.xml created by OX 4.5.1 and 4.6 is not recognized by Liferay 6.1 15:23:28,665 INFO…
JCL
  • 13
  • 3
1
vote
1 answer

OpenXava Entity security

How could I show entities based on logged in user role? So if user logged in with admin role he will get access to all system elements and if he logged in as user he will get a subset of the system. Thanks
Feras Odeh
  • 9,136
  • 20
  • 77
  • 121
0
votes
0 answers

How to remove cards, charts and calendar from tabs of all modules?

@Tab(editors ="List" can be used in a per Module approach. Can it be done for all modules at once?
Gustavo
  • 1,332
  • 2
  • 16
  • 39
0
votes
2 answers

What OpenXava version is my project using?

In 2021 I built a project using OpenXava and it is now in production. I forgot about it for a while, but now my customer asked me to make a few changes. First things first, I'd like to upgrade it to the latest OpenXava release (6.6.3 as of today),…
Lucio Crusca
  • 1,277
  • 3
  • 15
  • 41
0
votes
1 answer

Problem showing chinese in the browser with OpenXava

I'm using Windows 10, OpenXava 6.6.3 I was trying to create some products but when i save product name in Chinese simplified, my browser shows ????? in some characters. the screenshot I tried to set Hibernate to read and save in utf-8 but no…