Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » WSAD 4.0.3 eclipse exception
WSAD 4.0.3 eclipse exception [message #14726] Thu, 01 August 2002 19:07 Go to next message
Eclipse UserFriend
Originally posted by: jharney.us.ibm.com

Hello,
I have seen a report of a similar exception-error through a stfw query.

The exception-error occurs as I use WSAD 4.0.3 while trying to generate
a set of classes for a bean that emulates a OAGIS XML schema construct.

The schema I'm trying to emulate is the SyncItemMaster.xsd schema file and
it's
included schemas in the OAGIS spec.

As I peruse the internet and IBM web sites I get a general statement that
amounts to the following: Put the proper jar-library files in the path and
everything will come together.

I would love to do this on my own but the jar file names and library names
are not mentioned. So I take the risk of getting the STFW again or its
predecessor. But it is for a customer and that is what this is about.

Thank you for your time and consideration.
Sincerely,
exuisitus

The exception is as follows:

Log: Thu Aug 01 13:23:15 EDT 2002
1 org.eclipse.core.resources 4 Unhandled exception caught in event loop.
Log: Thu Aug 01 13:23:15 EDT 2002
4 org.eclipse.ui 0 java.lang.NullPointerException
java.lang.NullPointerException
at
com.ibm.etools.xmlschema.codegen.java.TypeHelper.checkType(T ypeHelper.java:86)
at
com.ibm.etools.xmlschema.codegen.java.EmitAttribute.emitGetM ethod(EmitAttribute.java:101)
at
com.ibm.etools.xmlschema.codegen.java.EmitAttribute.process( EmitAttribute.java:51)
at
com.ibm.etools.xmlschema.codegen.java.EmitAttribute.<init>(EmitAttribute.java:37)
at
com.ibm.etools.xmlschema.codegen.java.EmitComplexType.visitX SDAttribute(EmitComplexType.java:114)
at
com.ibm.etools.xmlschema.codegen.XSDComplexTypeVisitor.visit (XSDComplexTypeVisitor.java(Compiled
Code))
at
com.ibm.etools.xmlschema.codegen.java.EmitComplexType.proces s(EmitComplexType.java:95)
at
com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.visitXS DComplexType(JavaFromSchema.java:95)
at
com.ibm.etools.xmlschema.codegen.XSDModelVisitor.visit(XSDMo delVisitor.java:49)
at
com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.<init>(JavaFromSchema.java:60)
at
com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.visitIn clude(JavaFromSchema.java:133)
at
com.ibm.etools.xmlschema.codegen.XSDModelVisitor.visit(XSDMo delVisitor.java:61)
at
com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.<init>(JavaFromSchema.java:60)
at
com.ibm.etools.xsdeditor.actions.GenerateJavaAction.generate (GenerateJavaAction.java:120)
at
com.ibm.etools.xsdeditor.actions.JavaBeansFromSchemaActionDe legate.run(JavaBeansFromSchemaActionDelegate.java:54)
at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:1 25)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:407)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java(Compiled
Code))
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java(Compiled
Code))
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java(Compiled
Code))
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(C ompiled
Code))
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(C ompiled
Code))
at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va(Compiled
Code))
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled
Code))
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a(Compiled
Code))
at org.eclipse.ui.internal.Workbench.run(Workbench.java:656)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:815)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:151)
at org.eclipse.core.launcher.Main.run(Main.java:442)
at org.eclipse.core.launcher.Main.main(Main.java:315)
Re: WSAD 4.0.3 eclipse exception [message #14759 is a reply to message #14726] Thu, 01 August 2002 19:54 Go to previous message
Mark C. Chu-Carroll is currently offline Mark C. Chu-CarrollFriend
Messages: 64
Registered: July 2009
Member
For goodness sakes, this is *not* the right place to post
this kind of question. How difficult is it really to bother
to take 2 seconds to check what a newsgroup is for before
posting to it?

eclipse.technology is a newsgroup for discussing work going
on in the eclipse technology project. It's not a newsgroup
for questions about eclipse problems. The newsgroup descriptions
on eclipse.org are clear that the place to post problems
is eclipse.tools.

-Mark

On Thu, 01 Aug 2002 15:07:06 -0400, exuisitus wrote:

> Hello,
> I have seen a report of a similar exception-error through a stfw query.
>
> The exception-error occurs as I use WSAD 4.0.3 while trying to generate
> a set of classes for a bean that emulates a OAGIS XML schema construct.
>
> The schema I'm trying to emulate is the SyncItemMaster.xsd schema file
> and it's
> included schemas in the OAGIS spec.
>
> As I peruse the internet and IBM web sites I get a general statement
> that amounts to the following: Put the proper jar-library files in the
> path and everything will come together.
>
> I would love to do this on my own but the jar file names and library
> names are not mentioned. So I take the risk of getting the STFW again or
> its predecessor. But it is for a customer and that is what this is
> about.
>
> Thank you for your time and consideration. Sincerely, exuisitus
>
> The exception is as follows:
>
> Log: Thu Aug 01 13:23:15 EDT 2002
> 1 org.eclipse.core.resources 4 Unhandled exception caught in event loop.
> Log: Thu Aug 01 13:23:15 EDT 2002
> 4 org.eclipse.ui 0 java.lang.NullPointerException
> java.lang.NullPointerException
> at
> com.ibm.etools.xmlschema.codegen.java.TypeHelper.checkType(T ypeHelper.java:86)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitAttribute.emitGetM ethod(EmitAttribute.java:101)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitAttribute.process( EmitAttribute.java:51)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitAttribute.<init>(EmitAttribute.java:37)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitComplexType.visitX SDAttribute(EmitComplexType.java:114)
> at
> com.ibm.etools.xmlschema.codegen.XSDComplexTypeVisitor.visit (XSDComplexTypeVisitor.java(Compiled
> Code))
> at
> com.ibm.etools.xmlschema.codegen.java.EmitComplexType.proces s(EmitComplexType.java:95)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.visitXS DComplexType(JavaFromSchema.java:95)
> at
> com.ibm.etools.xmlschema.codegen.XSDModelVisitor.visit(XSDMo delVisitor.java:49)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.<init>(JavaFromSchema.java:60)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.visitIn clude(JavaFromSchema.java:133)
> at
> com.ibm.etools.xmlschema.codegen.XSDModelVisitor.visit(XSDMo delVisitor.java:61)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.<init>(JavaFromSchema.java:60)
> at
> com.ibm.etools.xsdeditor.actions.GenerateJavaAction.generate (GenerateJavaAction.java:120)
> at
> com.ibm.etools.xsdeditor.actions.JavaBeansFromSchemaActionDe legate.run(JavaBeansFromSchemaActionDelegate.java:54)
> at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:1 25) at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:407)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java(Compiled
> Code))
> at
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java(Compiled
> Code))
> at
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java(Compiled
> Code))
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(C ompiled
> Code))
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(C ompiled
> Code))
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va(Compiled
> Code))
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled
> Code))
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a(Compiled
> Code))
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:656) at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:815)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at
> java.lang.reflect.Method.invoke(Native Method) at
> org.eclipse.core.launcher.Main.basicRun(Main.java:151) at
> org.eclipse.core.launcher.Main.run(Main.java:442) at
> org.eclipse.core.launcher.Main.main(Main.java:315)


