[JBoss-user] [Installation, Configuration Deployment] - problems with ejb-link in web.xml........

2005-07-21 Thread paulofe
hi all
in my web.xml i have:

web-app
ejb-local-ref
ejb-ref-nameejb/Funcionario_Entity/ejb-ref-name
ejb-ref-typeEntity/ejb-ref-type

local-homebr.com.funcionario.entity.FuncionarioHome/local-home
br.com.funcionario.entity.Funcionario   
ejb-linkFuncionario_Entity/ejb-link
/ejb-local-ref
/web-app

its works. but if i remove the tag ejb-link in my console i have:
no ejb-link in web.xml and no jndi-name in jboss-web.xml) but i have too 
jboss-web.xml as below:

jboss-web
ejb-ref
ejb-ref-nameejb/Funcionario_Session/ejb-ref-name
jndi-nameejb/Funcionario_Session/jndi-name
/ejb-ref
/jboss-web


my ejb-jar is :::

ebj-jar
.

ejb-nameFuncionario_Session/ejb-name
br.com.funcionario.session.FuncionarioHome
br.com.funcionario.session.Funcionario

ejb-classbr.com.funcionario.session.FuncionarioBean/ejb-class
session-typeStateful/session-type
transaction-typeContainer/transaction-type


ejb-local-ref
ejb-ref-nameejb/Funcionario_Entity/ejb-ref-name
ejb-ref-typeEntity/ejb-ref-type

local-homebr.com.funcionario.entity.FuncionarioHome/local-home
br.com.funcionario.entity.Funcionario   
ejb-linkFuncionario_Entity/ejb-link
/ejb-local-ref



...
/ejb-jar
thanks a lot ... for everybody...

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - why to use jboss.xml ?????

2005-07-20 Thread paulofe
hello everbody!!
in my app i have
web.xml:

web-app
...

ejb-ref 
ejb-ref-nameejb/Funcionario_Session/ejb-ref-name
ejb-ref-typeSession/ejb-ref-type
br.com.funcionario.session.FuncionarioHome
br.com.funcionario.session.Funcionario
ejb-linkFuncionario_Session/ejb-link
/ejb-ref
 
/web-app

my ejb-jar: 

ejb-jar
enterprise-beans

ejb-nameFuncionario_Session/ejb-name 
br.com.funcionario.session.FuncionarioHome
br.com.funcionario.session.Funcionario
ejb-classbr.com.funcionario.session.FuncionarioBean/ejb-class
session-typeStateful/session-type
transaction-typeContainer/transaction-type
ejb-local-ref
ejb-ref-nameejb/Funcionario_Entity/ejb-ref-name
ejb-ref-typeEntity/ejb-ref-type
local-homebr.com.funcionario.entity.FuncionarioHome/local-home
br.com.funcionario.entity.Funcionario 
ejb-linkFuncionario_Entity/ejb-link
/ejb-local-ref




ejb-nameFuncionario_Entity/ejb-name
local-homebr.com.funcionario.entity.FuncionarioHome/local-home
br.com.funcionario.entity.Funcionario
ejb-classbr.com.funcionario.entity.FuncionarioEntity/ejb-class
persistence-typeContainer/persistence-type
prim-key-classjava.lang.Integer/prim-key-class
false
cmp-version2.x/cmp-version
abstract-schema-nameFuncionario_Schema/abstract-schema-name



/enterprise-beans

/ejb-jar

and i have the jboss.xml:


enterprise-beans

ejb-nameFuncionario_Session/ejb-name
jndi-nameejb/Funcionario_Session/jndi-name




ejb-nameFuncionario_Entity/ejb-name
jndi-nameejb/Funcionario_Entity/jndi-name


/enterprise-beans
resource-managers
/resource-managers




BUT if i remove this file of my app  she run without none problem..
then so that it serves jboss.xml? 

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration Deployment] - Re: why to use jboss.xml ?????

2005-07-20 Thread paulofe
dear darranl,,, you sad The jboss.xml deployment descriptor is for setting 
JBoss specific configuration for your deployments but what specific 
configuration  you refer  
thanks a lot for your help!!!

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

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


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user