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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 283 - 312 of 553   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
283
hello! my question is: can I define another index in the tables of database ? and if it is possible, how can I work with this index from metastorage? thanks!!...
pokara93
Offline Send Email
Aug 5, 2004
11:39 am
284
Hello, ... It is not yet possible, but it may be a good idea to let component designers have some control over that. I could have at least a way to define one...
Manuel Lemos
mallemos
Offline Send Email
Aug 7, 2004
2:00 am
285
Hi all. I've started working on the conversion between XMI - specifically as generated by the Umbrello UML modeller - and Metastorage XML. It's in a very...
Peter Howard
pjhacnau
Offline Send Email
Aug 11, 2004
12:37 pm
286
Hi Manuel, Just started playing around with metastorage and I am very impressed... thanks for the effort you put into this. Small point: The Metastorage...
franciscrossen
Offline Send Email
Aug 13, 2004
3:57 pm
287
Hello, ... I guess this would be very well appreciated so everybody could use their favorite UML editing tool and have it exporting and importing XMI files to...
Manuel Lemos
mallemos
Offline Send Email
Aug 14, 2004
5:47 am
288
Hello, ... You're welcome. I developed this for my own purposes. So, you do not need to thank me. I appreciate anybody that ... This is odd. I just double...
Manuel Lemos
mallemos
Offline Send Email
Aug 14, 2004
5:55 am
289
Hello, ... You're welcome. I developed this for my own purposes. So, you do not need to thank me. I appreciate anybody that interested people participate by...
Manuel Lemos
mallemos
Offline Send Email
Aug 14, 2004
5:57 am
290
sorry, i was in hollidays ... i think that create an optional parameter to associate an index to a filter is a goog idea. At this time the developer is who...
pokara93
Offline Send Email
Aug 19, 2004
12:01 pm
291
Running "php ./build.php" in the documentation directory, I get the following error: Error: it was not specified an existing image source file (File ...
Peter Howard
pjhacnau
Offline Send Email
Aug 23, 2004
10:54 am
292
hello, when i try to persist a objecto in the database the persist() function return : You have an error in your SQL syntax near ' , )' at line 1 I was ckecked...
pokara93
Offline Send Email
Aug 23, 2004
5:02 pm
293
... () ... hello, i reply to myself because I just know the answer. The problem was that i lost a paremeter when i call the persist function. and the sql wait...
pokara93
Offline Send Email
Aug 24, 2004
10:46 am
294
Hello all: I'm new to this list, sorry if the topic is known. I'm testing metal to use it in a large project. First I've read almost all documentation, then, I...
Miguel Ángel Lag...
malaguna@...
Send Email
Aug 24, 2004
3:21 pm
295
Hello, ... Ok, I have just added that to the to do list. -- Regards, Manuel Lemos PHP Classes - Free ready to use OOP components written in PHP ...
Manuel Lemos
mallemos
Offline Send Email
Aug 26, 2004
12:53 am
296
Hello, ... This file is generated from the example component UML diagram, so it is not in CVS. Anyway, since several people are using CVS snapshots, I have ...
Manuel Lemos
mallemos
Offline Send Email
Aug 26, 2004
1:03 am
297
Hello, ... I could sware that I have fixed this before. It turned out that I really didn't. I have just uploaded a fixed version. Please try it now. -- ...
Manuel Lemos
mallemos
Offline Send Email
Aug 26, 2004
1:09 am
298
Hello, ... Humm... usually when you do not set a variable, the persist function stores a NULL. It may not be what you meant but it should not give SQL errors. ...
Manuel Lemos
mallemos
Offline Send Email
Aug 26, 2004
1:12 am
299
Hello, A new version of Metastorage was released with improved options to configure where the generated files will be stored. This release also includes...
Manuel Lemos
mallemos
Offline Send Email
Aug 26, 2004
8:13 pm
300
... No worries. I've updated from CVS (along with meta-base and metal) and it builds now. Thanks. * -- Peter Howard pjh@... Jabber Id:...
Peter Howard
pjhacnau
Offline Send Email
Aug 27, 2004
3:42 am
301
sorry, i was modificated the code to resolve the problem. But i think that the problem wansn't with a variable.The error was in a class who have an object, is...
pokara93
Offline Send Email
Aug 27, 2004
7:51 am
302
Hello all: It works perfectly now, thanks. But now I've another question. The more I test metal & metastorage, the more I like both. However, I am testing them...
Miguel Ángel Lagun...
malaguna@...
Send Email
Aug 28, 2004
11:26 am
303
Hello, ... humm... that is odd, either normal variables or reference variables are set to NULL when no value is defined. Don't you have the original class to...
Manuel Lemos
mallemos
Offline Send Email
Aug 28, 2004
9:12 pm
304
Hello, ... Yes, the MS SQL driver is complete enough for using with Metastorage generated code. What is not yet supported is alterations in database tables...
Manuel Lemos
mallemos
Offline Send Email
Aug 28, 2004
9:41 pm
305
hello, I have minimize the causes and the problem is when I try to insert a value of distinct type of the type define to the database, in this case not insert...
pokara93
Offline Send Email
Aug 30, 2004
5:05 pm
306
... OK, I'll try posting it inline. There are 3 sections: - The XSLT script - A simple XMI file - The resultant output. I haven't provided a PHP wrapper for...
Peter Howard
pjhacnau
Offline Send Email
Aug 30, 2004
10:39 pm
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
Messages 283 - 312 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