I think this has to do with moving the IMarshalledValue out of common and into remoting (which would be in the remoting 1.4.1 release). I know Clebert was waiting on the upgrade to 1.4.1 to commit his changes to 4.0 branch that reflected this change (am guess he made that commit?)

Scott M Stark wrote:
My common, server, and remoting thirdparty are in synch with the 4.0
branch but there is a conflict:

    [javac]
C:\cvs\JBoss4.0\jboss-4.0.x\server\src\main\org\jboss\invocation\Inv
okerInterceptor.java:285: incompatible types
    [javac] found   :
org.jboss.remoting.serialization.impl.jboss.LocalMarshalledValue
    [javac] required: org.jboss.util.stream.IMarshalledValue
    [javac]         value = new
LocalMarshalledValue(invocation.getArguments(),n
ew SafeCloningRepository(safeToReuse));
    [javac]                 ^
    [javac]
C:\cvs\JBoss4.0\jboss-4.0.x\server\src\main\org\jboss\invocation\Inv
okerInterceptor.java:289: incompatible types
    [javac] found   : org.jboss.remoting.serialization.IMarshalledValue
    [javac] required: org.jboss.util.stream.IMarshalledValue
    [javac]         value =
SerializationStreamFactory.getManagerInstance().crea
tedMarshalledValue((Object)invocation.getArguments());
    [javac]
                  ^
    [javac]
C:\cvs\JBoss4.0\jboss-4.0.x\server\src\main\org\jboss\invocation\Inv
okerInterceptor.java:304: incompatible types
    [javac] found   :
org.jboss.remoting.serialization.impl.jboss.LocalMarshalle
dValue
    [javac] required: org.jboss.util.stream.IMarshalledValue
    [javac]              mv = new LocalMarshalledValue(rtnValue,new
SafeCloningR
epository(safeToReuse));
    [javac]                   ^
    [javac]
C:\cvs\JBoss4.0\jboss-4.0.x\server\src\main\org\jboss\invocation\Inv
okerInterceptor.java:308: incompatible types
    [javac] found   : org.jboss.remoting.serialization.IMarshalledValue
    [javac] required: org.jboss.util.stream.IMarshalledValue
    [javac]              mv =
SerializationStreamFactory.getManagerInstance().cr
eatedMarshalledValue(rtnValue);
    [javac]
                    ^
    [javac]
C:\cvs\JBoss4.0\jboss-4.0.x\server\src\main\org\jboss\invocation\Inv
okerInterceptor.java:315: incompatible types
    [javac] found   : org.jboss.remoting.serialization.IMarshalledValue
    [javac] required: org.jboss.util.stream.IMarshalledValue
    [javac]          IMarshalledValue mv =
SerializationStreamFactory.getManager
Instance().createdMarshalledValue(t);
    [javac]
                                 ^
    [javac]
C:\cvs\JBoss4.0\jboss-4.0.x\server\src\main\org\jboss\invocation\uni
fied\interfaces\JavaSerializationManager.java:97:
createdMarshalledValue(java.la
ng.Object) in
org.jboss.invocation.unified.interfaces.JavaSerializationManager c
annot override createdMarshalledValue(java.lang.Object) in
org.jboss.remoting.se
rialization.SerializationManager; attempting to use incompatible return
type
    [javac] found   : org.jboss.util.stream.IMarshalledValue
    [javac] required: org.jboss.remoting.serialization.IMarshalledValue
    [javac]     public IMarshalledValue createdMarshalledValue(Object
source)
    [javac]                                 ^
    [javac] 6 errors
    [javac] 1 warning
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Scott Stark
VP Architecture & Technology
JBoss Inc.
xxxxxxxxxxxxxxxxxxxxxxxxxxxx

-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to