1
vote
0answers
25 views

insert a date field mysql, struts2 spring hibernate

I'm working on a project using spring hibernate struts2 framework and mysql database, I have a problem when I wanted to add a field of type Date does not work, it means when I try to insert a Date ...
-2
votes
0answers
25 views

How to connect jdbc with struts2 spring framework and do CRUD operation [closed]

I'm beginner for Struts2 integrated with Spring Can anyone help me to code for CRUD operation in Struts2 integrated with spring framework. Thank you in advance.
2
votes
5answers
64 views

How to run a specific block of code automatically based on date and time?

I am wondering how to make the application execute a specific part of code, for example a part of code to send an email on a specific time and date? I have read the following questions but none of ...
1
vote
1answer
23 views

command line interface for struts2 spring framework (compiled by maven)

I currently have a project that is a web application (struts2 + spring) that is compiled with maven, running on a tomcat7 server on CentOS6.3. I am wondering if there is any way to provide also a ...
-3
votes
0answers
23 views

Block concurrent transactions being committed via server code [closed]

In an application, if suppose a user is adding a device on a particular position and if another user from a different location tries to add a device in the same position, there are chances that the ...
2
votes
0answers
72 views

Need to upload multiple files at once

I need to upload 1000 files all at once using struts2 I have the following answers but none of them suits the purpose. Using one of them I can click on the button to have more input fields but if I ...
1
vote
1answer
40 views

How to take out the project name from domain? [duplicate]

(Firstly it is not a duplicate, as the other question is not visible to users any more, and none of the answers are correct) I need to remove the project name of my Java application from the domain, ...
0
votes
0answers
41 views

How to solve memory leakage in java using Netbeans Profiler?

I am following these LINK1 and LINK2 to find the memory leaks of my Java application. The details of application is as following Java Struts2 Spring-Security Maven My application often runs into ...
1
vote
1answer
81 views

Spring-security does not work properly

The application is supposed to only give access to ROLE_ADMIN users to /secret addresses but it does not give access to anyone (either authorized or non authorized ones), another problem is that even ...
-1
votes
1answer
127 views

Not Printing in Log File Using Log4j.xml.. I'm Getting Value in Console, But Not in File, Even file is getting Created

File: ** Log4j.xml ** <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE log4j:configuration SYSTEM "http://logging.apache.org/log4j/1.2/apidocs/org/ ...
2
votes
1answer
61 views

Advice is not called from struts 2 action?

Below i have define aspect in aop.xml <aspects> <aspect name="com.customer.MyCustomAspect" /> </aspects> My Custom Aspect is define below @Aspect public class ...
1
vote
1answer
101 views

Combination of Tile2 + Spring3 + Struts2

I have implemented Spring security on Struts2 which perfectly works. Once I have added tiles to my project it runs into following error, I have provided some parts of my code, please let me know if ...
0
votes
1answer
47 views

HTTP Status 503 on Sun Java System Application Server 9.1_02 (build b04-fcs)

We are replicating our Production application to our DR machine. Our application is a web app using Hibernate Spring and Struts2 framework running on a Sun Java System Application Server 9.1_02 ...
1
vote
1answer
97 views

Sample of implementing Spring-security on Struts2 does not work

My application is supposed to show secret.jsp page to users with ROLE_ADMIN access only, but it does not. I have defined two users, one with ROLE_ADMIN access and the other with ROLE_USER access. I ...
-2
votes
1answer
84 views

IncompatibleClassChangeError with struts2 , spring hibernate integration?

Struts2 spring plugin is causing IncompatibleClassChangeError , I have tried to exculde spring core, still exception is coming, Below is my pom.xml? <?xml version="1.0" encoding="UTF-8"?> ...
-8
votes
0answers
51 views

<No bean named 'org.apache.struts2.dispatcher.ServletDispatcherResult' found in org.springframework.beans.factory.support.DefaultListableBeanFactor [closed]

[org.springframework.beans.factory.support.DefaultListableBeanFactory] - <No bean named 'org.apache.struts2.dispatcher.ServletDispatcherResult' found in ...
-1
votes
1answer
68 views

Struts2+Spring3+Tiles3

