[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-25 Thread ssjboss
here i just changed one line jndi props file i.e java.naming.provider.url=jnp://localhost:1099 with java.naming.provider.url=jnp://10.12.170.154:1099 (this is my system id address...) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146708#4146708 Reply

[jboss-user] [Installation, Configuration DEPLOYMENT] - running EJB pplication in jboss giving NoClassDefFoundError

2008-04-25 Thread Shiveeta
Hi, I am a new user of jboss. I tried deploying a sample EJB apllication by following the tutorial at :- http://www.huihoo.org/jboss/online_manual/2.4/ch01s15.html . I was able to deploy the application in jboss 4.2.2GA . but on calling EJB via a simple client, I face the following exception

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
jndiContext = new InitialContext(); is the line in the client code , thats throwing this exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146713#4146713 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146713

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-25 Thread timfox
Please do as Jeff has suggested, also please stop spamming this list with annoying messages about basic JNDI. If you do not understand how to use JNDI I would suggest buying good JNDI book or doing one of the surely many tutorials on line. After that, if JBoss JNDI is not working for you, try

[jboss-user] [EJB/JBoss] - The requested resource (/NewsApp-war/ListNews) is not availa

2008-04-25 Thread badhikary81
Hi! I am Basudev. I am trying to run a simple enterprise application. My application's name is 'NewsApp' and I have used jboss-5.0.0.Beta4 , jdk1.6.0 and Netbean IDE 6.1.When I run my application then server throw the requested resource (/NewsApp-war/ListNews) is not available. Here is my code

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux

2008-04-25 Thread FrankTheTank
anonymous wrote : 1) Does anyone have any ideas on the above issue with slow start ups? Nope anonymous wrote : 2) Is anyone else running JBoss on Debian, what is your experience? I have Ubuntu G at home and Debian E (IIRC) at work and both run without problems. anonymous wrote : 3) Is anyone

[jboss-user] [Remoting] - Re: Received version 254

2008-04-25 Thread aih1013
Hi Ron! Yes, we have created a private branch with enhanced reliability. At the moment, there is no need to maintain the branch as we don't use NetworkRegistry anymore. So we will migrate to the latest release of remoting. I just wanted to be sure, the messages do not indicate a serious

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread jaikiran
anonymous wrote : I tried googling and my classpath has jbossall-client.jar in it. However still facing this problem. Are you sure the jbossall-client.jar is in the classpath of your InterestClient client? How have you added that jar to the classpath and how do you run the client? View the

[jboss-user] [JBoss Getting Started Documentation] - Re: Call jbpm process from Jsp

2008-04-25 Thread jwenting
you don't call business logic from JSP. You call it from servlets and use JSP to show the results. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146722#4146722 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146722

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
My classpath is :- .;%JBOSS_HOME%\client\jbossall-client.jar;%JBOSS_HOME%\lib;C:\Sun\AppServer\lib\j2ee.jar; I use ant tool to create the jar, then deploy it in jboss , and then to run the client. ant-intro-interest-client . ant refers to a build.xml used for same. View the original post :

[jboss-user] [EJB/JBoss] - Re: Get and send notification when entities get updated or d

2008-04-25 Thread jvojtek
I am using postUpdate, postPersist and postRemove callback methods on each entity bean that informs neighbours about its change. . Callback method of entity sends message to one (constant name) topic about the performed change. . There is MessageBean listening on constant topic that catches

