Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

metal-dev · MetaL Development

The Yahoo! Groups Product Blog

Check it out!

Group Information

? 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.

Messages

Advanced
Messages Help
Messages 313 - 342 of 555   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
313 Manuel Lemos
mallemos Send Email
Sep 16, 2004
4:57 am
A new version of Metastorage was released providing several new features that are mostly enhancements of the capabilities of the data object class variables. ...
314 Peter Howard
pjhacnau Send Email
Sep 22, 2004
10:44 am
... OK, after a mere 3 weeks I have finally put the files up there. ... * -- Peter Howard pjh@... Jabber Id: pjhacnau@... AIM Id: pjhacnau ...
315 Manuel Lemos
mallemos Send Email
Sep 23, 2004
6:37 pm
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. ...
316 Peter Howard
pjhacnau Send Email
Sep 23, 2004
10:31 pm
... 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....
317 Manuel Lemos
mallemos Send Email
Sep 23, 2004
11:39 pm
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. ...
318 Peter Howard
pjhacnau Send Email
Sep 24, 2004
6:24 am
... 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...
319 Peter Howard
pjhacnau Send Email
Sep 27, 2004
10:50 am
... 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...
320 Manuel Lemos
mallemos Send Email
Sep 27, 2004
7:09 pm
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...
321 Peter Howard
pjhacnau Send Email
Sep 28, 2004
10:28 pm
... 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...
322 Peter Howard
pjhacnau Send Email
Sep 28, 2004
10:32 pm
... 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?...
323 Manuel Lemos
mallemos Send Email
Sep 28, 2004
11:36 pm
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...
324 pokara93 Send Email Oct 4, 2004
11:18 am
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...
325 Manuel Lemos
mallemos Send Email
Oct 4, 2004
6:00 pm
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 ...
326 pokara93 Send Email Oct 5, 2004
9:14 am
... 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: ...
327 Manuel Lemos
mallemos Send Email
Oct 5, 2004
12:16 pm
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: ...
328 pokara93 Send Email Oct 5, 2004
4:25 pm
ok!thank you very much pokara...
329 pokara93 Send Email Oct 6, 2004
3:09 pm
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...
330 Manuel Lemos
mallemos Send Email
Oct 6, 2004
7:38 pm
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...
331 pokara93 Send Email Oct 7, 2004
3:16 pm
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...
332 pokara93 Send Email Oct 21, 2004
3:45 pm
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...
333 Manuel Lemos
mallemos Send Email
Oct 21, 2004
5:16 pm
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...
334 pokara93 Send Email Oct 22, 2004
8:24 am
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 ...
335 Manuel Lemos
mallemos Send Email
Oct 22, 2004
7:32 pm
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...
336 pokara93 Send Email Oct 28, 2004
5:05 pm
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...
337 Manuel Lemos
mallemos Send Email
Oct 28, 2004
5:13 pm
Hello, ... If you just want to store the date (not the time) set the variable type to date, not timestamp. -- Regards, Manuel Lemos PHP Classes - Free ready to...
338 pokara93 Send Email Oct 29, 2004
10:57 am
it is not the problem, i need timestamp, but the only i change is the format of date, i have '%d-%m-%Y %H:%M:%S' and the string that store in database is...
339 Manuel Lemos
mallemos Send Email
Oct 29, 2004
1:57 pm
Hello, ... The date and time values are only stored in the ISO 8601 format (YYYY-MM-DD hh:mm:ss). That is the format that all databases support. If you want to...
340 pokara93 Send Email Nov 2, 2004
11:52 am
ok, so the trouble is that php knows this format in "strftime"; function but database don't works with it. Ok, i didn´t understand why it is happend. it's not...
341 Miguel Angel Laguna
malaguna@... Send Email
Nov 8, 2004
8:53 pm
Hello all: I´ve just download the last release and installed. When I try to compile a project I always get "Building generatecomponent.files ..." in the...
342 Manuel Lemos
mallemos Send Email
Nov 8, 2004
9:16 pm
Hello, ... It seems that you probably exceeded the PHP configured memory but since the error messages are probably being suppresed you are not noticing them. ...
Messages 313 - 342 of 555   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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