[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-19 Thread swatis
Sorry Ronald I didn't get it. :(... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231777#4231777 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231777 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: define a timer within an automatic activity?

2009-05-19 Thread galanfish
thanks, kukeltje, always about the svn, finally i found the problem: my proxy server evil... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231779#4231779 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231779

[jboss-user] [JBoss jBPM] - JBPM4 - Asyn_continous problem, asyncExecute activity failed

2009-05-19 Thread galanfish
hello everyone, i've defined a process like this: ClientProcessDefinition p = ProcessDefinitionBuilder.startProcess(test) | | .startActivity(start, StartActivity.class) | .transition(fork, fork) | .initial() | .endActivity() | |

[jboss-user] [Beginners Corner] - Re: URGENT! java.lang.IllegalStateException: Failed to find

2009-05-19 Thread tmac42
I've the same problem but i've fixed it. i'm working with JBOSS 4.0. personaly in my pc IIS services was running, and that was the problem, so i've stopped it : start - configuration pannel - administration tools - services - stop IIS after that it works!! when I started the client my

[jboss-user] [Management, JMX/JBoss] - Default for active sessions

2009-05-19 Thread samwily1972
a) What is the default for Max Active Sessions if not set in application jmx data: jboss.web:type=Manager,path=/myapplication,host=localhost activeSessions b) What is jboss.web:host=localhost:path=/web-console:type=Cache:accessCount View the original post :

[jboss-user] [JBossWS] - Re: [ERROR] Invalid header

2009-05-19 Thread smartz
https://jax-ws.dev.java.net/issues/show_bug.cgi?id=692 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231786#4231786 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231786 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Struts + ClassLoading

2009-05-19 Thread th...@gmx.at
Hello We are using JBoss 5.0.1 and we try to make a new Web App. So, first we have an EAR with all jars in it. Then we have a WAR which contains just the core. The EAR get deployed, we can start it and we see the page(index). But when we try to add struts(1.x.x) we get some problems. Fist,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment of a J2EE1.3 application fails on JBoss4.2.2

2009-05-19 Thread groovie
Salut mecs, in the meantime i switched to JBoss 4.2.3 but the problem is still there. From my point of view there are exaclty 2 choice for an explanation of this problem: 1) I misunterstood something and overseen some container-.. configurations in jboss.xml. The following posting on the JAVA

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-19 Thread kukeltje
You said you knew the tutorial.Look at the example there... If you do not see how how the start-distribution on the process-overwrite attribute points to the name attribute on the distribution element which in turn has a mean and std, I'm not able to help any further. View the original post :

[jboss-user] [JBoss jBPM] - Re: define a timer within an automatic activity?

2009-05-19 Thread kukeltje
thanks for reporting back... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231795#4231795 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231795 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-19 Thread Sujatha
I dint say i read the full documentation..anyway nobody is asking you to reply..if you dont want to..if everybody knows everything then they wont post it in the forum.. most of the times your answers are generic rather than specific..if you think you will not be able to explain then please

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-19 Thread Sujatha
btw..everybody who reads it knows you are just being rude!!! politeness comes with knowledge..i dont want to continue this argument anymore.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231799#4231799 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-19 Thread Sujatha
btw..everybody who reads it knows you are just being rude!!! politeness comes with knowledge..i dont want to continue this argument anymore.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231800#4231800 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-19 Thread swatis
Got it. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231801#4231801 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231801 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Support of J2EEDeployer and AutoDeployer in jboss-5.0.1

2009-05-19 Thread mpogra
Thanks for the detailed reply. It has cleared lot of things to me. Global web.xml means web.xml present at jboss-home\server\all\deployers\jbossweb.deployer. I will try to configure it but any example would be a great help. I will try to use *-ds.xml to perform DB changes and would reply back

[jboss-user] [Clustering/JBoss] - Re: ClassNotFoundException for Custom JMX Notification(2)

2009-05-19 Thread ekobir
Solution is to remove loader-repository element from jboss-app.xml. Otherwise it will Not work. Thanks Erkin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231810#4231810 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Struts + ClassLoading

