[JBoss-user] [EJB/JBoss] - Orion-ejb-jar.xml error

2005-02-03 Thread alexcheong
hi, I have create the entity bean in JDeveloper9052 and it created the orion-ejb-jar to map the fields in database table. anonymous wrote : | http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd";> | | | | | | | | | |

[JBoss-user] [EJB/JBoss] - EJB Type Mapping Issue with Oracle9i.

2005-01-05 Thread alexcheong
Endpoint.java:577) | at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:6 | 83) | at java.lang.Thread.run(Thread.java:534) | | | | | | Back to top | | | alexcheong | | | | Joined: Fri Nov 26, 2004 04:35 AM

[JBoss-user] [EJB/JBoss] - Re: EJB Connection problem.

2005-01-04 Thread alexcheong
Hi Guru, I had tried to put in the data source ref jdbc/FisicienCoreDS java:/jdbc/FisicienCoreDS javax.sql.DataSource Container Shareable in ejb-jar.xml but it does't help. How the session/entity bean connect to the data source in JB

[JBoss-user] [EJB/JBoss] - EJB Connection problem.

2005-01-04 Thread alexcheong
Hi Guru, I really spend time to resolve this issue for couple of weeks. Can anyone pls help? I have deployed an J2EE project developed by using JDeveloper 10g. The application run fine in Oracle OC4J AS. I having problem in session bean where JBOSS added a prefix in "TO_" in the table name. fo

[JBoss-user] [JCA/JBoss] - Re: jboss-3.2.7RC1 - Unable to execute remote method.

2004-12-22 Thread alexcheong
Two xml files has added in to the EJBJAR but I got error during deployment. jboss.xml | | | | | CmsequenceManager | CmsequenceManager | | jdbc/FisicienCoreDS | java:/jdbc/FisicienCoreDS | | | |

[JBoss-user] [JCA/JBoss] - Re: jboss-3.2.7RC1 - Unable to execute remote method.

2004-12-22 Thread alexcheong
Which are the two files? Is it jbosscmp-jdbc.xml & jboss.xml? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859604#3859604 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859604 --

[JBoss-user] [JCA/JBoss] - JBoss 3.2.7 CMP 2- Different Table Name been called.

2004-12-21 Thread alexcheong
Hi Guru, My project was developed by using JDeveloper10g. I have deployed the EAR file to jboss-3.2.7RC1. The issue is when why JBOSS will add additional prefix to the table name whenever the create method has been invoked. Should lookup for "CMSEQUENCE"."SEQUENCEID" instead of "T0_CMSEQU

[JBoss-user] [JCA/JBoss] - Re: jboss-3.2.7RC1 - Unable to execute remote method.

2004-12-21 Thread alexcheong
I have added following file to Conf folder. Still encounter same issue. jbosscmp-jdbc.xml | | http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd";> | | | | | java:/jdbc/FisicienCoreDS | Oracle9i | false | false | | | | Thanks. View the original post : http

[JBoss-user] [JCA/JBoss] - Re: jboss-3.2.7RC1 - Unable to execute remote method.

2004-12-21 Thread alexcheong
Thanks for the reply. I don't have such files in the project's package. Would it be the root of the problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859555#3859555 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [JCA/JBoss] - Re: jboss-3.2.7RC1 - Unable to execute remote method.

