Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    1,861

    I tried glazedlists recently, it's very fast and...

    I tried glazedlists recently, it's very fast and their filters are amazing.

    My problem is more with components integration which i find 'heavy' with Swing components, need to modify the java code...
  2. Replies
    5
    Views
    1,861

    Thanks for your answer ge0ffrey, i'd like to...

    Thanks for your answer ge0ffrey, i'd like to developp a rich client desktop application using XMPP messaging.

    I discovered that the team which developped a great Java XMPP client decided to switch...
  3. Replies
    5
    Views
    1,861

    Is Spring RCP still an active project ?

    Hi,

    I'm surprised that the last news for Spring RCP is dated of 2006-09-21

    Does it mean that this project is not active anymore or are you working on a secret release ? :-)

    Fabrice,
  4. Replies
    3
    Views
    1,050

    Hi Marten, Thanks for your reply, our spring...

    Hi Marten,

    Thanks for your reply, our spring configuration is based on applicationContext.xml, some beans must be frequently changed (jndi modifications) and the production team would like a...
  5. Replies
    3
    Views
    1,050

    Modify applicationContext.xml with a Webapp

    Hi all,

    We need frequently to modify the beans defined in the file applicationContext.xml. What are the best practices to make it easy ?

    A webapp which modifies directly...
  6. Replies
    0
    Views
    1,055

    SWF with PreferencesPortlet

    I am testing SWF for Porlets in Liferay and it rocks, how can i define portlet preferences with SWF ?

    Thanks,

    Fabrice
  7. Spring/Hib : Simulate a database down for test purposes...

    Hi,

    I'm using Spring/Hibernate and for test purposes, i'd like to simulate that my database is down, i don't want to modify my config Spring file because it's only few test among many others
    ...
  8. Replies
    2
    Views
    1,205

    Hibernate property

    Hi colin,

    Thanks for your answer,

    i read this morning the transaction Chapter in Rod's book and i added the following hibernate property to my Spring context file and it rocks
  9. Replies
    2
    Views
    1,205

    TransactionSynchronizationManager

    hi,

    i'm using a JtaTransactionManager with Weblogic8.1 and there is an ACTIVE weblogic transaction

    i believed that TransactionSynchronizationManager.isSynchronizationActive() would be...
  10. Thank you

    Thanks Omar,

    i didn't see this thread and now my test is woking !
  11. Debugging log

    To get the logs, i put the following log4j.properties in my classpath



    # Log all messages down to level INFO.
    # Write messages to console and to example.log file.
    log4j.rootLogger=DEBUG,...
  12. Used instead a JTA

    I changed my TransactionMangager to use JTA/JOTM which is supported by Spring




    <property name="hibernateProperties">
    <props>
    <prop...
  13. i understand .... in fact, the BIG problem is...

    i understand ....

    in fact, the BIG problem is that my service can't be "Springed" because it's an EJB environment (we are in migration..) so my Spring manager is behind the layer service...no...
  14. i added the following lines but still have many...

    i added the following lines but still have many Session...



    <property name="transactionAttributes">
    <props>
    <prop key="*">PROPAGATION_REQUIRED</prop>
    </props>
    </property>
  15. springframework.orm.hibernate.HibernateTransactionManager

    Hi all,

    I am using Spring/Hibernate and i need some help !

    I'm using the org.springframework.orm.hibernate.HibernateTransactionManager for test purposes and when i look at the logs , it works...
Results 1 to 15 of 15