[jboss-user] [Remoting] - Re: Timeout waiting for a free socket when an ejb publish a

2009-03-01 Thread ron.si...@jboss.com
The message | Caused by: java.lang.IllegalStateException: Timeout waiting for a free socket | at org.jboss.remoting.transport.socket.MicroSocketClientInvoker.getConnection(MicroSocketClientInv | oker.java:1048) | indicates that all of the pooled connections in the callback client

[jboss-user] [JBoss Messaging] - Re: Timeout waiting for a free socket when an ejb publish a

2009-03-01 Thread ron.si...@jboss.com
I've posted a comment on this same issue in the Remoting forum thread Timeout waiting for a free socket when an ejb publish a jms at http://www.jboss.org/index.html?module=bbop=viewtopicp=4213988#4213988. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deployment of JBoss-4.2.2.GA on HP-UX 11i v3 (B.11.31)

2009-03-01 Thread parad
Hi I am trying to deploy JBoss-4.2.2.GA on HP-UX 11i v3 (B.11.31), and I get the following error: Caused by: java.lang.NoClassDefFoundError: org/jboss/security/auth/spi/UsernamePasswordLoginModule at java.lang.ClassLoader.defineClass1(Native Method) at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deployment of JBoss-4.2.2.GA on HP-UX 11i v3 (B.11.31)

2009-03-01 Thread parad
I forgot to say that I am using JDK1.5 Thanks Philip View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213992#4213992 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213992 ___

[jboss-user] [JBoss jBPM] - Re: TaskInstance order by in taskList.getTaskInstances() ?

2009-03-01 Thread sal.nic
Ronald, you have told the truth, rather than go directly on the database to do this thing just for me, I prefer that I give a suggestion and make it for everyone ... I'm using jbpm 3.2.3 and at this moment I'm in difficult to change it, where to start? (I'm new in the opensource world). My

[jboss-user] [JBoss jBPM] - Jbpm-console problems

2009-03-01 Thread rodosa
Hello, I 've some problems witj jbpm-console. I'm usingo jbpm-jpdl 3.2.3. When I access at jbpm-console I get the following errors: 1) I can't see the process definition image. It could be because I export the process definition in a .jar not in a .war. How it works?? The exception that it's

[jboss-user] [JBoss jBPM] - Re: Hightlight Jbpm process definition image

2009-03-01 Thread rodosa
I did it generating html code, using the width, height, left, right, x and y attributes of process diagrams and nodes. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213995#4213995 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to protect server with a Password ?

2009-03-01 Thread freejohn22
thank you peter! john View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4213996#4213996 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4213996 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: performance limits of jbpm

2009-03-01 Thread camunda
Sorry, just a very quick answer (since I get my pile of work done and start vacations next week :-)): If you have actions which cannot be rolled back you should think about introducing transaction boundaries (async=true in jbpm) correctly. For the logging I basically extended the

[jboss-user] [EJB 3.0] - Re: Own DLQ for EJB3-MDB via ActivationConfigProperty doesn'

2009-03-01 Thread camunda
Hi jaikiran, thanks for the reply! Just to keep you informed: Since I am going on vacation a colleage will have a look at it, maybe he comes back to you... Cheers Bernd View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214008#4214008 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Error 401 in jboss Negotiation war for the secured test

2009-03-01 Thread ellis2323
i have changed my krb5.conf with : | [libdefaults] | default_realm = SCIGEMS.ORG | dns_lookup_realm = true | dns_lookup_kdc = true | ticket_lifetime = 24h | forwardable = yes | default_tkt_enctypes = des-cbc-md5 des-cbc-crc des3-cbc-sha1 | default_tgs_enctypes = des-cbc-md5

[jboss-user] [JBoss/Spring Integration] - DI of spring-beans without annotations?

2009-03-01 Thread greeneagle
Is it possible to inject Spring-beans into EJB without the @Spring-annotation using XML-descriptor instead? Regards, Michael View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214013#4214013 Reply to the post :

[jboss-user] [JBoss Tools (users)] - RESOLVED (was Re: Unsatisfied dependencies)

2009-03-01 Thread nickboldt
Now that the Ganymede SR2 updates have been published, you should be able to install from either of these sites w/o needing to add anything else to Eclipse's list of update sites: http://download.jboss.org/jbosstools/updates/JBossTools-3.0.0.CR2/

[jboss-user] [JBoss Portal] - Simple navigations in CMS - not possible??