[jboss-user] [EJB 3.0] - Re: Problem with Quartz Scheduler Integration (JBoss AS 4.2.

2008-04-25 Thread aisrael
Sorry, found my problem. My problems was using the wrong annotation. At first, I was compiling against jboss-ext3-ext-api.jar and using the org.jboss.ejb3.annotation.ResourceAdapter annotation. Eventually figured out that I needed the org.jboss.annotation.ejb.ResourceAdapter annotation, which

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread jaikiran
anonymous wrote : %JBOSS_HOME%\client\jbossall-client.jar Are you sure the %JBOSS_HOME% is being correctly resolved? Why not try specifying the absolute path, in the classpath. Something like this: C:\JBoss-4.2.2\client\jbossall-client.jar View the original post :

[jboss-user] [JBoss AOP] - jboss aop with activebpel

2008-04-25 Thread Moslem
hello, i have activebpel deployed in tomcat, and i have jboss aop ide (eclipse plugin) i am asking if it s possibal to adapt bisness processe running on active bpel with jboss aop aspects?SRY MY ENGLISH IS TOO BAD i need help plz thank u View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-25 Thread graben
Well, I'm running on Beta 2.1 and it doesn't work yet. JBoss Native libs aren't started either! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146732#4146732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146732

[jboss-user] [Remoting] - Re: Received version 254

2008-04-25 Thread [EMAIL PROTECTED]
Hey Alexey, I've you've found places where you were about to improve on Remoting's reliability, I'd be interested in hearing about them. Thanks, Ron View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146735#4146735 Reply to the post :

[jboss-user] [JBossWS] - Re: Cannot obtain wsdl service

2008-04-25 Thread schmil
On changing to JAX-WS i got the following Error message: 2008-04-23 17:39:08,214 ERROR [OrderServiceClient] Exception during Webservice call: | java.lang.IllegalArgumentException: Cannot obtain wsdl service: {http://localhost:8080/ina}DitaServiceHandlerService we have

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread jaikiran
The classpath that you are setting, are you doing it as part of the build.xml? If yes, please post the build.xml contents. While posting the logs or code or xml content, remember to wrap it in a code block using the Code button in the message editor window and please hit the Preview button to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
yes i am sure that its getting resolved correctly. i have set JBOSS_HOME also . i had tried with absolute paths as well. But it wasnt wrking then either. jndiContext = new InitialContext(); line is throwing exception. any help from that?? View the original post :

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-25 Thread sebastiendeg
Hi Guys, For me, it seems it works until I remove the following line from the login-config.xml which is located in JBOSS_HOME/server/default/conf module-option name=unauthenticatedIdentityanonymous/module-option In that case, I have an Authentication failure, it seems it does not receive the

[jboss-user] [JBoss Portal] - configure jboss-portal.sar\portal-server.war to use JSF and

2008-04-25 Thread erezharari
can the portal-server.war be configured to use HSF and RichFaces so that I can use these technologies in portal header, tabs navigation etc? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146747#4146747 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread jaikiran
Shiveeta wrote : the classpath i am setting in My computer- Properties - Environment variables. That's not going to work. You have to create a classpath element through your Ant build file and use it in the task while invokes the client. See the Ant documentation for more details about how to

[jboss-user] [JBoss jBPM] - Re: FileUpload in JBPM-3.1.4..very urgent

2008-04-25 Thread mr.sathya
I solved This Problem Thanks Regards, Sathya View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146751#4146751 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146751 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
ok will chk that out. However whil running the ant command i got a message indicating that the classpath is being picked :- Using base Classpath . | D:\shivi_wrk_ejb\documentation-example\examples\buildant intro-interest-client | Buildfile: build.xml | | validate: | |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread jaikiran
anonymous wrote : [echo] Using base classpath=D:\downloads\JBoss\jboss-4.2.2.GA\jboss-4.2.2.G | A\client\jboss-j2ee.jar;D:\downloads\JBoss\jboss-4.2.2.GA\jboss-4.2.2.GA\client\ | jaas.jar;D:\downloads\JBoss\jboss-4.2.2.GA\jboss-4.2.2.GA\client\jbosssx-client. |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread Shiveeta
the classpath i am setting in My computer- Properties - Environment variables. the build.xml used is :- ?xml version=1.0 encoding=UTF-8 ? | !-- | Ant build file for the documentation tutorial code | Writer of a chapter with an example have to include a foroward | to their

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-25 Thread hermida
Hello, I have installed the compat-libstdc++-33 rpm but I still the same have the problem. I don't understand what this means in the FAQ: anonymous wrote : In case you have the library installed and you still have issue with starting the visual page editor then close all browser views/editors

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-25 Thread [EMAIL PROTECTED]
Close any browser views/editors (Web Browser javadoc view, welcome screen etc.) Open one .xhtml file. Close eclipse. start eclipse - now eclipse will load us first. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146758#4146758 Reply to the post :

[jboss-user] [Remoting] - Re: Received version 254

2008-04-25 Thread aih1013
Ron, The only area I was needed to work on remoting improvement is NetworkRegistry. Our system is distributed among several DCs and we are unable to use multicast. Moreover, due specifics of our system, channels between DC are quite unreliable. So we tried to use JndiDetector. However, the

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-25 Thread [EMAIL PROTECTED]
graben: I reopend JBIDE-1656. If you got some pointers on what we are missing for the native libs then please add that to teh JBIDE-1656 jira ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146761#4146761 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-25 Thread [EMAIL PROTECTED]
it's a wiki - feel free ;) note: I don't need to update LD_LIBRARY_PATH so must be something specific to your setup... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146762#4146762 Reply to the post :

[jboss-user] Socket keep alive with client EJB3

2008-04-25 Thread samar
Hello, We are using a Swing client standalone which invokes EJB3 methods. After each call, the socket is released. For security reasons, we have to maintain the connection (keep alive) and not release it after each call. Is it possible to do this. Thanks in advance.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 2.0.1.GA error when opening JBoss Tools HTML

2008-04-25 Thread hermida
Hi, I found the issue. If you do an ldd of libawt.so you see: anonymous wrote : ldd /home/hermida/java/jdk1.5.0_15/jre/lib/i386/libawt.so | linux-gate.so.1 = (0x0011) | libmlib_image.so = not found | libjvm.so = not found | libm.so.6 = /lib/libm.so.6

[jboss-user] ClientSocketFactory with EJB3 JBoss-5.0.0.Beta4

2008-04-25 Thread samar
Hello, We want to use a ClientSocketFactory and after some reads (Remoting guide) we have configured this in the file $JBOSS_HOME/server/my-conf/deploy/ejb3-connectors-service.xml : ?xml version=1.0 encoding=UTF-8? !-- JBoss EJB3Deployer $Id: jboss-service.xml 41488 2006-02-25 00:14:09Z

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Seam 2.0: EntityManager must be access within a transact

2008-04-25 Thread jaikiran
Looks like the transaction has timedout (by default timeout is 300 seconds = 5 min.). Try increasing this timeout value. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146770#4146770 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: EJB not bound :

2008-04-25 Thread anirban.gupta4
Hi, I'm trying to call a stateless session bean from another stateless sessino bean, using remote lookup, but while while looking up the called ejb jndi tree from the calling ejb, i'm getting an exception ...ejb not bound. please help View the original post :

[jboss-user] [JBoss jBPM] - Re: User Interface

2008-04-25 Thread kukeltje
Yes, I understand your question, but that webinterface is not there anymore. That is for jBPM 3.0/3.1 and not 3.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146767#4146767 Reply to the post :

[jboss-user] [EJB 3.0] - Re: ClientSocketFactory with EJB3 JBoss-5.0.0.Beta4

2008-04-25 Thread slimamar
Sorry, i have had a problem with the message body post. The correct message body is : We want to use a ClientSocketFactory and after some reads (Remoting guide) we have configured this in the file $JBOSS_HOME/server/my-conf/deploy/ejb3-connectors-service.xml : ?xml version=1.0 encoding=UTF-8?

[jboss-user] [EJB 3.0] - ClientSocketFactory with EJB3 JBoss-5.0.0.Beta4

2008-04-25 Thread slimamar
Hello, We want to use a ClientSocketFactory and after some reads (Remoting guide) we have configured this in the file $JBOSS_HOME/server/my-conf/deploy/ejb3-connectors-service.xml : ?xml version=1.0 encoding=UTF-8? !-- JBoss EJB3Deployer $Id: jboss-service.xml 41488 2006-02-25

[jboss-user] [EJB 3.0] - Re: ClientSocketFactory with EJB3 JBoss-5.0.0.Beta4

2008-04-25 Thread slimamar
Sorry, always the problem with the message body post. The final correct message body is : We want to use a ClientSocketFactory and after some reads (Remoting guide) we have configured this in the file $JBOSS_HOME/server/my-conf/deploy/ejb3-connectors-service.xml : ?xml version=1.0

[jboss-user] [EJB/JBoss] - ClientSocketFactory with EJB3 JBoss-5.0.0.Beta4

2008-04-25 Thread slimamar
Hello, We want to use a ClientSocketFactory and after some reads (Remoting guide) we have configured this in the file $JBOSS_HOME/server/my-conf/deploy/ejb3-connectors-service.xml : ?xml version=1.0 encoding=UTF-8? | !-- |JBoss EJB3Deployer | |$Id: jboss-service.xml 41488

[jboss-user] [JBoss Cache: Core Edition] - Re: Data Gravitation

2008-04-25 Thread [EMAIL PROTECTED]
Okay, I have traced this down and it has nothing to do with JBCACHE-1320. It has been fixed in trunk as a matter of course in refactoring some classes. It is fixed in Branch 2.1.X as well and will be released with 2.1.1, but there is a workaround for 2.1.0.GA as well - see JBCACHE-1330. Do

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Seam 2.0: EntityManager must be access within a transact

2008-04-25 Thread yj4jboss
Hi, Thnx for your reply. I have already increased the timeout value to 900. But I still get the error. Any other suggestions ? Regards, Jankee Yogesh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146780#4146780 Reply to the post :

[jboss-user] [JBoss Portal] - LDAP with Windows 2003 SBS

2008-04-25 Thread DeanoUK
Hi all, I'm still trying to get JBoss Portal login working with Windows 2003 Small Business Edition. I'm currently getting a HTTP Status 403 upon login of a user. I presume this is a roles problem? My ldap_identity-config.xml looks like so: | identity-configuration |datasources |

[jboss-user] [JBoss Portal] - Injecting of required services into the portlet context

2008-04-25 Thread erezharari
say i use a service element in jboss-portlet.xml: service-nameUserModule/service-name service-classorg.jboss.portal.identity.UserModule/service-class service-ref:service=Module,type=User/service-ref how do i get a reference to the service from the portlet code? View the

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging JMS connection usage leading to problems

2008-04-25 Thread timfox
If you're using the JCA connection pool as you say, then the old problem should never occur since the JCA layer will cache connections. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146784#4146784 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Seam 2.0: EntityManager must be access within a transact

2008-04-25 Thread jaikiran
Where did you change that timeout? Please post the appropriate part which you changed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146786#4146786 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146786

[jboss-user] [JBoss Portal] - Internationalisation on window decoration

2008-04-25 Thread ragna
Hi, does anyone know if there is a way of internationalise the titles of the decoration (e.g. maximise)? Or, in other words, is there a way to access the user's locale and the bundle ressource of the current portlet in the render method of a DecorationRenderer? Any hint would be much

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Seam 2.0: EntityManager must be access within a transact

2008-04-25 Thread yj4jboss
Hi, I changed it in standardjboss.xml found in server/default/conf folder My configs are as follows: | | annotation expr=!class(@org.jboss.annotation.ejb.cache.simple.CacheConfig) AND !class @org.jboss.annotation.ejb.Clustered) |

[jboss-user] [JBoss jBPM] - Re: Pass the executionContext from main process to sub-proce

2008-04-25 Thread salaboy21
Once again.. why are you trying to pass the executionContext to the subprocess?? Read about the policies about copying process variables thru them... You also can look in documentation for process/sub process interaction... In this type of cases you sure resolve the problem copying only the

[jboss-user] [EJB 3.0] - Deploy mdb tutorial to JBoss 4.2.2

2008-04-25 Thread domkun
Hi, I have a Problem deploying the tutorial app for mdb into jboss 4.2.2. What I did: * in docs/tutorial/mdb I called ant The jar got copied into the deploy directory of the jboss Now I get the following Exception: | 14:03:45,704 WARN [ServiceController] Problem creating service

[jboss-user] [Beginners Corner] - Jboss4.0.2 Startup Exceptions

2008-04-25 Thread [EMAIL PROTECTED]
HI I get the following start up exceptions in the JBOSS server.log when I start jboss on Linux. Unfortunetly I don't know how the server has been setup, but need to sort out these errors. The server is NOT part of a cluster. The Exceptions are: anonymous wrote : | 2008-04-25 13:16:47,336

[jboss-user] [JBoss jBPM] - How do I add a JBPM DecisionHandler to a Decision node

2008-04-25 Thread prabhani
I want to know how to add a DecisionHandler to a Decision node programmatically.(Using JBPM API, not using XML). Can someone pls help me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146803#4146803 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-25 Thread praveenas
Hi, Could not solve the issue. Please find some time to make out this issue. When I have included attribute in my application and added jboss-web.xml as follows in the WEB-INF of my application as: jboss-web replication-config replication-triggerSET_AND_NON_PRIMITIVE_GET

[jboss-user] [Clustering/JBoss] - login/client id that is already connected/cluster configurat

2008-04-25 Thread maralcbr
Hi, I searched a lot this forum, the spec and the net, but could not find a solution to my problem. I have two JBoss 4.2.2GA running in a cluster. I have an application that deploy a queue in jboss.xml like this: message-driven | ejb-nameContatoConsumerBean/ejb-name |

[jboss-user] [Clustering/JBoss] - Re: login/client id that is already connected/cluster config

2008-04-25 Thread maralcbr
Hi, I searched a lot this forum, the spec and the net, but could not find a solution to my problem. I have two JBoss 4.2.2GA running in a cluster. I have an application that deploy a queue in jboss.xml like this: message-driven | ejb-nameContatoConsumerBean/ejb-name |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss slooooooooow starts on Debian Linux

2008-04-25 Thread george001
anonymous wrote : | How do you start and stop your JBoss? I know I had some problems with modules that needed root access (pcap). | Might be something to look into. (and if you are feeling lucky, start jboss with sudo) | I am starting as a regular user. I checked all the ports in the

[jboss-user] [Messaging, JMS JBossMQ] - JBoss 4.2.1 can't determine JMS provider?

2008-04-25 Thread Zaiwen
Hi, I downloaded jboss-4.2.1.GA.zip as my JBoss AS, but it seems it doesn't have JMS provider, because when I tried to deploy my JBossESB to it, it complains can't determine JMS provider. I thought there should be a default JMS provider in Jboss 4..2.1? If not, how could I add JMS provider

[jboss-user] [Management, JMX/JBoss] - Re: JConsole remote not working with JBoss4.2.2GA

2008-04-25 Thread vlaugier
Hello all, I have just found that there is a run.conf in JBOSS_HOME/bin but also in JBOSS_HOME/server/production, JBOSS_HOME/serve/default, ... I have not yet understand how the choice is made between then in JBOSS_HOME/bin/run.sh # Read an optional running configuration file if [ x$RUN_CONF

[jboss-user] [JBossWS] - Re: WebService client problem (JBoss 4.0.5 + jbossws-2.0.3):

2008-04-25 Thread gekis
Hello. Sorry for delay. I've found the reason: problem with classloader was in javax.wsdl.factory.WSDLFactory. WSDLFactory located in wsdl4j.jar, but this jar located not only in deploy\jbossws.sar but in some other places and WSDLFactory classloader was not the same as for

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBoss 4.2.1 can't determine JMS provider?

2008-04-25 Thread Zaiwen
I just read something like this: JBoss Messaging will be the default JMS provider in JBoss Application Server 5.0. Does that mean JBoss 4.2.1 doesn't have JBoss Messaging as the default JMS provider? Does that mean JBoss 4.2.1 is still using JBossMQ? View the original post :

[jboss-user] [JBoss jBPM] - task timers

2008-04-25 Thread twiceknightly
Does anyone have any experience of using EJB Timers over the job scheduler approach? I am wondering if it's going to make a big difference. We are wondering if it's feasible for us to go from a EJB container to tomcat. We are definitely using timers within the workflow hence the question.

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: schedulable job blocks other schedulable jobs

2008-04-25 Thread n_ton
I am having this same issue. Could someone please reply to this thread? Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146831#4146831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146831

[jboss-user] [Security JAAS/JBoss] - Re: forms authentication class cast exception

2008-04-25 Thread Lauri
Almost a year have passed since question, but anyway its worth to answer. If you're getting error like this | 15:28:38,314 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing | java.lang.ClassCastException: org.jnp.interfaces.NamingContext

[jboss-user] [JBoss jBPM] - Re: Pass the executionContext from main process to sub-proce

2008-04-25 Thread Milochanzy
Thanks, I found my problem. You are correct that I had to pass the variable rather than the executionContext. I was getting error as I was not passing a serializable object in the executionContext. Thanks for reply :) View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: schedulable job blocks other schedulable jobs

