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¿¨ÉÏÍø¿¨È«ÏßÌøË®¼Û
¼ÓÈëÊéÓÑ»á»ñ¾«ÃÀÀñÆ·
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
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
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
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.
__
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
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