I would like to integrate tiles 3 to my web application spring3+struts2+hibernate, but I don't have any idea of were to begin. All examples that I see use struts2 with tiles only, no integration of ...
1
vote
1answer
126 views

Invoke Struts Action Test from within a web app (JSF managed bean): TestCase.fname cannot be null

I have a Junit 3.8 test of a Struts 2 action that runs with no problems from my workspace (from eclipse: right click > run as > junit test). For this, I use two plugins: <dependency> ...
0
votes
0answers
242 views

Exception starting filter struts2 Unable to load configuration. - action

I am new in maven and i am trying to build an application using struts2, Hibernate and spring3. when i try to deploy my app on tomcat server i get following error. SEVERE: Exception starting filter ...
-1
votes
1answer
39 views

Request is going to struts dispatcher

I have both struts 2 and spring mvc configured. my web.xml looks like below. when i hit a REST url to upload file, it invokes struts dispatcher instead of spring. URL /rest/uploadfile/iec9.pdf is ...
1
vote
1answer
125 views

Jboss Drools in a Web Application

We have huge web application and we are adding new functionality to it. As it's web application, it's using Struts2, Spring frameworks. I have googled a lot, couldn't find any tutorial of Jboss ...
1
vote
1answer
136 views

how to handle exceptions in a project of Struts + Spring + Hibernate

I want to know what is the better approach for handling exception.My web project is having Struts-Spring and Hibernate. An exception can occur either at Struts Action or Biz Layer or at Data Layer. ...
-1
votes
2answers
66 views

Getting Servlet request object in listener?

How can i get the HttpServletRequest object in my org.springframewrok.web.context.request.RequestContextListener which i configured in web.xml. Am using Spring 3.0 with Struts2. I know I can get the ...
1
vote
0answers
69 views

WebSphere Server not starting, throwing Exception

Exception coming while starting a web application in websphere. The web app contains spring ans struct jars FFDC Exception:org.apache.struts2.StrutsException ...
0
votes
1answer
132 views

Struts2 Jquery Struts-Plugin.xml invalid

I have setup a project which is a combo of Struts2 + Springs + JPA. I recently came across this Struts2-Jquery Plugin Using this plugin [struts2-jquery-plugin-3.5.1.jar] in my project i got an error ...
2
votes
2answers
59 views

User Session Management with Spring (Business and Trasaction Management)

In my application The web front end is done using Struts and Spring for Business and transaction Management. Now , Am implementing logging in the Business Logic side (beans). The log should ...
2
votes
1answer
142 views

@Resource not injected sometimes in Spring

I have a Spring/Struts2 problem and I have asked in Spring forum but no response @Resource no injected sometimes for the ease of reading I will repeat the question here. hopefully its not considered ...
1
vote
1answer
249 views

Using @Transactional: transaction get commited even if exception thrown

I m using struts2 - spring 3.2.2 and mybatis. First of all my requirements are: Make a transaction management utility in which Transaction must be rolled back if any exception thrown in other ...
-1
votes
1answer
236 views

java.util.ArrayList cannot be cast to java.lang.Long hibernate detached criteria

I have a Hibernate DetachedCriteria Code here. I receive a java.util.ArrayList cannot be cast to java.lang.Long when I run the application! basically what I do here is there are two lists each with ...
0
votes
0answers
84 views

multiple bean injected to bean not working [closed]

I am using Spring 3.0 and have injected muliple beans into an Action bean. Sometimes it works and at other times the program becomes unresponsive. When the 'error' occurs, the program simply gets ...
0
votes
3answers
95 views

Spring and Hibernate save not working

I am using Hibernate and Spring 3.0 i am trying to save the value into database but when i see a console the only select query is showing insert or update is not showing and save is not working I ...
1
vote
1answer
77 views

Spring Bean injection not working Dwr

I have two actions in two different packages <package name="default" extends="struts-default json-default" namespace="/"> <action name="getstarted" class="GetStartedActionBean"> ...
-5
votes
2answers
158 views

Dependency Exception for String and lang class in spring with stuts2

I am using struts 2 and spring 3. I can not inject the bean and getting RunTimeException on starting struts 2 filter . I am using the following jar files servlet-api-2.4.jar ...
0
votes
2answers
240 views

