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...
Type: Posts; User: fabrice; Keyword(s):
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...
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...
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,
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...
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...
I am testing SWF for Porlets in Liferay and it rocks, how can i define portlet preferences with SWF ?
Thanks,
Fabrice
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
...
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
hi,
i'm using a JtaTransactionManager with Weblogic8.1 and there is an ACTIVE weblogic transaction
i believed that TransactionSynchronizationManager.isSynchronizationActive() would be...
Thanks Omar,
i didn't see this thread and now my test is woking !
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,...
I changed my TransactionMangager to use JTA/JOTM which is supported by Spring
<property name="hibernateProperties">
<props>
<prop...
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...
i added the following lines but still have many Session...
<property name="transactionAttributes">
<props>
<prop key="*">PROPAGATION_REQUIRED</prop>
</props>
</property>
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...