2009-05-19 Thread jaikiran
anonymous wrote : Fist, when we add struts.jar to the EAR the class-Loader doesnt find it. Try placing the jars in EAR/lib folder. The jars in EAR/lib folder will be available to all components in the EAR. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Struts + ClassLoading

2009-05-19 Thread jaikiran
anonymous wrote : So why does on Project find the Class in the Jar, and the other doesnt ? Just a guess, maybe the other project uses the Classpath attribute MANIFEST.MF of the jar(s) to point to the struts jar? View the original post :

[jboss-user] [JBoss Portal] - Re: HTTP Status 500 - No authenticated user while accessing

2009-05-19 Thread matallen
here's some free code that should output the roles a user has. Make the change to use your jaas login module first, then worry if you still cannot access the dash. And remember to change the login-config.xml in the portal.sar/conf to use you new module. let me know how you get on... Mat

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Error in named query: ProcessInstancesWaitingForEvent

2009-05-19 Thread VincentGR
Hi all, (If this post should be better located on the ESB forum, please excuse me) I'm experiencing a strange problem when deploying an EJB3 that makes use of hibernate. Every time I deploy it, I get this error: | ERROR [SessionFactoryImpl] Error in named query:

[jboss-user] [Remoting] - Download area empty

2009-05-19 Thread tomeicher
Hey folks, wanting to debug a bit about my previous problem posted here (0 replies - wink wink ;-), so I need the soure for 2.5.1, but the download area given in release notes and by navigating the site is completely empty (that's http://www.jboss.org/jbossremoting/downloads/ ) I'm not entirely

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-19 Thread kukeltje
I wish you all the best http://catb.org/esr/faqs/smart-questions.html#homework View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231821#4231821 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231821

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-19 Thread kukeltje
You are welcome, and good luck. Please let us now the results of your experiences with simulation. Many will be interested, at least I am (did not find enough time to experiment more with this) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231823#4231823

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Struts + ClassLoading

2009-05-19 Thread th...@gmx.at
Which Manifest.mf do you mean ? The one from the EAR ? They are both empty : Manifest-Version: 1.0 | Class-Path: Well...i created an lib Folder in the EAR and put all jar's in it. And now everything works in the new Project. But i dont know why the old Project works when there all jar's

[jboss-user] [Installation, Configuration DEPLOYMENT] - gzip compression

2009-05-19 Thread sunlinux
Hi Jboss 4.2.2 GA I want to enable gzip compression by using the Content Encoding Handler in jboss while sending http response to remote browser . 1. How to enable it 2. will it provide performance in case low bandwidth at client side. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Example in JSP expression language and JSP scriptlets, diffe

2009-05-19 Thread alen_ribic
I have a Servlet that sets an Action Bean instance as an attribute called 'actionBean'. I also have successfully setup an AOP interceptor (with load time weaving) to intercept the User bean's getName() method. | class User { |private String name; | |// getters/setters | }

[jboss-user] [JBoss AOP] - JSP expression language JSP scriptlets, different AOP resu

2009-05-19 Thread alen_ribic
I have a Servlet that sets an Action Bean instance as an attribute called 'actionBean'. I also have successfully setup an AOP interceptor (with load time weaving) to intercept the User bean's getName() method. | class User { |private String name; | |// getters/setters | }

[jboss-user] [JBoss Portal] - Re: HTTP Status 500 - No authenticated user while accessing

2009-05-19 Thread mabimal
Hello mathewa, I am still unable to do it, can you please provide some example code. Regards, Mabimal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231837#4231837 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231837

[jboss-user] [JBoss Tools (users)] - Re: Overriding an EJB datasource for testing

2009-05-19 Thread nickarls
I'm trying a similar setup with a Seam WAR. I have a prod persistence.xml which defines a java:/ProdDatasource. In the same dir I have a persistence.xml with | hibernate.dialect=org.hibernate.dialect.Oracle10gDialect | hibernate.hbm2ddl.auto=validate | and then in my test project I

[jboss-user] [JBoss Portal] - Re: HTTP Status 500 - No authenticated user while accessing

2009-05-19 Thread mabimal
Ah sorry matallen i will try out this code and let u know.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231840#4231840 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231840 ___

[jboss-user] [JBoss jBPM] - Re: JBPM Simulation

2009-05-19 Thread swatis
Sure Ronald. :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231841#4231841 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231841 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: HTTP Status 500 - No authenticated user while accessing

2009-05-19 Thread mabimal
Hello matalle, I just checked and MapString, ? arg2, MapString, ? was error, and i just changed to Map sharedState, Map options was compiled successful here . I changed in the login-config.xml file too, but when i attempt to login, it succeeds and land on

[jboss-user] [JBoss jBPM] - Re: Mail node with file attached

2009-05-19 Thread Sujatha
ha ha ha..you are smart enough to understand that it is not a home work question!! you are just a rude user in this forum..it is worth reconsidering about renaming your signature from a kind jbpm user View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Struts + ClassLoading

2009-05-19 Thread jaikiran
th...@gmx.at wrote : Which Manifest.mf do you mean ? The one from the EAR ? I meant the MANIFEST.MF files in the jars within the EAR. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231851#4231851 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Browser hangs intermittently when request for images are for

2009-05-19 Thread gbansal80
We are using JBoss v4.2.3.ga and Apache v 2.2.9 and mod_jk v 1.2.26 are being used as the load balancer. We have observed that sometimes JBoss fails to send response for a image file. At this stage the browser hangs but on clicking the refresh button the page is rendered completely. On

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Error in named query: ProcessInstancesWaitingForEvent

2009-05-19 Thread VincentGR
After more investigations, it seems that the problem comes from one component (I don't know which) of JBossESB. I have made a small test case that works in the standard JBoss release and not in Jboss with JbossESB 4.2.3. I post it on the JBossESB forum. View the original post :

[jboss-user] [JBossWS] - jbossws-3.x.x with jboss-4.0.5

2009-05-19 Thread sedavhikh
Hi! Is it possible to install jbossws-3.x.x on jboss-4.0.5GA. If yes, how can I do it? Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231856#4231856 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231856

[jboss-user] [JBossWS] - Re: jbossws-3.x.x with jboss-4.0.5

2009-05-19 Thread richard.opa...@jboss.com
No, see Supported Target Containers Matrix View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231862#4231862 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231862 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2009-05-19 Thread chris.lap...@jboss.com
There are only 2 votes for this JIRA issue, none of which seems to be yours... We only have limited time and resources and have to prioritize things. Priorities change. Votes for features influence which ones we work on... View the original post :

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2009-05-19 Thread thomas.he...@jboss.com
Wow $50 ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231897#4231897 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231897 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2009-05-19 Thread chris.lap...@jboss.com
Yeah, no kidding, eh? :) That is sure to motivate me to work on it! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231902#4231902 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231902

[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0

2009-05-19 Thread b16d
Oki, thank you for you answer. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231898#4231898 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231898 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: ClientLoginModule in a multi-threaded swing client

2009-05-19 Thread Lucifer002
I have the same Problem with jboss-5.0.1.GA. Strange is, when i'm doing the loggin in the main method, all is fine, when i'm using a LoginDialog, to get username and Password, i get a EJBAccessException in another Thread View the original post :

[jboss-user] [Beginners Corner] - Re: readonly access to web-console / jmx-console. How?

2009-05-19 Thread Kaskone
anybody? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231923#4231923 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231923 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JCA/JBoss] - Problem with RA inbound transaction - MDB - CMPs

2009-05-19 Thread matterbury
I have an EJB of 5 entity beans and 5 corresponding session beans. The only methods are to create an instance of an entity (it is a toy test case). All 5 entities must be created together due to FK constraints (each is created by invoking the 'create' method on the corresponding session bean).

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread clebert.suco...@jboss.com
I don' t understand what you are trying to achieve... mainly here: anonymous wrote : - I need to be able to also (re)send a notification to only one client Can you try abstracting your business and explain what you are trying to achieve in pure JMS terms? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Getting 'ClassNotFoundException' error message

2009-05-19 Thread aroc0725
I'm running version 5.0 of JBoss under Windows XP Professional Version 2002 SP3. When I try to look at the details of a Topic within the 'web-console' I get the following error message: org.apache.jasper.JasperException: java.lang.ClassNotFoundException: org.apache.jsp.Topic_jsp

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-05-19 Thread marius.bogoevici
Marcin, Yes, that is correct. Unfortunately, ContextSingletonBeanFactoryLocator uses a ClassPathXmlApplicationContext internally. For having the whole functionality working properly we'll need another locator class. Marius View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: Spring LoadTimeWeaver not working in JBoss AS 5.0.1

2009-05-19 Thread marius.bogoevici
alesj wrote : | I think your solution to use SimpleThrowawayCL should work. | But if we see any issues, I can add a copy method to the policy. Yes, agreed. The STCL is what should be used if the classloader itself doesn't provide a copy method. As this is a generic feature, I'd be happier

[jboss-user] [JNDI/Naming/Network] - Slow JMS destination lookup

2009-05-19 Thread mohitanchlia
When we increase our number of sessions we see that queue destination lookup slows down from 70ms to 1ms (10sec). I am trying to look at network and things like that but I don't think network is the problem because we are in same subnet and have 1gigbit port. Is there a clean way to isolate

[jboss-user] [Clustering/JBoss] - Application not getting deployed on other clusrted nodes in

2009-05-19 Thread mpogra
Hi All, Sorry to ask this questions but I am new to Jboss5.0.1GA. I have worked with jboss 4.0.x a long back and have successfully achieved clustering. But i think many things have been changed in jboss 5.0.1.GA. I have successfully formed group to two nodes but my application (ear file) is

[jboss-user] [Beginners Corner] - Re: Multiple schema access

2009-05-19 Thread PeterJ
There is no such capability build into EJB, nor is there an option in JBoss AS to support this. I would be interested to hear what your use case is (that is, why you think you need a separate database per user). I can think of two ways to implement this. a) Using JDBC: write your own JDBC

[jboss-user] [JBossWS] - Re: jbossws-3.x.x with jboss-4.0.5

2009-05-19 Thread sedavhikh
Thak you! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231941#4231941 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231941 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: Destination COnfiguration issue with Jboss 5 and Messagi

2009-05-19 Thread PeterJ
Yashendra, it would help if you told us exactly what you did. Also, see if this helps: http://www.jboss.org/index.html?module=bbop=viewtopicp=4224936#4224936 The instructions that abdujaparov and I posted are for switching DefaultDS to use a MySQL database, but setting up JMS is a subset of

[jboss-user] [EJB 3.0] - Re: how to override the method logic which is currenlty call

2009-05-19 Thread PeterJ
By user do you mean an end user who is typing things into a browser or do you mean a developer who is going to incorporate your EJBs into their application or do your mean a system administrator who is configuring you application for use on their system and wants to override your calculations?

[jboss-user] [JBossWS] - Re: Help! Call Web service error!

2009-05-19 Thread PeterJ
Ah, once again someone gets bit by a firewall/virus scanner. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231953#4231953 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231953

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread cpslo1999
Sure (and thanks so much for your help!). I have what amounts to a store-and-forward system (let's call it the SAF for this discussion). It feeds multiple client systems. The SAF receives a number of files from different, external systems, which it stores and makes available via HTTP. The

[jboss-user] [Management, JMX/JBoss] - Re: Default for active sessions

2009-05-19 Thread PeterJ
a) -1, which means unlimited b) I think that has to do with the Tomcat string cache. You can read about it at http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231967#4231967 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread clebert.suco...@jboss.com
I think you need a Topic with subscribers and selectors for the regular day-to-day operation. And you also probably need a request mechanism on receiving the initial information. Maybe the client creates a temporary queue, send a request to receive the initial information, and the initial

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread timfox
If you want a topic subscriber to receive all messages of a certain type and also receive all messages sent directly to it, can't you assign each subscriber an id and use a selector like: | messageType='FOO' OR destinationID=myid | View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Support of J2EEDeployer and AutoDeployer in jboss-5.0.1