2009-03-01 Thread ops
Hello everyone, I´m experimenting with JBoss Portal and I am wondering whether there is no simple way to build somthing like a html link menu to access several pages within the cms. I searched all reference manuals but found no hints to do that without coding a portlet. Certainly - I can

[jboss-user] [Security JAAS/JBoss] - timeoutHandler(Timer timer) calling other ejb's

2009-03-01 Thread mnouw...@future-earth.eu
I have the following issue. I have bean that has a timeoutHandler. It will acces local methods and Entity beans without any problem but when accessing a method on @EJB private UserManagerLocal userManager = null; Where Permitt all is set it throws [TimerImpl] Error invoking

[jboss-user] [Security JAAS/JBoss] - Re: timeoutHandler(Timer timer) calling other ejb's

2009-03-01 Thread mnouw...@future-earth.eu
under water it trows 2009-03-01 20:40:44,423 DEBUG [org.jboss.ejb3.security.Ejb3AuthenticationInterceptor] Authentication failure javax.security.auth.login.FailedLoginException: No matching username found in Principals View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Why does TreeCache notify when putting data gotten by a

2009-03-01 Thread jshowalter
Is there a way to tell the cache to only send notifications for certain operations, period? We were able to turn cacheModeLocal on and off as needed based on whether an operation was supposed to notify other caches in a cluster, and on whether the cache is in a cluster. But now we have a new

[jboss-user] [Performance Tuning] - Re: Increase jboss Memory

2009-03-01 Thread daniel.celentano
Eelshereif, Try out with this: JAVA_OPTS=$JAVA_OPTS -Xms4096m -Xmx4096m -XX:+UseParallelGC -XX:ParallelGCThreads=5 -verbose:gc Daniel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214029#4214029 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Why does TreeCache notify when putting data gotten by a

2009-03-01 Thread jshowalter
Or is this question moot if we port to 2.x and call putForExternalRead for the local puts we don't want to notify other caches about? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214031#4214031 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: How to retreive size of JMS queue (same jboss instance,

2009-03-01 Thread lgmqy2000
By the way, using the code above, i can retreive the depth of a jms queue deployed within the monitoring aplication itself, but i need to get depth of the queues deployed on app1, app2 and app3. Any advise would be much appreciated. Tony View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Help in understanding deployment of war's

2009-03-01 Thread soimafreak
Hi, I'm pretty new to jboss, have seen and touched it and even installed it (RHEL systems) but other than that I don't know much else. I know that to deploy an application I can put it in the default/deploy directory but I don't know much more than that, I know that on a RHEL4/5 system in

[jboss-user] [JBoss jBPM] - Re: Combining my persistent classes with the JBPM persistent

2009-03-01 Thread rukahammer
nobody can help me? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214038#4214038 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214038 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Combining my persistent classes with the JBPM persistent

2009-03-01 Thread salaboy21
you should change the strategy of generating tables in hibernate to hibernate.hbm2ddl.auto=update. check at hibernate documentation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214041#4214041 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Urgent: Problem of deploy a war on JBoss 5.0

2009-03-01 Thread SARA1232007
Hi jaikiran, It is solved as your advice. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214046#4214046 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214046 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Does anyone deploy apache muse on JBoss successfully?

2009-03-01 Thread SARA1232007
Hi jaikiran, It is the same issue in my other post. It is solved as your advice. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214047#4214047 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214047

[jboss-user] [EJB 3.0] - Re: JVM container?

2009-03-01 Thread kkangsar
Hi Wolfgang, You are clearing my doubt. Thanks a lot View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214049#4214049 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214049 ___

[jboss-user] [JBoss Messaging] - Re: JBoss messaging client timeout

2009-03-01 Thread gaohoward
That's great! Thanks for the updating. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214051#4214051 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4214051 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Writing to custom tables not defined by JBPM

2009-03-01 Thread joshsiaw
Hi, I'm a new user and am wondering whether it's possible to have JBPM save records to user-defined tables. (For example, saving fields in a form to separate tables) I'm guessing this can be done using handlers but am not sure how to go about it. Is anyone able to shed some light on this topic?

[jboss-user] [JBossMQ] - MQ solution

2009-03-01 Thread eng_shaheen
Hi ALL, I am developing application that requires connectivity to multiple 3rd party servers ,so, some times I may lose the connection with one of those servers . I think then message queuing must be implemented . so, what is the best MQ tech available ?, can use JMS to implement such

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to configure error page for all WARs in JBoss 4.0.3

