So I figured out a round about way to accomplish what I was looking for (generating additional "header" row from within a class extending Spring's StoredProcedure class). Rather than process the...
Type: Posts; User: seamuskc; Keyword(s):
So I figured out a round about way to accomplish what I was looking for (generating additional "header" row from within a class extending Spring's StoredProcedure class). Rather than process the...
Hello All,
I'm extending the Spring StoredProcedure class to invoke an oracle sproc which returns a REF cursor. I'm currently using a SqlOutParamer with a ParameterizedRowMapper to map the REF...
Hello All,
Using Spring WS 2.0.1 I'm trying to define the soap faults a given operation can return within the wsdl. I'm using the dynamically generated wsdl functionality of Spring WS and I found...
Thank you for the replies. I am also leaning towards option B because I don't see a *huge* benefit to defining sprocs in the app context. These sprocs aren't like other beans where we're defining a...
Hi All,
I’m on the fence regarding how my Dao layer should get references to StoredProcedures and RowMappers and I’m looking for someone to push me off the fence
I have some Dao classes that...
Can anyone confirm or deny that the <render> element can only be specified in one location for a given event/transition? If so, this would be a useful feature to provide in SWF 3 (if it's not...
To put this more simply, is it possible to specify the fragment to render when a transition in unsuccessful.
Hello,
I'm using SWF 2.3 with partial page rendering using the <render> element in my flow defintion as follows:
<view-state id="viewA">
<transition on="save" to="viewB" model="order">
...
I know this thread is somewhat stale but I'm wondering if there has been any progress in the area of Spring JS documentation since this thread has died off (almost 2 years to the day!). I recently...
Wow...looks like my understanding of the value attribute on input was completely backwards because you're suggestion did work (Thanks!) This will do the trick but I'm still curious to get an answer...
Thank you for the reply.
I thought the value attribute of the input element was used to assign a value for the input? Will give it a shot but it seems it would just assign a value of null to both...
Hello all,
Does anyone know if SWF will automatically bind http request params to object properties of *non primitive* flow inputs? For example, if I've defined the following flow input:
<input...
Thanks a lot for the reply. With so many different libraries/frameworks working together it can be a bit tricky narrowing down a root cause. Hopefully it'll be addressed in the next release.
Hello,
Does anyone know if there are any known issues with using the Facelets <ui:debug> tag on a page that's part of a flow? I tried adding the debug tag to an existing page but when I hit the hot...
Thanks a lot for the reply. The interest is definitely still there so
Howdy,
Any update on when the recording will be available for download or better yet, a second session scheduled. I attended the first one and it was very interesting and helpful...great work. I...