[jboss-user] [EJB/JBoss] - Re: Integrating java:/TransactionManager and Spring with MDB

2008-04-18 Thread jaikiran
Probably a classloading issue? Are you packaging any jar(s) which contains javax.transaction.* related classes, as part of your application? If yes, then see if removing that jar from your package solves the issue. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
Thank you for your reply! But, let me know how the web-tier clustering be done by Jboss. I have created multiple instances of Geronimo on a single machiene, so that different Geronimo instances run with different port numbers. But I dint find some thing similar type in Jboss

[jboss-user] [EJB/JBoss] - Re: Integrating java:/TransactionManager and Spring with MDB

2008-04-18 Thread jaikiran
Let's continue this discussion at http://www.jboss.com/index.html?module=bbop=viewtopict=133976 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145047#4145047 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145047

[jboss-user] [JBoss Portal] - Re: Renders widgets in parallel (AJAX)

2008-04-18 Thread [EMAIL PROTECTED]
I think it's a good idea to load widgets asynchronously but I don't know how it is possible to achieve that technically. Try the same widgets on a google page and see if they are loaded asychronously. If they are you can maybe find out how it is achieved. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Profiling

2008-04-18 Thread nickarls
I'm not sure how eclipse and server adapters work and it can be worked around by creating a normal JBoss server against the same runtime and profile that one. But it probably is something with eclipse asking the server adapter do you support this tptp-thing? and the answer is no, so the button

[jboss-user] [JBossWS] - Problem in passing/returning objects over dynamic web servic

2008-04-18 Thread rashmi_yes
Hi Friends, I am beginner in java web service. Here is the problem I am facing when I pass/return user defined objects to remote web service method using dynamic we service call. The client can call the remote web service method in 2 ways. 1. By generating client stubs using WSDL file -

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Unable to Connect to C3P0 Connection Pool with JPA under

2008-04-18 Thread ropo
I have the same problem. No answer here... :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145055#4145055 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145055 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: Integrating java:/TransactionManager and Spring with MDB

2008-04-18 Thread tnine
You're correct! I had to include the hibernate-search jar to override the versions that are present in JBoss's class loader. When I did the jta jar was included as a transitive dependency. I excluded it and it worked. Thanks for you help! View the original post :

[jboss-user] [JBoss jBPM] - Re: jBPM concurrency

2008-04-18 Thread jorgemoralespou_2
Hi Alex, You could probably be right, if there were same threading and system behaviour between PVM and jBpm. But this not beeing the case, and having proved this situation in our production environments with a simple test (which I will post later this morning, when I have time) in an 8 dual

[jboss-user] [Beginners Corner] - Re: Newbie problem with persitence

2008-04-18 Thread jwenting
Vector shouldn't be used in any code written past circa 1999 anyway, except for code that needs to talk to legacy classes like some Swing components (and even then, I'd sooner implement my own subclasses than use the Vector based ones). View the original post :

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread jwenting
JBoss messaging in JBoss 5 beta 4 is fundamentally broken due to missing classes from the core JBoss messaging libraries (known problem, see JIRA for JBM). You'd need to transplant a new standalone JBM version into JBAS 5b4 and hope for the best. View the original post :

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-18 Thread ataylor
As clebert mentioned earlier, setting DefaultPreserveOrdering on serverpeer will assure message ordering. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145065#4145065 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145065

[jboss-user] [JBoss jBPM] - Re: about implementation of JobExecutorThread

2008-04-18 Thread swenker
I am understand this point now after noticing that the duedate 'value is a future time. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145069#4145069 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145069

[jboss-user] [JBoss jBPM] - Re: jBPM concurrency

2008-04-18 Thread jorgemoralespou_2
The code for jbpm | package test.jpdl.test; | | import java.io.IOException; | | import org.jbpm.graph.def.ProcessDefinition; | import org.jbpm.graph.exe.ProcessInstance; | | public class TestSomJpdl { |ProcessDefinition processDefinition =

[jboss-user] [Beginners Corner] - ClassCastException accessing a DataSource

2008-04-18 Thread riflevolunteer
Hi I know this as been discussed elsewhere loads of times and I have searched and searched and tried everything and still I get the same error. I'm sure its something simple but I just don't know enough to figure it out. I have a MySql database which I am trying to get the DataSource for using

[jboss-user] [Beginners Corner] - SQL and Jboss

2008-04-18 Thread lema
hi all, i dunno to which group concerns my qtn. the qtn is that - i got the whole sms from DB in descending order, but want to see it by 10 through clicking on the button next/previous. if there's sone who's experiences with such works, pls, give me clue, how can i do it - getting whole data

[jboss-user] [JBossWS] - Re: How to prefix a SOAP Message with a Processing Instructi

2008-04-18 Thread [EMAIL PROTECTED]
This will be possible with next release ;) See http://jira.jboss.org/jira/browse/JBWS-2156 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145074#4145074 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145074

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - The result set is closed. error on SQL Server

