I have a SU which uses the ftp poller in a light weight container. When
deploying the SA I have created I get exception:
java.lang.NoClassDefFoundError: org/apache/commons/net/SocketClient. I
included dependencies 

                <dependency>
                        <groupId>oro</groupId>
                        <artifactId>oro</artifactId>
                        <version>2.0.8</version>
                </dependency>
                <dependency>
                        <groupId>commons-net</groupId>
                        <artifactId>commons-net</artifactId>
                        <version>1.4.1</version>
                </dependency>

In the SU's pom.xml. What else do I need to do for the FTP Poller to work?
-- 
View this message in context: 
http://www.nabble.com/Problem-with-dependencies-tf2386188.html#a6651741
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to