I've found, what I think is some kind of bug or error on the code generated when compiling a form. I compiled some simple form using the sawfisch-crux theme...
Hello, ... I just tried it here and I could not reproduce the problem. I suspect that you have edited the templates with text editor that forces line breaks...
I keep playing around with metastorage and another thing came to my attention. There is no way to set a dependency between objects. For instance, imagine you...
Hello, ... This is already done. When an object is deleted, it is removed from any collections that it used to belong. If there are any objects with reference...
Hi, Yes the references are nullified indeed, but I ment a cascading removal of elements that are dependant of the existance of a certain object. Using the same...
Hello, Sorry for the delay. ... If you want to remove cities that belong to a state, you can delete the city objects one by one and they automatically will be...
Hello, A new version of Metastorage was released to introduce several enhancements to the capabilities of report classes and to the Object Query Language. A...
I've been working on an XSD schema for the configuration, so that my xml editor can do auto-completion and friendly structured editing/ validation. I've had...
Hello, ... Sorry for the delay. I have been at PHP Conference Brasil 2006 and I am still catching up on pending e-mail. I need to make time to look at this...
Of course you're welcome to distribute the file. The point I was making about the XML parser is that it rejects the schema declaration, which must be included...
Hello i'm trying to convert a UML-Model built with Poseidon to Metastorage format. Instead of the expected code I find only a lot of Numbers in the generated...
Hello, ... What do you mean by a lot of numbers? Are you saving Poseidon model in XMI? Are you converting the XMI to Metastorage component format with xmi2ms? ...
Hello, ... Oh, I see. I will look into that soon so it stops complaining. ... Ok, I do not use Eclipse because it is too heavy, but I will take a look at that...
... Following up on that . . . I never tested with output from Poseidon. If you can mail me the model as XMI I can have a play and see what's happening. PJH ...
Hello again ... the created component-file, i.e. the output of xmi2ms begins with a xml-header, the rest of the document appear to be just a lot of random...
ok, tried to send you mail with attachment which didn't work. So here the content of the xmi-file which I fed the xmi2ms-converter. Juerg <?xml version = '1.0'...
Hello, ... Can you please upload the files here so we all could take a look? http://tech.groups.yahoo.com/group/metal-dev/files/metastorage/xmi2metastorage/ --...
... OK, I've reproduced your output (just the numbers) from that file. The short answer to what's going on: Poseidon's XMI is just different enough from...
Juerg, I've found two problems; one trivial, one less so. The numbers are coming from the Poseidon diagrams. The XSLT wasn't blocking processing of them....
Hi Peter certainly I'm happy when you are happy with my complaints :-) So there is annother one here, a minor one though. I fed the transformed xmi-file to the...
I've noticed that all my classes are name like <component>class or <class>class or <component>schemaclass. Unfortunately, this doesn't comply with my naming...
Hello, ... Yes. Having a configuration file is on my todo list. I will try to fit it in the next release. -- Regards, Manuel Lemos Metastorage - Data object...
... OK, I got a response a few days ago for this from the libxslt mailing ... So Juerg, can you pls report this back to the Poseidon developers as a bug? ...
Hello did I do something fundamenally wrong so far or am I right in that the XMI to Metastorage generator basically just produces code for each single class,...
Hi: I'm new to MetaL and wish to ask you guys something that has been puzzling me over the last two days. I'm using the lastest stable MySQL 5 release...
Hello, ... If you do not specify a text variable length, it will attempt to create a table with a TEXT field. TEXT fields are basically character LOBs, so they...