2008-04-25 Thread skymic
Hi, in the meantime I have created my own solution to the problem. Both schedulable classes now call the stateless session beans in separate threads. The actual work is done in the new threads. The scheduler thread terminates without waiting for the working threads. It works, the scheduler

[jboss-user] [Messaging, JMS JBossMQ] - MDB Error (JBOSS server 4.3.2 listens to SoincMQ 6.1)

2008-04-25 Thread Milochanzy
Hi, I am trying to deploy an MDB on the JBOSS server 4.3.2 which listens to a remote SoincMQ 6.1. I am gettting following error: anonymous wrote : | javax.jms.JMSException: The connection was rejected by the broker - Did you forget to use ssl:// or http:// in your connect string ? |

[jboss-user] [Security JAAS/JBoss] - Issue with LdapExtLoginModule

2008-04-25 Thread deepadatar
Hi All, I am using LdapExtLoginModule for authentication. I have configured the login-module in the following way: | application-policy name=JAAS_LDAP | authentication | login-module code=org.jboss.security.auth.spi.LdapExtLoginModule flag=required |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to call native library

2008-04-25 Thread PeterJ
Try adding the -verbose:jni to the JVM command line. Do this for both the simple Java application that works, and for jbossas. Compare the output, that might give you some idea as to what the problem is. Also, what did the ldd utility tell you? View the original post :

