I have a small application, which adds items to DSpace. It works in DSpace
5.2.

In DSpace 5.4 it fails at

( DSpaceKernelInit.getKernel(null) )
 .start(ConfigurationManager.getProperty("dspace.dir"));

with
 java.lang.NoClassDefFoundError: javax/servlet/ServletRequest

I am building the application with Maven with a single dependency:

    <dependency>
      <groupId>org.dspace</groupId>
      <artifactId>dspace-api</artifactId>
      <version>5.4</version>
    </dependency>

And I see that there is a difference in the .jars when building for 5.2 and
5.4

What can be done in this case?

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to