Steve Wooten

Greenhorn
+ Follow
since Mar 20, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Steve Wooten

I believe what you are looking for is this
<result type="chain">
<param name="actionName">login_*</param>
<param name="method">input</param>
</result>
You can find the doc here

http://struts.apache.org/2.x/docs/chain-result.html
16 years ago
Can someone tell me what a "org.jboss.invocation.MarshalledValue" object is and why its being stored in my database?

I have a EJB 2.0 application that must access a MSSQL database that has CLOB fields. These clobs contain large string objects. Reading and creating using the EJBs work fine. However, other applications must also write and read this data.

It appears that instead of storing a byte[] or a char[] Jboss is saving an org.jboss.invocation.MarshalledValue object which can not be read by anything other than jboss.

Am I missing something?

Please Help
17 years ago