[jboss-user] [JBossWS] - jbossws first steps

2008-04-25 Thread ziphyre
Hi, Being a newbie to both web services and jbossws, I'm trying to understand what should I install? jbossAS-4.2.2.GA comes with jbossws.sar folder, and with just unzipping and starting the server, I can point to http://localhost:8080/jbossws. Does it mean that I have jbossws enabled, and

[jboss-user] [EJB/JBoss] - Overrding the existing ejb and deploy

2008-04-25 Thread rdondapati
Hello can any body help me to resolve this issue.. I have a EJB jar file already deployed on jboss-5.0.0.Beta4 version. I am getting the following error when I try to redeply the same with some modifications in ejb bean. I have deleted the old ejb jar file and restarted the server then this

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Web pages are not running on mozilla

2008-04-25 Thread PeterJ
Should be like what? You didn't use the code brackets. (By the way, the solution you specified is not the only one. I actually had something else in mind and it involved changing the line I pointed out - you changed a completely different line) If you are using someone else's code, you can do

[jboss-user] [JBossWS] - Re: jbossws first steps

2008-04-25 Thread [EMAIL PROTECTED]
You are ready to go. JBossWS stack is part of AS you have downloaded already. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146850#4146850 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146850

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: running EJB pplication in jboss giving NoClassDefFoundEr