2008-04-18 Thread ro.dondi
I have a problem with my application running in jboss 4.2.2. I recive randomly the following error: java.sql.SQLException: The result set is closed. | at org.jboss.resource.adapter.jdbc.WrappedResultSet.checkState(WrappedResultSet.java:1939) | at

[jboss-user] [JBoss jBPM] - How to attach an Action dinamically to every Node ?

2008-04-18 Thread francis1970
Hi all ! I'd like to know if it's possible to attach at Runtime an Action (on the event Node-enter) to every Node. I need it for logging purpose Thanks a lot Francesco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145077#4145077 Reply to the post :

[jboss-user] [Beginners Corner] - Re: ClassCastException accessing a DataSource

2008-04-18 Thread jaikiran
Please post the entire exception stacktrace. Also, let us know the Java vendor/version that you are using on the client as well as the server. Finally, post the contents of the jndi tree as mentioned at http://wiki.jboss.org/wiki/DisplayTheJDNITreeWithTheJMXConsole While posting the logs or

[jboss-user] [JBossWS] - Re: Customizing XJC invocation?

2008-04-18 Thread [EMAIL PROTECTED]
Please read the following doc: http://wiki.jboss.org/wiki/JAXBIntroductions It allows you to do some JAXB customizations and it's config driven. Maybe you will be able to solve your usecase. JBossWS support jaxbintros feature. There are also some tests available in JBossWS source distribution

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread bdaw
I improved the code a bit and with my test number of open connections always remains low and related to poolingMaxsize. Could you try it out? http://anonsvn.jboss.org/repos/portal/modules/identity/branches/JBP_IDENTITY_BRANCH_1_0/ View the original post :

[jboss-user] [JBoss jBPM] - Problems with WSDL for incoming asyncronous request in BPEL

2008-04-18 Thread conoroneill
I'm trying to write a BPEL process which receives callbacks from a third-party service. I can successfully invoke synchronous calls to/from that service. It has published a separate WSDL for its callbacks. I have (after some problems) managed to get jBPM to use this WSDL and it can successfully

[jboss-user] [JBoss jBPM] - Have a node wait for JMS message - Problem

2008-04-18 Thread [EMAIL PROTECTED]
Hello everyone, I have a node in my process that I want to wait on a jms message. I'm using the following code: package ch.siesa.beyondfibre.jbpm.customer.delete; | | import javax.jms.*; | import javax.naming.*; | | import org.jbpm.graph.def.ActionHandler; | import

[jboss-user] [JBossWS] - Re: Customizing XJC invocation?

2008-04-18 Thread [EMAIL PROTECTED]
No, JAXBIntrods is something different. I guess what you are asking for is http://weblogs.java.net/blog/kohsuke/archive/2005/06/writing_a_plugi.html, right? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145082#4145082 Reply to the post :

[jboss-user] [JBossWS] - Re: Reg Installation

2008-04-18 Thread [EMAIL PROTECTED]
When you unzip your distribution, you have to copy ant.properties.example to ant.properties, modify this file accordingly and run ant tests from the root directory of your unzipped JBossWS 1.2.1 GA distribution View the original post :

[jboss-user] [JBoss Portal] - Re: Prevent login of same user from different machines

2008-04-18 Thread hbarca
Does anyone have an idea how to do this? I still did not find anything on this issue. Thank you for any idea. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145090#4145090 Reply to the post :

[jboss-user] [Beginners Corner] - Will JBoss 4.2.0 work on Vista ?

2008-04-18 Thread Ravella
Hi All, Can anyone conform if JBoss will work in Windows Vista ? Thanks Ravella View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145102#4145102 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145102

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread bdaw
btw. I'm not sure your take on TIME_WAIT is correct. Creating a connection is costly so keeping the pool of open ones and reuse gives performance gain. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145100#4145100 Reply to the post :

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread sudasudheer
ou means to say that above program I can use for JBoss Messaging also ,Right ? If yes Please tell me where I have to give the entries for 1) ConnectionFactory (my factory name MyConnectionFactory) 2) Queue and topic And necessay changes if any. to execute the above program. I am

