[JBoss jBPM] - Re: Can't deploy hello.war for Bpel w/ patch on 4.0.3SP1, Un
by nivin
Sure, though I will admit I am at somewhat of a disadvantage atm becuase the developers are unable to get to thier workstations.
Anyhow we are running JBoss 3.0.1SP3 in two instances, the first runs jbpm, and the second runs bpel.
The developers anted the hello app from thier workstations, and tried to deploy it through the web interface, where it failed.
On dev, this works just fine, wheras on test it does not.
Dev, was a machine that they built before I was involved on the project, but I build test myself, from scratch (the dev environement was a bit tainted by too many hands etc)
Anyhow, in your installation do you have bpel in the same instance as you jbpm? Or seperate? Cause I'm thinking that I'm missing a library on test, that I have somewhere in dev, or something simalar.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965067#3965067
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965067
19 years, 10 months
[JBoss Seam] - Re: specific @SelectItem Question -
by mrohad
ok I found what happened(I guess)
I had this line in my SLSB:
| @In
| private Context sessionContext;
and I guess it cleaned my context
I removed those lines and now I am getting new Exception..
any idea?!?
| java.lang.IllegalArgumentException: Value binding '#{cLang}'of UISelectItems with component-path {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /login/register.xhtml][Class: javax.faces.component.html.HtmlForm,Id: _id38][Class: javax.faces.component.html.HtmlPanelGrid,Id: _id40][Class: javax.faces.component.html.HtmlSelectOneMenu,Id: _id51][Class: javax.faces.component.UISelectItems,Id: _id52]} does not reference an Object of type SelectItem, SelectItem[], Collection or Map but of type : null
|
I cahnged the @factory and the varible name to be cLang
Thanks.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965065#3965065
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965065
19 years, 10 months
[JBoss jBPM] - Re: Can't deploy hello.war for Bpel w/ patch on 4.0.3SP1, Un
by alex.guizar@jboss.com
I just tried jBPM BPEL 1.1 beta 1 on a default 4.0.3SP1 installation and I was able to deploy normally:
12:46:59,406 INFO [AxisService] Web Service deployed: http://aguizar:8080/account/accountSystem
| ...
| 12:46:59,703 INFO [AxisService] Web Service deployed: http://aguizar:8080/ticket/ticketIssuer
| 12:46:59,718 INFO [EARDeployer] Init J2EE application: file:/C:/dev/jboss-4.0.3SP1/server/default/deploy/atm.ear
| 12:47:00,062 INFO [ClientDeployer] Client ENC bound under: atm-client
| ...
| 12:47:00,843 INFO [AxisService] Web Service deployed: http://aguizar:8080/atm/frontEnd
| 12:47:00,843 INFO [EARDeployer] Started J2EE application: file:/C:/dev/jboss-4.0.3SP1/server/default/deploy/atm.ear
| 12:47:00,859 INFO [EARDeployer] Init J2EE application: file:/C:/dev/jboss-4.0.3SP1/server/default/deploy/hello.ear
| 12:47:01,140 INFO [ClientDeployer] Client ENC bound under: hello-client
| ...
| 12:47:01,375 INFO [AxisService] Web Service deployed: http://aguizar:8080/hello/caller
| 12:47:01,375 INFO [EARDeployer] Started J2EE application: file:/C:/dev/jboss-4.0.3SP1/server/default/deploy/hello.ear
Can you describe the steps to follow to reproduce the issue you are experiencing?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965064#3965064
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965064
19 years, 10 months