Hi, please can anybody answer me?
I'll appreciate any help.
Type: Posts; User: maykell; Keyword(s):
Hi, please can anybody answer me?
I'll appreciate any help.
Hi all, i have an environment set up with xa jta transactions with Spring + Hibernate + Jotm. I configured everything following the instructions of various articles but the only mistake or...
Hi all, i'am trying to set up an environment to use xa jta transactions with Spring + Hibernate + Jotm. I configured everything following the instructions of various articles but when i run the app...
Thank you very much, it was really valuable.
Maybe an approach to test would be use JBoss in developnment and Tomcat to deploy in production.
Yes, this is the approach i was using but i get the problem that Eclipse sometimes yes and sometimes no hangs when publishing to Tomcat and don't publish anything, i don't know why this happen.
I...
Hi all, i have a serious problem. I'm developing an enterprise pojo application using Spring framework and Tomcat server, but at this point the project have achieved a considerably size, and is a...
The only output i could find in the Cruise Control errors was the following:
<error message="vnz.cicpc.administracion.test.TestPerfilesService"...
Hi all, i have an integration test for my Daos, the test case is implemented through a class the extends AbstractTransactionalDataSourceSpringContextTests Spring class, when i run the test inside...
Hi all, i have an integration test for my Daos, the test case is implemented through a class the extends AbstractTransactionalDataSourceSpringContextTests Spring class, when i run the test inside...
Hi,
The benefit in separating the application is to reduce the number of concurrently requests over a single big application.
We are afraid about whether the application can support the great...
Hi all,
I have a big but typical enterprise web application to develop, we have built a primary architecture approach using Spring like central piece, Myfaces for presentation tier and Hibernate for...
Thank you very much, this is one of the few forum that allways answer the questions and allways the answer is of a great help.
Thank you.
Hi all,
i have some questions i would like you take me a hand with:
Can i use a RMI, Hessian/Burlap or HTTP exposed beans, (with Spring transaction mannage, ect...) like my middleware in a...
Thank you very much, you has been of great help.
Hopefully this forum always have people like you.
Can you give more information of this variant based on your personal experience or an url where i can find information about this?
I think i most to think in an application oriented to profiles,...
I think this is the approach that better describe my problem.
I have a web application that have to continue working even so when the connection with the server don't be available.
One of the...
Taking this affirmation, i have some questions:
should it have a JMS server or queue in the client side?
I think with this approach that the client can't be a simple web browser. Is it correct?...
ok, i going to check your suggestion, but my problem is not on the server side i have clusters on it, the server is 100% saved from this problem.
But i can't assure the clients.
My problem is...
I'm developing a web application, but now i have a requeriment relative to the availavility, the application have to be available 24 hrs-7 days of the week. Now if i disign a traditional central web...
Hi all,
I have a great doubt about how i most organize my xml context definitions in my spring web application.
I have a package extructure like this i show below:
Subsistem
--I__Module...
Yes, i have been provig the SimpleJTA and it seem to be very good but i would like to use JUnit like the standard way.
I have a service class with transactional behavior and want to test if those...
Hi, i have several TransactionProxyFactoryBeans and i need to prove with JUnit if thay make rollback when espected but i don't know how to do so.
I don't know which class of spring-mock library to...
Hi, i'm developing a web application using spring like my bussines beans container, ok, i have all my xml context definitions in /WEB-INF/, now i want to test my services beans to prove its...
--------------------------------------------------------------------------------
I use JSF like presentation layer in my Spring application, and acegi to manage the security.
When the...
Hi,
I have a question:
I have an application that performe the authentication taking a username and a fingerprint, i have a device that capture a fingerprint of a user that try to authenticate...