Tried several times to try jboss tools in early releases of Eclipse ganymede, but it all always errored.
Just checked the Ganymede production build - and installed latest version of jboss tools -
It ries to run the wizard to setup seam project (however it only offered me seam 1.2 and not 2.0 in the drop down
I couldnt complete the wizard however I get similar problems to those referenced in
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138155
where i get view errors where on the right hand side where the seam web templates are.
Essentially the latest version doesnt appear to be compatible with eclsipe ganymede -
Is this a quick fix or significant engineering job to get it to work with ganyemede?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161365#4161365
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161365
Hello,
i can't found out anywhere how to create and destroy JMS queues from java application.
Is it possible to use the operation createQueue() of the service DestinationManager from remote java application at all? Or the only option to configure is utilizing web-console or twiddle command?
I'm going to look into twiddle.jar. Maybe there is some solution.
I'm using jboss 4.2.2.GA
Thanks for any ideas
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161360#4161360
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161360
Regarding your questions:
(a) Does Hot deployment in Jboss 4.2.2 work? is it reliable?
It works fine. Is it reliable? It depends. Frequent re-deployments will cause memory usage to rise significantly, but AFAIK this is a Java.1.5 issue.
I use hot-deployment all the time (for devel purposes) and I need to restart JBoss after about 50 re-deployments on a 512MB machine
(b) is there a specific classloader adjustments I need to do to make it work?
No.
(c) What are gotchas I should be careful about or work around them?
Make sure you 'touch' the WEB-INF/web.xml every time you re-deploy.
Also, if web-services are included, I have reliable results when I work with .WAR files instead of an expanded .war hierarchy. In the case of servltes, expanded .war hierarchy works fine.
The above information comes from my experience and should not be regarded authoritative.
-Stathis
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161358#4161358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161358
I am using Rhino for one of the Web applictions to run js on server side. I can improve the performance significantly by pre-compiling the js to java.
What it means is, from time to time, based on user action, I would like to compile the modified js scripts and convert them to java using Js->Java compiler and deploy them to Jboss server directories.
I have never been a big fan of hot deployment of classes in App servers.
But, currently I have a real use case, where it would benefit me doing so.
I really need Jboss experts advice here as to
(a) Does Hot deployment in Jboss 4.2.2 work? is it reliable?
(b) is there a specific classloader adjustments I need to do to make it work?
(c) What are gotchas I should be careful about or work around them?
Please reply..
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161354#4161354
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161354
Tried include XML entry but the post did not take it. Below is the exact configuraiton I am talking about..
Any insight is greatly appreciated.
Connector port="8080" address="${jboss.bind.address}"
maxThreads="250" maxHttpHeaderSize="8192"
emptySessionPath="true" protocol="HTTP/1.1"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4161353#4161353
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4161353