Search the web
Sign In
New User? Sign Up
metal-dev · MetaL Development
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 507 - 536 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
507
... 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? ...
Peter Howard
pjhacnau
Offline Send Email
Jan 18, 2007
1:25 am
508
Hi Peter I forwarded your findings to gentleware (Poseidon) and this is what they answer: Poseidon uses realization of standard MOF 1.4: ...
hofer_juerg
Offline Send Email
Jan 24, 2007
11:41 am
509
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,...
hofer_juerg
Offline Send Email
Jan 24, 2007
12:06 pm
510
Thanks Juerg, I'll look into this further. ... [Non-text portions of this message have been removed]...
Peter Howard
pjhacnau
Offline Send Email
Jan 24, 2007
9:45 pm
511
... You are correct about the 1:n relations not yet being generated. It generated single, directional, relations right now. Has your model changed...
Peter Howard
pjhacnau
Offline Send Email
Jan 24, 2007
10:05 pm
512
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...
mother_taraza
Offline Send Email
Mar 7, 2007
6:51 pm
513
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...
Manuel Lemos
mallemos
Offline Send Email
Mar 7, 2007
7:40 pm
514
Hello, I am using Metabase for a while, and I am happy with it. Now I am in a situation, that I have to use a custom identifier. The scenario is that I use...
manfred.schreck
Offline Send Email
Mar 20, 2007
5:48 pm
515
Hello, ... I am a bit confused with your references to Metabase. Do you mean you have an application using Metabase and you want to integrate with something...
Manuel Lemos
mallemos
Offline Send Email
Mar 21, 2007
2:25 am
516
... The ... existing ... login ... Metastorage? ... Hello Manuel, sorry I meant Metastorage. cheers, Manfred...
manfred.schreck
Offline Send Email
Mar 21, 2007
8:17 am
517
Hello, ... Currently Metastorage does not support defining custom object identifier (OID) variables. For now, an implicit OID is assigned to automatic variable...
Manuel Lemos
mallemos
Offline Send Email
Mar 22, 2007
12:44 am
518
You have recently subscribed to receive email updates for 'Metastorage project progress' http://www.meta-language.net/metastorage-progress.xml This...
Metastorage project p...
mallemos
Offline Send Email
Jun 10, 2007
5:18 am
519
Add support to createobject forms for classes with variables of types boolean, integer, decimal, float. q ___ Source:...
Metastorage project p...
mallemos
Offline Send Email
Jun 10, 2007
10:03 am
520
Hello, A new version of Metastorage was released to introduce a new capability of creating copies of existing persistent objects. Other minor features and bug...
Manuel Lemos
mallemos
Offline Send Email
Sep 19, 2007
6:21 pm
521
Hello, I have not made many Metastorage releases recently but I made some developments in Metabase that provide flexibility to Metastorage generated...
Manuel Lemos
mallemos
Offline Send Email
Feb 16, 2008
1:48 am
522
Hello, I've started using metastorage and create my component to generate the db schema: <class> <name>users</name> .... <variable> <name>profile_id</name> ...
Miguel Oliveira
miguel@...
Send Email
Feb 17, 2008
7:41 pm
523
Hello, ... Yes, I was trying to remember what was the exact reasoning to not make reference variables not null, but I am not sure. I know that some databases...
Manuel Lemos
mallemos
Offline Send Email
Feb 18, 2008
4:22 am
524
Hello, I was wondering how can i solve the creation of 2 objects with an 1- to-1 relationship. Using this example class: <class> <name>user</name> <variable> ...
Miguel Oliveira
miguel@...
Send Email
Feb 21, 2008
2:31 pm
525
Hello, ... Yes, you need to make those variables optional to be allowed to save the object without setting them to a reference object. Since the classes...
Manuel Lemos
mallemos
Offline Send Email
Feb 21, 2008
8:06 pm
526
Hello, My application, metastorage-based, is growing every day, and the main persistent component is getting bigger. In order do organize code and data flow,...
Miguel Oliveira
miguel@...
Send Email
Mar 13, 2008
12:28 pm
527
Hello, ... No, Metastorage generates different schema definitions for each component, but you can configure the schema installation classes to install all...
Manuel Lemos
mallemos
Offline Send Email
Mar 15, 2008
9:40 am
528
Hello, Manuael and everybody, I have the question regarding how to set up classes relationship. I'm designing the system that must provide to end user the...
Sergey Klenin
scleann@...
Send Email
Apr 21, 2008
6:08 pm
529
Hello, ... This is a bit confusing, not because of your definitions, but rather because you do not tell me what exactly what you want to do and you are not...
Manuel Lemos
mallemos
Offline Send Email
Apr 21, 2008
10:41 pm
530
Are there tools to convert PHP/Perl/Python/etc to Metal? When I see: function addargs ($x,$y) {$z=$x+y; return $z;} I think (using brackets because some mail...
Kelly Jones
kelly.terry.jones@...
Send Email
May 24, 2008
9:34 pm
531
Hello, ... AFAIK there are no tools for converting between languages. It is a possibility, but the MetaL project did not went into that direction. Nowadays,...
Manuel Lemos
mallemos
Offline Send Email
May 28, 2008
7:13 am
532
I'm new to Metastorage, so forgive me if I've overlooked something obvious. Anyhow, I can't get my persist function to work reliably. I've using the same...
nixanz
Offline Send Email
Sep 19, 2008
4:18 am
533
Hello, ... If the variable can be set to NULL, it means it is optional. Are you defining it as <optional>1</optional> ? The generated class should fail the...
Manuel Lemos
mallemos
Offline Send Email
Sep 19, 2008
4:24 am
534
it is optional: ... <variable> <name>grams</name> <type>integer</type> <optional>1</optional> </variable> ... It is being assigned immediately before the...
Nik Sands
nixanz
Offline Send Email
Sep 19, 2008
4:33 am
535
Hello, ... That is the problem. If it is empty, don't assign it or set it to null . -- Regards, Manuel Lemos Find and post PHP jobs ...
Manuel Lemos
mallemos
Offline Send Email
Sep 19, 2008
4:35 am
536
I thought metastorage was supposed to set it to NULL when generating the SQL automatically? The debug output shows it as being a '?' in the prepared query, but...
Nik Sands
nixanz
Offline Send Email
Sep 19, 2008
4:48 am
Messages 507 - 536 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help