[JBoss Seam] - SeamHBTools tutorial donot work in the lastest dev JBoss IDE
by icess
I get the lastest dev Jboss IDE from the eclipse update center
and do the tutorial follow the flash ,
http://www.jboss.com/products/seam/captivate/SeamHBTools.swf
when i ran in the jboss as ,
first : there is no messages.properties file in the projects.
after i build a messages.properties myself, there is another problem.
14:09:40,500 WARN [HtmlLabelRenderer] Unable to find component 'id' (calling fi
ndComponent on component '_id2:_id14')
14:09:40,531 WARN [HtmlLabelRenderer] Unable to find component 'name' (calling
findComponent on component '_id2:_id16')
14:09:40,546 WARN [HtmlLabelRenderer] Unable to find component 'zipcode' (calli
ng findComponent on component '_id2:_id18')
14:09:40,546 WARN [HtmlLabelRenderer] Unable to find component 'country' (calli
ng findComponent on component '_id2:_id20')
14:10:58,343 WARN [HtmlLabelRenderer] Unable to find component 'id' (calling fi
ndComponent on component '_id2:_id14')
14:10:58,359 WARN [HtmlLabelRenderer] Unable to find component 'name' (calling
findComponent on component '_id2:_id16')
14:10:58,359 WARN [HtmlLabelRenderer] Unable to find component 'zipcode' (calli
ng findComponent on component '_id2:_id18')
14:10:58,359 WARN [HtmlLabelRenderer] Unable to find component 'country' (calli
ng findComponent on component '_id2:_id20')
14:15:59,781 WARN [HtmlLabelRenderer] Unable to find component 'id' (calling fi
ndComponent on component '_id2:_id14')
14:15:59,781 WARN [HtmlLabelRenderer] Unable to find component 'name' (calling
findComponent on component '_id2:_id16')
14:17:36,593 WARN [HtmlLabelRenderer] Unable to find component 'id' (calling fi
ndComponent on component '_id2:_id11')
14:17:36,593 WARN [HtmlLabelRenderer] Unable to find component 'name' (calling
findComponent on component '_id2:_id12')
14:17:36,609 WARN [HtmlLabelRenderer] Unable to find component 'pageSize' (call
ing findComponent on component '_id2:_id13')
so now i cannot ran this tutorial ,
maybe this tutorial cannot work in the lastest Jboss IDE or something i do wrong .
any help ., thanks!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964249#3964249
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964249
19 years, 9 months
[Installation, Configuration & Deployment] - How to change a EJB remote adres?
by joop.duim
Hello,
we have a connection to an EJB deployed on WebSphere. This is setup as follows.
web.xml:
<ejb-ref>
<ejb-ref-name>ejb/DecisionController</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
com.kiq.omega.ods.DecisionControllerHome
com.kiq.omega.ods.DecisionController
</ejb-ref>
jboss-web.xml:
<ejb-ref>
<ejb-ref-name>ejb/DecisionController</ejb-ref-name>
<jndi-name>iiop://test-server-address/cell/nodes/deianeira/servers/server1/com/kiq/omega/ods/DecisionControllerHome</jndi-name>
</ejb-ref>
Both are packaged inside the .war file within an .ear. At deployment time we want to change the servers address, but therefore we either need to change the jboss-web.xml and do a new build or we need to edit the jboss-web.xml in the .ear file - .war file. The first is not acceptable since then the developers need to know details about acception test and production environments. The second is not acceptable, since the deployer needs to unzip .ear, unzip .war, change jboss-web.xml, zip .war, zip .ear and deploy.
Can this be configured outside of the ear-file, so that deployment can be done easier?
Thanks,
Joop
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964247#3964247
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964247
19 years, 9 months