[jboss-user] [JBoss Tools (users)] - Re: set system variable for JBoss

2008-04-18 Thread OChikvina
Use our documentation on JBoss AS tools http://download.jboss.org/jbosstools/nightly-docs/en/as/html_single/index.html It may help you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145108#4145108 Reply to the post :

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread sudasudheer
You means to say that above program I can use for JBoss Messaging also ,Right ? If yes Please tell me where I have to give the entries for 1) ConnectionFactory (my factory name MyConnectionFactory) 2) Queue and topic And necessay changes if any, to execute the above program. I am

[jboss-user] [JBoss Portal] - Impersonating users

2008-04-18 Thread erezharari
can an administrator impersonate a user, i.e. open the user's dashboard as if it was the user? (without having the user's password) can that be done using some API calls or other ways? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145104#4145104 Reply to the

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread bdaw
and one more thing for the configuration. You are right that timeout setting for LDAPConnectionContext doesn't work. It seesm that these option must be specified in java opts as you did: http://java.sun.com/products/jndi/tutorial/ldap/connect/config.html anonymous wrote : Note that these are

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-18 Thread umailkamal
Also http://wiki.jboss.org/wiki/UsingMod_proxyWithJBoss View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145113#4145113 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145113 ___

[jboss-user] [JBoss Messaging] - ((BytesMessage)message).readBytes(...) on a redelivered Byte

2008-04-18 Thread plesur
JBoss 4.2.2.GA JBoss Messaging 1.4.0.SP3 JBoss Remoting 2.2.2.SP7 Hi, my 'payload'-bytearray (see below) which has been declared and initialized via: byte[] payload = new byte[(int)bytesmessage.getBodyLength()]; has the right size ((int)bytesmessage.getBodyLength() still returns the correct

[jboss-user] [Clustering/JBoss] - Re: Strange Memory usage in cluster

2008-04-18 Thread [EMAIL PROTECTED]
Your config looks fine. The JBoss Cache version used in 3.2.7 is quite old; I suspect your memory problem is due to one or both of: http://jira.jboss.com/jira/browse/JBCACHE-298 http://jira.jboss.com/jira/browse/JBCACHE-308 Suggest you try upgrading JBC to either 1.2.4.SP2 (latest SP of the

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-18 Thread tnine
I have one final question regarding Dead Letter Queues. I have configured both my statement input and statement output queues to use a specific DLQ. Sometimes our MDBs are given invalid data, usually due to file charset issues, and I'd like to be notified processing fails so we can fix the

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145111#4145111 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145111

[jboss-user] [Clustering/JBoss] - Re: Forwarding from Jboss over Apache using mod_proxy withou

2008-04-18 Thread umailkamal
Hi Brian: Here you go! [ Same post but at the begining] http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossOnPort80 and http://www.jboss.com/index.html?module=bbop=viewtopicp=4100168#4100168 Regards Kamal View the original post :

[jboss-user] [JBoss jBPM] - Re: Referencing JSF components from Javascript in JPDL forms

2008-04-18 Thread luiseterc
Ok, but I'm posting the issue in this forum because I'm trying to tweak the xhtml forms provided with jBPM console, that is: | | html xmlns=http://www.w3.org/1999/xhtml; | xmlns:ui=http://java.sun.com/jsf/facelets; | xmlns:c=http://java.sun.com/jstl/core; |

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
HI, We are running currently a product related to Information Security in Tomcat. As we need to handle huge number of transactions, we want to make use of clustering support. So, we are evaluating different application servers like Jboss and Geronimo. Please guide me, if the web -

[jboss-user] [JBoss jBPM] - Problem when deploying jbpm-bpel and Jboss Portal

2008-04-18 Thread Jannis84
Hi @ll, I'm getting an exception that a hibernate.cfg.xml could not be found when deploying jbpm-bpel on a JBOSS AS environment, where Jboss Portal is installed, too. When deleting Jboss Portal everthings working fine. Does anyone have a clue why this is happening ? Jannis View the original

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Switched from JBoss 4.0.1RC1 to 4.0.5GA and app does not

2008-04-18 Thread parveenh
Hi, did u get the solution for solved. I am also facing the same problem... Please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145127#4145127 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145127

[jboss-user] [JBoss Tools (users)] - Re: Profiling

2008-04-18 Thread [EMAIL PROTECTED]
So you are saying the generic JBoss adapter provided with WTP works, but ours does not ? What version of jboss tools are you using ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145130#4145130 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-18 Thread praveenas
Hi, I have gone through that document, http://wiki.jboss.org/wiki/ConfiguringMultipleJBossInstancesOnOneMachine The document is suggesting that when we provide alternate ports for each instance of JBoss AS for making the web-clustering is not recomended for a production server. So,

[jboss-user] [JBoss Tools (users)] - Re: Profiling

2008-04-18 Thread nickarls
2.0.1.GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145134#4145134 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145134 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Re: ((BytesMessage)message).readBytes(...) on a redelivered

2008-04-18 Thread plesur
jmesnil wrote : | I'm not sure to follow you: you say that your 'payload' byte array is initialized with the content of the BytesMessage, right? | If that's the case, it is the expected behavior. | | hope it helps, | jeff | | Hi Jeff, with initialized i mean a new created

[jboss-user] [JBoss Messaging] - Re: MQ migration help

2008-04-18 Thread [EMAIL PROTECTED]
anonymous wrote : I can queue almost 3000 messages per minute! That's great! I should wait to tell you this.. but I can't wait! :-) We are working on JBM2, and on my poor Linux Laptop, using native LibAIO I'm doing 25000 persistent messages / second, on a size of 1K each one, which is pretty

