[jboss-user] [JBoss Messaging] - Re: Old messages on clean startup

2008-12-29 Thread rana24
Thanks Clebert, We changed to mysql persistence for some testing and didnt revert back, so that was troubling us. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198871#4198871 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Verification of Enterprise Beans failed

2008-12-29 Thread jaikiran
This one is a 2 year old thread. You might not get any useful response without providing any details about your application, the JBoss and Java versions and the stacktrace. Please open a separate thread in the forum with all these details. View the original post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Verification of Enterprise Beans failed

2008-12-29 Thread sachin1506
hey even i have the same issue as stated above but i am not able to come out of this can anyone help me View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198863#4198863 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41988

[jboss-user] [Remoting] - Re: JBoss AS 4.2.3.GA java.net.SocketException

2008-12-29 Thread sunilbabu
If I use 4.2.3 server I could see the socket exception in log file but if I use the same code in jboss-4.2.0.CR2 I don't see this in log file. I see this exception as a DEBUG log message and it is not directly affecting my application(ie, does not throw this exception in TestFacadeBean.java or

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: building 2.02.GA of vfs fails(microcontainer)

2008-12-29 Thread jaikiran
anonymous wrote : Downloading: http://repo1.maven.org/maven2 I think you are pointing to a wrong repository. The jar you are looking for is here: http://repository.jboss.com/maven2/org/jboss/test/jboss-test/1.1.0.GA/. The repository is hosted at http://repository.jboss.com/maven2 View the orig

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2008-12-29 Thread jaikiran
Please post more details including the exception stacktrace, the version of JBoss and Java you are using and also where are you doing this lookup from? Is it a standalone client or is it some servlet/jsp? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198859#

[jboss-user] [JBoss Cache: Core Edition] - Cluster hanging when a member is non responsive

2008-12-29 Thread ajassal
I have a jboss cache cluster with 2 nodes. When one of the nodes is over-loaded or is running into OOM issues, the other node also becomes non-responsive. A thread dump on the (non-OOM) instance shows jboss cache threads waiting on a lock (excerpt below). Do I need to tweak the failure detectio

[jboss-user] [Installation, Configuration & DEPLOYMENT] - virtual hosting in jboss

2008-12-29 Thread abhi_shek
I m using apache2.2, jboss 4.0.5.GA and mod_jk . then i have already configure mod_jk properly. My URL is open without port. I want to open the URL without directory. I have deploy Reports.ear in deploy folder and register the domain name but how can i map Reports.ear with domain name and also H

[jboss-user] [JBoss Messaging] - jboss-4.2.1-GA - IllegalAccessError with AspectManager

