Bug #52106 | The named BrokerFactory "ndb" is not valid | ||
---|---|---|---|
Submitted: | 16 Mar 2010 18:13 | Modified: | 8 Apr 2010 11:18 |
Reporter: | Todd Farmer (OCA) | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Cluster: Cluster/J | Severity: | S1 (Critical) |
Version: | 7.1.2-beta | OS: | Windows (XP) |
Assigned to: | Bernd Ocklin | CPU Architecture: | Any |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[16 Mar 2010 19:09]
Todd Farmer
[16 Mar 2010 19:09]
Todd Farmer
First test class
Attachment: JPAFish.java (text/x-java), 1.10 KiB.
[16 Mar 2010 19:10]
Todd Farmer
Second test class
Attachment: JPAWine.java (text/x-java), 635 bytes.
[16 Mar 2010 19:10]
Todd Farmer
Not part of test case directly, but providing anyways
Attachment: Fish.java (text/x-java), 569 bytes.
[16 Mar 2010 19:11]
Todd Farmer
Test driver
Attachment: firstsimpletest.java (text/x-java), 6.24 KiB.