Hi Everyone,
This is to continue the discussion started on http://blog.springsource.com/2007/11/15/the-spring-web-flow-20-vision/ about the use of HibernateFlowExecutionListener with transactions....
Type: Posts; User: shaby775; Keyword(s):
Hi Everyone,
This is to continue the discussion started on http://blog.springsource.com/2007/11/15/the-spring-web-flow-20-vision/ about the use of HibernateFlowExecutionListener with transactions....
Hi,
Please configure org.jboss.resource.work.JBossWorkManagerMBean in jBoss and also see the
org.springframework.jca.work.jboss.JBossWorkManagerTaskExecutor to configure server manager thread pool...
If the messages in the queue are of same class then using message slectors will be helpful. To achieve that you need to use JMs message properties.
Modules used :
jbpm
db4o
cache
- Spring version :
2.0
- JDK version .
5.0
Hi,
Any update on e-book?
Hi,
Its a good question as no release for a long time. Any plans for adding client side validation to bean validation also I read on Matt raible's blog about a mega validation framework encompassing...
Why should session be serialized at all on <quote>a redirect or a web page has been shown</quote> because serializing session only makes sense if you are using server side continuation repository in...
Please explain a little bit more and also please explain this as well.
But once the session has been serialized (a redirect or a web page has been shown), the reference ofcourse is lost. (Because in...
Hi,
thanks for reply, okay i agree that this is the way it works. My next question is should it be like this or not means is it desired?
Second thing what does this means
"But once the session...
Hi,
Thanks for reply. Ya passing reference by value :) (I know but somehow it always makes sense for me).
Now in my case, my main flow is passing an object to subflow and subflow edits it and then...
Hi,
I am not sure that passing the input to subflow is done using pass by value or pass by reference?
Hi Shahzad,
Please check that your query is demarcated inside a Spring managed transaction (Jta or local one). This may help
Regards,
Shoaib
Hi Alef,
We are too using bean definition inheritance and it looks most straight forward as well as non-invasive. But now we have <tx:advice> stuff in Spring 2.0 and i was wondering which one to...
Hi,
Can you elaborate the need for doing so? maybe in that way more help can be provided.
Hi,
Apart from above solution if you know the parameter value already (a hard coded one) then you may add another url with parameter value and point it to the same controller you used for the first...
Hi Trisberg,
Another post after more than one year!!!!. I am maintaining that project now and your solution worked nicely till now but while browsing this thread i again went to bug reportes and saw...
Hi,
Plz see follwing URL for clarification
http://www.orablogs.com/fnimphius/archives/000398.html
Hi,
Is it possible that my tag library generates ACEGI tags? So my tags get the roles dynamically and pass it to ACEGI tags. So can tags generate tags rather than html?. Have any changes in u r mind...
Hi,
Thanx for u r reply (Love Spring Forums). Actuallay i was thinking that there may be some special feature in case of transaction proxy (that itself do merge). So it means that in all such cases...
Hi,
Congratulations on the release of 2.0 M5 :). Great work.
I have one question that i am using a consice transaction proxy definition like
<bean id="txProxyTemplate" abstract="true"...
Hi Rod,
Nice to hear from you. Can you elobarate a little more about the mentioned change.
Hi,
Sorry for replying this thread as i could not figure out the best place for this question. Does Spring 2.0 M4 supports scoping of beans (i.e. Storing beans in HttpSession or any pluggable...
Hi,
Good to hear from you people. Even though Gerinomo provides this support out of container, it would be good if spring integrates with Arjuna as well. I am not using Arjuna but heard a lot of...
Hi,
Today i heard that JBoss has released the open source JBoss Transcations (based on Arjuna TP system).
Does Spring plans to have integration with this Transaction Processor?. It looks quite...
Hi,
I am still waiting for answer.