2004-12-21 Thread alexcheong
Should lookup for "CMSEQUENCE"."SEQUENCEID" instead of "T0_CMSEQUENCE"."SEQUENCEID". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859480#3859480 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859480 ---

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ERROR [Fdperson#findByPrimaryKey] Find failed

2004-12-21 Thread alexcheong
OK. Thanks for your help! orion-ejb-jar.xml | | http://xmlns.oracle.com/ias/dtds/orion-ejb-jar.dtd";> | | | | | | | | | | | | | | | | | | |

[JBoss-user] [HTTPD, Servlets & JSP] - Re: ERROR [Fdperson#findByPrimaryKey] Find failed

2004-12-20 Thread alexcheong
Hi, Thanks for the reply. I think the problem is the table name should be "FDPERSON"."FDPERSONID" intead of "T0_FDPERSON"."FDPERSONID". But I could not find the code where the lookup manager generate extra "T0_". Any comments? View the original post : http://www.jboss.org/index.html?module=

[JBoss-user] [HTTPD, Servlets & JSP] - ERROR [Fdperson#findByPrimaryKey] Find failed

2004-12-20 Thread alexcheong
Hi Guru, I have the following errors when create a new record by the EJB bean. Any idea what's wrong? | 23:13:24,953 INFO [Engine] StandardContext[/Fisicien-ViewController-context-root]No Metho | d onGoInitForm and no actionBinding goInitForm found. | 23:13:24,968 INFO [STDOUT] sessioni

[JBoss-user] [JCA/JBoss] - getOutputStream() has already been called for this response

2004-12-16 Thread alexcheong
Hi Guru, My project was developed by using JDeveloper10g. I have deployed the EAR file to jboss-3.2.7RC1 and the login screen works well. But after login to my mainpage and whenever I call a action class will hit following exception. 17:06:32,703 ERROR [Engine] ApplicationDispatcher[/Fisicien-

[JBoss-user] [HTTPD, Servlets & JSP] - Re: getOutputStream() has already been called for this respo

2004-12-16 Thread alexcheong
This is the CmCommon_jsp.java that generated by JBOSS: package org.apache.jsp.protecteddoc.CM; | | import javax.servlet.*; | import javax.servlet.http.*; | import javax.servlet.jsp.*; | import com.fsc.util.web.Message; | import com.fsc.util.web.MessageManager; | import java.util.*;

[JBoss-user] [HTTPD, Servlets & JSP] - Re: getOutputStream() has already been called for this respo

2004-12-16 Thread alexcheong
"alexcheong" wrote : Hi Tony, | | Thanks for your valuable information. | | But those screens that encountered the problem didn't have the <% %> | tag. | | Please advise to resolve this deployment issue where it doesn't heppen in Oracle embedded OC4J Se

[JBoss-user] [HTTPD, Servlets & JSP] - Re: getOutputStream() has already been called for this respo

2004-12-16 Thread alexcheong
Hi, Anyone know the root of this issue. I almost hit the same error whenever I load any page in my project. Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3858875#3858875 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=

[JBoss-user] [HTTPD, Servlets & JSP] - Re: getOutputStream() has already been called for this respo

2004-12-16 Thread alexcheong
Hi Tony, Thanks for your valuable information. But those screens that encountered the problem didn't have the <% %> tag. Please advise to resolve this deployment issue where it doesn't heppen in Oracle embedded OC4J Server. I really keen to using JBOSS application Server for my project. Sourc

[JBoss-user] [HTTPD, Servlets & JSP] - Re: getOutputStream() has already been called for this respo

2004-12-15 Thread alexcheong
Following is the reply from Oracle MetaLink: | ISSUE CLARIFICATION | | | Hello, | | You say that the Application does not run on the JBoss 3.2.7 RC1, but it works on the Embedded OC4J. To star | t with JBoss 3.2.x is not J2EE 1.3, compatible which causes this

[JBoss-user] [HTTPD, Servlets & JSP] - getOutputStream() has already been called for this respose.

2004-12-15 Thread alexcheong
Hi Guru, My project was developed by using JDeveloper10g. I have deployed the EAR file to jboss-3.2.7RC1 and the login screen works well. But after login to my mainpage and whenever I call a action class will hit following exception. | 17:06:32,703 ERROR [Engine] ApplicationDispatcher[/F

[JBoss-user] [JCA/JBoss] - Re: Unable to lookup Data Source in JBOSS. Pls Help!!!

2004-11-30 Thread alexcheong
It there a way not to use the prefix java:/ to look up for the data source? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856997#3856997 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856997

[JBoss-user] [JCA/JBoss] - Re: Unable to lookup Data Source in JBOSS. Pls Help!!!

2004-11-30 Thread alexcheong
Thanks for reply. I have too many EJB Modules in my application. Is there any method that I can map the data source in JBOSS? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856988#3856988 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [JCA/JBoss] - Unable to lookup Data Source in JBOSS. Pls Help!!!

2004-11-30 Thread alexcheong
Hi Guru, I have the below problem while configuring the datasource in JBOSS for oracle pls any body can help me out.. My oracle-ds.xml code is like as below | | jdbc/FisicienCoreDS | jdbc:oracle:thin:@172.16.84.99:1521:Fisicien | oracle.jdbc.driver.OracleDrive

[JBoss-user] [EJB/JBoss] - Re: JDev10g EJBJAR Deployment Error!!! Please help!!!

2004-11-29 Thread alexcheong
It's works!!! Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856812#3856812 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856812 --- SF email is sponsored b

[JBoss-user] [EJB/JBoss] - Re: JDev10g EJBJAR Deployment Error!!! Please help!!!

2004-11-29 Thread alexcheong
Thanks for reply. I had put in the throws CreateException, EJBException, SQLException but still same error happening. Error log: 01:11:25,265 WARN [verifier] EJB spec violation: | Bean : Cmsequence | Method : public String ejbCreate(CmsequenceLocalDTO) | Section: 10.6.4 | Warning: The

[JBoss-user] [EJB/JBoss] - JDev10g EJBJAR Deployment Error!!! Please help!!!

2004-11-29 Thread alexcheong
Hi, I want to deploy the sample CMP EJBs on my JBoss server. But JBoss writes the following error occurs. Does anyone knows what cause this ? 00:33:10,562 INFO [EARDeployer] Init J2EE application: file:/C:/jboss-3.2.7RC1/ | server/default/deploy/ModelCmEJBJAR.ear | 00:33:12,125 WARN [veri