Gj
Home
First import the XSD schema into a CAM template - then run the validation engine using the template and your sample XML. You can quickly do that using the visual editor and the Run option. You can also review the Youtube videos from our site - https://www.youtube.com/channel/UCHGjVfq4Rm-CC2ClFS2cD6w
Hi Team, Is there is any option to validate (parse) the XML file with XSD schema.
There are also a raft of "how to " videos on YouTube using NIEM and CAM templates that can help. See https://www.youtube.com/user/TheCameditor/videos and likely the IEPD training video.
Understand the challenge. Correct there is no open NIEM server - all are closed inside government. The nearest to what you may need is - http://verifyxml.org/ resources that is built on top of CAM templates and Open-XDX module.
Apple discontinued support for Java prior to V8.0 - we will need to do a new release incorporating the latest Java. No timeline when we will be able to get that done. Aware of the issue.
I'm tasked to provide software capable of sending data to other systems, via a NIEM service. From what I've read of NIEM, everything is geared towards the client side, where one requests data, based on a "wantlist", but I don't see anything to verify that the NIEM server can actually receive data to distribute. Can someone point me to a document that explains this? I'm also interested what NIEM server solutions currently exist, or are all of them individual efforts? -- Les Stockton 3844 Cincinnati...
Looked it up and it is due to Catalina not supporting 32 bit apps. This app would have to be upgraded to 64 bit to run on macOS Catalina.
Incompatible with macOS Catalina Version 10.15.1
New MySQL and Oracle Database Utilities
Also afflicts the MySQL DDL default output. Same issue.
CAM-2-Model xslt preferences override
Turns out there 3 all pointing at same xslt! CAM 2 SQL Designer was the setting I needed for this.
Output CAM database to Oracle DB DDL - duplicate names issue
CAM-2-Model xslt preferences override
Doesn't start on Ubuntu - error 13
I found these related threads: https://github.com/snapcrafters/gimp/issues/12 and https://askubuntu.com/questions/548557/how-to-install-gail-and-atk-bridge
Also I see the GTK err log gives missing components. I'm wondering if display is failing. Now you have install the libgtk maybe do a general system update to see if more dependencies needed.
Also I see the GTK err log gives missing components. I'm wondering if display is failing. Now you have install the libgtk maybe do a general update to see if more dependencies needed.
Also I see the GTK err log gives missing components. I'm wondering if display if failing. Now you have install the libgtk maybe do a general update to see if more dependencies needed.
I ran strace and found I was missing a library: sudo apt install libgtk2.0-0:i386 got me further, but then the JVM crashed :( Logs attached.
OK - the only file I know it opens with write access is the Momentos.xml in the workspace/CAMEditor folder. Is the whole folder structure there open? If there is no Momentos.xml file it will create a default one. On Windows you have to run it with Administrator rights if this folder is inside /Program Files/ . I am running Ubuntu 16.04 and it has been working for years both from command line ./CAMed and simply clicking on the icon in Unity desktop. Trying to figure out how your setup is different....
No, it's in a user owned directory. Here's a gdb trace, if that's any help: gweatherby@boxcode:/hard/tools/CAMEd-3.2.2$ gdb CAMed GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 Copyright (C) 2016 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as...
I looked up error 13 - its related to root access permissions. I suspect you installed CAMed folder in a system folder. If you move the folder to your home/user/ area and run it there - I believe that will correct the problem.
Doesn't start on Ubuntu - error 13
I looked up error 13 - its related to root access permissions. I suspect you install CAMed folder in a system folder. If you move the folder to your home/user/ area and run it there - I believe that will correct the problem.
Doesn't
I tried the JSON path and it is a deadend - no help there. The problem with recursion is not with the CAM import - it detects direct recursion - the problem is indirect recursion - and that's systemic to NIEM XSD. Basically the only way out is to manually label those in the XSD - and we know where the obvious ones are - Person references Address references Organization references Person and then Organization references Location references Address. Those are the top 2 - there are more. I noted that...
I tried the JSON path and it is a deadend - no help there. The problem with recursion is not with the CAM import - it detects direct recursion - the problem is indirect recursion - and that's systemic to NIEM XSD. Basically the only way out is to manually label those in the XSD - and we know where the obvious ones are - Person references Address references Organization references Person and then Organization references Location references Address. Those are the top 2 - there are more. I noted that...
Hello David, Can you please give us an update on this?
Van, the newest Mac OS-X is shipped with Java 8 JDK as default. It is running that instead of the supplied JRE. It turns out this is quite tricky to get running. We are looking to move to Java 8 support for next release - in the meantime try and see if this will work for you: In Eclipse there is a configuration file: info.plist It should look something like this. <key>Eclipse</key> <array> <string>-keyring</string> <string>~/.eclipse_keyring</string> <string>-showlocation</string> <string>-vm</string>...
When I download and unzip the macos archive (either regular or 64 bit) and try to open the app, I'm told, The CAMed executable launcher was unable to locate its companion shared library. Any suggestions on how to fix this? Thanks!
Updating this - Evolus has released new 3.0.4 and fixed most of the issues so its now working OK. The Filter controls are still not 100% - so needs to be reviewed.
Upgrade Evolus Pencil support to V3.0+ syntax
XSD export XSLT - excludeElement() not handling namespace: prefix
Thanks David. Please let us know if the beta tool is availble for download or if...
Goutham, let me take a look in the morning. There is now a new beta on a NIEM/JSON...
Hello David, Has NIEM 3.0 been imported yet? We are still running into recursive...
XSD importing; handling of default namespaces - asm1 processing
Export to XSD - handling of namespace prefixes that are empty
XSD importing -cam-utils.xsl handling of missing default namespaces
Attached schema generated out from CAM template. Compare and contrast.
Martin, this one has puzzled me for a while - so many thanks to you for sharing this...
While doing Create New CAM Template from XSD I get an Invalid Thread Access error....
While doing Create New CAM Template from XSD I get an Invalid Thread Access error....
While doing Create New CAM Template from XSD I get an Invalid Thread Access error....
JDEW tweaks. WIP
New 0.3 branch
Fixed where clause in SQL
Re-factored to use JAXB for Entity creation