&
Best unofficial Apache Server developers community
Username
Remember me?
Password
Forgot password?
Create an account
List archives
Videos
Answers
Questions
Unanswered
Tags
Ask Question
spring
0
votes
0
answers
100
views
Multiple resouceBean configuration in CXF using Spring
I'm using CXF RS 2.5.1 with Spring 3.0.6-RELEASE. I would like to have multiple implementation classes for "a single endpoint". I see that this…
beans
cxfrs
multiple
resouce
spring
asked
March 15, 2012 10:15 pm AZOT
riteshbil
0
votes
0
answers
49
views
Problem with org.tuckey.web.filters.urlrewrite and tomcat 5.5
I'am developing an application with spring roo, and i must deploy it in a tomcat 5.5. At developing time I use jetty and have no problem, but when I…
java
spring
web
tomcat
url-rewriting
asked
June 24, 2011 12:44 pm CDT
gvaldez
0
votes
0
answers
39
views
Hibernate Session closings with Hadoop
I'm an intermediate Hibernate user. I am trying to get some traction with Hadoop at my company. I'm using a library called spring-hadoop…
hibernate
spring
hadoop
asked
June 23, 2011 5:08 pm CDT
rajat banerjee
0
votes
0
answers
38
views
Classcast Exception with SpringBeanFacesELResolver and JSF in Tomcat 6.0.32
I am trying to upgrade to JSF2 and Spring 3.0.5, I am getting the following error when I deploy to Tomcat. Any help appreciated. SEVERE: Exception…
spring
jsf
tomcat
asked
June 23, 2011 11:41 am CDT
kallen
0
votes
0
answers
50
views
Spring Security: How to force https with flag?
With Spring security I configure the parts of my web app that need to be secured by https with security:intercept tag. For example:…
spring
https
spring-security
asked
June 22, 2011 9:24 am CDT
Ansgar
0
votes
0
answers
33
views
Spring 3 + Hibernate: java.sql.BatchUpdateException: Cannot add or update a child row (ManyToMany)
I am having problem with storing an Account item after editing. The Account item contains a Set of Roles ( @ManyToMany ). If i load the Account item…
java
mysql
hibernate
spring
asked
June 22, 2011 5:47 am CDT
mooon
0
votes
4
answers
33
views
Java bean with static setter function
I have a web application that executes on tomcat 6. I have a MysqlDb class that uses a BasicDataSource from a spring JDBC. so far I've used the…
java
spring
tomcat
javabeans
web.xml
asked
June 22, 2011 4:19 am CDT
ufk
0
votes
1
answers
62
views
Can't get Spring transaction to rollback (java+mysql)
Last week I finally got around to making my app use transactions. I am using Spring declarative transactions, and I know that the transactions…
java
mysql
spring
transactions
asked
June 20, 2011 5:50 pm CDT
titania424
0
votes
1
answers
113
views
How do I configure dynamic weaving using EclipseLink & Spring?
How do I configure dynamic weaving using EclipseLink & Spring? Right now I'm trying to get this working with a Junit test, but I'll later have…
java
spring
tomcat
jpa
eclipselink
asked
June 20, 2011 4:36 pm CDT
cosmic.osmo
1
vote
1
answers
47
views
Spring Security: transfering passwords
Im developing a web application with java and Spring Security 3.0.5 and I am pretty new to it. I have a community where users can register and log…
security
spring
https
passwords
spring-security
asked
June 20, 2011 6:01 am CDT
nano7
1
vote
2
answers
62
views
How to monitor memory in a spring + tomcat application ?
i have a spring application that i want to optimize , its using much memory, it was fine when few people used it, but numbers scaled a little and i…
spring
tomcat
memory-management
asked
June 19, 2011 5:39 pm CDT
Ernest
0
votes
1
answers
55
views
Connections not closed Spring with tomcat 5.5
We are using a j2ee application with spring framework 2.0. The server used is tomcat 5.5. The database used is mysql. We are using a VPS for hosting…
apache
spring
java-ee
connection-pooling
asked
June 18, 2011 3:28 pm CDT
Maxim Dsouza
0
votes
0
answers
47
views
How to use custom sslfactory class with org.springframework.mail.javamail.JavaMailSenderImpl
I need to use custom SSLFactory class to avoid problems with selfsigned certificates on mail server. I'm trying to use next configuration and it…
spring
email
ssl
certificate
asked
June 17, 2011 8:53 am CDT
Tiho
1
vote
2
answers
62
views
Hibernate/Spring: Lots (thousands) of open connections the database
I am having a spring/hibernate/mysql deployed on my server. Since some days I am facing the problem that my application seems to open lots of…
java
mysql
hibernate
spring
java-ee
asked
June 17, 2011 8:27 am CDT
Erik
0
votes
1
answers
53
views
Hibernate not retrieving data with JBOSS
I am trying to get the following configured. Spring, Hibernate, Jboss 5.1, Mysql 5.14 dispatcher-servlet.xml <?xml version="1.0"…
java
mysql
hibernate
spring
jboss
asked
June 17, 2011 1:08 am CDT
user802740
0
votes
2
answers
39
views
In Spring how do I configure java.util.Logging so it can be autowired?
In our webapp we're using java.util.Logging (JULI, actually, since we deploy to Tomcat 6). Logging is configured by a logging.properties file in…
spring
tomcat
logging
autowired
java.util.logging
asked
June 14, 2011 4:00 pm CDT
Paul
0
votes
3
answers
69
views
JNDI DataSource with Tomcat 6 and Eclipse
I can't get my DataSource working with JNDI and Tomcat 6, while running it from Eclipse. I've added a context.xml to my /META-INF with the following…
eclipse
spring
tomcat
jndi
asked
June 14, 2011 9:15 am CDT
Joaquín L. Robles
0
votes
1
answer
68
views
@Transactional Spring Junit test not doing rollback
I try to set up a Junit test case for my dao layer. However, I do NOT want the test data to be actually persisted to the DB. So I thought I should…
hibernate
spring
postgresql
junit
transactional
asked
June 14, 2011 6:04 am CDT
chzbrgla
0
votes
2
answers
52
views
Tomcat & Spring Web - Class Not Found Exception org.springframework.web.context.ContextLoaderListener
I get the following exception when I try to start Tomcat through Eclipse (via right click on Project, Run As -> Run on Server).…
java
eclipse
spring
tomcat
maven
asked
June 12, 2011 10:21 am CDT
Link
0
votes
1
answers
36
views
Best practices for Creating an enterprise Desktop Application with a database
I don't have much experience on Java based enterprise desktop applications. I need to create an enterprise application with the database. Can you…
java
mysql
oracle
hibernate
spring
asked
June 10, 2011 10:39 pm CDT
Shanaka
Pages
:
1
|
2
|
3
|
4
|
5
>
[11]
202
spring
Tagged:
spring
Related Tags
tomcat
× 95
java
× 89
hibernate
× 51
mysql
× 45
http
× 18
jpa
× 15
postgresql
× 13
spring-mvc
× 11
apache
× 10
transactions
× 9
jdbc
× 8
https
× 8
spring-security
× 7
maven
× 7
mongodb
× 7
java-ee
× 7
servlets
× 6
ssl
× 5
eclipse
× 5
web-applications
× 4
mvc
× 4
web-services
× 4
morphia
× 3
eclipselink
× 3
session
× 3
jmx
× 3
jsp
× 3
gwt
× 3
sql
× 3
English
Russian
Copyright 2007 - 2012
Best unofficial Apache Server developers community
Privacy policy