I resolved this issue, thanks
Type: Posts; User: adam2010; Keyword(s):
I resolved this issue, thanks
Hello
I am using org.springframework.oxm.jaxb.Jaxb2Marshaller to unmarshal xml file. I used the jaxb pluging to generate the objects based on the schema (the schema import another schema...
Hello
can you use int-ftp:outbound-gateway to put a file on the ftp, from the documentation it seems only it supports rm,ls,mget,get (but when you actually run the code mget is not supported).
...
anyone had a chance to look at this issue?
Hello
I am trying to connect to ftp using spring integration, I found this sample which I modified and updated to do the get only (it was originally doing ls/get and remove). I am getting this...
Hello
I have a question, if I have an interface that is implemented by 2 classes. depending on specific scenario I will instantiate on of these classes (a factory pattern). Is there a way to do...