jboss

JBoss web service client host url configuration

I have a ejb3 using a web service and configure the host name of the web service in the ejb-jar.xml file (or @WebServiceRef(wsdlLocation = "http:://myserver/service.wsdl") ). Can I do the same configure outside of the ejb-jar.xml file, similar to how a DataSource is configured? ...

jboss seam deployment error

I am the beginner to jboss seam. I got the following error while deploying: 16:47:06,675 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider 16:47:06,707 INFO [InjectedDataSourceConnectionProvider] Using provided datasource 16:47:06,753 WARN [JBossManag...

Datasource creation in JBOSS for DB2

How JBOSS uses db2-ds.xml file to create datasource object for DB2? ...

Jboss Web Service:Error :java.io.IOException: Could not transmit message

Hi I am trying to deploy a web service client application in Jboss 4.2.3GA. I already did this and it works in glassfish v2.x. I copied jboss-saaj.jar, jboss-jaxws-ext.jar, jboss-jaxws.jar, jboss-jaxrpc.jar and jaxb-api.jar. Can someone please shed some info? Also I deployed this in netbeans 6.7. # Caused by: java.io.IOException: Could...

Load properties file in a java servlet deployed in JBoss as a war

I have a servlet deployed as a war in JBoss 4.0.2. I have a properties file for the deployed application. Where should I put this file? Under the conf directory in the jboss server\default\conf folder? How do I load that properties file in a portable manner? ...

Using JBoss EL with Websphere

Hey, I'm doing a project which is going to run on Websphere. I'm using JSF/Facelets/Richfaces for this project. I want to use the JBoss EL implementation as it allows calling methods with parameters from EL etc. ... usually this is accomplished by getting the JBoss EL jar and then putting this in the web.xml: <context-param> <par...

JBOSS Eclipse Integration

I am working with Eclipse and JBOSS. I was wondering if there is a way to do hot in-place deployment for a web project, by integrating the JBOSS server with Eclipse. By hot in-place deployment, I mean, I should be able to view the change made to a jsp , by refreshing the page on the browser, not required to go through the routine , buil...

migration to JBoss 5.1 - Failed to create a new SAX parser

I am trying to deploy my application (packed in .war file) that work properly on JBoss 4.2.3 to JBoss 5.1 (using java 5). Currently during deployment time I see in the server.log the error: ... Caused by: org.jboss.xb.binding.JBossXBRuntimeException: Failed to create a new SAX parser ... Caused by: java.lang.ClassCastE...

Multiple jboss hosting a domain and SSL

i have a need to have 2 jboss instances (horizontally clustered) both allowing SSL for the same domain. we were trying to figure out how to use one certificate to achieve this. is it possible to let each host have a keystore, and import the same SSL cert into each keystore? is that how it should be done? in the past our network team has...

where do I set the web-service host name for an EJB3 client

Where do I set the web-service host name for an EJB3 client, when the web-service client is injected. ...

i got this exception while deploying seam application,

Problem starting service jboss.j2ee:ear=registration-ear.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3 java.lang.NullPointerException at org.jboss.ejb.txtimer.DatabasePersistencePolicy.listTimerHandles(DatabasePersistencePolicy.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun....

log4j console appender and log file size

I am using Jboss 4.0.2 in Solaris to run a webapp. JBoss is configured to use the factory default log4j.xml file, and this has a ConsoleAppender. I am redirecting stdout of jboss java process to a file. Something interesting happens when I try to cleanup this file - jboss.out. This is where I start. $ ls -alhrt jboss.out -rw-r--r-- ...

making server.log append=true

How do I make the log server\\log\serve.log to be appended. i.e. whenver I restart JBoss it should not override the content of the log but continue from the end of it? ...

How to setup apache redirect or custom 401 document on Kerberos SSO login failure

Hi I have a working Kerberos SSO setup, I use apache and jboss with mod_jk. Apache is protecting (by kerberos) the auto-login.htm page with the following configuration: <Location /auto-login.htm> AuthType Kerberos AuthName "Kerberos Active Directory Login" KrbMethodNegotiate on KrbMethodK5Passwd on KrbAu...

Jboss Startup error

Hi. On an existing application I am trying to startup the JBOSS server and I get following error. Unfortunately I do not know clearly as yet, what all has been configured and is being used on this jboss. For now; I quickly want to get the error sorted out. If looking at the stack trace, you can suggest what kind of configuration is mi...

scheduling tasks on JBoss with clustering

I need to be able to run some scheduled tasks (reports) for an EJB application running on JBoss 4.2. In my initial implementation I am using a servlet in an associated WAR to read some configuration from a properties file and then reset the scheduled tasks using the Timer Service API. This works but it seems a bit awkward to have the...

True Parallel Processing in jBPM

need to achieve: Forking processing to multiple tasks <fork name="customFork" > <transition to="task1" /> <transition to="task2" /> <transition to="task3" /> ... ... ... <transition to="taskN" /> </fork> jBPM solution should execute tasks in parallel, and not, how it is done by default, sequential...

JSP deploy problem in jboss

I have Jboss 4.0.4GA setup in Linux. after I start my jboss without problem, I tried to access JSP page in browser, got error: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. A name was started with an inva...

Trying to update the file in src/web/prod folder (jsp)

Hi, I am using jboss, eclipse and svn together. I have to files in my test folder: test/create.jsp and test/data.txt . What I want to do is when I call my create.jsp it will update my data.txt . Obviously I want my data.txt to stay where it is as other scripts are tryong to read from it. I have tried dozens of new ways to put the path ...

Context Path in Jboss

Hi. There is a war deployed in JBOSS currently. If I want to figure out the context path for the WAR in Jboss, where should I be looking at? Server.xml? Thanks. ...