I'm using Jonas 1.5 and I have the following problem while trying to
compile the Session Bean example (see below).
I run it on a Sun Ultra5 with Solaris 2.6 and JDK 1.2

Do you have any idea how to solve this problem?

Thanks in advance,
Michael


smde-2% make
/home/fi/fi96/brung/Middleware/Jonas/jonas_jdk1.2/bin/GenDD -d . Op.txt
/home/fi/fi96/brung/Middleware/Jonas/jonas_jdk1.2/bin/GenIC -d
../../classes  ./Op.ser
../../classes/sb/JOnASOpBeanOp_Stub.java:71: Wrong number of arguments in
method.
                this.invoke(this, $method_buy_0, new java.lang.Object[]
{new java.lang.Integer($param_
int_1)}, 3914631774102765454L);
                           ^
../../classes/sb/JOnASOpBeanOp_Stub.java:98: Wrong number of arguments in
method.
                Object $result = this.invoke(this, $method_getEJBHome_1,
null, 3163754803894080547L);
                                            ^
../../classes/sb/JOnASOpBeanOp_Stub.java:131: Wrong number of arguments in
method.
                Object $result = this.invoke(this, $method_getHandle_2,
null, -1299374689989208114L);
                                            ^
../../classes/sb/JOnASOpBeanOp_Stub.java:164: Wrong number of arguments in
method.
                Object $result = this.invoke(this, $method_getPrimaryKey_3,
null, 4840115071604865751L);
                                            ^
../../classes/sb/JOnASOpBeanOp_Stub.java:197: Wrong number of arguments in
method.
                Object $result = this.invoke(this, $method_isIdentical_4,
new java.lang.Object[] {$param_EJBObject_1}, -5909123752501984271L);
                                            ^
../../classes/sb/JOnASOpBeanOp_Stub.java:234: Wrong number of arguments in
method.
                Object $result = this.invoke(this, $method_read_5, null,
7185478378342678703L);
                                            ^
../../classes/sb/JOnASOpBeanOp_Stub.java:265: Wrong number of arguments in
method.
                this.invoke(this, $method_remove_6, null,
-5013858639939630501L);
                           ^
../../classes/sb/JOnASOpBeanOpHome_Stub.java:65: Wrong number of arguments
in method.
                Object $result = this.invoke(this, $method_create_0, new
java.lang.Object[] {$param_String_1}, 3182622308952920723L);
                                            ^
../../classes/sb/JOnASOpBeanOpHome_Stub.java:106: Wrong number of arguments
in method.
                Object $result = this.invoke(this,
$method_getEJBMetaData_1, null, 6217030353865232067L);
                                            ^
../../classes/sb/JOnASOpBeanOpHome_Stub.java:139: Wrong number of arguments
in method.
                Object $result = this.invoke(this, $method_getHomeHandle_2,
null, -8748260460775500658L);
                                            ^
../../classes/sb/JOnASOpBeanOpHome_Stub.java:172: Wrong number of arguments
in method.
                this.invoke(this, $method_remove_3, new java.lang.Object[]
{$param_Object_1}, 4460578865329725433L);
                           ^
../../classes/sb/JOnASOpBeanOpHome_Stub.java:201: Wrong number of arguments
in method.
                this.invoke(this, $method_remove_4, new java.lang.Object[]
{$param_Handle_1}, 1121126102706750000L);
                           ^
Note: 4 files use or override a deprecated API.  Recompile with
"-deprecation" for details.
12 errors, 1 warning
GenIC ERROR: Failed when compiling the RMI Skel. and Stub. classes via 'javac'
make: *** [../../classes/sb/Op.genic_output] Error 2
smde-3%


Reply via email to