[jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor content assist problem

2009-10-02 Thread mcalpay
we are using a 2.0.0 nightly build. I have tld's and facelet tag lib's. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258308#4258308 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258308

[jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor content assist problem

2009-10-02 Thread mcalpay
Its version is 3.0.2 my mistake View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258310#4258310 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258310 ___ jboss-user mailing list

[jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor content assist problem

2009-10-02 Thread akazakov
Unfortunately JBDS 2.0 doesn't use TLD's nor Facelet tag lib's to provide content assist in XHTML editor. There are special XMLs in org.jboss.tools.core.kb plug-in with meta information about tags and attributes for particular tag libs. This problem was solved in JBoss Tools 3.1M3. See

[jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor content assist problem

2009-10-02 Thread mcalpay
would you recommend me to update to milestone ? Is it stable enough ? Also can you point me to xml's you mentioned ? Thanks for the quick reply View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258312#4258312 Reply to the post :

[jboss-user] [jBPM Users] - Deploy a project

2009-10-02 Thread puag
hello, i´m a begginer with jbpm and I need to deploy the jbpm project on a jboss server without using the eclipse plugin. Can you tell me the way please? Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258313#4258313 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor content assist problem

2009-10-02 Thread akazakov
mcalpay wrote : would you recommend me to update to milestone ? Is it stable enough ? JBT 3.1 requeres Eclipse 3.5 JBT 3.0 requeres Eclipse 3.4 If you are ok to swith to the latest Eclipse then I would recomend you to try JBT 3.1.M3 mcalpay wrote : Also can you point me to xml's you mentioned

[jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and the jar hell at remote JBM clien

2009-10-02 Thread bodrin
Ok, the thing about the order is there, sorry I haven't saw it, I just used the order from the examples. But the question I wanted to ask was :) : What is the minimal set of jars to be included from $JBOSS_HOME/client in order to replace the evil jbossall-client.jar in a remote JBM client?

[jboss-user] [Clustering] - Re: Message Selector based on the host name in clustered env

2009-10-02 Thread justkeys
Maybe you dont need jms / mdb for this: you have all handlers in the same vm as the senders. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258322#4258322 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258322

[jboss-user] [Clustering] - Re: cluster networking with 2 interface

2009-10-02 Thread justkeys
-Djgroups.bind_addr=172.0.0.2 forces all cluster-communication over this interface -Djboss.bind.address=10.0.0.2 binds jboss only on this interface View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258323#4258323 Reply to the post :

[jboss-user] [Clustering] - Re: HA Singleton service lookup in cluster

2009-10-02 Thread justkeys
If the SLSB depends on the cluster-wide singleton (due to eg @EJB IYoursingleton ... in its implementation class) then it becomes a cluster-wide singleton of its own. To make this SLSB available on all nodes, remove the @EJB, and perform a HA lookup (manually, without injection) whenever you

[jboss-user] [jBPM Users] - Re: jbpm4.1 process project

2009-10-02 Thread koen.a...@jboss.com
More convenience is on the way. AFAICS it will be for 4.3 though (Januari 1st 2010). Regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258328#4258328 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258328

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-02 Thread Wolfgang Knauf
Hi, I think I get it now. Your JAASLoginInterceptor should perform a login using the class org.jboss.web.tomcat.security.login.WebAuthentication: http://www.jboss.org/community/wiki/WebAuthentication This way, your authentication will be propagated to the security layer. I don't know your

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-02 Thread praenti
Perhaps you're right I will test that in the next hours. To be complete, this is my LoginFacade: | /** | * | */ | package vwg.audi.cancard.business; | | import javax.naming.AuthenticationException; | import javax.security.auth.login.LoginContext; | import

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread Wolfgang Knauf
Hi, to start the JBoss: -extract jboss-5.1.0.GA.zip to some directory. -call bin\run.bat or the script for your OS. To use JBoss in Eclipse, you need a plugin. You could either use the Web Tools Platform plugin 3.1.1, or the JBoss Tools plugin (the latter I don't know). Take a look at the

[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from

2009-10-02 Thread npirard
[jBPM 4] hello, I think I need access to history variables too. Here is my need : _ I create a process instance that does some stuff, and in particular creates a business object I will need to retrieve (an entity stored somewhere) _ after the workflow is over, I would like to retrieve what it

[jboss-user] [Clustering] - Re: shutting down cluster node causes massive memory usage i

2009-10-02 Thread nikolay.elenkov
I did a bit more testing, and it seems that once I shut down n1, there is some increase in HashMap$Entry's and TreeMap$Entry's on n2. This is a test setup, so n2 is not servicing any requests when I stop n1. So I am guessing, it might have to do with the session being promoted from backup to

[jboss-user] [EJB 3.0 Users] - Re: @Resource and systemproperties-service.xml

2009-10-02 Thread jaikiran
I think there's a way out. Instead of specifying the properties in the deploy/systemproperties-service.xml file, you can instead have a MBean as follows in the JBOSS_HOME/server/ servername/conf/jboss-service.xml: !-- Jaikiran: Copied this SystemPropertiesService MBean from deploy folder --

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread benzeman
Hi Wolfgang Knauf. thank your reply. For running Jboss , Is there setting configuration for JBOSS_HOME variable? thank regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258361#4258361 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Unauthenticated caller null N sqlException

2009-10-02 Thread ravirachannavar
Hi Peter, The class file is present in a crimson.jar This jar is used for xml parsing. We have deployed this ear successfully in weblogic,websphere and in JBoss 4.2 also with this jar Can you please suggest wht can be done View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Unauthenticated caller null N sqlException

2009-10-02 Thread ravirachannavar
Hi Peter, The class file is present in a crimson.jar This jar is used for xml parsing. We have deployed this ear successfully in weblogic,websphere and in JBoss 4.2 also with this jar Can you please suggest wht can be done View the original post :

[jboss-user] [jBPM Users] - [jBPM4] Problem retrieving activities from history

2009-10-02 Thread freiburger
Hi there, I'm stuck with the following scenario using jBPM 4.1: I have a simple fork/join pattern like | [...] | fork name=Fork | transition name=1 to=Node1/ | transition name=2 to=Node2/ | /fork | state name=Node1 | transition name=3 to=Join / | /state | state

[jboss-user] [jBPM Users] - Re: TaskControllerHandler in jBPM4 ?

2009-10-02 Thread ascandroli
Anyone? Any tips? This is what I'm trying to port: | task-node name=task-node1 | task name=Evaluate swimlane=admin | controller class=com.amneris.muba.jbpm.handlers.MubaTaskController config-type=bean | restrictions |

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread benzeman
Hi . i also setup a JBOSS_HOME variable for JBOSS , But i get error when launching error like that : Calling C:\jboss-5.1.0.GA\bin\run.conf.bat Could not locate C:\jboss-5.1.0.GA\bin\bin\run.jar. Please check that you are in the bin directory when running this script. Press any key to continue

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread Wolfgang Knauf
Hi, as far as I know, you don't even need a JBOSS_HOME. Simply open a command prompt, cd to the JBoss installation directory, go to bin and call run.bat. Your error message contains ...\bin\bin\..., which seems a bit strange. Best regards Wolfgang View the original post :

[jboss-user] [Security] - Re: Caller unauthorized on using a ejb3 statetlesssessionbea

2009-10-02 Thread praenti
After some trying I get another error, so I tried to find out where the method isUserInRole is implemented, because I want to know what happens there. So where can I have a deeper look into that? The error is | ... | 13:33:02,033 INFO [Login] User extern.michael.obster: login successfull!

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread jaikiran
Wolfgang is right, you don't have to set JBOSS_HOME. Infact it's always recommended not to set it, since as you see now you might end up setting it wrong. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258391#4258391 Reply to the post :

[jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need your help

2009-10-02 Thread flavia.rain...@jboss.com
The point is that you are trying to achieve something with a framework that you used to do with a language extension. Given AspectJ is a language extension of Java, its compiler would know to recognize that Initiateur now implements InitiateurI. JBoss AOP is not an extension of Java, it is a

[jboss-user] [jBPM Users] - Re: [jBPM4] Problem retrieving activities from history

2009-10-02 Thread kukeltje
As mentioned in several other posts and a jira issue, the history is not fullly enabled yet. Vote for the jira issue and refer to this post there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258412#4258412 Reply to the post :

[jboss-user] [Persistence] - How to get an EntityManager or EntityManagerFactory using JN

2009-10-02 Thread Marcos_APS
- JBoss 4.2.3.GA Hello! How do I get an EntityManager or EntityManagerFactory using JNDI? What are their JNDI names? Thank you. Marcos View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258415#4258415 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread benzeman
Thank all. i am intended build one web with JBoss . but i don't know which tool i can use to write my project such as eclipse, netbeans, or others tool . Could anyone give me suggestion which tool i can use to build the web configuration running with JBOSS? thank in advance. View the

[jboss-user] [JBoss Web Services Users] - How do I catch a user define exception on the client (SOAP/J

2009-10-02 Thread newmanw10
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side. I

[jboss-user] [JBoss Web Services Users] - How do I catch a user define exception on the client (SOAP/J

2009-10-02 Thread newmanw10
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side. I

[jboss-user] [JBoss Web Services Users] - How do I catch a user define exception on the client (SOAP/J

2009-10-02 Thread newmanw10
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side. I

[jboss-user] [JBoss Web Services Users] - How do I catch a user define exception on the client (SOAP/J

2009-10-02 Thread newmanw10
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side. I

[jboss-user] [Security] - Re: @RunAs in JBoss 5 - Caller unauthorized in second call

2009-10-02 Thread lvonk2000
We are experiencing the same thing. Have you found an answer? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258422#4258422 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258422

[jboss-user] [Clustering] - Re: shutting down cluster node causes massive memory usage i

2009-10-02 Thread bstansbe...@jboss.com
http://anonsvn.jboss.org/repos/jbossas/tags/JBPAPP_4_2_0_GA_CP06/tomcat/src/main/org/jboss/web/tomcat/service/session/ is the package where the distributed session manager code resides.

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread PeterJ
You could do what I do - use a text editor to edit the files, use Ant or Maven to build the WAR/EAR and then deploy it. Or you could use JBoss Tools: http://www.jboss.org/tools/. The Getting Started guide at http://docs.jboss.org/tools/3.1.0.M2/ should help get you set up and started with your

[jboss-user] [JBoss Tools Users] - error accessing webapp

2009-10-02 Thread vdeminico
hi, i'm new in seam. I'm trying to create a new seam web project using jboss tools. After importing all seam libraries and solving problems with datasource, tomcat correctly deploys my application. Accessing to my web-app by browser, the server shows a message error 404 accessing to

[jboss-user] [Installation, Configuration Deployment] - Defining classloading rules explicitly (through jboss-classl

2009-10-02 Thread cdivita
Hi to all, I want to deploy on JBoss 5.1.0 a web application that use log4j through commons-logging, and I want to configure logging using a custom log4j.properties file. So I tried to add the file jboss-classloading.xml to directory WEB-INF/lib to my WAR, as reported

[jboss-user] [Installation, Configuration Deployment] - Re: Defining classloading rules explicitly (through jboss-cl

2009-10-02 Thread cdivita
cdivita wrote : Hi to all, | | I want to deploy on JBoss 5.1.0 a web application that use log4j through commons-logging, and I want to configure logging using a custom log4j.properties file. | | So I tried to add the file jboss-classloading.xml to directory WEB-INF/lib to my WAR, as

[jboss-user] [Installation, Configuration Deployment] - Problem WAR deploy (jboss-5.1.0.GA)

2009-10-02 Thread matjohn
Hi, I have follow exception when deploy my application : 2009-10-02 16:31:18,265 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Configured: name=jboss.j2ee:module=mad.war,service=EjbModule state=Instantiated mode=Manual requiredState=Configured

[jboss-user] [Beginner's Corner] - Re: Connection handle has been closed and is unusable

2009-10-02 Thread oenyinna
I'm trying to keep a jdbc connection open between method calls but it seems to close automatically. How can I keep it open? I'm using Jboss 4.0.5. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258433#4258433 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread PeterJ
One more thing. I noticed you wrote that you downloaded jboss-5.1.0.GA.zip. That download is for use with JDK 1.5, but you are using JDK 6. Go back to the downloads page and get jboss-5.1.0.GA-jdk6.zip - that one is for use with JDK 6. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: issues with seting up jboss windows serivces.

2009-10-02 Thread nagavijay
Yes I ran the service.bat as Run as a Adminstration. After running as adminstration I do not see the service installed on window services. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258435#4258435 Reply to the post :

[jboss-user] [JBoss Messaging Users] - ClusteredConnectionFactory

2009-10-02 Thread roman.mandel...@gmail.com
Hi, I try to cook load balancing through JMS connection factory here is two questions to the pros: 1) When I use it from the stand alone it really works, which means it creates connection to each node in it's turn. The question is when I get the object - JBossConnectionFactory I see it

[jboss-user] [Installation, Configuration Deployment] - Re: Unauthenticated caller null N sqlException

2009-10-02 Thread PeterJ
You are going to have to do some debugging to find out why you are getting the class cast exception. You will need at least the sources for crimson and for the JDK (specifically the source for javax.xml.parsers.SAXParserFactory). View the original post :

[jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need your help

2009-10-02 Thread souma
Merci beaucoup(thank you very much) ... it work:) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258438#4258438 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258438 ___

[jboss-user] [Persistence] - Re: How to get an EntityManager or EntityManagerFactory usin

2009-10-02 Thread PeterJ
You can use the JNVIView mbean to see all of the names in JNDI. http://www.jboss.org/community/wiki/DisplayTheJNDITreeWithTheJMXConsole View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258439#4258439 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: issues with seting up jboss windows serivces.

2009-10-02 Thread PeterJ
Just to be clear, when I ran service.bat install in a command prompt, the service did not get registered. But when I ran service.bat install in a command prompt opened using Run as Administrator, the service did get registered. This was in Server 2008. Therefore, I have to assume that there is

[jboss-user] [Installation, Configuration Deployment] - Re: Problem WAR deploy (jboss-5.1.0.GA)

2009-10-02 Thread jaikiran
anonymous wrote : Caused by: javax.management.InvalidAttributeValueException: Set attribute has class class javax.management.ObjectName loaded from null that is not assignable to attribute class class javax.management.ObjectName loaded from

[jboss-user] [Installation, Configuration Deployment] - Re: Defining classloading rules explicitly (through jboss-cl

2009-10-02 Thread jaikiran
cdivita wrote : | | So I tried to add the file jboss-classloading.xml to directory WEB-INF/lib to my WAR, The jboss-classloading.xml file should be placed in WEB-INF folder and not in WEB-INF/lib. View the original post :

[jboss-user] [Security] - SPNEGO JAAS CallBackHandler?

2009-10-02 Thread KevinNCSU
I'm writing a thick java client application which interfaces with a JBOSS 5.1 back-end. For one deployment a SPNEGO Login module is used. I've had success before autheticating to LDAP login modules using the UsernamePasswordCallbackHandler but when I tried to use this to authenticate to

[jboss-user] [Installation, Configuration Deployment] - Re: Problem WAR deploy (jboss-5.1.0.GA)

2009-10-02 Thread matjohn
I don't have jar files containing javax.management.* . Few minutes ago, I try to deploy same WAR at jboss-4.2.3.GA and it work properly !! Is it a bug for 5.1.0 version ? Thanks for the help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258447#4258447

[jboss-user] [Beginner's Corner] - custom error pages for all applications?

2009-10-02 Thread kmasood
Hello, I'm looking for guidance on configuring custom error pages in our JBoss App Server across *all* the applications. For e.g, lets say we have 4 applications running under jboss. I know how to configure error pages per application, but I would like to configure them in a central place

[jboss-user] [JBoss Portal Users] - Developing an automatic service

2009-10-02 Thread Fuchs
Hello, I am using JBP 2.7.2 and I would like to know, how I could execute an automatic service. This service should start every month without human activity. Should I develop a new JBoss module or what you think I could do? Any pointers will be greatly appreciated. Thanks! View the original

[jboss-user] [Installation, Configuration Deployment] - Re: issues with seting up jboss windows serivces.

2009-10-02 Thread nagavijay
Thanks peter now the services got registered. Previously I was running service.bat by clicking running as adminstration. Now I made setting to my command prompt and after running the service.bat then i see the services registered. Again Thanks for all your help. Vijay View the original post

[jboss-user] [EJB 3.0 Users] - Re: @Resource and systemproperties-service.xml

2009-10-02 Thread jprio
Thanx for the answer. Looks like it works ! The only remaining little problem is that we used to have a per-webapp systemproperties-service, which seems not to be possible anymore. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258458#4258458 Reply to the post

[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?

2009-10-02 Thread PeterJ
The global web.xml is located at server/xxx/deployers/jbossweb.deployer, you can specify them there. And you will probably want to place the HTML pages in server/xxx/deploy/ROOT.war. P.S. You never said with version of JBoss AS so I assume the latest (5.x). View the original post :

[jboss-user] [Persistence] - Re: How to get an EntityManager or EntityManagerFactory usin

2009-10-02 Thread Marcos_APS
PeterJ wrote : You can use the JNVIView mbean to see all of the names in JNDI. | http://www.jboss.org/community/wiki/DisplayTheJNDITreeWithTheJMXConsole | I have done some research on this topic and I had to do this to get an EntityManagerFactory using JNDI: In my persistence.xml: |

[jboss-user] [JBoss Web Services Users] - Soap Attachment causes OutOfMemoryError

2009-10-02 Thread s3filho
Hello Everyone, I am building a Web Services that will receive a file attachment in its message. I used the DataHandler classe and the specified annotations (@XmlAttachmentRef) and it worked prety fine. The problem is that when the file to be transmited is really big (more than 100MB, for

[jboss-user] [Installation, Configuration Deployment] - Re: Problem WAR deploy (jboss-5.1.0.GA)

2009-10-02 Thread jaikiran
Post the output of jar -tf mad.war I am mainly interested in the jar files packaged in that application. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258473#4258473 Reply to the post :

[jboss-user] [jBPM Users] - Re: [jBPM4] Problem retrieving activities from history

2009-10-02 Thread freiburger
Ok thanks, I've voted for it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258474#4258474 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258474 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread benzeman
Thank PeterJ. i am just configuration Jboss to run on eclipse and update Jboss tool for eclipse . But i can not create project with seam 1.2 from eclipse updating when new project is create . look like i miss seam runtime ? How can i create web dynamic project with seam 1.2 on eclipse?

[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?

2009-10-02 Thread kmasood
Hi Peter, Thank you for the reply. I am using version 4.2.3 and I have successfully added the error-page tag in web.xml in server/all/deploy/jboss-web.deployer/ROOT.war/WEB-INF/ When I go to http://host:8080/blablah, I see the customized 404 page. However, when I go to

[jboss-user] [MQ] - Re: Weird behavior with ping timeouts

2009-10-02 Thread vishnukn
in my case , my jboss is not in clustered, but why should it need to do the ping and pong, is there some thing i need to do in the configuration to stop this. | 2009-10-02 03:04:53,140 WARN [org.jboss.mq.Connection] Connection failure, use javax.jms.Connection.setExceptionListener() to

[jboss-user] [Persistence] - Re: How to get an EntityManager or EntityManagerFactory usin

2009-10-02 Thread PeterJ
Yes, that is the official way. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258486#4258486 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258486 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: Install JBoss

2009-10-02 Thread PeterJ
Looks like you need to click Add next to the Seam Runtime text field and let Eclipse know where Seam is located. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258488#4258488 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?

2009-10-02 Thread PeterJ
Wrong web.xml file - the one you edited is specific to the ROOT application. You need to edit the global web.xml file. In 4.2.x it is located at server/xxx/deploy/jboss-web.deployer/conf. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258489#4258489 Reply to

[jboss-user] [Installation, Configuration Deployment] - More ServiceBindingSet questions

2009-10-02 Thread bdamato
I've got a jboss server that's running behind an apache web server, so I have the HTTP and HTTPS connectors disabled in jbossweb.sar/server.xml. Only AJP is running: | Connector protocol=AJP/1.3 port=8709 address=${jboss.bind.address} | redirectPort=8443 / | I'm using the port

[jboss-user] [JBoss Web Services Users] - Re: Failed to create a new SAX parser

2009-10-02 Thread adorandish
have you figured out the problem yet? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4258499#4258499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4258499 ___ jboss-user mailing

[jboss-user] [MQ] - Re: Weird behavior with ping timeouts

2009-10-02 Thread b.eckenfels
First of all, you abolsutely must register an error listener if you want to recover from problems. Usual reasons for this pong timeout are: - long garbage collection times in one of the participating JVMs - delays in the database when you use jdbc persistence - network problems - os

[jboss-user] [JBoss Messaging Users] - Re: ClusteredConnectionFactory

2009-10-02 Thread clebert.suco...@jboss.com
If you are inside the server, it will always connect to that same server. You can enable load balancing on the CF used by the Resource Adapter, but it would become a mess. As you have MDBs and other Beans, you will have other things controlling balancing for you. For instance as you get

[jboss-user] [JBoss Messaging Users] - Re: ClusteredConnectionFactory

2009-10-02 Thread roman.mandel...@gmail.com
I think I am over that issue, the problem was that when I look-up from the server to ClusterConnectionFactory it actually gives me the local instance and it doesn't matter what addresses been mentioned in the java.naming.provider.url. So I have solved that problem by creating another CF on

[jboss-user] [Clustering] - Re: Farm deployment errors with large WAR files

2009-10-02 Thread bstansbe...@jboss.com
I've commented on the JIRA, but will go into a bit more detail here. First, the logs you sent me, Adam, showed the file that was being farmed was actually xxx.ear.filepart not xxx.ear. From that I believe you were using a tool (perhaps WinSCP?) to upload the file directly to the farm directory.

[jboss-user] [JBoss Cache Users] - Re: What is an invocation, and the related option override?

2009-10-02 Thread alllle
Thanks for the reply! Your explanation makes sense, however, it seems conflict with sample in the [url=http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.2.0.GA/userguide_en/html_single/index.html#configuration.options]user guide section 3.4.1. (Overriding the

[jboss-user] [JBoss Cache Users] - Re: What is an invocation, and the related option override?

2009-10-02 Thread alllle
mircea.markus wrote : it only makes sense to use setForceWriteLock(true) on read. Normally when you do an cache.get(fqn) an read lock is aquired, but setting the forceWriteLock to true would force a write lock acquisition. when you do a put(fqn)(generally a write), a WL (write lock) is acquired

[jboss-user] [JBoss Web Services Users] - Re: Failed to create a new SAX parser

2009-10-02 Thread sridhar1985
Yes. I have deleted the xmlparserv2.jar which i really do not need. And i have removed the hibernate capabilities from my project which are adding xml... jars to my WAR file which are causing problem in jboss 5.1.0 GA. Jboss 5.1 contains xml jars already. So do not need them in your WAR.

[jboss-user] [Performance Tuning] - Diff response times at different times

2009-10-02 Thread njrfrens
We have a strict SLA requirement that the reports should be displayed in 1 min max for a load of 500 users We are running a load test of 500 users on the application. We are getting different response times in different time intervals. The deviation is from 1 min. to 2 min. I want to