2009-05-19 Thread PeterJ
The global web.xml file contains decent documentation about the options for the 'jsp' servlet - look at the 'development' and 'checkInterval' options. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231974#4231974 Reply to the post :

[jboss-user] [EJB 3.0] - Re: how to override the method logic which is currenlty call

2009-05-19 Thread kkangsar
sorry for not clearing defined. My user is developer (project implementer) What I want to do is, I will create a standard calculation method which is suited for most of the project. But sometime, customer project may have their own calculation method, I would like to design an application

[jboss-user] [JBoss jBPM] - Retrieveing a var when the class changed

2009-05-19 Thread frinux
Hi, I'm storing a variable in my process instance. I discovered that if I change a class which is used in this var, jBPM is unable to retrieve the process instance so I can't use the old process instances. Is there a way to make possible to change the classes, and the workflow would be able to

[jboss-user] [JBoss jBPM] - Clone a Process Instance

2009-05-19 Thread frinux
Hi, I want to clone a process instance (with all the tokens, variables contained in it, start date etc...), so that after I could modify it with the values I want. Is it possible? ProcessInstance is not cloneable... The aim is that I have to split a process instance in 2 parts, one which will

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - NullPointer when executing JSP compiled page on JBoss AS 5.0

2009-05-19 Thread spagobi
I get the following error when executing a JSP compiled page in JBoss AS 5.0.1 (never got in JBoss 4.x) : java.lang.NullPointerException at org.apache.jsp.WEB_002dINF.jsp.wapp.home_jsp._jspService(home_jsp.java:1261) here is the corresponding line code of the compiled JSP: 1261

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: gzip compression