2008-12-29 Thread jboss143
Installed jboss 4.2.1-GA and started as service. Log file shows: Problem configuring service jboss.aop:service=AspectManager org.jboss.deployment.DeploymentException: Exception setting attribute javax.management.attrib...@fa5ff3 on mbean jboss.aop:service=AspectManager; - nested throwable: (java

[jboss-user] [JBoss Cache: Core Edition] - Far cache (TcpCacheServer) configuration

2008-12-29 Thread rs1050
Hi, I am trying to configure a far cache where the data is stored in stand-alone storage caches (S) exposed via TcpCacheServer. An application (A) uses TcpDelegatingCacheLoader to access remote cache. In the simplest setup i have one 'S' jvm and one 'A' jvm. 'S' has buddy replication. 'A' does

[jboss-user] [Clustering/JBoss] - Re: Slow failover

2008-12-29 Thread mohitanchlia
Could it have something to do with TCP sockets? I even tried to reset max tries in FD to 1 but it didn't help. We are using default out of box cluster-service.xml file. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198849#4198849 Reply to the post : http:/

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: topic

2008-12-29 Thread kyungtaak
I want delete this post, Is it possible? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198848#4198848 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198848 ___ jboss-user mai

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - topic

2008-12-29 Thread kyungtaak
aaa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198847#4198847 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198847 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Re: jboss portal listening only on localhost 8080

2008-12-29 Thread cronos4d
anonymous wrote : PostPosted: Fri Aug 24, 2007 04:59 AMPost subject: Re: jboss portal listening only on localhost 8080 | you have to launch JBoss with -b option | ./run.sh -b 192.168.1.45 | ./run.sh -b foo.com | | | or on Windows | run.bat -b 192.168.1.45 | run.bat -

[jboss-user] [EJB/JBoss] - how can i make JMSConnectionFactory JNDI in JBOSS?

2008-12-29 Thread ramujava1
how can i make JMSConnectionFactory JNDI in JBOSS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198845#4198845 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198845 ___ jbos

[jboss-user] [EJB/JBoss] - Re: how can i change port number of JBOSS server?

2008-12-29 Thread ramujava1
"jaikiran" wrote : Which port do you want to change? Is it the HTTP port? If yes, then you can edit it in the server.xml file. Which specific version of JBossAS are you using? JBOSS5GA SERVER View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198844#4198844 Repl

[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

2008-12-29 Thread ramujava1
"jaikiran" wrote : You will first have to lookup the datasource using the JNDI API. Then you can call the getConnection API on the DataSource. Just an example: | | | DataSource ds = (DataSource) new InitialContext().lookup("java:myDS"); | | ds.getConnection(); how can i make jnidi map t

[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

2008-12-29 Thread ramujava1
"jaikiran" wrote : You will first have to lookup the datasource using the JNDI API. Then you can call the getConnection API on the DataSource. Just an example: | | | DataSource ds = (DataSource) new InitialContext().lookup("java:myDS"); | | ds.getConnection(); i wrote the database conne

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2008-12-29 Thread Putzeudel
I have a similar problem and can't find a solution either. I looked through the ejb3.0 tutorials and the documentation but did not find a hint. I try to access a bean from a war but get the classcastexception no matter what i do (i put everything into alles.ear but get the same result). Does th

[jboss-user] [Beginners Corner] - Re: JBoss AS 5: Where's all the library now?

2008-12-29 Thread thejavafreak
"jaikiran" wrote : See this https://www.jboss.org/community/docs/DOC-13188 Aaah. It under common/lib. Thanks for pointing this out. This is definitely a better architecture for JBoss.. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198835#4198835 Repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - reload native library

2008-12-29 Thread ncowles
Has anyone found a workaround for this: https://jira.jboss.org/jira/browse/JBAS-1619 also referenced from here: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=61814 I am NOT able to redeploy an application that uses a native library - even if I wait 5 mins to ensure gc has occured for

[jboss-user] [Installation, Configuration & DEPLOYMENT] - building 2.02.GA of vfs fails(microcontainer)

2008-12-29 Thread deanhiller
I am not sure where to ask questions on building JBoss AS I seem to have run into the problem that 2.0.2.GA which I checked out of subversion does not build as there is a jar it can't download(got a 404 error). I need this jar to build it so I can start playing around and debugging JBoss.

[jboss-user] [JBoss jBPM] - Re: Finding process instances by vars

2008-12-29 Thread kukeltje
no, meaning not with a single api call View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198826#4198826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198826 ___ jboss-user m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - deploy over one hundred webapps

2008-12-29 Thread AJanz
i got a web application with customer specific web layout and functionality. but all apps got same base application code. will it be a problem ( performance or anything else ) to deploy over a hundred apps on my jboss? View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [Clustering/JBoss] - Slow failover

2008-12-29 Thread mohitanchlia
We have Front End box and Back End box. Back End boxes have clustered EJB stateless bean. Front End box calls business method on EJB Stateless Bean that is on Back End box. Now the problem is if one of the Back End machine(s) goes down or reboots then all our Front End server requests going to

[jboss-user] [Microcontainer] - Re: Microcontainer articles @ DZone

2008-12-29 Thread alesj
#2 - Advanced DI/IoC - http://java.dzone.com/articles/a-look-inside-jboss-microconta-0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198818#4198818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198818 ___

[jboss-user] [EJB 3.0] - Re: Not injecting instanceId, no matching enc injector ...

2008-12-29 Thread green_bean_1
POKE to the top. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198816#4198816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198816 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [Security & JAAS/JBoss] - Cached principals with JndiLoginInitialContextFactory

2008-12-29 Thread benChato
Hi All, I have a remote bean (on Tomcat) that connects to an EJB 3.0 on JBoss 4.2.2.GA. For Audit purpose, I pass the Principal of my Tomcat users with every lookup JNDI. I use org.jboss.security.jndi.JndiLoginInitialContextFactory. My problem is that Principals are cached in JBoss. The first us

[jboss-user] [JBoss jBPM] - Finding process instances by vars

2008-12-29 Thread trouby
Hey, Is there an easy way to find process instances by variable namess&values? Thanks, Asaf. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198808#4198808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198808

[jboss-user] [EJB/JBoss] - org.jboss.cache.CacheException: Must be in a valid transacti

2008-12-29 Thread sureshajj
Hello, One of my customer is getting the below given problem occasionally. Though this topic has been discussed in the forum, I could not find out concrete solution. Customer is using JBOSS403 in windows box. Can someone share your views on it. thanks, suresh 2008-12-17 10:34:59,559 ERROR [org

[jboss-user] [Security & JAAS/JBoss] - Re: docs about JndiLoginInitialContextFactory ??

2008-12-29 Thread benChato
I know this is a very old thread... But if it can help someone, information is here: http://www.jboss.org/community/docs/DOC-11206 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198800#4198800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Messaging] - marshalling exception and CLOSED interceptor?

2008-12-29 Thread sanjoa
I get a lot of theese jboss messaging exception's while load testing our jboss esb application. Any ideas how to correct the errors? Got marshalling exception, exiting and method getAcknowledgeMode() did not go through, the interceptor is CLOSED | 2008-12-29 19:51:11,750 ERROR [org.jboss.

[jboss-user] [Performance Tuning] - Re: How to retrieve performance data from JBoss 4.2.2 GA

2008-12-29 Thread PeterJ
See http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193837 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198793#4198793 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198793 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Facing Generated servlet error: exceeding the 65535 byte

2008-12-29 Thread PeterJ
Not having tried it, I would not know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198790#4198790 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198790 ___ jboss-user maili

[jboss-user] [JBoss Messaging] - Re: New JBoss Messaging clustering

2008-12-29 Thread clebert.suco...@jboss.com
You are killing one of the nodes. The communication between them was interrupted. You're still supposed to see failures on logs from broken connections. What should happen is the servers recovering from the failures. That's what failover is supposed to do... recover from failures, what means m

[jboss-user] [JBoss Messaging] - Re: Old messages on clean startup

2008-12-29 Thread clebert.suco...@jboss.com
This would only happen if the DB still have pending messages, right? What DB are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198787#4198787 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198787 __

[jboss-user] [EJB 3.0] - "header" information to ejb service methods

2008-12-29 Thread drtog16
I have some additional information I want to pass all my ejb service methods. I could go through all my code and pass the information to every method as an argument, but that seems messy. The value of what i need to send changes so I can't simply set a "env-entry". With a SOAP service I simply

[jboss-user] [JBossWS] - Re: TestSuite in Eclipse problem

2008-12-29 Thread angusm
I have had this problem again. it happens when you tick 'Copy projects into workspace'. So for the JBossWS samples testsuite in Eclipse I recommend: Do NOT tick 'Copy projects into workspace'. DO use a jre 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [Javassist user questions] - Missing feature? Local variable access/write transformation

2008-12-29 Thread waperboy
I found it a little strange that this functionality is missing, any plans for it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198778#4198778 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198778

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0.0. G.A. with JDK6 won't start

2008-12-29 Thread biebel1975
Thanks, it works. Stupid of me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198776#4198776 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198776 ___ jboss-user mailing list

[jboss-user] [JBossWS] - How to make jax-rpc web service implementation work on JBoss

2008-12-29 Thread forrestxm
I have a legacy web service web application, which uses JAX-RPC. When I want to migrate it to JBoss 5, exceptions happen like this: org.jboss.ws.metadata.wsdl.WSDLException: Cannot parse wsdlLocation: http://localhost:8080/myapp/services/myappws I followed jax-rpc guide in jboss 4 documents, b

[jboss-user] [Remoting] - Re: Compression marshalling

2008-12-29 Thread david.ll...@jboss.com
Suggestion for community members with free time on their hands - come up with a version of the compression marshaller that uses JZlib (http://www.jcraft.com/jzlib/). :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198771#4198771 Reply to the post : http:/

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
Tim, To get rid off anti pattern stuff, We have a Servicelocator implementation , which keeps a static map of Queue ,ConnectionFactory and other objects. So we are not creating or looking up new Queue everytime, but trying to use it from map. I seriously doubt abt. this because the stored Queue

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss 5, Hot Re-Deployment, display old content, Work Di

2008-12-29 Thread edill
jaikiran, anonymous wrote : What type of contents? JSP files? Yes, JSP files. This discussion http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146078 solved my problem. They did, in fact, change the file name and location of the DeleteWorkDirOnContextDestroy attribute in Jboss 5.0.0

[jboss-user] [JBossWS] - Re: TestSuite in Eclipse problem

2008-12-29 Thread angusm
I had the same problem. I tried with a 1.6 jre and got this stack trace: | java.lang.NoClassDefFoundError: Testsuite/output | Caused by: java.lang.ClassNotFoundException: Testsuite.output | at java.net.URLClassLoader$1.run(URLClassLoader.java:200) | at java.security.AccessControlle

[jboss-user] [JNDI/Naming/Network] - Connection timed out: connect

2008-12-29 Thread vink
I'm using JBoss 4.2.2.GA with Remoting 2.4.0.SP1. I've multiple clients which are requesting SLSB. After several hours of running. the following exception is encountered while there is no network problem; Please suggest. Throwable javax.naming.CommunicationException: Could not obtain connection

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Not able to start JBoss

2008-12-29 Thread jaikiran
Please post the entire exception stacktrace and the console logs. Which operating system do you use? And how do you start JBoss? While posting logs or code or xml content, remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Not able to start JBoss

2008-12-29 Thread varunrally
Hello, I have recently installed Jboss using root user and I am logged in using root user. When I start JBoss I am getting the following error Could not create deployment: file:/usr/jboss/jboss-4.2.3.GA/server/default/conf/jboss-service.xml Please suggest. View the original post : http:

[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2008-12-29 Thread vink
I've commented this, becqause of following behaviour; - On running my client which is requesting SLSB, the netstat tool is showing several sockets going in TIME_WAIT state. And, number of such sockets increases as time passes by & it finally results into the following exception; org.jboss.remot

[jboss-user] [JBoss jBPM] - Re: jBPM-3.3.0.GA Released

2008-12-29 Thread kukeltje
basics are the same... just the installer is different View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198746#4198746 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198746 ___

[jboss-user] [JBoss jBPM] - Re: Issue with jboss4.0.1 sp1 & jbPM 3.0

2008-12-29 Thread kukeltje
don't jBPM 3.0 is very old and not supported anymore, use at least 3.2. JBoss AS 4.0.1 to... use at least JBoss AS 4.0.5, but 4.2 is better. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198745#4198745 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Portal] - How to Create or get a Page Programatically

2008-12-29 Thread aspdeepak
I am using Jboss AS - 4.2.2 GA Jboss portal - 2.7.0 GA. I want to create or get a portal Page dynamically(Programatically) I have written Page currentPage = new PageImpl().getPage("QaimPortal"); but it thrown me a NullPointerException. Any Help is greatly appreciable. View the original pos

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss startup extremely Slow Mac OS X 10.5.5...

2008-12-29 Thread jaikiran
"mburbidg" wrote : | While JBoss is starting up, it is using up almost 100% of the CPU so it is not like it is waiting for something. | | Also try taking thread dumps https://www.jboss.org/community/docs/DOC-12300 and see what is taking time. View the original post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: jBPM-3.3.0.GA Released

2008-12-29 Thread alihammad
Is there any tutorial for the latest version similar to the one "jBPM3 getting started" guide out there? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198740#4198740 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41987

[jboss-user] [JBoss jBPM] - Issue with jboss4.0.1 sp1 & jbPM 3.0

2008-12-29 Thread stevezullo
Hi , I am want to use JBOSS 4.0.1 SP1 with jBPM 3.0.How can I integrate jBPM3.0 to JBOSS 4.0.1 SP1 ? Thanks .. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198738#4198738 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [EJB/JBoss] - Re: getting datasource jndi?

2008-12-29 Thread jaikiran
You will first have to lookup the datasource using the JNDI API. Then you can call the getConnection API on the DataSource. Just an example: | DataSource ds = (DataSource) new InitialContext().lookup("java:myDS"); | ds.getConnection(); View the original post : http://www.jboss.com/index.htm

[jboss-user] [EJB/JBoss] - Re: how can i change port number of JBOSS server?

2008-12-29 Thread jaikiran
Which port do you want to change? Is it the HTTP port? If yes, then you can edit it in the server.xml file. Which specific version of JBossAS are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198728#4198728 Reply to the post : http://www.jboss.co

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: virtual hosting in jboss

2008-12-29 Thread jaikiran
Being discussed here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=147904 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198727#4198727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198727 _

[jboss-user] [JBoss jBPM] - Re: template attribute of mail node

2008-12-29 Thread srohanrao
You should give the template name in mail node (ekbilgi in your case) not the template file name. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198726#4198726 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198726 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: virtual hosting in jboss

2008-12-29 Thread jaikiran
Please post the console logs. Also what URL do you use to access the application? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198725#4198725 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198725 ___

[jboss-user] [Beginners Corner] - Re: JBoss AS 5: Where's all the library now?

2008-12-29 Thread jaikiran
See this https://www.jboss.org/community/docs/DOC-13188 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198724#4198724 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198724 ___

[jboss-user] [JBoss Cache: Core Edition] - JPA entity caching with JBossCache in JBoss-5.0 GA

2008-12-29 Thread jaikiran
I'm trying to move a EJB3 JPA example which has second level cache enabled to JBossAS-5.0 GA. I am following this wiki for instructions http://www.jboss.org/community/docs/DOC-13200. Based on those instructions i have been able to get the example deploying successfully in JBoss-5 GA. I have a c

[jboss-user] [Beginners Corner] - JBoss AS 5: Where's all the library now?

2008-12-29 Thread thejavafreak
Dear all, I have just evaluated JBoss 5 and what got me questioning so far is: where did all the library that is usually located under server/_servername_/lib all gone? Could somebody gave me idea about library and classpath loading in JBoss 5? Thank you in advance View the original post :

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
Thanks Tim for your suggestion, Will sit and try to get rid of this anti-pattern. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198714#4198714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198714

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread timfox
BTW - looking up a connection factory, create a connection, to send every message is a classic *anti-pattern*. Don't do it, it will be slow. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198713#4198713 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread timfox
"rana24" wrote : In our case , each stand alone client will be sending only one message...so ideally they will do following | Lookup ConnectionFactory, | Create Connection, | LookUp Queue | and send | But what I would like to achieve is if first stand alone client has sent it to server

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
In our case , each stand alone client will be sending only one message...so ideally they will do following Lookup ConnectionFactory, Create Connection, LookUp Queue and send But what I would like to achieve is if first stand alone client has sent it to server A, the next Stand alone client shoul

[jboss-user] [JBoss Tools (users)] - Re: ganymede and jboss tool 3 problem with seam projet

2008-12-29 Thread meissa
Max, It makes a BIG difference when you say that you can't reproduce what i've described while using seam 2.0 In fact we were not completely synchronized (please be patient i'll explain all). I've been searching and deeply testing these last three days and I'm happy because all my troubles are

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread timfox
"rana24" wrote : | So if we have multiple stand alone clients which independently throws message. is there anything by which we can get message distribution in round robbin fashion. | Yes, like it says in the docs, only the first node is chosen randomly, the subsequent ones are chosen r

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread rana24
Thanks Tim, Okey I got it now. So if we have multiple stand alone clients which independently throws message. is there anything by which we can get message distribution in round robbin fashion. ( I can see one way , by implementing WebClient and exposing it through Apache Load balancer). Vie

[jboss-user] [JBoss Messaging] - Re: Cluster messaging distribution

2008-12-29 Thread timfox
The first node is chosen randomly when creating the first connection from a clustered connection factory. See http://www.jboss.org/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.2.GA/html/c_configuration.html#c_conf.clusteredcfs In your case, you only create one connecti

[jboss-user] [JBoss Messaging] - Cluster messaging distribution

2008-12-29 Thread rana24
I have gone through most of the past post on the same topic still there is one unanswered question. We have a clustered set up for JBM-1.4.0 SP3 with JAS-4.2.1 , two instance A n B are part of the cluster. We have a test client which inside a for loop does follwing. | QueueConnectionFactory q

[jboss-user] [Performance Tuning] - How to retrieve performance data from JBoss 4.2.2 GA

2008-12-29 Thread veneetr
Hi guys, I am load testing my application using an open-source tool named CLIF(ObjectWeb) which is putting load on the JBoss server [4.2.2 GA] i use a ISAC plugin to do this which basically contains JAVA code I was wondering if there is any way to retrieve performan

[jboss-user] [JBoss Messaging] - Old messages on clean startup

2008-12-29 Thread rana24
Hi, We are seeing a strange behaviour with messaging JBM-1.4.0SP3 and JAS-4.2.1. On Server start up , I can see our one MDB starts getting some messages and can see things happening on console,( This is hapenning without sending any messages to Queue from client). I always clear temp,data and wo

[jboss-user] [Remoting] - Stream Corrupted Exception on Server side

2008-12-29 Thread vink
I'm using Jboss 4.2.2.GA with Remoting 2.4.0.SP1. My product has multiple clients which are requesting SLSB. After several hours of running I'm getting following exception; Please suggest. Level ERROR Logger org.jboss.remoting.transport.socket.ServerThread Time 2008-12-24 19:58:31,921 Thread Wo

[jboss-user] [JBoss jBPM] - Re: BPM engine within different tools

2008-12-29 Thread kukeltje
Look at alfresco... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198697#4198697 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198697 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2008-12-29 Thread kukeltje
look in the jira there is a description and View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198696#4198696 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198696 ___ jboss-

[jboss-user] [JBoss jBPM] - Re: Error setup with both MySQL and Hypersonic

2008-12-29 Thread kukeltje
is your -ds.xml file configured correctly? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4198695#4198695 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4198695 ___ jboss-user m

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2008-12-29 Thread basmussen
Hi, thank you for this solutions, i'm using jboss as 5.0.0 GA, JBpm 3.3.0.GA and java 1.5.0_16. Now i get a ClassCastException java.lang.String cannot be cast to java.lang.Boolean when i tried to load the sa/tasks.jsf/ and sa/procdef.jsf page. Where is the problem? How can i fix it? StackT

[jboss-user] [Installation, Configuration & DEPLOYMENT] - virtual hosting in jboss

2008-12-29 Thread abhi_shek
I m using apache2.2, jboss 4.0.5.GA and mod_jk . then i have already configure mod_jk properly. My URL is open without port. I want to open the URL without directory. I have deploy Reports.ear in deploy folder and register the domain name but how can i map Reports.ear with domain name and also

[jboss-user] [Remoting] - Using remoting for RMI for EJB 2 with scoket connector and c

2008-12-29 Thread doychin
Here is the configuration of my application which I'll use to describe my problems, findings and solutions - JBoss App server 4.2.3 with EJB 2.x application - JBoss remoting 2.2.2. SP8 - Swing client application that uses JBoss remoting to talk to the app server - Using jboss serialization over t

[jboss-user] [JBossWS] - Problems when setup AXIS

2008-12-29 Thread monster2007
Hi, After setup the AXIS and successfully display the index.jsp But when calling the local endpoint, then display - http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> - - http://xml.apache.org/

[jboss-user] [Remoting] - JBoss Remoting and compression

2008-12-29 Thread doychin
I've spent some time digging into compression and I managed to make it work with JBoss 4.2.3 and Remoting 2.2.2SP8. The problem I found was with an error previously described in another post. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=134557 The problem comes from some extra bytes

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss load command and PermGen error

2008-12-29 Thread hasan_infoaxon
i configured JBoss portal 2.6.4 with JBOss AS 4.3 with Mysql as DB. In CMS Tab of Admin section i got this. javax.servlet.ServletException: org.hibernate.InstantiationException: Cannot instantiate abstract class or interface: org.jboss.portal.core.impl.model.portal.PortalObjectImpl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - virtual hosting in jboss

2008-12-29 Thread abhi_shek
I m using apache2.2, jboss 4.0.5.GA and mod_jk . then i have already configure mod_jk properly. My URL is open without port. I want to open the URL without directory. I have deploy Reports.ear in deploy folder and register the domain name but how can i map Reports.ear with domain name and also H