Snjezana Peco [http://community.jboss.org/people/snjeza] created the discussion
"Re: Error deploying Seam + BIRT application" To view the discussion, visit: http://community.jboss.org/message/622818#622818 -------------------------------------------------------------- The "class "com.lowagie.text.pdf.BadPasswordException"'s signer information does not match signer information of other classes in the same package" error means two or more libraries use the same package. The Eclipse BIRT's com.lowagie.text plugin, that is signed, is one of them. Java doesn't allow two libraries to use the same signed package. Check the WEB-INF/lib directory. I suppose you have two versions of this plugin (from two BIRT versions, probably). -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/622818#622818] Start a new discussion in JBoss Tools at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
