[JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Dain Sundstrom
I would like to move the org.jboss.invocation.MarshalledValue* to the commons package, so it can be used by non-ejb dependent code. Does any have an issue with this? Does this create a problem for client jars? -dain --- This sf.net email

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Dain Sundstrom
I have another issue now... should have checked before sending this email. I have a written new basic service ObjectCopier, which is an MBean that knows how to *efficiently* deep copy objects. This means that I track metadata so we can avoid serialize/ deserialize. Anyway, I wanted add

RE: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread marc fleury
I would like to move the org.jboss.invocation.MarshalledValue* to the commons package, so it can be used by non-ejb dependent code. good point marcf Does any have an issue with this? Does this create a problem for client jars? -dain

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Scott M Stark
- Original Message - From: Dain Sundstrom [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 10, 2003 6:32 PM Subject: Re: [JBoss-dev] Move MarshalledValue* to common module? I have another issue now... should have checked before sending this email. I

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Jason Dillon
Why not add it to system? --jason On Tuesday, March 11, 2003, at 09:32 AM, Dain Sundstrom wrote: I have another issue now... should have checked before sending this email. I have a written new basic service ObjectCopier, which is an MBean that knows how to *efficiently* deep copy objects.

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Dain Sundstrom
I don't need to move it anymore, because I'm going to put my new code in server. I think this will need to be moved when we get more of the persistence engine moved, because we use MarshalledValue for BLOBs. -dain On Tuesday, March 11, 2003, at 12:57 AM, Jason Dillon wrote: Why not add it to

Re: [JBoss-dev] Move MarshalledValue* to common module?

2003-03-10 Thread Jason Dillon
What is up with the unified interception framework? I assume this will be part of it yes? --jason On Tuesday, March 11, 2003, at 02:14 PM, Dain Sundstrom wrote: I don't need to move it anymore, because I'm going to put my new code in server. I think this will need to be moved when we get