2008-04-25 Thread PeterJ
Did you examine the classpath that ant printed? Did you notice that jbossall-client.jar is not in that classpath? The jboss-client.jar file is there, but it is not the same as jbossall-client. Looking at your ant script, the jbossall-client.jar file is in neither of the class paths declared.

[jboss-user] [Beginners Corner] - Problem with field extractor - DROOLS

2008-04-25 Thread lloyd.houseman
I have recently started using DROOLS and I keep having a problem. I think I am not entirely sure how the field extractors are supposed to work. Basically I need to write a rule that fires when a particular category of object is encountered but drools keeps returning null for the category even

[jboss-user] [JBoss Messaging] - Re: JOBSS Messaging POC

2008-04-25 Thread PeterJ
Just a thought: did you start jbossas with the the -b option? If not, what you are doing will not work because jbossas binds to localhost by default, which means that it will not receive any network traffic directed to 10.12.170.154. View the original post :

[jboss-user] [Beginners Corner] - Re: exception=java.net.SocketException:

2008-04-25 Thread anil_1234
I am facing similar problem, please help View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146862#4146862 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146862 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - Re: Jboss4.0.2 Startup Exceptions

2008-04-25 Thread PeterJ
According to this output, you are running a cluster. It looks like someone either renamed the all configuration to default, or copied over the contents. If you really do not need clustering, revert back to the original default configuration. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deploy ZIP vs. EAR

