This week's book giveaway is in the General Computing forum.
We're giving away four copies of Raising Young Coders: A Parent’s Guide to Teaching Programming at Home and have Cassandra Chin on-line!
See this thread for details.

kavitha vasu

Ranch Hand
+ Follow
since Feb 22, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by kavitha vasu

Hi Vani,

Thanks for your reply. Do we get soft copy of this RMH book?
[ARG : request removed]


is this really tuff to write ?
Hi All,

I have planned to write certification in web services.
Please tell me ,which book should i prefer?

is this tuff compared to other certifications?

How much time it will take for preparation?

I have just 2 months experience in web services.

Any body having model questions for preparation , please send to this id:[email protected]
Hi friends,



I need to validate an xml with xsd by using java.

How to do this
?

Which is the best way for this?

Am using jibx for xml parsing.

before that i want to validate that xml with given xsd.

Could any one help me on this?


Regards
Vasu


Hi all,

I need to create stubs from my WSDL file using RAD.

If i use IBM Websphere JAX-RPc as my Webservice runtime,

Am getting all java files for my wsdl.


But if i use Apache Axis as my Web Service run time am missing some java files for my WSDL.

Actually , What is the difference between these 2.

why am missing these java files if i use Apache Axis.


How to solve this issue?

Regards
Kavitha.
16 years ago
I created dynamic web project in RAD.

I have a java class called jmssender.java

in this file i have to refer my configuration file named config.xml .

where should i place this config.xml in my project.

I have placed in webcontent/WEB-INF/config.xml

but my java class not taking this xml file.

Tell me the location for my configuration file in my project


Thanks
Kavitha
I created dynamic web project in RAD.

I have a java class called jmssender.java

in this file i have to refer my configuration file named config.xml .

where should i place this config.xml in my project.

I have placed in webcontent/WEB-INF/config.xml

but my java class not taking this xml file.

Tell me the location for my configuration file in my project


Thanks
Kavitha
16 years ago
Hi,

Am new to RAD. I created WSDL file and am trying to create Web Service from that WSDL through WEB Services Wizard in TOP DOWN Approach.

but am not able to complete that wizard , am getting the following exception .

Please help me to solve this issue.

Actually am not able to find out why am getting this type of error.



IWAB0014E Unexpected exception occurred.

java.lang.NullPointerException
at com.ibm.ast.ws.rd.utils.UpdateWebServicesXmlCommand.modifyWebServicesXMLContents(Unknown Source)
at com.ibm.ast.ws.rd.utils.UpdateWebServicesXmlCommand.execute(Unknown Source)
at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.runCommand(Unknown Source)
at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.visitTop(Unknown Source)
at org.eclipse.wst.command.internal.env.core.fragment.CommandFragmentEngine.moveForwardToNextStop(Unknown Source)
at org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager$5.run(Unknown Source)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(Unknown Source)
at org.eclipse.jface.operation.ModalContext.run(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.run(Unknown Source)
at org.eclipse.wst.command.internal.env.ui.widgets.SimpleCommandEngineManager.runForwardToNextStop(Unknown Source)
at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.runForwardToNextStop(Unknown Source)
at org.eclipse.wst.command.internal.env.ui.widgets.WizardPageManager.getNextPage(Unknown Source)
at org.eclipse.wst.command.internal.env.ui.widgets.SimpleWizardPage.getNextPage(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.nextPressed(Unknown Source)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(Unknown Source)
at org.eclipse.jface.dialogs.Dialog$3.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.jface.window.Window.runEventLoop(Unknown Source)
at org.eclipse.jface.window.Window.open(Unknown Source)
at org.eclipse.ui.actions.NewWizardAction.run(Unknown Source)
at org.eclipse.jface.action.Action.runWithEvent(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem.access$2(Unknown Source)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(Unknown Source)
at org.eclipse.swt.widgets.EventTable.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Widget.sendEvent(Unknown Source)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Unknown Source)
at org.eclipse.swt.widgets.Display.readAndDispatch(Unknown Source)
at org.eclipse.ui.internal.Workbench.runEventLoop(Unknown Source)
at org.eclipse.ui.internal.Workbench.runUI(Unknown Source)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(Unknown Source)
at org.eclipse.ui.internal.ide.IDEApplication.run(Unknown Source)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Unknown Source)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Unknown Source)
at org.eclipse.core.launcher.Main.basicRun(Unknown Source)
at org.eclipse.core.launcher.Main.run(Unknown Source)
at org.eclipse.core.launcher.Main.main(Unknown Source)


Please Give me solution . Its very urgent


Thanks in advance
Hi All ,

Just i started to learn about JMS .

I need to Send xml document to my JMS Client .


How to send this XML Document as a message ?


Thanks in advance.
Hi All,

I have the following java bean class, i need to convert this java bean to xml document.

How can i achieve this ?

Give me an idea to continue.


Thnaks in advance
How to use JiBX on Rad ?

What are the setup needed for this?
hi all,

am having one xml file and xsd for that file .


now i want to test whether the created xsd is correct one for the XML file or not.


How can i do in java?

or oracle jdeveloper
JMS
Hi,

where can i download message server?
JMS
Hi Friends,

Am new to JMS. Just now started to learn .

I need to know what are the technical requirements are need to write simple JMS Program.

At Present thisis my system requirements,

1) Jdk 1.5
2) Tomcat 5.5

3) Servlet 2.0
4) JSP 1.2



Can i implement JMS in tomcat or not ?

Do i need any Application server?
Hi rahul


Thanks.


I have populated my select box with values from DB by using LabelValueBean.


Now i have problem,


I have 2 fields in my form

one is select box , in that am populating values from DB,

second field is password

Am selecting district from select box

and click submit button without giving password

In form bean am doing validation


so , its shows Enter Password!

Now the selected district in my select box is not retained.

How to retain that old district in my select box



Please help me.

Its urgent.


Thanks
Kavitha
17 years ago
Hi Friends

1) Please let me know what is difference between

Class.formName("sun.jdbc.odbc.JdbcOdbcDriver");

and

Driver d=new sun.jdbc.odbc.JdbcOdbcDriver()

2) What is the purpose of registerDriver() method?


Thanks in advance
Kavitha