Search found 58 matches

by kingargyle
Fri Aug 10, 2007 11:36 pm
Forum: Other Issues
Topic: problem craeting XML using XSLT
Replies: 1
Views: 3768

You need to use something like the translate() xpath function, to translate teh spaces to either nulls or somethingelse.

something like

<xsl:value-of select="translate($yourdata, " ", "")"/>
by kingargyle
Fri Jul 20, 2007 10:56 pm
Forum: Common Problems
Topic: "Problems" window stealing focus in Eclipse 3.3
Replies: 12
Views: 13182

I might suggest changing the version numbers of the eclipse plugins so that users can more easily upgrade to the latest version if they already had a prior eclipse 3.3.version installed. In order to get the new version installed I had to manually delete the existing plugin information, and then re-d...
by kingargyle
Tue Jul 17, 2007 6:43 pm
Forum: Common Problems
Topic: "Problems" window stealing focus in Eclipse 3.3
Replies: 12
Views: 13182

I'm experiencing the same issue under Eclipse 3.3 and Oxygen 8.2, under Windows. It is most noticeable when the Editor is maximized, and there are errors in what ever you are editing. I've experience it in the XML, WSDL, XQuery, and XSL editors.
by kingargyle
Thu Jul 12, 2007 4:38 am
Forum: Common Problems
Topic: Content assist doc cut off
Replies: 1
Views: 3504

Content assist doc cut off

In eclipse 3.3, with Oxygen XML 8.2 plugin, the content assist in the XSLT editor is cutting off the documentation in the documentation popup for each element. The right hand side of the documentation is getting cut off.
by kingargyle
Mon Jul 09, 2007 10:30 pm
Forum: Feature Request
Topic: Mylyn Support
Replies: 2
Views: 4779

Here is some information on integrating better with Mylyn: http://wiki.eclipse.org/index.php/Mylyn_Integrator_Reference Particulary the context bridge support: http://wiki.eclipse.org/index.php/Mylyn_Integrator_Reference#Context_API Especially for any custom views, project facets, or other such feat...
by kingargyle
Thu Jul 05, 2007 7:25 pm
Forum: Feature Request
Topic: Content assist for Xquery Modules
Replies: 2
Views: 4660

Content assist for Xquery Modules

It would be helpful to have content assist for imported modules in XQuery. I'm currently using the eXist database 1.1.1 and it would be greatly appreciated to have this type of support. It probably means going out parsing and identifying the functions defined in a particular imported module at the m...
by kingargyle
Tue Jul 03, 2007 6:12 pm
Forum: Feature Request
Topic: Mylyn Support
Replies: 2
Views: 4779

Mylyn Support

It would be nice for the Eclipse version of Oxygen to have a bridge to support the special handling of the Mylyn project. Particularly for any XML or Oxygen specific views.
by kingargyle
Fri Jun 29, 2007 4:40 pm
Forum: Common Problems
Topic: Unable to open any .xsl or .xquery -files in Eclipse
Replies: 4
Views: 5785

Does it actually require the SDK, or just the JDT be available? If so, then you can download PDT 0.7 or 1.0, and then just add the JDT as an eclipse plugin. If possible, I would suggest trying to eliminate the need for the SDK, as it adds uncessary overhead unless it is absolutely needed. You could ...
by kingargyle
Thu Jun 28, 2007 7:13 pm
Forum: Common Problems
Topic: Content assist not working if Errors in XML instance
Replies: 3
Views: 5000

I would assume that you would have access to the PSVI which would still allow you to suggest the available elements availabel at the cursor position. Ideally, the content assist would also indicate the occurrence constraint, and possibly highlight which are required fields and which are optional. Th...
by kingargyle
Thu Jun 28, 2007 2:42 am
Forum: Common Problems
Topic: Content assist not working if Errors in XML instance
Replies: 3
Views: 5000

Content assist not working if Errors in XML instance

If an XML Instance is being edited, and a schema is attached either through a XML Catalog or schemaLocation, the content assist on the xml instance stops working. I.e. hitting CTRL-SPACE doesn't bring up a list of suggested XML elements or attributes to use. This does work using the Eclipse Web Tool...
by kingargyle
Thu Jun 28, 2007 2:37 am
Forum: Feature Request
Topic: Content assist for xqDoc
Replies: 3
Views: 5568

What I'm looking for is something that is similiar to the JavaDoc content assist when editing a java program that Eclipse's java editor has. So that if I'm in a Xquery Editor and in a comment, and hit CTRL-SPACE it will give me a list of the available xDoc meta data markers that I can insert.
by kingargyle
Tue Jun 26, 2007 9:02 pm
Forum: Feature Request
Topic: Content assist for xqDoc
Replies: 3
Views: 5568

Content assist for xqDoc

It would be nice to have content assist for xqDoc in the xquery editor.
by kingargyle
Wed May 16, 2007 8:19 pm
Forum: Feature Request
Topic: WSDL Analyser / Editor
Replies: 2
Views: 6364

A couple of more:

1. A graphical viewer for the WSDL.

2. Code Generation for the WSDL for various APIs.

3. WS-I validation: Allow specification of the profile to use, add ability to validate against custom profiles.
by kingargyle
Thu May 10, 2007 11:45 pm
Forum: Feature Request
Topic: WSDL Analyser / Editor
Replies: 2
Views: 6364

WSDL Analyser / Editor

