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

2004-12-22 Thread darranl
I think the only solution really is going to be for you to go through the 
getting started guide to see some example deployments working.

The two JBoss deployment descriptors need to be added to your META-INF folder 
in the jar next to the ejb-jar.xml.  There are dtd's in the docs folder that 
describe the contents of these files.

You can then use these files for mapping the table and column names.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859582#3859582

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859582


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3859604#3859604

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859604


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

  | ?xml version=1.0 encoding=UTF-8?
  | jboss
  |   enterprise-beans
  |  session
  | ejb-nameCmsequenceManager/ejb-name
  | jndi-nameCmsequenceManager/jndi-name
  | resource-ref
  |   res-ref-namejdbc/FisicienCoreDS/res-ref-name
  |   jndi-namejava:/jdbc/FisicienCoreDS/jndi-name
  | /resource-ref
  |  /session
  |  session
  | ejb-nameCmPatientBarManager/ejb-name
  | jndi-nameCmsequenceManager/jndi-name
  | resource-ref
  |   res-ref-namejdbc/FisicienCoreDS/res-ref-name
  |   jndi-namejava:/jdbc/FisicienCoreDS/jndi-name
  | /resource-ref
  |  /session
  |  entity
  | ejb-nameCmsequence/ejb-name
  | jndi-nameCmsequenceManager/jndi-name
  | resource-ref
  |   res-ref-namejdbc/FisicienCoreDS/res-ref-name
  |   jndi-namejava:/jdbc/FisicienCoreDS/jndi-name
  | /resource-ref
  |  /entity
  |  entity
  | ejb-nameFdnondrugallergy/ejb-name
  | jndi-nameCmsequenceManager/jndi-name
  | resource-ref
  |   res-ref-namejdbc/FisicienCoreDS/res-ref-name
  |   jndi-namejava:/jdbc/FisicienCoreDS/jndi-name
  | /resource-ref
  |  /entity
  |   /enterprise-beans
  | /jboss
  | 

jbosscmp-jdbc.xml
?xml version=1.0 encoding=UTF-8?
  | !DOCTYPE jbosscmp-jdbc PUBLIC
  | -//JBoss//DTD JBOSSCMP-JDBC 3.0//EN
  | http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd;
  | 
  | jbosscmp-jdbc
  | 
  | defaults
  | datasourcejava:/jdbc/FisicienCoreDS/datasource
  | datasource-mappingOracle9i/datasource-mapping
  | create-tablefalse/create-table
  | remove-tablefalse/remove-table
  | /defaults
  | 
  | /jbosscmp-jdbc
  | 

Error Logs

  | 23:36:33,921 INFO  [jdbc/FisicienCoreDS] Bound connection factory for 
resource adapter for
  |  ConnectionManager 'jboss.jca:service=LocalTxCM,name=jdbc/FisicienCoreDS to 
JNDI name 'jav
  | a:/jdbc/FisicienCoreDS'
  | 23:36:34,000 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, 
warUrl=file:/C:/jboss-3.
  | 2.7RC1/server/default/deploy/jmx-console.war/
  | 23:36:34,234 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, 
warUrl=file:/C:/jboss-3.
  | 2.7RC1/server/default/deploy/management/web-console.war/
  | 23:36:35,234 INFO  [TomcatDeployer] deploy, ctxPath=/opentier-config-lite, 
warUrl=file:/C:
  | /jboss-3.2.7RC1/server/default/tmp/deploy/tmp51739opentier-config-lite.war/
  | 23:36:35,500 INFO  [PropertyMessageResources] Initializing, 
config='org.apache.struts.util
  | .LocalStrings', returnNull=true
  | 23:36:35,500 INFO  [PropertyMessageResources] Initializing, 
config='org.apache.struts.acti
  | on.ActionResources', returnNull=true
  | 23:36:35,625 INFO  [PropertyMessageResources] Initializing, 
