Questions tagged as 'struts2'

0
answers

Caused by: javax.ejb.CreateException: Error checking if entity exists: java.sql.SQLSyntaxErrorException: ORA-01722: Invalid number

Hello, I have a problem inserting data using EJB. Here is the error, and my classes until then by insertion. Does anyone know what the problem is? ERROR: 16:35:48,011 ERROR [OrganizationUnit] Error checking if entity exists java.sql.SQLSyn...
asked by 10.07.2018 / 21:52
1
answer

Multi filter in web.xml with struts2

The web.xml that I set up has two filters that work very well in browser http requests. <?xml version="1.0" encoding="UTF-8"?> <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee...
asked by 27.04.2017 / 16:23
0
answers

RestEasy and Struts 2 - Interceptor problem

My project uses Wildfly 8, Java 8 with Struts 2. I am trying to use RestEasy to implement Web services. The project works perfectly, but when I include the settings for RestEasy in web.xml, the Struts 2 interceptor stops working. The RestEasy se...
asked by 24.06.2016 / 17:16