Spring+ Hibernate :How to map single session factory in multiple modules (deployed as jar)

I am working on Spring + Struts2 and Hibernate currently, My requirement is : I have Master module which will make DB connection, shared by all other modules (deployed as Jar) in the system. All ...
-1
votes
1answer
78 views

Struts2 or spring open file in WEB-inf

I am trying to do first web app with Struts2. How to write data to text file, where it could be placed? I'm using Struts2 with Spring, plz (Tomcat7 and eclipse).
0
votes
2answers
254 views

Deploying struts 2 project in JBOSS 7

I am facing problem while deploying my web application in Jboss 7.1.1 final. while deploying it gives me many warnings like below -- 12:41:29,961 INFO [org.springframework.web.context.ContextLoader] ...
1
vote
1answer
99 views

Struts or Springs for Batch processing

Currently I am working on some application which would later require batch functionality module since I have not yet started that module I need to know which (Struts or Springs) has the best Framework ...
-1
votes
2answers
38 views

Struts spring plugin [closed]

can anybody suggest me some tutorial, documentation or example to write Struts2 spring3 project? my problem is about struts spring plugin for integrating these two frameworks. Thanks!
-2
votes
1answer
84 views

ContextLoaderPlugIn in struts2 [closed]

In my application I am using struts2 and spring. for using them I have to use ContextLoaderPlugIn, which has to be introduced in struts.xml. But struts.xml does not recognize plug-in tag! what should ...
1
vote
2answers
156 views

spring3 and struts2 integration

I an using struts2 and hibernate in my application. I have added ContextLoaderListener to web.xml . In ApplicationContext.xml, I have 2 beans like this: <bean id="TestImpl" ...
1
vote
1answer
207 views

Struts2 Dependency Injection

I am currently creating web application using Struts2 with Struts2-spring plugin. here is a snippet of my applicationContext.xml <bean id="sessionFactory" scope="singleton" ...
1
vote
2answers
176 views

Variable undefined when referenced in freemarker string but exists otherwise

I'm quite new to Freemarker/Struts2/Spring/Hibernate etc., but I'm working on an old project. I've modified one of the FTL files to reflect some changes, and I've got an odd problem. This works, i.e. ...
1
vote
2answers
92 views

Redirecting URL or hiding URL information

Its about redirecting the url. I am redirecting below url "A" to "B". In browser i get "B". My question is i don want to display "B" on my browser, but instead should display "A". I don't want ...
-3
votes
2answers
171 views

Choice between Spring and Spring-Struts? [closed]

Spring framework is more complete than Struts(any version). So, definitely we will pick up the Spring framework but why we need to pick up the Struts MVC if we have MVC in Spring? Lot places I have ...
2
votes
2answers
725 views

How to integrate Spring Security and Struts2

I've done tons of googling regarding this issue and up to now I could not find any tutorial regarding integrating Struts2 and Spring Security. My question is that How would I integrate Spring ...
-1
votes
1answer
110 views

Hibernate: object won't save into the database

I am working a web application that accepts a user information once the user has submit the form the controller will populate the values and pass it to the service layer. The Service Layer will then ...
1
vote
2answers
604 views

java.lang.ang.NoClassDefFoundError: org/hibernate/util/DTDEntityResolver

I am getting this error while deploying my maven build struts2-spring-hibernate web application.Does anyone know which maven dependencies are required to resolve the issue below?? 11:52:00.479 [main] ...
1
vote
0answers
84 views

java.lang.VerifyError in struts2

I have developed a strut2-spring-hibernate web application.Build is successful but while deploying in tomcat I am getting the following error: Caused by: java.lang.VerifyError: class ...
0
votes
1answer
48 views

How to find the current operation in spring

I have a project in spring+sturts+hibernate.In jsp page (where i show the list of data) i have three buttons view,modify and add.I want to know which button i pressed in order to show the flow to the ...
0
votes
1answer
92 views

Highlight the selected menu in spring with struts

Is there any way to highlight the current menu which have been clciked.I am using left-mnu.jsp inwhich i have all the menu which i am including in each jsp pages.Now i use a variable clicked and ...

1 2 3 4 5 6