[jboss-user] [JBoss Tools (users)] - Re: Profiling

2008-04-18 Thread nickarls
here you go http://jira.jboss.com/jira/browse/JBIDE-2093 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145143#4145143 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145143 ___

[jboss-user] [JBoss Messaging] - Re: ((BytesMessage)message).readBytes(...) on a redelivered

2008-04-18 Thread jmesnil
plesur wrote : | But then calling bytesmessage.readBytes(payload) method on a redelivered BytesMessage results in a strange behavior (maybe only strange for me:) - the 'payload'-bytearray is still initialized although as I can see when I debug my project the

[jboss-user] [JBoss Tools (users)] - Re: Profiling

2008-04-18 Thread [EMAIL PROTECTED]
ok - could you please report this in jira with screenshots of what works for one but fails for us so we are sure we are looking the same place ,) thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145137#4145137 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread claudio_br
Could you do the test? This problem with the release jbossws-3.0.1-native-2.0.4 doesn´t allow I update from release jboss-2.0.0.GA. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145146#4145146 Reply to the post :

[jboss-user] [JBossWS] - Re: WS-Security question

2008-04-18 Thread pramod_bs
Please look into this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145149#4145149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145149 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread [EMAIL PROTECTED]
claudio_br wrote : | You are using: | os.write(msg.getBytes()) | Yes, because my default platform encoding is utf-8 (it applies to the call) claudio_br wrote : | Please, try using jbossws 2.0.0.GA to same wsdl, should work. | Try use POST of jbossws 2.0.0.GA in your test code. | I

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-18 Thread chip_schoch
I certainly appreciate your taking the time to participate in this discussion. It seems we have a permanent miscommunication. I am aware that setting DefaultPreserveOrdering will preserve the ordering of the message consumption but after numerous tests, some of which the results are posted in

[jboss-user] [Installation, Configuration DEPLOYMENT] - A jsp web station's deploy question!!

2008-04-18 Thread kameron
I deploy my web station in jboss. use http://localhost:8080/photomanager I can visit my web station use http://127.0.0.1:8080/photomanager I can visit my web station but when I use http://211.142.244.248:8080/photomanager to visit my web station, I fault. 211.142.244.248 is my machine's ip

[jboss-user] [Clustering/JBoss] - Detect ip of cluster

2008-04-18 Thread ruhe
Hi. Is there any way to detect IP of cluster node from bean? Here is simple example: | InitialContext ctx = new InitialContext(); | Chunky chunky = (Chunky) ctx.lookup(ChunkyBean/remote); | I'm using Round-Robin method for load-balance. Each call to chunky stub calls new node from

[jboss-user] [JBoss Portal] - CMS Adminnistration for Guest User

