jboss

Tomcat/IIS closes socket after http response has completed

Hi. I am using JBoss 4.0.4 GA, which has Tomcat Servlet Container 5.5. I also have IIS 6.0 redirected to this JBoss. (via IIS tomcat connector, which is used as ISAPI filter in IIS). All is working OK, configured the workers as described. Here is a piece of workers.properties file of the connector: # # Defining a worker named ajp13 and...

How can I get JBoss to explode a deployed WAR file?

I am running JBoss 4.3 on Ubuntu under /usr/local/jboss-4.3/. I have deployed my application as a WAR file i.e. myapp.war, to /usr/local/jboss-4.3/server/myserver/deploy. However, there doesn't seem to be an 'exploded' /myapp directory under the deploy folder, how come? I am used to Tomcat running on Windows so I am a bit new to JBoss. ...

JBoss: What does the warning EJBTHREE-1246 from the InterceptorRegistry mean?

I am currently developing an EJB 3.0 based application on the JBoss AS 5.0.0.GA and just recently the following warning showed up in the server log: 09:50:19,735 WARN [InterceptorsFactory] EJBTHREE-1246: Do not use InterceptorsFactory with a ManagedObjectAdvisor, InterceptorRegistry should be used via the bean container 09:50:19,735 W...

JBPM: Multiple transitions going out from a Task Node

in JBPM, can I have (technically) multiple transitions going out from a Task Node? If Yes, is it a good practice? Any help would be useful. ...

Active MQ vs JBoss Messaging

I am going to choose a JMS message broker for a project. It is critical that the JMS server is stable and can handle a high load of messages. I have narrowed down the list to include Active MQ and JBoss Messaging. I was wondering if any of you have any experience with any of these or even better have tried both of them in the same env...

Exchanging of screens between two users

We have a web-based application with tech stack - 1. Java Struts based 2. Hibernate 3. DB - Oracle 4. App server - JBoss server We are facing an issue related to concurrent usage of the application by two or more users. When I am doing an operation and I submit the changes, the next page or success message that comes up is of a differen...

retrieve Invocation Statistics with twiddle

Is there a way to get Invocation Statistics using twiddle command line tool I tried twiddle.sh get "jboss.j2ee:jndiName=jaas/foo/bar/MyBean,service=EJB" InvokeStats but I get java.io.NotSerializableException: org.jboss.invocation.InvocationStatistics. Is jboss web-console the only way to collect statistics? ...

How do I configure IBM IMS connector in JBoss

I have the IMS Connector RAR file. Placed it inside JBOSS_INSTALL/server/default/deploy directory. Created a ims-ds.xml file and also placed in the same location. It appears as if it is deploying with this message: 21:40:02,800 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/ims225Connector.rar/ ...

Sharing session across domain

Currently we are facing a problem with sharing a same session across subdomains. we are using Jboss server. Users access the site corresponding to their locale say en_US that has unique domain name. A cookie is created corresponding to the domain. Users are allowed to go to other locales that have different domain name. The problem is...

How do you configure JBOSS to use the xml lib in the web app?

JBOSS is throwing a: java.lang.NoSuchMethodError: org.w3c.dom.Document.getDocumentURI()Ljava/lang/String; Error when loading a wsdl. Can I configure it to prefer the library in my WAR instead of the system or app server lib? ...

Any experience combining .NET with JBossESB?

We are thinking of using: WPF UI JBossESB WCF / C# Web Services SQL Server 2005 Does anyone have real-world experience here that you would like to share? ...

JBoss debugging in Eclipse

How do you configure JBoss to debug an application in Eclipse? ...

ATG taglibs on OSGI problems

We're currently creating an app that needs ATG taglibs on SLING/OSGI, we have created a bundle with these taglibs and uploaded it, of course these taglibs call ATG classes, so we are including them in the bootdelegation, using sling.properties file. sling.bootdelegation.simple=atg.nucleus sling.bootdelegation.class.atg.nucleus.Nucleus=a...

X connection to localhost:10.0 broken (explicit kill or server shutdown).

Hi, why is this error comes. I started the jboss server and when i try to open the application in IE i am getting this error ...

Declaring a JNDI variable in JBoss 4.0.5

Hi All, I want to declare a new JNDI variable in the JBoss 4.0.5 server. Can someone please explain how this can be done? waiting for your replies. Thanks. ...

Getting struts s:url includeparams to work on jboss when deploying as ROOT.war

I'm working on a webapp that uses struts 2, spring, URL Rewrite Filter and a couple of other dependencies that I'm not sure are relevant to this. One of the url's we construct is constructed as follows: <s:url id="blah" includeParams="get"> This works fine when deploying in jboss as a normal webapp dropped in deploy/. So then all urls...

Error deploying an app to JBoss 5 that was working fine on JBoss 4.2

Im trying to deploy an application (.ear file) to JBoss 5, and I'm receiving the following error. The app deploys fine under 4.2.2. 15:31:33,172 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/ASE/ext/jboss-5.0.0.GA/server/all/dep loy/UGC-WS.ear state=PreReal mode=Manual requiredState=Real org.jboss.deployers....

Thread in App Server

I have a Java program/thread that I want to deploy into an App Server (glassfish). The thread should run as a "service" that starts when the App server starts and stops when the App Server closes. How would I go about doing this? Its not really a Session Bean or MDB.. Its just a thread. ...

Question about Jboss deployment

Hi All, I am new to Jboss and deployment of web applications etc. I have two different war files deployed on the same Jboss server. Further they also share some classes which read different properties based on the application settings (Let's call a common class as CommonClass.class which is present in App1.war and App2.war; CommonClass ...

what is cool in jboss's jmx-console ?

I like JNDIView that shows me all JNDI's, is there anything usefull beside that in jmx-console? P.S. I know i could make my own MBeans, but i want to know what default cool actions are available. ...