| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3278) Pass and return Vectors and Hashtables (special objects in Corba). For bonus points, throw in tests where the Vectors and Hashtables are self-referencing (i.e., there's a reference loop). |
Sun, 01 Jul, 01:06 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3280) Pass some serializable object type using "Object" in the method signature. Pretty much the same as the above, but your signature would be something like "Object pass_and_return_an_object(Object)" |
Sun, 01 Jul, 01:06 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3279) Pass some serializable object type by signature (the TCK uses Date objects, you can pretty much pick anything that's serializable EXCEPT String, which is a special case). This means you'd have something like this "Date pass_and_return_a_date(Date)" a |
Sun, 01 Jul, 01:06 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3282) Pass and return a Class object |
Sun, 01 Jul, 01:08 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3281) Pass and return arrays of objects. Generally, all of the test types described above. The array of Object tests might be made extra tricky by storing multiple types of objects in the array. |
Sun, 01 Jul, 01:08 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3283) Pass and return a "remote interface". This will involve passing around EJB references. You'll probably need an extra test ejb to do this. |
Sun, 01 Jul, 01:10 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3285) Pass and return arrays of remote interfaces. |
Sun, 01 Jul, 01:10 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3284) Pass and return serializable objects. Similar to the Object tests, but the signatures of the methods will be "Serializable pass_and_return_serializable(Serializable)" |
Sun, 01 Jul, 01:10 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3286) Pass and return a complex graph of objects. This graph should have circular references. |
Sun, 01 Jul, 01:12 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3288) Pass and return multi-dimensional arrays of objects. Get really nasty on this one and have the array contain graph objects. |
Sun, 01 Jul, 01:12 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3287) Pass and return arrays of complex graphs. |
Sun, 01 Jul, 01:12 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3289) Pass and return an object that has fields of another user class inside of it. You'll need to write a couple custom classes for this, as this is a class loading test as much as anything. |
Sun, 01 Jul, 01:14 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3290) IDL testset #1 |
Sun, 01 Jul, 01:14 |
|
[jira] Updated: (GERONIMO-3291) IDL testset #2 |
|
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3291) IDL testset #2 |
Sun, 01 Jul, 01:14 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3291) IDL testset #2 |
Sun, 01 Jul, 01:50 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3291) IDL testset #2 |
Sun, 01 Jul, 01:14 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3294) "setter" methods in the form "void setXxxxxx()" |
Sun, 01 Jul, 01:16 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3292) "getter" methods in the form "type getXxxxx()" |
Sun, 01 Jul, 01:16 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3293) "is" methods in the form "boolean isXxxxx()" |
Sun, 01 Jul, 01:16 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3296) Methods with names that differ only by case. |
Sun, 01 Jul, 01:18 |
| Tim McConnell (JIRA) |
[jira] Created: (GERONIMO-3295) Multiple signature types |
Sun, 01 Jul, 01:18 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3275) Primitive types: boolean, byte, char, short, int, long, float, double. |
Sun, 01 Jul, 01:28 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3244) Tasklist for adding new marshalling/unmarshalling testset(s) to the Corba testsuite |
Sun, 01 Jul, 01:28 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3276) Arrays of the primitive types |
Sun, 01 Jul, 01:28 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3277) Pass and return a stirng |
Sun, 01 Jul, 01:30 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3278) Pass and return Vectors and Hashtables (special objects in Corba) |
Sun, 01 Jul, 01:32 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3279) Pass some serializable object type by signature |
Sun, 01 Jul, 01:34 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3279) Pass some serializable object type by signature (the TCK uses Date objects, you can pretty much pick anything that's serializable EXCEPT String, which is a special case). This means you'd have something like this "Date pass_and_return_a_date(Date)" a |
Sun, 01 Jul, 01:34 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3280) Pass some serializable object type using "Object" in the method signature |
Sun, 01 Jul, 01:36 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3281) Pass and return arrays of objects |
Sun, 01 Jul, 01:38 |
|
[jira] Updated: (GERONIMO-3282) Pass and return a Class object |
|
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3282) Pass and return a Class object |
Sun, 01 Jul, 01:38 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3282) Pass and return a Class object |
Sun, 01 Jul, 01:40 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3296) Methods with names that differ only by case. |
Sun, 01 Jul, 01:40 |
|
[jira] Updated: (GERONIMO-3295) Multiple signature types |
|
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3295) Multiple signature types |
Sun, 01 Jul, 01:40 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3295) Multiple signature types |
Sun, 01 Jul, 01:42 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3294) "setter" methods in the form "void setXxxxxx()" |
Sun, 01 Jul, 01:42 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3283) Pass and return a "remote interface" |
Sun, 01 Jul, 01:42 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3284) Pass and return serializable objects |
Sun, 01 Jul, 01:44 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3285) Pass and return arrays of remote interfaces. |
Sun, 01 Jul, 01:46 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3286) Pass and return a complex graph of objects. |
Sun, 01 Jul, 01:48 |
|
[jira] Updated: (GERONIMO-3293) "is" methods in the form "boolean isXxxxx()" |
|
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3293) "is" methods in the form "boolean isXxxxx()" |
Sun, 01 Jul, 01:48 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3293) "is" methods in the form "boolean isXxxxx()" |
Sun, 01 Jul, 01:48 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3287) Pass and return arrays of complex graphs. |
Sun, 01 Jul, 01:50 |
| Tim McConnell (JIRA) |
[jira] Updated: (GERONIMO-3292) "getter" methods in the form "type getXxxxx()" |
Sun, 01 Jul, 01:50 |