- Follow Obfuscate4e on twitter!
- Obfuscate4e moved to Google Code
- Obfuscate4e Summer of Code
- Obfuscate4e uses Trac for project management
- Obfuscate4e's new home is obfuscate4e.org
- Inspect the obfuscated product
- If you upgraded to Obfuscate4e 0.7.1 and want to use Eclipse 3.5 ...
- Version 0.7.1 released
- If you want to replace the embedded proguard lib ...
- First Obfuscate4e tests on Eclipse 3.5
Follow Obfuscate4e on twitter!
Our Obfuscate4e project has an own twitter account from now on. You can follow @obfuscate4e to get information about this project as soon as they are published :)
PS: New Obfuscate4e release is at the door. So stay tuned ;)

Comments
Hello, Did you add the
Hello,
Did you add the Suppport annotations in the next version?
Deuf
Hi, I use Obfuscate4e to
Hi,
I use Obfuscate4e to obfuscate my eclipse rcp application (jpa,hibernate,mysql) , but get erro just like below:
Hibernate Annotations 3.4.0.GA(Unknown Source)(Unknown Source)(Unknown Source)
Hibernate 3.3.2.GA
hibernate.properties not found
Bytecode provider name : javassist
using JDK 1.4 java.sql.Timestamp handling
Hibernate Commons Annotations 3.1.0.GA
Hibernate EntityManager 3.4.0.GA
Look up for persistence unit: fms
trying to resolve system-id [http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd]
recognized EJB3 ORM namespace; attempting to resolve on classpath under org/hibernate/ejb
located [http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd] in classpath
Detect class: true; detect hbm: false
Searching mapped entities in jar/par: bundleresource://2.fwk7214088
Unable to find file (ignored): bundleresource://2.fwk7214088
java.lang.NullPointerException: in is null
at java.util.zip.ZipInputStream.
at java.util.jar.JarInputStream.
at java.util.jar.JarInputStream.
at org.hibernate.ejb.packaging.InputStreamZippedJarVisitor.doProcessElements(InputStreamZippedJarVisitor.java:37)
at org.hibernate.ejb.packaging.AbstractJarVisitor.getMatchingEntries(AbstractJarVisitor.java:139)
at org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:287)
at org.hibernate.ejb.Ejb3Configuration.addMetadataFromVisitor(Ejb3Configuration.java:282)
at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:247)
at org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:125)
at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:52)
at javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:34)
at com.micromms.fms.session.b.a(Unknown Source)
at com.micromms.fms.b.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
Detect class: true; detect hbm: false
Creating Factory: fms
please help?
Thanks in adv
David