[JBoss-user] how about user-define type in cmp

2001-09-21 Thread li_c
There is a user-define type in oralce, how to map it to an entity, in cmp entitybean. Is there any example ? thank you all »¯×±Æ·ÈýÕÛ£¬ÏãË®°ë¼ÛIP¿¨ÉÏÍø¿¨È«ÏßÌøË®¼Û ¼ÓÈëÊéÓÑ»á»ñ¾«ÃÀÀñÆ·

[JBoss-user] Problem about tomcat with jboss

2001-07-31 Thread li_c
I have build an ear file, and put it in to jboss/jboss/deploy but tomcat do not deploy the jsp in war file. According to console message, I know tomcat had add context of the war file but can not find the jsp file in war. Then I separate war file and jar file,put jar file in jboss/jboss/deploy an

[JBoss-user] Data dirty problem in cmp entity bean.

2001-07-06 Thread li_c
I have created a cmp entity bean in jboss and now I find a problem. The bean name is service, and in oracle8i ,there is a table named Service with two field: name(PK) and value, so does the entity bean. There is a row like this namevalue - - jack 22 When I run the

[JBoss-user] How to map a Number field to a int correctly?

2001-07-04 Thread li_c
Hello everyone: In a cmp entity bean, I made a map from Number(in Oracle) to INTEGER (in Jdbc type) to int( in the entity bean) in the jaws.xml, as the following: cityId CITY_ID NUMBER(6) INTEGER (DataBase: oracle8i) But When I call a finder to load a row whose City_ID field is null in databa

[JBoss-user] Who can send me a sample about security in jboss

2001-06-19 Thread li_c
hi,all: I know how to write the assembly descriptor in ejb-jar, define some and but I don't know what to do next. In weblogic, I can define in other xml file, but how to do in jboss. Is there any examples about this? I can not understand the manual of jboss very clearly. thanks all. __

[JBoss-user] does jboss support this?

2001-06-18 Thread li_c
Good day everyone: I created a CMP entity bean successfully,now,use oracle. the message in console is: [OracleDB] Starting [Hypersonic] Server 1.4 is running [Hypersonic] Press [Ctrl]+[C] to abort [OracleDB] XA Connection pool OracleDB bound to java:/OracleDB [OracleDB] Started bu

[JBoss-user] My Jdbc pool doesn't work,help!

2001-06-14 Thread li_c
Hello everyone: I have config a connection pool for oracle8i in jboss.cml and when jboss started, the message in the console is: [OracleDB] Initializing [OracleDB] Initialized [OracleDB] Starting [OracleDB] XA Connection pool OracleDB bound to java:/OracleDB [OracleDB] Started