Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » [GWT] MAX_BLOB_SIZE = 100 ?
[GWT] MAX_BLOB_SIZE = 100 ? [message #640139] Fri, 19 November 2010 10:21 Go to next message
Anders Forsell is currently offline Anders ForsellFriend
Messages: 127
Registered: July 2009
Senior Member
Hi,

When looking into the generated EMF/GWT editor, I am wondering why the DatastoreUtil class has functionality for splitting a Blob into child Blobs and why the limit for one Blob is just 100 bytes.

Anders
Re: [GWT] MAX_BLOB_SIZE = 100 ? [message #640157 is a reply to message #640139] Fri, 19 November 2010 10:51 Go to previous messageGo to next message
Eike Stepper is currently offline Eike StepperFriend
Messages: 6682
Registered: July 2009
Senior Member
Am 19.11.2010 11:21, schrieb Anders Forsell:
> Hi,
>
> When looking into the generated EMF/GWT editor, I am wondering why the DatastoreUtil class has functionality for splitting a Blob into child Blobs and why the limit for one Blob is just 100 bytes.
One should think the L in BLOB is for "Large" :P

Cheers
/Eike

----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper


Re: [GWT] MAX_BLOB_SIZE = 100 ? [message #640196 is a reply to message #640139] Fri, 19 November 2010 14:14 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Anders,

Yep, I was testing that splitting a resource into multiple blobs was
working. Blobs can be at most 1MB, so this limit should be around that
mark, but I didn't have a sample that big and was lazy so I made the
limit small and then I was stupid and I forget to change it. It will be
better in the next version...


Anders Forsell wrote:
> Hi,
>
> When looking into the generated EMF/GWT editor, I am wondering why the
> DatastoreUtil class has functionality for splitting a Blob into child
> Blobs and why the limit for one Blob is just 100 bytes.
>
> Anders


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:What is the API equivalent of emf.Ecore2Java
Next Topic:ECoreEditor dependencies
Goto Forum:
  


Current Time: Wed Apr 24 18:09:07 GMT 2024

Powered by FUDForum. Page generated in 0.02816 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top