2009-05-19 Thread PeterJ
You can set this for the HTTP Connector in server/xxx/deploy/jboss-web.deployer/server.xml. Set the compressableMimeType and compression options. Docs: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html View the original post :

[jboss-user] [Beginners Corner] - Re: readonly access to web-console / jmx-console. How?

2009-05-19 Thread PeterJ
There is nothing built into either console that would enable read-only access. I haven't looked to see how the input request URLs different from the query URLs, but that it what you should find out first. If they are different, then configuring read-only access in web.xml should be possible.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Getting 'ClassNotFoundException' error message

2009-05-19 Thread PeterJ
Hmm, I wonder if the web console even knows how to work with JBoss Messaging? I bet the JSP compiler couldn't compile tha JSP because it was using old JBossMQ classes. I was right! The Topic jsp inherits form org.jboss.mq.server.jmx.TopicMBean which is part of JBosMQ which is no longer

[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread PeterJ
Have you observed the garbage collection activity on the server? Having a couple of major collections performed during the course of a lookup could cause such a response time increase. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231992#4231992 Reply to the

[jboss-user] [Javassist user questions] - Re: Inconsistent or missing stackmap error in midlet class f

2009-05-19 Thread diogo.capistrano
I would also like to overwrite the method notifyDestroyed MIDlet class to use in my applications as I could do that? And this new class would be used in the application? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231995#4231995 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Getting 'ClassNotFoundException' error message

2009-05-19 Thread aroc0725
Peter, thanks for taking the time to respond. I'm able to use the web console on another computer running JBoss, and see the details of a given Topic without getting any error messages, but that's actually an earlier version, version 4.2.3.GA. I guess I should switch to that version, but I

[jboss-user] [EJB 3.0] - Re: how to override the method logic which is currenlty call

2009-05-19 Thread PeterJ
You did not answer this question: anonymous wrote : For a developer, why would that developer simply not call your method and call their own method instead? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231997#4231997 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Getting 'ClassNotFoundException' error message

2009-05-19 Thread PeterJ
Of course it works on 4.2.3 - that version still uses JBossMQ. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4231998#4231998 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4231998

[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread mohitanchlia
response times are slow consistently after we increase the load. And only lookup that slows down is looking up queue destination View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232003#4232003 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread cpslo1999
clebert: Thanks for the pointer, I've checked out the sample and started to look it over. timfox: If I deploy my app in an .ear file, wouldn't I have to muck around with the embedded deployment descriptors in each client in order to assign the unique IDs? I would love to be able to modify the

[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread PeterJ
That was too vague and confusing. What do you mean by response times are slow consistently after we increase the load That is exactly what I would suspect would happen - the higher the load the slower the response times. And response times for what - the JNDI lookup only or for sending the

[jboss-user] [Beginners Corner] - Re: Multiple schema access

2009-05-19 Thread ander.gborges
Hi Peter, Thanks for your response! My use case: I am developing a app where little companies will register to use for some days for free. After that period, these companies will have to pay or leave the aplication. With separeted data bases, it is possible to just erase the unused database

[jboss-user] [Remoting] - Netty JBossRemoting

2009-05-19 Thread mattlf
Hi Does JBossRemoting use Netty under the hood? I also read that JBoss Remoting offer Automatic discovery - can detect remoting servers as they come on and off line. Does JBoss Remoting use JGroups? Thank you View the original post :

[jboss-user] [Beginners Corner] - Re: URGENT! java.lang.IllegalStateException: Failed to find

2009-05-19 Thread m0
Since your using JBoss 4.0, where is your lookup and narrow? | | Object ref = myContext.lookup(CcountEJB); | CcountHome home = (CcountHome) PortableRemoteObject.narrow(ref, CcountHome.class); | Ccount cc = home.create(); | System.out.println(Upper case: + cc.upper(str)); |

[jboss-user] [JNDI/Naming/Network] - Issue with JBoss JNDI Data Source Autocommit Feature

2009-05-19 Thread nnanda
Hi, In my current project, we are using JBoss 5 GA application server. For database interactions, we are using JNDI data source configured in JBoss AS. I am trying to configure the Autocommit to FALSE, however, it is not happening. Even if I have put the required configuration in my

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread clebert.suco...@jboss.com
timfox wrote : If you want a topic subscriber to receive all messages of a certain type and also receive all messages sent directly to it, can't you assign each subscriber an id and use a selector like: | | | | messageType='FOO' OR destinationID=myid | | It's a good idea but I

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread timfox
I guess I'm not understanding what the user is trying to achieve here. Also I don't understand why the selector needs to be dynamic. The id is the client id which can be in the deployment xml. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232017#4232017

[jboss-user] [Remoting] - binary protocol?

2009-05-19 Thread mattlf
Sorry if my question is silly Is Jboss Remoting a binary protocols or am XML-based protocol? Thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232018#4232018 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232018

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-19 Thread cpslo1999
Thank you guys for your help here! timfox: Is there a way to specify the selector outside of the .ear file? I'm hesitant to require that the deployer of my application unzip the ear, change an ID, and rezip it. I would rather use a identical application package on our production and test

[jboss-user] [JBoss Portal] - Re: WSRP with Portlet Container only

2009-05-19 Thread jpviragine
Some App servers (like IBM Websphere) supports PC + WSRP OOTB. Not always the customers needs a full portal solution View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232025#4232025 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss 5.1.0.CR1 classloader isolation issue

2009-05-19 Thread timfox
Guys- Please post potential JBoss Messaging issues on the JBM forum. I wasn't aware of this thread until some one pointed me in this direction, we don't monitor this forum. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232026#4232026 Reply to the post :

[jboss-user] [JBossWS] - Re: Client call fails using JBossWS

2009-05-19 Thread charitykey
Did you ever get this resolved, tomstrummer? I'm having the same issue and can't seem to get it corrected. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232028#4232028 Reply to the post :

[jboss-user] [JBoss Messaging] - JMS over HTTPS:any alternative to jboss 4

2009-05-19 Thread yashendrac
We are migrating to JBoss5.0.1 from JBoss4.2.1 Our application uses jbossmq-httpil.sar(HTTP/HTTPS Invocation Layer, part of JBossMQ in jboss4, which allows accessing JBossMQ service over the HTTP or HTTPS protocols) In new Jboss Msssing, jbossmq-httpil.sar is not there. Does anybody know the

[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread mohitanchlia
Sorry for the confusion. I meant to say that response time for JNDI look up for queue destination increases from 50ms to 1 (10sec) as we apply more load. I am not sure why the JNDI lookup would slow down that much. I see slow lookup time for all the queues. We don't use topic. Because the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Singleton mbean

2009-05-19 Thread josey
Did you ever find a solution to this problem? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232037#4232037 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232037 ___ jboss-user

[jboss-user] [Clustering/JBoss] - DWR issues in cluster....

2009-05-19 Thread sureshrk19
Hi All, I have 2 node Jboss (version: 4.2.3GA) cluster setup with session stickiness enabled; apache/mod_jk is front-end loadbalancer. My application is using dwr for ajax calls at the web layer; when I deploy this on standalone node and access... it works fine. When I deploy it on cluster...

[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread anilit99
With the provided information, I can only take some guesses. I believe when you say load - you mean number of messages on the queue ? Or overall application/user load ? Anyways just to skim on the surface : 1. Did u try caching the initial context ? Building IC everytime, can cause some

[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread PeterJ
How do you determine how long the lookup requires? Is there timing code around the lookup? In which case I would like to see the lookup code also. I'm not sure why a queue would take longer to lookup than the connection. Though it does seem to imply that the server is doing a lot of work when a

[jboss-user] [EJB/JBoss] - Re: Stateless Session Bean pool MaximumSize with strictMaxim

2009-05-19 Thread sandeepk
With StrictMaxPool class and maxSize 1 it blocks all the EJB calls and only allow one call. Is there a way to instance only one Object and not blocking? Like SingleTon bean. I am chasing a problem where too many EJB stateless bean are created. When I configure only one EJB call at a time which

[jboss-user] [JNDI/Naming/Network] - Re: Issue with JBoss JNDI Data Source Autocommit Feature

2009-05-19 Thread PeterJ
Googling jboss auto-commit yielded this as the first result: http://www.jboss.org/index.html?module=bbop=viewtopicp=4016470#4016470 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232065#4232065 Reply to the post :

[jboss-user] [JBoss Messaging] - JBoss slowing down

2009-05-19 Thread pratimkm
We are using JBM 1.4.2 GA SP1 with JBoss 4.2 GA. We are hosting our jboss servers on Solaris 10 (4 processors /8 GB memory). We do not persist messages more than 30-40 at a time. We also use JMS transactions for message rollback within session beans. Some of the message consumers are local MDBs

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-19 Thread pratimkm
forgot to mention that we use two Jboss servers in cluster and JBoss messaging database in Oracle 10g. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232071#4232071 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232071

[jboss-user] [JNDI/Naming/Network] - Re: Slow JMS destination lookup

2009-05-19 Thread mohitanchlia
Below is the code. I have timing around the code and only piece that's slow is when there is a ctx.lookup involved. | private Object lookupJndi(String jndiName) { | Object result = null; | | try { | result = ctx.lookup(jndiName); | } catch

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-19 Thread clebert.suco...@jboss.com
You should produce a Stack trace of your server when things are slowing down. Add -XX:+PrintClassHistogram to your VM Options. and call kill -3 when the process is getting slow (before it crashed). -XX:+PrintClassHistogram or kill -3 wouldn't hurt your production system. But if you can

[jboss-user] [JBoss Messaging] - Re: JBoss slowing down

2009-05-19 Thread clebert.suco...@jboss.com
pratimkm wrote : forgot to mention that we use two Jboss servers in cluster and JBoss messaging database in Oracle 10g. Right... The ClassHistogram would be able to tell you where your memory is going to. View the original post :

  1   2   >