Hey,
And where is this project and its source ?
Just qurious if its an integration with an existing workflow framework, a completely new
initiative etc etc ?
Regards,
Leo
Type: Posts; User: lblaauw; Keyword(s):
Hey,
And where is this project and its source ?
Just qurious if its an integration with an existing workflow framework, a completely new
initiative etc etc ?
Regards,
Leo
Well,
Seems to me your exception message tells you JDom.jar is not on your classpath. I would try fixing that first.
Regards,
Leo
Hi,
Depending on if your looking for performance, ease of use or somewhere in the midle a lot of frameworks exist for xml to java to xml mapping.
Per raw performance we have been using JibX a...
Hi,
Just wondering on the dates ?
Leo ;-)
Hi,
Check out the slides of the presenation of spring business tier at the javapolis site given by Juergen or check the unit tests in M1
Greetz
Leo
Hmm,
So anybody have an idea if these new bean scoping functions would be
usuable to implemen an application wide j2ee user session context ?
We had been looking at the rampart framework for...
Yes,
I have had a quick look into the javadocs and saw a mail by juergen fly by
on the mailinglist. Now I was hoping to get scoping on regular beans not necesarily just webapps since we also have...
Hi,
Been hearing a lot lately on the new scoping features in the upcoming Spring 2.x release. Just been checking out the 2.0 M1 nightly build but havent found
any documentation on it yet.
...
Well,
All I can add is that basically in the new reference architecture we promote at our company Spring is a major part of it. So whenever we interview new employees we do ask them about their...
One thing to try to set spring to debug in your log4j properties file to get some more info on where spring is at when the exceptions happen. Mostly i found these kinda issues to be configuration...
[quote="Ganesh"]Hi Leo,
Here is the stack trace from the client
Ganesh,
You dont need to add java: for the name of your connectionfactory as far as i am aware of. Here is a snippet from my...
Ok,
Yes definitely you need a server ssl certificate somehow and the client
needs to know about it. For some more info on ssl in java aplications
check out the bottom of the page on this link :...
Hi Ganesh,
Could you post the stacktrace for your problem ?
Greetz
Leo
Hi,
Well I am not fully aware of where the exception you have happened,
maybe post the whole stacktrace of the exception for clarification.
Secondly the exception is not caused by IE so...
Well,
Judging by the Exception you are getting your truststore is not setup
correctly. Make sure the servers ssl certificate is in your client ssl truststore. You can specify the truststore to...
Well you could drop in proxool connection pooling.
Greetings,
Leo
Ok, done castor is now used to serialize our objects onto JMS queues using the JMSTemplate with a Castor converter, tomorrow i will do the read from the message queue convert stuff
Let me know if...
Well,
After completing some projectts in wich we decided to just put object messages on a message queue, these days i favour XML based messages.
It gives you better readability on the actual...
Well,
After completing some projectts in wich we decided to just put object messages on a message queue, these days i favour XML based messages.
It gives you better readability on the actual...
hmm,
The next challenge, our should i say thing to figur out, will be to create a message converter for the JMSTemplate using castor....
I will keep you updated here.
Greetz
Leo de Blaauw
Well
It works !!! Offcourse the property on the JNDITemplate is environment !!!
and not jndiEnvironment anymore ;-)
Works like a charm, thanks for putting me in the right direction here Tim...
Tim,
Thanks, getting there. Thing is i want to be able to run my junit tests outside of the jboss server just as inside. So inside is not much of a problem but outside is. Usually what i have done...
Well,
I got rid of jndi.properties in the claspath. Only thing now is that i have
to define:
<property name="jndiEnvironment">
<props>
<prop...
Ah well,
It seems like the property environment is changed to jndiEnvironment in my version 1.1.1 of Spring....
Still says ConnectionFactory not bound....
Any ideas suggestions welcome !
...
Well,
After changing to JNDITemplate102( yes i know i should have read it !) it all works like a dream !!
Thanks guys for this great framework !!
Sincere greetings,
Leo de Blaauw