2009-03-01 Thread yeats
Hi All, How to configure error page for all WARs in JBoss 4.0.3! I hope it can detect 404 500 503etc If page happen any exception or error , it can direct to common Error Page for all war in the same Jboss. If anyone know,please help me ! Thank you very much! Yeats

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Starting JBoss as a Service on Windows XP has an issue

2009-03-01 Thread parag.goyal
Hi Mladen, Thanks for the solution Replacing REM Add bin/native to the PATH if present if exist %JBOSS_HOME%\bin\native set PATH=%JBOSS_HOME%\bin\native;%PATH% with(As you suggested work well , Hence JBoss is able to start as a service) REM Add bin/native to the PATH if present if exist

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Help in understanding deployment of war's

2009-03-01 Thread PeterJ
If you rename server/xxx/deploy/file1.war to server/xxx/deploy/file2/war, then the application with context /file1 would be undeployed and the application with context /file2 would be deployed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214066#4214066

[jboss-user] [JBossWS] - Upgrade AS 4.2.3 WS to 3.0.5

2009-03-01 Thread chuaky
hi, Recently i upgraded the WS module in Jboss Portal 2.7.1 (using AS 4.2.3) because i want to run it offline and there is this issue here: http://www.jboss.org/community/docs/DOC-12633 Later i notice that jbossws-client.jar is missing from my AS installation/client folder. It seems that

[jboss-user] [EJB 3.0] - Re: Injection of QueueConnectionFactory and Queue from ENC i

2009-03-01 Thread jaikiran
Finally got some time to figure this out. The application-client.xml and the jboss-client.xml provide specific elements for referencing message destinations (queue/topic). So instead of using a resource-ref for a queue, use the message-destination-ref as follows: ?xml version=1.0

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to configure error page for all WARs in JBoss 4.0.3

2009-03-01 Thread PeterJ
Try adding error-page/error-code entries to the server/xxx/deploy/jbossweb-tomcat55.sar/conf/web.xml file. This file is the master web.xml file applied to all web applications. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214073#4214073 Reply to the post :

[jboss-user] [JBoss Messaging] - Jboss messaging in jboss 5.0

2009-03-01 Thread svsubramanyam007
Hi Am new to this messaging, recetly i have upgraded to Jboss messaging. I read somedid necessary changes in config files and ... when deploying it complains abt the jndi is null. can any one tell me wher am going wrong.. My *-service.xml file is server | | !-- |

[jboss-user] [EJB/JBoss] - Hib+EJB3+JSF = classLoader is not connected to a domain

2009-03-01 Thread anthon.r
JBoss 5.0.0.GA Hibernate 3.3.1.GA Annotations,EM 3.4.0.GA MySQL 5 I've made an EAR with ejb-jar, war and datasource with it. I'm getting exceptions whenever my session bean is trying to invoke methods from my injected entity manager. My session bean @Stateless | public class

[jboss-user] [JBoss Messaging] - Re: Jboss messaging in jboss 5.0

2009-03-01 Thread gaohoward
Jboss AS comes with jboss messaging 1.4.1.GA, your Topic config seems stay Jboss mq style, which doesn't work with the jboss messaging. Have a look at AS5_home/docs/examples/jms/example-destinations-service.xml and make changes to your config accordingly. Hope that can help. View the

[jboss-user] [JBoss Messaging] - Re: Jboss messaging in jboss 5.0

2009-03-01 Thread svsubramanyam007
gaohoward wrote : Jboss AS comes with jboss messaging 1.4.1.GA, your Topic config seems stay Jboss mq style, which doesn't work with the jboss messaging. Have a look at AS5_home/docs/examples/jms/example-destinations-service.xml and make changes to your config accordingly. Hope that can help.

[jboss-user] [EJB 3.0] - Re: Annotations processing does not work with isolated class

2009-03-01 Thread jaikiran
Works fine for me. Please post more details including the configuration files (application.xml and jboss-app.xml) and the source code where the session context is being injected and used. Also are you packaging any jar files containing javax.ejb.* or javax.annotation.* or any jboss specific

[jboss-user] [JBoss Messaging] - Re: Jboss messaging in jboss 5.0

2009-03-01 Thread gaohoward
Sorry for being ignorant. It looks like the topic 'events' is not registered with jndi. Are you able to see the 'events' topic through the AS's management console? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4214083#4214083 Reply to the post :