2008-04-18 Thread tinico
Hi, For a demonsrtration to my compani, I need to access to the portlet CMS administration without any authentification (uncheked user)... But, when I try this, I've a Access Denied message on the portlet. Can you tell me how can I do that... I've tried to change the

[jboss-user] [JBoss jBPM] - Deploy jBPM bpel on Weblogic

2008-04-18 Thread abhijeetkasale
Hi, I am trying to deploy jBPM / BPEL on Weblogic 9.2. I created the ear and it gets deployed in JBoss properly. Please help me with the steps to do so in Weblogic. Regards, Abhijeet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145159#4145159 Reply to the

[jboss-user] [JBoss jBPM] - Re: How to attach an Action dinamically to every Node ?

2008-04-18 Thread salaboy21
i think not necesary need to add a runtime action to every node programatically.. you can do this adding an action to the process definition level related with an event. if you add something like this at the process definition level you can achiva that: | process-definition | event

[jboss-user] [JBoss Messaging] - measuring server-side message throughput

2008-04-18 Thread mlange
Is there an easy way to get a valid measurement of the current server-side throughput of the whole messaging server including all queues which are in use? I know that there are JMX attributes for monitoring queue sizes and histories but what about the total message throughput per second? As we

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread claudio_br
Hi Richard, I asked you to try with the release jbossws-2.0.0.GA to prove that .net webservice is functioning normally and that the problem is in release jbossws-3.0.1-native-2.0.4, because the release jbossws-2.0.0.GA works. The .net webservice return always http code 200 to correct request.

[jboss-user] [JBossWS] - Asynchronous WebService Using JBOSS4.2.2 Seam

2008-04-18 Thread reluser99
I want to invoke webservice method calls asynchronously through my client (so as not to wait for the response for long time). I am using the following bindings file and wsimport ant task to accomplish using an example from online source I tried bindings for that particular node (only one web

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: A jsp web station's deploy question!!

2008-04-18 Thread jaikiran
Use the -b option to start JBoss. See this for more details http://wiki.jboss.org/wiki/JBoss42FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145167#4145167 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145167

[jboss-user] [JBoss Portal] - Re: Portal LDAP integration problems

2008-04-18 Thread mputz
created http://jira.jboss.com/jira/browse/JBPORTAL-1996 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145169#4145169 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145169 ___

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-18 Thread ataylor
anonymous wrote : I certainly appreciate your taking the time to participate in this discussion. no problems. In Jboss Messaging if a single queue has more than one Consumer, we will deliver to the first available. If multiple consumers are registered with the queue(with no message selectors)

[jboss-user] [JBoss Portal] - Re: CMS Adminnistration for Guest User

2008-04-18 Thread [EMAIL PROTECTED]
tinico- Start with a fully fresh portal (including database) and in the CMS service configuration use this as the policy: inside jboss-service.xml file | policy | criteria name=path value=/ |

[jboss-user] [JBoss Messaging] - Re: Clustered server preference

2008-04-18 Thread [EMAIL PROTECTED]
Andy wrote : So in answer to your question, you would need to use a singleton queue that all your consumers used and use the other node as a backup for fail over. A Singleton Queue it the way JBossMQ decided to implement cluster, and that was as performant as having a single node. If you

[jboss-user] [JBoss Messaging] - Re: measuring server-side message throughput

2008-04-18 Thread ataylor
Currently statistics can only be gathered on a queue by queue basis via the QueueService mbean. You can of course write you're own service that does looks up all the queues deployed and does this for you. In JBM2 which should be available towards the end of the year(alpha in the next few

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread PeterJ
The JMS client code is the same, whether you use JBossMQ or JBoss Messaging. So the code you have should work without any changes. It looks like you defined your own durable topic. You will have to change its declaration. Just follow the examples provided in the

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread PeterJ
Oh, messaging works on 5.0 beta4, as long as you include the necessary jars in your classpath. [I have the list and will make it available for reasonable price. This is a limited time offer, so call now! All major credit cards accepted! ;-) (Sorry, its Friday...)] View the original post :

[jboss-user] [Beginners Corner] - Re: SQL and Jboss

2008-04-18 Thread PeterJ
Why write this code yourself? Seam already provides this capability. Just point Seam at your database and it will generate the entire CRUD app, including providing pageable lists of data within your tables. View the original post :

[jboss-user] [JNDI/Naming/Network] - JDNI Lookup - Naming Not Found with JBOSS 4.2.2