config='com.epiuse.opentier.co
  | nfig.ApplicationResources', returnNull=true
  | 23:36:35,921 INFO  [EARDeployer] Init J2EE application: 
file:/C:/jboss-3.2.7RC1/server/def
  | ault/deploy/TestJBOSSEAR.ear
  | 23:36:40,578 INFO  [EjbModule] Deploying SessionManager
  | 23:36:40,750 INFO  [EJBDeployer] Deployed: 
file:/C:/jboss-3.2.7RC1/server/default/tmp/depl
  | oy/tmp51740TestJBOSSEAR.ear-contents/ModelEjbJAR.jar
  | 23:36:40,812 INFO  [TomcatDeployer] deploy, 
ctxPath=/TestDeploy-ViewController-context-roo
  | t, 
warUrl=file:/C:/jboss-3.2.7RC1/server/default/tmp/deploy/tmp51740TestJBOSSEAR.ear-conte
  | nts/TestJBOSSWAR.war/
  | 23:36:42,031 INFO  [PropertyMessageResources] Initializing, 
config='org.apache.struts.acti
  | on.ActionResources', returnNull=true
  | 23:36:42,078 INFO  [PropertyMessageResources] Initializing, 
config='view.ApplicationResour
  | ces', returnNull=true
  | 23:36:43,406 INFO  [EARDeployer] Started J2EE application: 
file:/C:/jboss-3.2.7RC1/server/
  | default/deploy/TestJBOSSEAR.ear
  | 23:36:43,781 INFO  [EARDeployer] Init J2EE application: 
file:/C:/jboss-3.2.7RC1/server/def
  | ault/deploy/bc4j.ear
  | 23:36:47,750 INFO  [TomcatDeployer] deploy, ctxPath=/webapp, 
warUrl=file:/C:/jboss-3.2.7RC
  | 1/server/default/tmp/deploy/tmp51741bc4j.ear-contents/webapp.war/
  | 23:36:48,218 INFO  [JBossCacheManager] init(): replicationGranularity_ is 0 
and invaldateS
  | essionPolicy is 2
  | 23:36:48,234 ERROR [JBossCacheManager] JBossCacheService to Tomcat 
clustering not found
  | 23:36:48,234 ERROR [TomcatDeployer] Failed to setup clustering, clustering 
disabled
  | 23:36:48,328 INFO  [EARDeployer] Started J2EE application: 
file:/C:/jboss-3.2.7RC1/server/
  | default/deploy/bc4j.ear
  | 23:36:48,500 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on 
http-0.0.0.0-8080
  | 23:36:49,156 INFO  [ChannelSocket] JK2: ajp13 listening on /0.0.0.0:8009
  | 23:36:49,203 INFO  [JkMain] Jk running ID=0 time=0/266  config=null
  | 23:36:49,265 INFO  [Server] JBoss (MX MicroKernel) [3.2.7RC1 (build: 
CVSTag=JBoss_3_2_7_RC
  | 1 date=200411082043)] Started in 29s:703ms
  | 

[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=bbop=viewtopicp=3859480#3859480

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859480


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2004-12-21 Thread darranl
Jboss has no interest in the contents of 'orion-ejb-jar.xml' application server 
specific settings can be made in 'jboss.xml' or 'jbosscmp-jdbc.xml' deployment 
descriptors.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859482#3859482

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859482


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=bbop=viewtopicp=3859555#3859555

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859555


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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

  | ?xml version=1.0 encoding=UTF-8?
  | !DOCTYPE jbosscmp-jdbc PUBLIC
  | -//JBoss//DTD JBOSSCMP-JDBC 3.0//EN
  | http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_0.dtd;
  | 
  | jbosscmp-jdbc
  | 
  | defaults
  | datasourcejava:/jdbc/FisicienCoreDS/datasource
  | datasource-mappingOracle9i/datasource-mapping
  | create-tablefalse/create-table
  | remove-tablefalse/remove-table
  | /defaults
  | 
  | /jbosscmp-jdbc
  | 

Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3859558#3859558

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3859558


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user