Search:

Type: Posts; User: lblaauw; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    4,074

    and where is it ?

    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
  2. Replies
    1
    Views
    7,633

    Well, Seems to me your exception message tells...

    Well,

    Seems to me your exception message tells you JDom.jar is not on your classpath. I would try fixing that first.

    Regards,
    Leo
  3. Replies
    3
    Views
    881

    You will have to decide if its raw performance, ease of use or the midle ground...

    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...
  4. Replies
    1
    Views
    2,328

    When can we expect an (prelim) release ?

    Hi,

    Just wondering on the dates ?

    Leo ;-)
  5. Replies
    20
    Views
    6,393

    Hi, Check out the slides of the presenation of...

    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
  6. Replies
    5
    Views
    1,428

    suggestions on usage of new beanscope for session management..

    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...
  7. Replies
    5
    Views
    1,428

    scoping

    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...
  8. Replies
    5
    Views
    1,428

    new bean scoping options in Spring 2.x ??

    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.
    ...
  9. Replies
    13
    Views
    3,986

    Well, All I can add is that basically in the...

    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...
  10. Re: NullPointerException when use HibernateTemplate!

    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...
  11. [quote="Ganesh"]Hi Leo, Here is the stack...

    [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...
  12. Replies
    17
    Views
    6,840

    Ok, Yes definitely you need a server ssl...

    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 :...
  13. Re: Problems while using JmsTemplate : topic is null

    Hi Ganesh,

    Could you post the stacktrace for your problem ?

    Greetz
    Leo
  14. Replies
    17
    Views
    6,840

    Hi, Well I am not fully aware of where the...

    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...
  15. Replies
    17
    Views
    6,840

    Well, Judging by the Exception you are getting...

    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...
  16. Replies
    4
    Views
    1,962

    Re: pooling: ConnectionPoolDataSource & dbcp

    Well you could drop in proxool connection pooling.

    Greetings,
    Leo
  17. Replies
    11
    Views
    5,689

    Ok, done castor is now used to serialize our...

    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...
  18. Replies
    5
    Views
    3,140

    Ok, done castor is now used to serialize our...

    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...
  19. Replies
    5
    Views
    3,140

    Well, After completing some projectts in wich...

    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...
  20. Replies
    11
    Views
    5,689

    hmm, The next challenge, our should i say...

    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
  21. Replies
    11
    Views
    5,689

    Well It works !!! Offcourse the property on...

    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...
  22. Replies
    11
    Views
    5,689

    Tim, Thanks, getting there. Thing is i want to...

    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...
  23. Replies
    11
    Views
    5,689

    Well, I got rid of jndi.properties in the...

    Well,

    I got rid of jndi.properties in the claspath. Only thing now is that i have
    to define:

    <property name="jndiEnvironment">
    <props>
    <prop...
  24. Replies
    11
    Views
    5,689

    Re: jms connection factory lookup troubles...

    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 !
    ...
  25. Replies
    11
    Views
    5,689

    Well, After changing to JNDITemplate102( yes i...

    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
Results 1 to 25 of 28
Page 1 of 2 1 2