Issue 13 in expressionoasis: Can not integrate exprssionoasis 3.2 lib in my application

4 views
Skip to first unread message

express...@googlecode.com

unread,
Mar 23, 2015, 6:25:13 AM3/23/15
to express...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 13 by hameedul...@gmail.com: Can not integrate exprssionoasis 3.2
lib in my application
https://code.google.com/p/expressionoasis/issues/detail?id=13

What steps will reproduce the problem?
1. I add the library to my local repository.
2. by executin first line I get Error
ExpressionContext expressionContext = new ExpressionContext();

testXYZ(org.ird.raven.vault.odk.XYZTestCase)Time elapsed: 4.659 sec <<<
ERROR! java.lang.NoClassDefFoundError: org/simpleframework/xml/Serializer
at
org.vedantatree.expressionoasis.ExpressionContext.registerFunctionProviders(ExpressionContext.java:113)
at
org.vedantatree.expressionoasis.ExpressionContext.<init>(ExpressionContext.java:95)
.
.
.
Caused by: java.lang.ClassNotFoundException:
org.simpleframework.xml.Serializer
at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 52 more


In readme.txt file it is mentioned that "There is a dependency which points
to a custom library, Utilities-1.1.jar", but I didn't find the library in
downloaded library folder.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
exprssionoasis 3.2 on windows 8

Please provide any additional information below.


--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

express...@googlecode.com

unread,
Mar 24, 2015, 9:55:22 AM3/24/15
to express...@googlegroups.com

Comment #1 on issue 13 by hameedul...@gmail.com: Can not integrate
exprssionoasis 3.2 lib in my application
https://code.google.com/p/expressionoasis/issues/detail?id=13

Oh... I missed to add
<dependency>
<groupId>org.simpleframework</groupId>
<artifactId>simple-xml</artifactId>
<version>2.7.1</version>
</dependency>

dependency in my pom.xml file.
Now it is working...

express...@googlecode.com

unread,
Mar 28, 2015, 1:43:12 AM3/28/15
to express...@googlegroups.com
Updates:
Status: Invalid
Owner: mohit.gu...@vedantatree.com
Labels: -Type-Defect Type-Other

Comment #2 on issue 13 by mohitgupta.ynr: Can not integrate exprssionoasis
Also to add, new build system based on gradle has also been added with 3.2.
Refer to read me please and build.gradle file for more instructions.

Let us know in case of any issue. thanks.
Reply all
Reply to author
Forward
0 new messages