Thread: Re: [Servingxml-help] Need urgent help
Brought to you by:
danielaparker
From: Daniel P. <dan...@gm...> - 2006-05-18 16:02:40
|
[Forwarding to list - please keep these questions on the list.] "framework/lib not found" - do you mean when you're _building_ servingxml, running the build command? framework/lib is not used after you've built deploy/servingxml. I believe that if you follow the instructions in the "Getting Started" documentation, you shouldn't have any problems. Regarding an example Java app, I'd suggest having a look at the console app= , i.e. the com.servingxml.app.consoleapp.ConsoleApp class, under framework/src/main/java. That and the embedding documentation should get you started. Regards, Daniel Parker ----- Original Message ----- From: "rams" <ra...@ta...> To: "Daniel Parker" <dan...@sy...> Cc: "Vaidyanathan Narayanan" <vai...@ta...> Sent: Thursday, May 18, 2006 2:46 PM Subject: Re: [Servingxml-help] Need urgent help > Hi Daniel, > Thansk for spending your valuable time for us till now. > 1. > We are using ServingXML in our project. > It is working fine on Linux machines but giving some problems on Windows > machines. > It is saying that.. > framework/lib not found. > But it is already there in that directory. > 2. > One more thing is we want to use this utility from the java program. > Under "ServingXMlEmbedding" some logic is there . > Can I get a complete program ,so that I can directly call that function and > run the serving xml from java program.? > This is very very urgen..S0I request you to spend some time on this. > Awaiting your reply, > Thanks and Regards > Ram |
From: Daniel P. <dan...@gm...> - 2006-05-19 08:39:19
|
Ram, What version of the software are you using? I can't replicate the issue that you're reporting with any version I've tried, and nobody else has reported this issue. Can you assure me that you are doing the following? You've set the JAVA_HOME environment variable. You've unzipped the software to a Windows directory. You haven't modified the extracted files in any way. You've opened up a Windows console and navigated to the servingxml-0.x.xdirectory. You've typed "build" at the command line. Regards, Daniel Parker On 5/19/06, rams <ra...@ta...> wrote: > > Hi Daniel, > Thanks for the response.. > I am getting the exception when i try to build it on the windows > machine..not > run time. > Second one is.. > I am using consoleAPP examples itself. > But for some parameters like ConfigRef etc. Null value is given as > initial > value . > There it is giving errors..(Null value for the given param). > Is that example complete (Can I use it directly without changes ) . > I request you to kindly respond to this immediately.. > Thanks and Regards > RamReddy.S > On Thursday 18 May 2006 21:32, you wrote: > > [Forwarding to list - please keep these questions on the list.] > > > > "framework/lib not found" - do you mean when you're _building_ > servingxml, > > running the build command? framework/lib is not used after you've buil= t > > deploy/servingxml. I believe that if you follow the instructions in th= e > > "Getting Started" documentation, you shouldn't have any problems. > > > > Regarding an example Java app, I'd suggest having a look at the console > > app, i.e. the com.servingxml.app.consoleapp.ConsoleApp class, under > > framework/src/main/java. That and the embedding documentation should > get > > you started. > > > > Regards, > > Daniel Parker > > > > ----- Original Message ----- From: "rams" <ra...@ta...> > > To: "Daniel Parker" <dan...@sy...> > > Cc: "Vaidyanathan Narayanan" <vai...@ta...> > > Sent: Thursday, May 18, 2006 2:46 PM > > Subject: Re: [Servingxml-help] Need urgent help > > > > > Hi Daniel, > > > Thansk for spending your valuable time for us till now. > > > 1. > > > We are using ServingXML in our project. > > > It is working fine on Linux machines but giving some problems on > > > > Windows > > > > > machines. > > > It is saying that.. > > > framework/lib not found. > > > But it is already there in that directory. > > > 2. > > > One more thing is we want to use this utility from the java program. > > > Under "ServingXMlEmbedding" some logic is there . > > > Can I get a complete program ,so that I can directly call that > function > > > > and > > > > > run the serving xml from java program.? > > > This is very very urgen..S0I request you to spend some time on this. > > > Awaiting your reply, > > > Thanks and Regards > > > Ram > > > > This e-mail and any files transmitted with it are for the sole use of the > intended recipient(s) and may contain confidential and privileged > information. If you are not the intended recipient or received it in erro= r, > please contact the sender by reply e-mail and destroy all copies of the > original message. Please do not copy it for any purpose or disclose its > contents. > > Copyright Tarang Software Technologies Pvt. Ltd. 2004. All rights Reserve= d |
From: Daniel P. <dan...@gm...> - 2006-05-22 06:23:45
|
Interesting, I've never experienced this problem myself. I note that, in addition to com.servingxml.util.QualifiedName, com.servingxml.components.streamsource.url.UrlSourceFactory also imports itself. I'll make sure that these are cleaned up in 0.5.1. Thanks, Daniel On 5/22/06, rams <ra...@ta...> wrote: > > Hi Daniel, > Thanks for the reply again. > We got the build problem because of some errors in the java source. > I did not understand this. > In two Source files..I found self imports. > (the same class is imported within the same class) > I removed the import statementts and now it is working fine. > one is. > QualifiedName.java > file:/home/rams/servingxml-0.4.2 > /framework/src/main/java/com/servingxml/util > Second one I forgot the name. > Again many many thanks for your attention towards the users. > Have a good day. > Regards > RamReddy.S > |