2008-04-25 Thread twiedenmann
Hey, is there anything to think about when I deploy a ZIP file instead of an EAR file ? I currently build a rich client application, which will use JBoss Remoting for communication with the AppServer over HTTPS. Therefore I created a SAR for the transport connector MBean, a WAR for the

[jboss-user] [JBoss jBPM] - Only get design and source views when looking at gpd.xml

2008-04-25 Thread peclements
Hi, I am trying to follow the getting started guide and have hit a problem. I have downloaded jbpm-jpdl-suite-3.2.2 and eclipse-SDK-3.3-win32.zip Then as the instructions say run ant install On then opening up Eclipse and trying to open gpd.xml having imported all the files in to a

[jboss-user] [EJB 3.0] - ejb-client-jar setting without ejb-jar.xml

2008-04-25 Thread jbeausoleil
I would like to keep my interfaces and interface objects in a separate sharable jar. I would also like my beans to use this jar instead of including the classes within the bean jar. I am no longer using ejb-jar.xml because I ported over to EJB3.0. Is there an annotation that replaces

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging JMS connection usage leading to problems

2008-04-25 Thread harish43
I am not certain whether we are using the JCA connection pool. Assuming that we are not using the connection pool is there a fix for the issue mentioned by Kevin Conner? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146884#4146884 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: schedulable job blocks other schedulable jobs

