Hi , I am trying to deploy a jsr compomnent in jboss.This JSR will have an implementation class for running a unix command which will sort a file with 35000 records and write it into another file
For this purpose i am using the command sort -k1,1 file1 > file2 This entire process works fine for any number of records as a simple java code.But when i tried to make it as a jsr component and deploy it in jboss server it is not responding.. It would be great if any one could help me in resolving this issue. Thanks in advance ram -- View this message in context: http://www.nabble.com/Service-mix-in-unix-box-tf4211502s12049.html#a11980254 Sent from the ServiceMix - User mailing list archive at Nabble.com.
