[JBoss Tools (users)] - Seam project doesn't update
by GermanDev
Hi!
I am using the latest stable JBoss Tools in addition with JBoss AS 4.2.3.GA and Seam Framework 2.1.1.GA.
I created a new Seam Project using JBoss Tools, and the new generated project is correctly deployed to the AS. When changing a .xhtml page the changes are correctly updated as well.
But when I am changing an entity bean, the change isn't published to the server.
I tried to choose "Full Publish" and "Incremental Publish" in the JBoss Server View, but that didn't change anything. (by the way, where is the difference between them?)
I have to stop the server, remove the project (by using "add / remove projects"), start it again und then add the project. After that strange procedure the project is updated correctly.
Do you have any idea what I can try to "auto-update" my project even when some beans have changed?
Thank you in advance!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220920#4220920
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220920
17 years
[JBoss Tools (users)] - Re: Where is the deployed files?
by ybxiang.china
"akazakov" wrote : "ybxiang.china" wrote : I really want jbosstools3.0 show me the deplyed xxx.ear directory,
| JBoss Server View->Right Click On your ear module->Explore
| By default JBoss AS Tools deploy modules to workspace metadata folder but you can use JBoss Server deploy folder or custom one.
| See JBoss Server View->Double Click On JBoss Server-> See Deployment section.
| "ybxiang.china" wrote : because when i modify some pages, jbosstools synchronize it to jboss too slow.
| | If i can find the .ear direcory, i can write an ant script to deply it automatically. What i need to do is just execute the .bat file.
| Hmm... JBoss AS Tools deploys only changed files. It should work quite fast.
|
Thank you very much!!!
I love JBossTools, love all in jboss.com!!!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220902#4220902
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220902
17 years
[JBossWS] - Re: WS-Addressing in native stack
by mobaxkrs
Thank God. It worked..
1. Used wsconsume.sh from another version of jboss
mobicents-all-1.2.0.CR3-jboss-4.2.3.GA-0812022325
2. Included all jars that you referred in the compile command.
3. Added wsdl4j.jar, xercesImpl.jar
The sample worked!! With web service trace enabled, i get the log
2009-03-25 18:15:17,684 TRACE [org.jboss.ws.core.MessageTrace] Incoming Request Message
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
<wsa:Action>helloWorld</wsa:Action>
</env:Header>
<env:Body>
<ns1:helloWorld xmlns:ns1='http://www.jboss.org/jbossws/ws-extensions/wsaddressing'>
KRS, Great Job
</ns1:helloWorld>
</env:Body>
</env:Envelope>
2009-03-25 18:15:17,694 TRACE [org.jboss.ws.core.MessageTrace] Outgoing Response Message
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'>
<env:Header xmlns:wsa='http://www.w3.org/2005/08/addressing'>
<wsa:To>http://www.w3.org/2005/08/addressing/anonymous</wsa:To>
<wsa:Action>http://www.jboss.org/jbossws/ws-extensions/wsaddressing/SampleWebServiceP...</wsa:Action>
</env:Header>
<env:Body>
<ns2:helloWorldResponse xmlns:ns2='http://www.jboss.org/jbossws/ws-extensions/wsaddressing'>
Hello Welcome, KRS, Great Job
</ns2:helloWorldResponse>
</env:Body>
</env:Envelope>
Thanks a lot.. Richard
Now, next step is provide an id to identify the request and get the id in response.
Also, if i could work out a POC for Records Management Framework, that would be great.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4220901#4220901
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4220901
17 years