2008-04-18 Thread senthilrajan.nitt
Hi, I am trying to set my local environment in JBOSS 4.2.2 server for my project. I have configured the Datasource to point to my local oracle instance. The JBOSS log shows up as follows. 19:29:13,031 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jb

[jboss-user] [Beginners Corner] - Re: how to create new user for durable topic subscriber lik

2008-04-18 Thread arvind_agg
Hi Peter, Can you please help me on my below given post. This issue is not letting me move on. http://www.jboss.com/index.html?module=bbop=viewtopict=133573 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145181#4145181 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: ((BytesMessage)message).readBytes(...) on a redelivered

2008-04-18 Thread jmesnil
plesur wrote : | with initialized i mean a new created empty bytearray in the size of the Bytemessage's payload: | byte[] payload = new byte[(int)bytesmessage.getBodyLength()]; | | with: | bytesmessage.readBytes(payload); | it should be filled - this is what didn't work for me on a

[jboss-user] [JBoss Portal] - Re: CMS Adminnistration for Guest User

2008-04-18 Thread tinico
Thank you for your answer... But it don't work... I remove all tables, and I restart with your policy and now, anybody have access to the CMS... Neither admin and user and Anonymous... It's likely that Anonymous wasn't known as group !!! I don't understand ! Have you any ideas ? View the

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

2008-04-18 Thread hbpost
Hi. I'm having difficulty getting the JBossWS TestSuite to run in Eclipse. I'm using jbossws-3.01-native under 4.2.2GA and was able to build and install jbossws successfully, and run the test from the ant script. I've followed the instructions under 'Setup you IDE' and everything builds

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: External Static Content in AS 4.3

2008-04-18 Thread jeffgao
Hi all, I tried to do the same thing for AS 4.3 version, followed the instruction on http://wiki.jboss.org/wiki/ExternalDirectories, but can not find jbossweb-timecat50.sar. How to add External Static Content for AS 4.3? Thanks a lot! Jeff View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JBoss Cache GUI Demo

2008-04-18 Thread Adrigan
Thanks a million! This is a great tool! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145199#4145199 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145199 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - Expended war for external URLs

2008-04-18 Thread jeffgao
Hi, In JBoss 4.3, I modified jboss-service.xml, deploy/, file:/mylocaldir/ With this modification, I can put my war file into mylocaldir, it works. But when I expended the war file into directory structure, it doesn't work. How can I get it work with expended war file?

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: External Static Content in AS 4.2.2

2008-04-18 Thread PeterJ
Did you do a search for server.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145203#4145203 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145203 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Expended war for external URLs

2008-04-18 Thread PeterJ
I don't think that actual URLs work with expanded directories. Instead, try this: attribute name=URLs | deploy/,/mylocaldir/ | /attribute | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145206#4145206 Reply to the post :

[jboss-user] [JBoss Portal] - Re: CMS Adminnistration for Guest User

2008-04-18 Thread [EMAIL PROTECTED]
bahhh...You are correct. This is definitely a bug. If have created a corresponding JIRA to fix it. Details are here: http://jira.jboss.com/jira/browse/JBPORTAL-1997 Unfortunately there is no workaround till this issue is resolved, so you will have to do your demo in non-Anonymous mode. Thanks

[jboss-user] [JBoss jBPM] - Re: Have a node wait for JMS message - Problem

2008-04-18 Thread genman
Not sure I can help. But I think in a JEE context you shouldn't be using a JMS message listener. But probably it's not valid to receive JMS messages either. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145210#4145210 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat

2008-04-18 Thread [EMAIL PROTECTED]
Sorry, but I'm getting the same result with JBossWS 2.0.0 :( | POST /webservices/v3/Authentication/Authentication.asmx?datatype=JBossWSMessage HTTP/1.1 | SOAPAction: http://webservices.maplink2.com.br/getToken; | Content-Type: text/xml; charset=UTF-8 | JBoss-Remoting-Version: 22 |

[jboss-user] [Security JAAS/JBoss] - Re: j_security_check error 404 (Bump) (Bump)

2008-04-18 Thread mcalello
Has this issues been resolved? Someone has to know how to fix this?? We just migrated to 4.2.2GA and are now encountering the same issue. We already had the caching disabled for our site as well. One note is that we did end up changing our login form: From form method=post

[jboss-user] [JBoss jBPM] - Re: j4j:listTasksForActor and j4j:listPooledTasks ?

