JULIA MORRISON

Greenhorn
+ Follow
since Jul 28, 2005
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 JULIA MORRISON

Yes, I am using Eclipse and MyEclipse. Each project uses separate path for src and binaries. Right now my problem is I have to build all other three projects before building the main project. I want to build all the project independently
18 years ago
I have 4 different projects; one for database related, one for xml/schema related using JAXB, one for web service, and 4th one is the main application. The main application depends on other three projects. I want to build all 4 independent, is that possible. for example if I change something on the database related project and I don't want to compile, the main project.
18 years ago
Mark,

Thank you so much. Yes, you right I had 3 different versions of xsdlib.jar file. I have searched the whole machine and I have removed the old ones. now it is working.

LOVE U
18 years ago
Mark,

I have checked all the libraries and all are the same version. Moreover, as far as JAXB lib. concern I have only one version.

I am sorry to bother u.
18 years ago

[ July 28, 2005: Message edited by: JULIA MORRISON ]
18 years ago
I guess we have posted at the same time. So, my answer to your question is I have posted already. do u need more info. ?
18 years ago
Ok here is the detail.
I am using Eclipse IDE. in one (Java) project I have the JAXB code. I have an another project (WEB proj.) in which I am using java project as dependent project. in both of my projects I have included all the JAXB jars. When I was tring to create a instance of a class, I got that error. the class used in the following line

private final static org.relaxng.datatype.Datatype ___dt0
= com.sun.xml.bind.unmarshaller.DatatypeDeserializer.deserialize
[inserted line beaks for readability - Jim]

[ July 28, 2005: Message edited by: Jim Yingst ]
[ July 28, 2005: Message edited by: JULIA MORRISON ]
18 years ago
Mark,

so do u have solution for this stinking question ?
18 years ago
Does anybody know, how to fix the problem ?

Caused by: java.lang.SecurityException: class "com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse"'s signer information does not match signer information of other classes in the same package.

Advanced thanks
18 years ago
I am using JAXB with my application and I getting the following error at run time

Caused by: java.lang.SecurityException: class "com.sun.msv.datatype.xsd.WhiteSpaceProcessor$Collapse"'s signer information does not match signer information of other classes in the same package

If someone can give some solution, that would be great !!!