After reading this http://forum.springframework.org/showthread.php?t=11765 I will try out cglib. Hope that works out.
Btw, if you know about any articles/documentation about cglib please let me...
Type: Posts; User: skleinei; Keyword(s):
After reading this http://forum.springframework.org/showthread.php?t=11765 I will try out cglib. Hope that works out.
Btw, if you know about any articles/documentation about cglib please let me...
Hi all,
I want to use a domain object, which contains a property of type DynaBean, which in turn may contain nested data structures.
I get NotReadablePropertyException s, when accessing the...
see here: http://forum.springframework.org/showthread.php?t=18709
Hi Daniel, it seems that your Hibernate mapping files do not match your database. Which DB are you using? How did you create your mapping files?
-Stefan
fyi: I got it to work properly using the following path:
<spring:bind path="command.workflowInstance.payload.employee.details['number']">
simtin, yatesco, thanks for your support!
-Stefan
FYI: The following works without any problem:
<c:out value="${command.employee.details.number}"/>
hmmm.. :?
-Stefan
Hi Simtin, thanks for your reply.
That at least doesn't throw an exception anymore. Howerever, it seems that the expression evaluates to null, as no value is displayed. Any ideas?
btw:...
Hello,
i'm trying to read the value for a map entry from my command object, but i am struggling with the syntax of the EL. Can you help?
This is what i have in my JSP:
<spring:bind...
Gaugat:
Mule uses JMS as a communication channel. It has been using JMS before Spring supported JMS so they just used JMS directly.
As Spring now provides some JMS support, the Mule project may...