--
Mark Craig Chu-Carroll, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: mcc@watson.ibm.com ------- Personal Email: markcc@bestweb.net
Re: WSAD 4.0.3 eclipse exception [message #571516 is a reply to message #14726] Thu, 01 August 2002 19:54 Go to previous message
Mark C. Chu-Carroll is currently offline Mark C. Chu-CarrollFriend
Messages: 64
Registered: July 2009
Member
For goodness sakes, this is *not* the right place to post
this kind of question. How difficult is it really to bother
to take 2 seconds to check what a newsgroup is for before
posting to it?

eclipse.technology is a newsgroup for discussing work going
on in the eclipse technology project. It's not a newsgroup
for questions about eclipse problems. The newsgroup descriptions
on eclipse.org are clear that the place to post problems
is eclipse.tools.

-Mark

On Thu, 01 Aug 2002 15:07:06 -0400, exuisitus wrote:

> Hello,
> I have seen a report of a similar exception-error through a stfw query.
>
> The exception-error occurs as I use WSAD 4.0.3 while trying to generate
> a set of classes for a bean that emulates a OAGIS XML schema construct.
>
> The schema I'm trying to emulate is the SyncItemMaster.xsd schema file
> and it's
> included schemas in the OAGIS spec.
>
> As I peruse the internet and IBM web sites I get a general statement
> that amounts to the following: Put the proper jar-library files in the
> path and everything will come together.
>
> I would love to do this on my own but the jar file names and library
> names are not mentioned. So I take the risk of getting the STFW again or
> its predecessor. But it is for a customer and that is what this is
> about.
>
> Thank you for your time and consideration. Sincerely, exuisitus
>
> The exception is as follows:
>
> Log: Thu Aug 01 13:23:15 EDT 2002
> 1 org.eclipse.core.resources 4 Unhandled exception caught in event loop.
> Log: Thu Aug 01 13:23:15 EDT 2002
> 4 org.eclipse.ui 0 java.lang.NullPointerException
> java.lang.NullPointerException
> at
> com.ibm.etools.xmlschema.codegen.java.TypeHelper.checkType(T ypeHelper.java:86)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitAttribute.emitGetM ethod(EmitAttribute.java:101)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitAttribute.process( EmitAttribute.java:51)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitAttribute.<init>(EmitAttribute.java:37)
> at
> com.ibm.etools.xmlschema.codegen.java.EmitComplexType.visitX SDAttribute(EmitComplexType.java:114)
> at
> com.ibm.etools.xmlschema.codegen.XSDComplexTypeVisitor.visit (XSDComplexTypeVisitor.java(Compiled
> Code))
> at
> com.ibm.etools.xmlschema.codegen.java.EmitComplexType.proces s(EmitComplexType.java:95)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.visitXS DComplexType(JavaFromSchema.java:95)
> at
> com.ibm.etools.xmlschema.codegen.XSDModelVisitor.visit(XSDMo delVisitor.java:49)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.<init>(JavaFromSchema.java:60)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.visitIn clude(JavaFromSchema.java:133)
> at
> com.ibm.etools.xmlschema.codegen.XSDModelVisitor.visit(XSDMo delVisitor.java:61)
> at
> com.ibm.etools.xmlschema.codegen.java.JavaFromSchema.<init>(JavaFromSchema.java:60)
> at
> com.ibm.etools.xsdeditor.actions.GenerateJavaAction.generate (GenerateJavaAction.java:120)
> at
> com.ibm.etools.xsdeditor.actions.JavaBeansFromSchemaActionDe legate.run(JavaBeansFromSchemaActionDelegate.java:54)
> at org.eclipse.ui.internal.PluginAction.run(PluginAction.java:1 25) at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:407)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java(Compiled
> Code))
> at
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java(Compiled
> Code))
> at
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java(Compiled
> Code))
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(C ompiled
> Code))
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java(C ompiled
> Code))
> at
> org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va(Compiled
> Code))
> at
> org.eclipse.swt.widgets.Display.readAndDispatch(Display.java (Compiled
> Code))
> at
> org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a(Compiled
> Code))
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:656) at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:815)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:285) at
> java.lang.reflect.Method.invoke(Native Method) at
> org.eclipse.core.launcher.Main.basicRun(Main.java:151) at
> org.eclipse.core.launcher.Main.run(Main.java:442) at
> org.eclipse.core.launcher.Main.main(Main.java:315)


--
Mark Craig Chu-Carroll, IBM T.J. Watson Research Center
*** The Stellation project: Advanced SCM for Collaboration
*** http://www.eclipse.org/stellation
*** Work Email: mcc@watson.ibm.com ------- Personal Email: markcc@bestweb.net
Previous Topic:WSAD 4.0.3 eclipse exception
Next Topic:Debuggeing remote j9 in eclipse 2.0 fails
Goto Forum:
  


Current Time: Sun Sep 22 09:24:14 GMT 2024

Powered by FUDForum. Page generated in 0.03765 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top