Hello Marten
I prepared this little sample: three vary basic projects:
JTA configuration
PropertyPlaceHolder set-up
Batch configuration
Type: Posts; User: angeloimm; Keyword(s):
Hello Marten
I prepared this little sample: three vary basic projects:
JTA configuration
PropertyPlaceHolder set-up
Batch configuration
Hello Marten
I'll provide this small testcase ASAP
Angelo
Hi Marten
My intention was not to say that there is something wrong with System.setProperty or System.setProperties (and sure I see the API docs) and I absolutly don't want to attack anyone...I'm...
Hello
I tried in using the context:placeholder but nothing changed
I debugged the code and I see that the properties file is loaded in the class...
Hello Marten
I tried as you suggested by using context:property-placeholder
In detail this is my spring context file:
<?xml version="1.0" encoding="UTF-8"?>
<beans...
Hi Marten
Thank you for the answer
I checked what you said
The property file is loaded (moreover by debugging the spring context loading I arrived in the point where I can see that the file is...
Hi all
Any Idea on how I can solve this issue? I'm still fighting with this issue..and the winner is the issue :(
Hi all
First of all I wish you and your beloved all the best for this Christmass and a wonderful happy new year
Now...In my project I'm using spring 3.1.1 and I need to execute some scheduled...
Hi
Thank you for answering.
I'll give a look at what you suggested :)
Cheers,
Angelo
Hello
I'm using this environment:
spring 3.1.1
myBatis 3.1.1
spring-myBatis 1.1.1
spring-batch 2.1.9
Hello Marten
First of all thank you for answering to me.
With regards to your suggestion I didn't use the PropertySource basically for two reason:
I didn't know it :)
I must admit I was too...
Hi all
I'm using this environment:
spring 3.1
jvm 6
I'ld like to valorize some bean properties by quirying the DB. For example let's image this code:
Hi all
I'm using this environment:
spring 3.1.1
spring data neo4j 2.1.0.BUILD-SNAPSHOT
spring data neo4j rest 2.2.0.BUILD-SNAPSHOT
neo4j 1.8 in server configuration (not embedded)
neo4j rest...
Any sugestion/idea?
Thank you
Angelo
Hi
In my project I have the following situation: we are several partners and each partner will develop a component. Each partner will have his own database so each partner will define his own...
Hi there
I'm using spring 3.1.1
I'm in this situation: in my project I have several partners provided by several different organizations
Each partner will build a component (that is a jar) of...
Hello there
I know i solved as i said yesterday...but by removing the workspace resolution option means that every time i change something on other maven projects i need to run the "mvn clean...
Hi there
I'm using Spring 3.1.1
I have a GWT web application and some other jars; inside these jars I use Spring for the server side communication.
Now if in my web.xml I write:
<!--...
Hi all
I solved the issue...at least it seems
The problem seems to be related to the Maven eclipse plug-in; in fact by disabling the workspace resolution property in the Web application project all...
No idea about what kind of test I can do?
It's really frustating
Any suggestion in doing some other tests?
I'm fighting with this issue :(
Hi there.
I'm using this environment:
Eclipse Indigo
Maven 3.0.4
GWT 2.4.0
GWT-dispatch 1.2.0
Spring 3.1.1
JVM 1.6
Hi all.
I have a classic Spring MVC Web Application where i use several AbstractWizardFormController. When i navigate between pages a full page reload is done; now i'ld love to open a modal dialog...