2008-04-18 Thread jue
Thanks for the reply. I did read the source code, it only returns the tasks assigned to the group, and not the pooled tasks. Did I miss anything? I really do not want to patch it myself. -Jue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145219#4145219

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: External Static Content in AS 4.2.2

2008-04-18 Thread jeffgao
Peter, I found server.xml under deploy/jboss-web.deploy, modified it, still not working. I can not to step 1, because there no web.xml under server/config-name/conf directory. When I put web.xml there, all my webapps are not working anymore. I only want to add External Static Content for one

[jboss-user] [Messaging, JMS JBossMQ] - Re: configure queue

2008-04-18 Thread bfach
For example: (Sorry got cut off) E.g. mbean code=org.jboss.jms.server.destination.QueueService name=jboss.messaging.destination:service=Queue,name=routeHandlerAQueue xmbean-dd=xmdesc/Queue-xmbean.xml depends optional-attribute-name=ServerPeerjboss.messaging:service=ServerPeer

[jboss-user] [Messaging, JMS JBossMQ] - Re: configure queue

2008-04-18 Thread bfach
Vikrant1, Sorry something went wrong with the post. Go to the deploy/jboss-messaging.sar/ directory, there is a file named destinations-service.xml. The above code shows how to configure a queue of a specific name. Hope this helps, View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Expended war for external URLs

2008-04-18 Thread jeffgao
Peter, The result is same. Expended war file doesn't work, war file works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145225#4145225 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145225

[jboss-user] [Messaging, JMS JBossMQ] - Re: configure queue

2008-04-18 Thread bfach
Vikrant1 I just realized it is not copying in the whole xml. Go to the file i mentioned, and search for testQueue. Copy this xml for the queue, paste and change the name... its that easy :) Cheers. bfach View the original post :

[jboss-user] [JBossWS] - Re: Customizing XJC invocation?

2008-04-18 Thread jyrinx
[EMAIL PROTECTED] wrote : Please read the following doc: | | http://wiki.jboss.org/wiki/JAXBIntroductions | | It allows you to do some JAXB customizations and it's config driven. Maybe you will be able to solve your usecase. JBossWS support jaxbintros feature. There are also some tests

[jboss-user] [JBossWS] - Re: Customizing XJC invocation?

2008-04-18 Thread jyrinx
[EMAIL PROTECTED] wrote : No, JAXBIntrods is something different. I guess what you are asking for is | http://weblogs.java.net/blog/kohsuke/archive/2005/06/writing_a_plugi.html, right? Yes yes, that. The problem is I can't add the option (-Xinject-code in his example) to the XJC command

[jboss-user] [Installation, Configuration DEPLOYMENT] - Getting Log4j configured for an EAR: DLQHandler NullPointerE

2008-04-18 Thread mmichalek
I am interested in deploying an EAR which contains its own log4j.xml configuration. I've seen a lot of references which recommend class loader scoping to get this done. I followed the advice from http://www.jboss.com/index.html?module=bbop=viewtopicp=4125552 which apparently has worked for

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Expended war for external URLs

2008-04-18 Thread PeterJ
Are you sure you posted the jbossas version correctly? 4.3? Not 4.2.x? I have tried this on 4.2.x and if I recall correctly it worked for me. I also tried on 5.0 beta 4 and the expanded directories do not work there (I posted about this some time ago). The 4.3 version is available only from

[jboss-user] [JBoss jBPM] - process form out of jbpm4jsf

2008-04-18 Thread ar.mohseni
hi i want to design a jbpm console with seam framework. i don't have any problem with jbpm but when i want to get generated form in my page i needful to use gravel and jbpm4jsf . so when these jar file use in project i should use jbpm4jsf ViewHandler and gravel Navigation handler in

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 4 static content access

2008-04-18 Thread jeffgao
Hi, I am trying to do it for JBoss 4.3, can not get it work. Where does the name of myapp.xml come from? Is it match to something? Thanks! Jeff View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145245#4145245 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - JBPM deployment on JBOSS on Unix server.

2008-04-18 Thread Milochanzy
Hi, I am new to JBOSS and server concept. I need to deploy a JBPM application on the unix server. JBOSS is already installed on the unix server. I need to deploy it in clustered manner. I have to use ant to deploy it (to which also I am new). Can some one guide me on this. Its urgent. Thanks

  1   2   >