2008-04-25 Thread n_ton
Thanx for the prompt reply. We had thought about forking the process out, but we'd rather see the Scheduler work correctly. It doesn't make sense to us why the Scheduler would wait until a process finishes before starting another one. It seems like an obvious thing to want to run more than

[jboss-user] [EJB/JBoss] - Re: serious leak container doesnt call ejb remove() -- urgen

2008-04-25 Thread domyalex
Hi; I have the exact same problem. I'm using 4.2.2 GA and basically a new stateless bean gets created with every new request. Do I need to call any particular clean up method? Regards View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146887#4146887 Reply to the

[jboss-user] [JBossWS] - Nullpointer at JBossXSEntityResolver.getXMLInputSource

2008-04-25 Thread QPool.Char
Hi, there already is a similar thread here: http://www.jboss.com/index.html?module=bbop=viewtopicp=4124794#4124794 , but i think my situation is slightly different. Using JBoss 4.2.2 with integrated jbossws, i have a locally published WSDL file that i cannot manipulate. I have generated my

[jboss-user] [Clustering/JBoss] - Re: Unable to run multiple cluster nodes.

2008-04-25 Thread [EMAIL PROTECTED]
/casper-2.1**/*=loadbalancer should be /casper-2.1/*=loadbalancer No ** To get rid of the startup failures you posted, don't change the partition name in cluster-service.xml. Restore it to the original value of ${jboss.partition.name:DefaultPartition}. You can then start JBoss like this to

[jboss-user] [Clustering/JBoss] - Re: login/client id that is already connected/cluster config

2008-04-25 Thread maralcbr
I have more information from my tests. If I shutdown the first server, the error stops happening on the second one. The conclusion I can get is that the MDBs from both servers are acessing the queue on the first loaded node - what is correct. As the JMS service is HA singleton. With this

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-25 Thread [EMAIL PROTECTED]
Graben: YOu're right about the native not being added. However, endorsed-libs *are* definitely added. You can double-check this by double-clicking the server, and in the server editor clicking Open Launch Configuration. There you'll see the program arguments and java arguments being

[jboss-user] [JBoss jBPM] - Re: User Interface

2008-04-25 Thread jalamos
Ok perfect, thank you very much kukeltje. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146909#4146909 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146909 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Re: login/client id that is already connected/cluster config

2008-04-25 Thread [EMAIL PROTECTED]
I'm not personally familiar with the details of this aspect of JBossMQ, but your analysis sounds correct. A workaround: | message-driven | ejb-nameContatoConsumerBean/ejb-name | configuration-nameStandard Message Driven Bean/configuration-name |

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-25 Thread graben
Yes, endorsed libs are registered but the path to my server instance contains spaces and parameter entry doesn't use . That's why I didn't worked in the past. After manually correcting everything works fine. I think JBoss Tools should check for spaces by default or even better use every time.

[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-25 Thread [EMAIL PROTECTED]
Ah... quotes. Interesting. I'll get on that. As for native, I've just committed exactly what the .bat / .sh scripts do... which is exactly what you've just done ;)-Djava.library.path=home/bin/native I'll commit the quotes that were missing as well. View the original post :

[jboss-user] [JBossWS] - Re: Nullpointer at JBossXSEntityResolver.getXMLInputSource

2008-04-25 Thread QPool.Char
Maybe this piece of information helps: I tried wsconsume and wsimport to generate the client artifacts, and both console outputs say: | [wsimport] [WARNING] src-resolve.4.2: Error resolving component 'cms:Store'. It was detected that 'cms:Store' is in namespace

[jboss-user] [EJB 3.0] - Re: EJB with SSL does not work with JBoss AS 4.2.2

2008-04-25 Thread dbmac45
jaikiran, I am pretty much experiencing the same results that TJ is seeing and with an almost identical setup. I followed the steps in Chapter 9 - Transports in the JBoss EJB 3.0 Reference Documentation. I am running JBoss AS 4.2.2, Java 1.5.0_11 and Windows XP. I added the following code to

[jboss-user] [JBossWS] - Re: Nullpointer at JBossXSEntityResolver.getXMLInputSource

2008-04-25 Thread QPool.Char
Ok, think i can tell what the problem is now. In the wsdl, the schema is importet. | wsdl:types | − | schema elementFormDefault=qualified targetNamespace=http://www.alfresco.org/ws/service/repository/1.0; | xsd:import namespace=http://www.alfresco.org/ws/headers/1.0;

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Updatingd JDBC Datasources ...

2008-04-25 Thread sankul123
Hi ALL, I want to add a new datasource[ex- oracle database DS object] and rebind to an existing JNDI name. I want to do this to achieve the following - -If there is any change in database schema password[manuually on database server], this should be updated to already existing datasource and

[jboss-user] [Beginners Corner] - Updating JDBC Datasources

2008-04-25 Thread sankul123
Hi ALL, I want to add a new datasource[ex- oracle database DS] and rebind to an existing JNDI name. I want to do this to achieve the following - -If there is any change in database schema password[manuually on database server], this should be updated to already existing datasource and rebing

[jboss-user] [EJB/JBoss] - Updatingd JDBC Datasources and container behaviour

2008-04-25 Thread sankul123
Hi ALL, I want to add a new datasource[ex- oracle database DS object] and rebind to an existing JNDI name. I want to do this to achieve the following - -If there is any change in database schema password[manuually on database server], this should be updated to already existing datasource and

[jboss-user] [JNDI/Naming/Network] - Re: no security manager: RMI class loader disabled

2008-04-25 Thread narenlog
Hi Can you make sure that you are including the remote interface jar in your java classpath when you run the remote client? I resolved this error by doing that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4146939#4146939 Reply to the post :

[jboss-user] [JBoss Messaging] - Simple Queue into a Clustered enviroment

2008-04-25 Thread wecucho
Hi all, I have a little problem doing a simple destination deployment into my jboss cluster (2 nodes), i need a way to create and erase queues from the cluster (i know about the master node and the queues), i want to create a simple xml file to manage (trought copy and delete) the queues

  1   2   >