SAML and Liberty types conflict
"Abdessamad EL MOWAHID" <[email protected]> Thu, 19 May 2005 10:15:46 +0200
| Newsgroups | gmane.comp.sourceid.sso.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello,
I have already install sourceID in my computer. but now the building with
ant return
those errors:
Buildfile: build.xml
idff-dist:
infrastructure-package:
generate-xml-uptodate:
generate-xml:
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\AuthenticationStatementDocument.java:34:
addNewAuthenticationStatem
ent() in
org.sourceid.protocol.liberty.idff12.xml.AuthenticationStatementDocumen
t clashes with addNewAuthenticationStatement() in
org.sourceid.protocol.saml11.x
ml.AuthenticationStatementDocument attempting to use incompatible return
type;
[xmlbean] found :
org.sourceid.protocol.liberty.idff12.xml.AuthenticationSta
tementType
[xmlbean] required:
org.sourceid.protocol.saml11.xml.AuthenticationStatementTy
pe
[xmlbean]
org.sourceid.protocol.liberty.idff12.xml.AuthenticationStatement
Type addNewAuthenticationStatement();
[xmlbean]
^
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\AuthenticationStatementDocument.java:24:
getAuthenticationStatement
() in
org.sourceid.protocol.liberty.idff12.xml.AuthenticationStatementDocument c
lashes with getAuthenticationStatement() in
org.sourceid.protocol.saml11.xml.Aut
henticationStatementDocument; attempting to use incompatible return type
[xmlbean] found :
org.sourceid.protocol.liberty.idff12.xml.AuthenticationSta
tementType
[xmlbean] required:
org.sourceid.protocol.saml11.xml.AuthenticationStatementTy
pe
[xmlbean]
org.sourceid.protocol.liberty.idff12.xml.AuthenticationStatement
Type getAuthenticationStatement();
[xmlbean]
^
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\SubjectDocument.java:34: addNewSubject() in
org.sourceid.protocol.l
iberty.idff12.xml.SubjectDocument clashes with addNewSubject() in
org.sourceid.p
rotocol.saml11.xml.SubjectDocument; attempting to use incompatible return
type
[xmlbean] found : org.sourceid.protocol.liberty.idff12.xml.SubjectType
[xmlbean] required: org.sourceid.protocol.saml11.xml.SubjectType
[xmlbean] org.sourceid.protocol.liberty.idff12.xml.SubjectType
addNewSubje
ct();
[xmlbean] ^
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\SubjectDocument.java:24: getSubject() in
org.sourceid.protocol.libe
rty.idff12.xml.SubjectDocument clashes with getSubject() in
org.sourceid.protoco
l.saml11.xml.SubjectDocument; attempting to use incompatible return type
[xmlbean] found : org.sourceid.protocol.liberty.idff12.xml.SubjectType
[xmlbean] required: org.sourceid.protocol.saml11.xml.SubjectType
[xmlbean] org.sourceid.protocol.liberty.idff12.xml.SubjectType
getSubject(
);
[xmlbean] ^
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\impl\AuthenticationStatementDocumentImpl.java:66:
addNewAuthenticat
ionStatement() in
org.sourceid.protocol.liberty.idff12.xml.impl.AuthenticationSt
atementDocumentImpl cannot implement addNewAuthenticationStatement() in
org.sour
ceid.protocol.saml11.xml.AuthenticationStatementDocument; attempting to use
inco
mpatible return type
[xmlbean] found :
org.sourceid.protocol.liberty.idff12.xml.AuthenticationSta
tementType
[xmlbean] required:
org.sourceid.protocol.saml11.xml.AuthenticationStatementTy
pe
[xmlbean] public
org.sourceid.protocol.liberty.idff12.xml.AuthenticationSt
atementType addNewAuthenticationStatement()
[xmlbean]
^
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\impl\AuthenticationStatementDocumentImpl.java:30:
getAuthentication
Statement() in
org.sourceid.protocol.liberty.idff12.xml.impl.AuthenticationState
mentDocumentImpl cannot implement getAuthenticationStatement() in
org.sourceid.p
rotocol.saml11.xml.AuthenticationStatementDocument; attempting to use
incompatib
le return type
[xmlbean] found :
org.sourceid.protocol.liberty.idff12.xml.AuthenticationSta
tementType
[xmlbean] required:
org.sourceid.protocol.saml11.xml.AuthenticationStatementTy
pe
[xmlbean] public
org.sourceid.protocol.liberty.idff12.xml.AuthenticationSt
atementType getAuthenticationStatement()
[xmlbean]
^
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\impl\SubjectDocumentImpl.java:66: addNewSubject() in
org.sourceid.p
rotocol.liberty.idff12.xml.impl.SubjectDocumentImpl cannot implement
addNewSubje
ct() in org.sourceid.protocol.saml11.xml.SubjectDocument; attempting to use
inco
mpatible return type
[xmlbean] found : org.sourceid.protocol.liberty.idff12.xml.SubjectType
[xmlbean] required: org.sourceid.protocol.saml11.xml.SubjectType
[xmlbean] public org.sourceid.protocol.liberty.idff12.xml.SubjectType
addN
ewSubject()
[xmlbean]
^
[xmlbean]
C:\idff12\Infrastructure\build\xmlbeans\org\sourceid\protocol\libert
y\idff12\xml\impl\SubjectDocumentImpl.java:30: getSubject() in
org.sourceid.prot
ocol.liberty.idff12.xml.impl.SubjectDocumentImpl cannot implement
getSubject() i
n org.sourceid.protocol.saml11.xml.SubjectDocument; attempting to use
incompatib
le return type
[xmlbean] found : org.sourceid.protocol.liberty.idff12.xml.SubjectType
[xmlbean] required: org.sourceid.protocol.saml11.xml.SubjectType
[xmlbean] public org.sourceid.protocol.liberty.idff12.xml.SubjectType
getS
ubject()
[xmlbean]
^
[xmlbean] Note: Some input files use or override a deprecated API.
[xmlbean] Note: Recompile with -deprecation for details.
[xmlbean] 8 errors
BUILD FAILED
C:\idff12\Demo\build.xml:203: The following error occurred while executing
this
line:
C:\idff12\CastlePeak\build.xml:348: The following error occurred while
executing
this line:
C:\idff12\Infrastructure\build.xml:118: Compile failed; see the compiler
error o
utput for details.
your help will be greatly appreciated.