xmlhammer-development Mailing List for XML Hammer (Page 5)
Brought to you by:
edankert
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
(2) |
Aug
(5) |
Sep
(14) |
Oct
(33) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
(24) |
Jul
(5) |
Aug
(1) |
Sep
(14) |
Oct
(26) |
Nov
|
Dec
|
2008 |
Jan
(32) |
Feb
|
Mar
(4) |
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2007-06-19 19:32:18
|
Bugs item #1739535, was opened at 2007-06-19 07:50 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1739535&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Transformer Project >Group: rc-1 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Associated stylesheet parameters not working correctly Initial Comment: There are multiple problems with parameters added to an associated stylesheet. Create a Transformer project and set the "associated stylesheet" as the transformer. Add a parameter (project not set dirty), Add another parameter, Add another parameter, Removing the last parameter causes an exception to be thrown. Closing the project and opening it again only shows the first parameter, more exceptions are thrown when selecting any of the parameters. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1739535&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-19 07:50:49
|
Bugs item #1739535, was opened at 2007-06-19 07:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1739535&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Transformer Project Group: beta-2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Associated stylesheet parameters not working correctly Initial Comment: There are multiple problems with parameters added to an associated stylesheet. Create a Transformer project and set the "associated stylesheet" as the transformer. Add a parameter (project not set dirty), Add another parameter, Add another parameter, Removing the last parameter causes an exception to be thrown. Closing the project and opening it again only shows the first parameter, more exceptions are thrown when selecting any of the parameters. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1739535&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 16:46:03
|
Bugs item #1584289, was opened at 2006-10-25 10:21 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1584289&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 >Status: Pending >Resolution: Fixed Priority: 3 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Not very clear Module Execution Error when relaxng selected. Initial Comment: When selecting to use relaxng for validation, without adding specific support to the application for this a very ugly Module Execution Error is displayed with the following very limited information: http://relaxng.org/ns/structure/1.0 Pleas see log for more information. and the following stacktrace in the the log: Start time: 25-Oct-2006 11:19:35 info: javax.xml.parsers.DocumentBuilderFactory [class] com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl [setting] coalescing = false [setting] expand-entity-reference = false [setting] ignoring-comments = false [setting] ignoring-element-content-whitespace = false [setting] validating = true [setting] namespace-aware = true [setting] xinclude-aware = false info: javax.xml.validation.SchemaFactory:http://relaxng.org/ns/structure/1.0 Module Execution Error java.lang.IllegalArgumentException: http://relaxng.org/ns/structure/1.0 at javax.xml.validation.SchemaFactory.newInstance(Unknown Source) at org.xmlhammer.Module.getSchemaFactory(Module.java:500) at org.xmlhammer.Module.getSchema(Module.java:535) at org.xmlhammer.Module.getDocumentBuilderFactory(Module.java:391) at org.xmlhammer.XMLValidatorModule.<init>(XMLValidatorModule.java:62) at org.xmlhammer.XMLValidatorModule.<init>(XMLValidatorModule.java:78) at org.xmlhammer.gui.XMLValidatorProjectView.getModule(XMLValidatorProjectView.java:194) at org.xmlhammer.gui.actions.ExecuteAction.run(ExecuteAction.java:92) at org.xmlhammer.gui.util.RunnableAction.actionPerformed(RunnableAction.java:23) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source) at javax.swing.DefaultButtonModel.setPressed(Unknown Source) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source) at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source) at java.awt.Component.processMouseEvent(Unknown Source) at javax.swing.JComponent.processMouseEvent(Unknown Source) at java.awt.Component.processEvent(Unknown Source) at java.awt.Container.processEvent(Unknown Source) at java.awt.Component.dispatchEventImpl(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source) at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source) at java.awt.Container.dispatchEventImpl(Unknown Source) at java.awt.Window.dispatchEventImpl(Unknown Source) at java.awt.Component.dispatchEvent(Unknown Source) at java.awt.EventQueue.dispatchEvent(Unknown Source) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.pumpEvents(Unknown Source) at java.awt.EventDispatchThread.run(Unknown Source) ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-08 16:46 Message: Logged In: YES user_id=452928 Originator: YES Now shows the following logging info instead: [error] Unable to create "http://relaxng.org/ns/structure/1.0" SchemaFactory instance. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1584289&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 14:08:21
|
Bugs item #1725014, was opened at 2007-05-24 16:13 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1725014&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface >Group: rc-1 >Status: Pending >Resolution: Fixed Priority: 4 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Output properties boolean values can be changed Initial Comment: Boolean values in the output properties use a checkbox which is editable and can be changed by the end-user. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-08 14:08 Message: Logged In: YES user_id=452928 Originator: YES Using labels instead of check-boxes. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1725014&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 13:04:12
|
Bugs item #1702898, was opened at 2007-04-18 12:36 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XML Parser Project Group: rc-1 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Java shows "null" when no schemafactory property defined Initial Comment: When there is no explicit SchemaFactory property defined for the schema language, the default schemaFactory should be used, this means that no property should be specified, currently the string is "null" which is very wrong. System.setProperty("javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema", "null"); ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-08 13:04 Message: Logged In: YES user_id=452928 Originator: YES Checked for a null value in the ParserPage. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 12:53:11
|
Bugs item #1733301, was opened at 2007-06-08 08:54 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733301&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Wrong context for Fatal errors Initial Comment: When opening a fatal encoding error, the context of a previous opened fatal error is shown. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-08 12:53 Message: Logged In: YES user_id=452928 Originator: YES Use UTF-8 when the document cannot be read using the normal procedures. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733301&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 12:50:53
|
Bugs item #1733431, was opened at 2007-06-08 12:50 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733431&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Difficult to navigate combo boxes using keys Initial Comment: It seems impossible to select anything in the combo box using the keyboard. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733431&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 08:54:45
|
Bugs item #1733301, was opened at 2007-06-08 08:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733301&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Wrong context for Fatal errors Initial Comment: When opening a fatal encoding error, the context of a previous opened fatal error is shown. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1733301&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 08:44:07
|
Bugs item #1552435, was opened at 2006-09-05 07:50 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552435&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface >Group: rc-1 >Status: Pending >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Show too many errors when same URI processed twice Initial Comment: There is only one tree node for each URI. So when a URI is processed twice and in both cases result in errors, the errors are appended to the Node. The possible solutions are: [1] Have a tree node every time a URI has been processed [2] Have one tree node per URI but do not allow duplicate messages. Note: The log information uses solution 1. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-08 08:44 Message: Logged In: YES user_id=452928 Originator: YES The functionality for this has changed and this is no longer an issue. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1552435&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 07:19:04
|
Bugs item #1513595, was opened at 2006-06-27 20:46 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1513595&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. >Category: User Interface Group: rc-1 >Status: Pending Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Sometimes after execution the tab-icon stays busy Initial Comment: Sometimes after execution the tab-icon stays busy, need to investigate when exactly. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2007-06-08 07:18 Message: Logged In: YES user_id=452928 Originator: YES The thread has been updated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1513595&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-06-08 07:18:20
|
Bugs item #1513595, was opened at 2006-06-27 20:46 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1513595&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None >Group: rc-1 Status: Open >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) >Assigned to: Edwin Dankert (edankert) Summary: Sometimes after execution the tab-icon stays busy Initial Comment: Sometimes after execution the tab-icon stays busy, need to investigate when exactly. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2007-06-08 07:18 Message: Logged In: YES user_id=452928 Originator: YES The thread has been updated. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1513595&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-05-24 16:13:52
|
Bugs item #1725014, was opened at 2007-05-24 16:13 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1725014&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 Status: Open Resolution: None Priority: 4 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Output properties boolean values can be changed Initial Comment: Boolean values in the output properties use a checkbox which is editable and can be changed by the end-user. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1725014&group_id=145971 |
From: SourceForge.net <no...@so...> - 2007-04-18 12:36:51
|
Bugs item #1702898, was opened at 2007-04-18 12:36 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XML Parser Project Group: rc-1 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Java shows "null" when no schemafactory property defined Initial Comment: When there is no explicit SchemaFactory property defined for the schema language, the default schemaFactory should be used, this means that no property should be specified, currently the string is "null" which is very wrong. System.setProperty("javax.xml.validation.SchemaFactory:http://www.w3.org/2001/XMLSchema", "null"); ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1702898&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 09:57:13
|
Bugs item #1583797, was opened at 2006-10-24 14:14 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1583797&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface >Group: rc-1 >Status: Closed >Resolution: Fixed Priority: 1 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: URI: label 'jumps' when error appears. Initial Comment: When an error appears on a URI, the label for this URI jumps down. Note: check that the same does not happen in other places where errors can occur. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-28 09:57 Message: Logged In: YES user_id=452928 Label stays at it's location. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1583797&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 09:29:19
|
Bugs item #1585702, was opened at 2006-10-27 10:33 Message generated for change (Settings changed) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585702&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface >Group: rc-1 Status: Closed Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Error Dialog Editor Vertical Scrollbar too slow Initial Comment: The Scrollbar for the editor on the error dialog should scroll faster. ---------------------------------------------------------------------- Comment By: Edwin Dankert (edankert) Date: 2006-10-28 09:26 Message: Logged In: YES user_id=452928 Using ScrollableEditorPanel for this instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585702&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 09:28:27
|
Bugs item #1585645, was opened at 2006-10-27 08:40 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585645&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface >Group: rc-1 >Status: Closed >Resolution: Fixed Priority: 3 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Errors for referenced URIs should allow to open these URIs Initial Comment: When validating a document which references a schema and in this schema there are errors, the 'open' and 'edit' actions should result in opening the referenced document instead. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-28 09:28 Message: Logged In: YES user_id=452928 This opens the referenced URI instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585645&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 09:26:48
|
Bugs item #1585702, was opened at 2006-10-27 10:33 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585702&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Error Dialog Editor Vertical Scrollbar too slow Initial Comment: The Scrollbar for the editor on the error dialog should scroll faster. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-28 09:26 Message: Logged In: YES user_id=452928 Using ScrollableEditorPanel for this instead. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585702&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 08:42:49
|
Bugs item #1585891, was opened at 2006-10-27 16:32 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585891&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface >Group: rc-1 >Status: Closed >Resolution: Fixed Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Application freezes when opening a deleted MRU file Initial Comment: When opening a file from the MRU list which has been removed from the system, the application shows an error. After dealing with the error-message, the application shows a wait cursor and have to be restarted before it can be used again. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-28 08:42 Message: Logged In: YES user_id=452928 Reset the wait cursor and status when errors occur everywhere projects are opened. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585891&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 08:41:30
|
Bugs item #1585666, was opened at 2006-10-27 09:34 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585666&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XPath Project >Group: rc-1 >Status: Closed >Resolution: Fixed Priority: 4 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Xpath String search can result in empty output tree nodes Initial Comment: - select a document, - create a search criteria, - set the return-type to String - make sure the document does not return a value. Results in empty nodes, which are children but when opened up aren't visible in the tree. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-28 08:41 Message: Logged In: YES user_id=452928 When none or an empty string is returned, the document is not added to the results. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585666&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 08:39:07
|
Bugs item #1585662, was opened at 2006-10-27 09:29 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585662&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XPath Project >Group: rc-1 >Status: Closed >Resolution: Fixed Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Xpath Searches for Node can result in NullPointer Initial Comment: - perform an XPath search - set the return-type to Node, - make sure there is no result returned, - always results in a NullPointer exception. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-28 08:39 Message: Logged In: YES user_id=452928 When no node is returned, the document is no longer displayed. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585662&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-28 08:31:54
|
Bugs item #1585049, was opened at 2006-10-26 12:03 Message generated for change (Comment added) made by edankert You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585049&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface >Group: rc-1 >Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Changing schema language item cannot be fully undone Initial Comment: [1] Create a project [2] Select a schema language [3] Add 2 new schema uris. (do not leave them empty.) [4] Select no schema-language (all schema uris dissapear) [5] Undo this latest selection Result: - Schema language is undone correctly. - However there is only one schema-uri enabled, this field is actually empty. - The overview shows both schema URIs, however the first one is empty. ---------------------------------------------------------------------- >Comment By: Edwin Dankert (edankert) Date: 2006-10-28 08:31 Message: Logged In: YES user_id=452928 Can undo the whole action as an atomic operation. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585049&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-27 16:56:22
|
Bugs item #1585899, was opened at 2006-10-27 16:56 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585899&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Schema Validator Project Group: beta-2 Status: Open Resolution: None Priority: 6 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Schema validator shows phantom error messages using import Initial Comment: - Validate the attached schema. - Result: [error] [3:48] src-resolve: Cannot resolve the name 'test:testType' to a(n) 'type definition' component. - Add the same schema again to the list of schemas, - Results miraculously in the second schema being valid. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585899&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-27 16:32:12
|
Bugs item #1585891, was opened at 2006-10-27 16:32 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585891&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 Status: Open Resolution: None Priority: 7 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Application freezes when opening a deleted MRU file Initial Comment: When opening a file from the MRU list which has been removed from the system, the application shows an error. After dealing with the error-message, the application shows a wait cursor and have to be restarted before it can be used again. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585891&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-27 10:33:38
|
Bugs item #1585702, was opened at 2006-10-27 10:33 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585702&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User Interface Group: beta-2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Error Dialog Editor Vertical Scrollbar too slow Initial Comment: The Scrollbar for the editor on the error dialog should scroll faster. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585702&group_id=145971 |
From: SourceForge.net <no...@so...> - 2006-10-27 09:34:22
|
Bugs item #1585666, was opened at 2006-10-27 09:34 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585666&group_id=145971 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: XPath Project Group: beta-2 Status: Open Resolution: None Priority: 4 Private: No Submitted By: Edwin Dankert (edankert) Assigned to: Edwin Dankert (edankert) Summary: Xpath String search can result in empty output tree nodes Initial Comment: - select a document, - create a search criteria, - set the return-type to String - make sure the document does not return a value. Results in empty nodes, which are children but when opened up aren't visible in the tree. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=763631&aid=1585666&group_id=145971 |