I am still having problems deploying EJBs. This is getting frustrating.
I am probably doing something stupid. Can anyone give me a hand? Do I
need to put something else on the classpath?
Adam
Generating TestTableHomeObject...
Generating TestTableObject...
Compiling files...
Exception: [12:44:22] java.lang.RuntimeException:
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:11:
cannot reso
symbol : class _EntityHomeObject
location: package ejipt
extends allaire.ejipt._EntityHomeObject
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:31:
cannot resolve symbol
symbol : class _BeanMethod
location: package ejipt
public static allaire.ejipt._BeanMethod[] _createMethods(final
java.util.Properties properties)
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:11: cannot
resolve symbol
symbol : class _EntityObject
location: package ejipt
extends allaire.ejipt._EntityObject
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:17: cannot
resolve symbol
symbol : class _EntityHomeObject
location: package ejipt
public TestTableObject(final allaire.ejipt._EntityHomeObject home,
final Object key)
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:24: cannot
resolve symbol
symbol : class _EntityHomeObject
location: package ejipt
public TestTableObject(final allaire.ejipt._EntityHomeObject home,
final Object key, final Object[] factories)
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:31: cannot
resolve symbol
symbol : class _BeanMethod
location: package ejipt
public static allaire.ejipt._BeanMethod[] _createMethods(final
java.util.Properties properties)
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:33:
cannot resolve symbol
symbol : class _BeanMethod
location: package ejipt
final allaire.ejipt._BeanMethod[] methods = new allaire.ejipt.
_BeanMethod[7];
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:33:
cannot resolve symbol
symbol : class _BeanMethod
location: package ejipt
final allaire.ejipt._BeanMethod[] methods = new allaire.ejipt.
_BeanMethod[7];
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:36:
cannot resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableHomeObject
methods[0] = _getMethod(TestTableHomeObject.class, "remove",
signature0, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:39:
cannot resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableHomeObject
methods[1] = _getMethod(TestTableHomeObject.class, "remove",
signature1, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:42:
cannot resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableHomeObject
methods[2] = _getMethod(TestTableHomeObject.class,
"getEJBMetaData", signature2, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:45:
cannot resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableHomeObject
methods[3] = _getMethod(TestTableHomeObject.class, "getHomeHandle",
signature3, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:48:
cannot resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableHomeObject
methods[4] = _getMethod(TestTableHomeObject.class, "ejbCreate",
signature4, properties, 1);
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:51:
cannot resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableHomeObject
methods[5] = _getMethod(TestTableHomeObject.class, "ejbCreate",
signature5, properties, 1);
^
d:/JRun/servers/test/deploy/src/security/TestTableHomeObject.java:54:
cannot resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableHomeObject
methods[6] = _getMethod(TestTableHomeObject.class,
"ejbFindByPrimaryKey", signature6, properties, 0);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:33: cannot
resolve symbol
symbol : class _BeanMethod
location: package ejipt
final allaire.ejipt._BeanMethod[] methods = new allaire.ejipt.
_BeanMethod[8];
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:33: cannot
resolve symbol
symbol : class _BeanMethod
location: package ejipt
final allaire.ejipt._BeanMethod[] methods = new allaire.ejipt.
_BeanMethod[8];
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:36: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[0] = _getMethod(TestTableObject.class, "remove",
signature0, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:39: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[1] = _getMethod(TestTableObject.class, "getEJBHome",
signature1, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:42: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[2] = _getMethod(TestTableObject.class, "getHandle",
signature2, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:45: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[3] = _getMethod(TestTableObject.class, "getPrimaryKey",
signature3, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:48: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[4] = _getMethod(TestTableObject.class, "isIdentical",
signature4, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:51: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[5] = _getMethod(TestTableObject.class, "getName",
signature5, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:54: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[6] = _getMethod(TestTableObject.class, "setName",
signature6, properties, 2);
^
d:/JRun/servers/test/deploy/src/security/TestTableObject.java:57: cannot
resolve symbol
symbol : method _getMethod
(java.lang.Class,java.lang.String,java.lang.String
[],java.util.Properties,int)
location: class security.TestTableObject
methods[7] = _getMethod(TestTableObject.class, "getId", signature7,
properties, 2);
^
------------------------------------------------------------------------------
Archives: http://www.egroups.com/group/jrun-interest/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/jrun_talk
or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the
body.