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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 307 - 336 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
307
Hello, ... I analyzed your component and the persist function of the Empresa class and everything seems ok as expected. So, if you were getting that error, it...
Manuel Lemos
mallemos
Offline Send Email
Sep 1, 2004
8:07 pm
308
Hello, ... The files were large. Next time please send them here: http://groups.yahoo.com/group/metal-dev/files/metastorage/xmi2metastorage/ ... The output...
Manuel Lemos
mallemos
Offline Send Email
Sep 3, 2004
5:38 pm
309
I started using Metastorage recently, with mySql, and have a couple of related questions: 1. one of the fields of my Object was defined with the "unique" ...
rola_51
Offline Send Email
Sep 8, 2004
3:54 pm
310
Hello, ... You need to define a validate type function in that class and call it before calling the persist type function. The Metastorage tutorial contains...
Manuel Lemos
mallemos
Offline Send Email
Sep 8, 2004
4:11 pm
311
hello,i have a problem with filters and show me this message: "it was not specified a valid database gettextfieldvalue value argument" it is happend when when...
pokara93
Offline Send Email
Sep 14, 2004
10:42 am
312
Hello, ... That sounds like a bug. Can you please send me your filter and involved classes so I can reproduce the problem? -- Regards, Manuel Lemos PHP Classes...
Manuel Lemos
mallemos
Offline Send Email
Sep 14, 2004
12:37 pm
313
A new version of Metastorage was released providing several new features that are mostly enhancements of the capabilities of the data object class variables. ...
Manuel Lemos
mallemos
Offline Send Email
Sep 16, 2004
4:57 am
314
... OK, after a mere 3 weeks I have finally put the files up there. ... * -- Peter Howard pjh@... Jabber Id: pjhacnau@... AIM Id: pjhacnau ...
Peter Howard
pjhacnau
Online Now Send Email
Sep 22, 2004
10:44 am
315
Hello, ... I have just tried it and here follows the list of problems that I found: - The root tag is generated with a namespace definition as attribute. ...
Manuel Lemos
mallemos
Offline Send Email
Sep 23, 2004
6:37 pm
316
... I am asking that very question myself :-) I'm not asking for it out of the XSLT; xsltproc is generating it anyway. I need to work out how to deal with it....
Peter Howard
pjhacnau
Online Now Send Email
Sep 23, 2004
10:31 pm
317
Hello, ... humm... I suppose it is generating it because the you are using that namespace in the XSL. I wonder if making it the default namespace would help. ...
Manuel Lemos
mallemos
Offline Send Email
Sep 23, 2004
11:39 pm
318
... I've now fixed the namespace problem and changed over to <class> from <type>. That leaves inserting default names, which I should do over the weekend and...
Peter Howard
pjhacnau
Online Now Send Email
Sep 24, 2004
6:24 am
319
... OK, uploaded another version, in a sub-folder 2004-09-27 On associations, I keep finding a variation on the naming of association ends. If you are finding...
Peter Howard
pjhacnau
Online Now Send Email
Sep 27, 2004
10:50 am
320
Hello, ... Unless you have a reason to upload it that way, you should be overwriting the previous files as they do not seem to be useful to anybody. In case...
Manuel Lemos
mallemos
Offline Send Email
Sep 27, 2004
7:09 pm
321
... I've downloaded the XMI specs from OMG. "AssociationEndRole" appears in the 1.2 spec, but not the 2.0 spec. So I'm going to stick to "AssociationEnd" for...
Peter Howard
pjhacnau
Online Now Send Email
Sep 28, 2004
10:28 pm
322
... I'll have another look, but I couldn't see any way to delete the old versions. Does it come up as an option if you try to upload over an existing file?...
Peter Howard
pjhacnau
Online Now Send Email
Sep 28, 2004
10:32 pm
323
Hello, ... Since you were the files creator, you should see links for delete and cutting your files in the same listing lines. ... I am not sure about the...
Manuel Lemos
mallemos
Offline Send Email
Sep 28, 2004
11:36 pm
324
hello, with the new version I can persist an object that have another object that it is not persisted.For example, I have I class venta (sale) that have an...
pokara93
Offline Send Email
Oct 4, 2004
11:18 am
325
Hello, ... Right, you can't tell an object to store a reference to an object that was not persisted because it does not make sense. It is explained in the ...
Manuel Lemos
mallemos
Offline Send Email
Oct 4, 2004
6:00 pm
326
... some ... need to ... ok, but if i call setreference with null, when i persist the object sale and checked if isset client, the report an error: ...
pokara93
Offline Send Email
Oct 5, 2004
9:14 am
327
Hello, ... Starting this release all variables are required by default. To be allowed to leave a variable undefined you needed to declare it as optional: ...
Manuel Lemos
mallemos
Offline Send Email
Oct 5, 2004
12:16 pm
328
ok!thank you very much pokara...
pokara93
Offline Send Email
Oct 5, 2004
4:25 pm
329
hello, when I change my component and insert a new file in the database,all seems all right but, when i work with new database report me this error: Unknown...
pokara93
Offline Send Email
Oct 6, 2004
3:09 pm
330
Hello, ... This is strange. When you change your model definition and Metastorage generates a new database schema, you need to install it with the same schema...
Manuel Lemos
mallemos
Offline Send Email
Oct 6, 2004
7:38 pm
331
sorry, this that happend,after actualice the database schema,in main aplication I have just work with older version of database.sorry. thanks for your...
pokara93
Offline Send Email
Oct 7, 2004
3:16 pm
332
hello, i was worked with the last version of metastorage (in this case i checked it before write here), and when i try to use the beginswith, contains or...
pokara93
Offline Send Email
Oct 21, 2004
3:45 pm
333
Hello, ... beginswith is not yet implemented. It is in the to do list. I was willing to implement it but then I realized that it is not that simple to make it...
Manuel Lemos
mallemos
Offline Send Email
Oct 21, 2004
5:16 pm
334
ok, don't worry, i just try to use this filter because i was see it in other message before. is not really important because i can filter the result in the ...
pokara93
Offline Send Email
Oct 22, 2004
8:24 am
335
Hello, ... Good. Pattern matching is definetly in my to do list but I would not be able to implement it right away because I am actively working on the report...
Manuel Lemos
mallemos
Offline Send Email
Oct 22, 2004
7:32 pm
336
hello again, at this time i try to change the $isonow variable in php classes to my data format %d-%m-%Y and it's not do nothing because in database the date...
pokara93
Offline Send Email
Oct 28, 2004
5:05 pm
Messages 307 - 336 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