It would be nice to either extend the existing Eclipse WSDL Editor/Designer or have similiar functionality in Oxygen's WSDL Editor / Analyser. Also, when doing validation, it would be nice to do a couple forms of validation: 1. WS-I Compliance. 2. WSDL Schema compliance (i.e. compliance against the ...
by kingargyle
Thu May 10, 2007 11:41 pm
Forum: Common Problems
Topic: WSDL Analyser error in 8.2
Replies: 2
Views: 4744

I seemed to have a work around for this by reducing the number of XSDs that were imported. Seems the WSDL Analyser is pretty memory intensive when working with large XSD files.
by kingargyle
Thu May 10, 2007 4:12 pm
Forum: Common Problems
Topic: WSDL Analyser error in 8.2
Replies: 2
Views: 4744

WSDL Analyser error in 8.2

I upgraded to Oxygen 8.2, and now when running the WSDL Analyser on a WSDL, it returns a Win32 internal error when trying to analyse the WSDL. The WSDL editor loads the WSDL fine. If I run it again, it will get an out of memory error. I can send some sample WSDL and supporting XSD to duplicate the p...
by kingargyle
Fri Apr 20, 2007 7:17 pm
Forum: Feature Request
Topic: Convert XSD to VB .Net Classes Automatically
Replies: 5
Views: 12932

One thing you may want to here for this type of feature, is allow for a configuration option to specify the XSD Data Binding framework to use. This way, a person could specify either XSD.exe or XSDObjectGen to generate the classes, as well as allowing for the various java binding frameworks to be us...
by kingargyle
Tue Apr 10, 2007 8:40 pm
Forum: Feature Request
Topic: Open Browser in Eclipse
Replies: 3
Views: 6624

Thanks.
by kingargyle
Fri Apr 06, 2007 9:10 pm
Forum: Feature Request
Topic: Open Browser in Eclipse
Replies: 3
Views: 6624

Open Browser in Eclipse

When generating HTML documentation for the WSDL. It would be nice if it used the internal Eclipse browser instead of launching the system web browser.
by kingargyle
Thu Apr 05, 2007 10:06 pm
Forum: Feature Request
Topic: add '0' as completion option to minOccurs
Replies: 3
Views: 6251

I second this request.
by kingargyle
Tue Mar 20, 2007 10:15 pm
Forum: Feature Request
Topic: Configurable sample data for instance generator
Replies: 7
Views: 9506

I'm actually looking for something a bit different. I'm looking for a way to have a set of data that is external to the schema, not defined in enumerations (I have those defined already in the schema). This would have to be a mapping excercise and not just relying on the information in the schema to...
by kingargyle
Mon Mar 19, 2007 8:34 pm
Forum: Feature Request
Topic: Configurable sample data for instance generator
Replies: 7
Views: 9506

Problem is that you are limited to just those data types. I think the request is asking for a way to configure on a field by field basis, or field type basis the type of information populated into the instance. While I agree the enumerations should be used if they are specified, but generic fields t...
by kingargyle
Fri Mar 09, 2007 9:05 pm
Forum: Common Problems
Topic: Search and Replace Performance imporvement
Replies: 4
Views: 5791

What is the time frame for 8.2? I have work arounds, until then.

Thanks.
by kingargyle
Fri Mar 02, 2007 5:49 am
Forum: Common Problems
Topic: WSDL Encoding Error
Replies: 2
Views: 32386

This was a bug with Soap UI, they are putting a fix in for their next snapshot release.
by kingargyle
Thu Mar 01, 2007 1:24 am
Forum: Common Problems
Topic: WSDL Analyzer Error
Replies: 2
Views: 4666

I'll send it to the support address as it contains some schemas that we haven't publicly release yet.
by kingargyle
Wed Feb 28, 2007 3:55 am
Forum: Common Problems
Topic: WSDL Encoding Error
Replies: 2
Views: 32386

WSDL Encoding Error

Not sure if this is a SOAPUI error or if it's a Oxygen Error with WSDL Analyzer, but I'm getting a Encoding error when trying to communicate with a MockService from the SOAP UI eclipse plugin. I get the following back in the response: org.apache.commons.httpclient.HttpException : <soapenv:Envelope x...
by kingargyle
Wed Feb 28, 2007 1:52 am
Forum: Common Problems
Topic: WSDL Analyzer Error
Replies: 2
Views: 4666

WSDL Analyzer Error

When using the WSDL Analyzer if the request has multiple namespaces for the output in the payload (i.e. references a XSD type that uses more than one namespace), the XML that is generated doesn't include the namespace prefixes. This causes the XML in the payload to not be valid. If manually correcti...
by kingargyle
Sun Feb 25, 2007 4:53 am
Forum: Common Problems
Topic: Search and Replace Performance imporvement
Replies: 4
Views: 5791

Search and Replace Performance imporvement

This is for the Eclipse plugin. On very large files, when doing a search and replace, on an element tag that repeats multiple times, it can take over 10 minutes for the search and replace operation to complete. This is very noticeable on extremely large XSD or XML files. This in itself may be an ecl...
by kingargyle
Wed Jan 10, 2007 3:59 am
Forum: Feature Request
Topic: WSDL WS-I Valdiation
Replies: 1
Views: 5791

WSDL WS-I Valdiation

It would be nice to have the WSDL tools extended to support validation against the WS-I Basic Profile, and any future WS-I Profiles that are released.
by kingargyle
Thu Jan 04, 2007 12:06 am
Forum: Common Problems
Topic: XML Instance Generation
Replies: 20
Views: 15888

Okay, I was expecting it to behave similarly to how the Eclipse Web Tools new XML wizard behaves. It generates the shell, but also populates with an initial value from the enumerated list if an element can contain an enumerated value. If you are going to keep the behavior different between the two w...