[jboss-user] [Beginners Corner] - Re: application clients in JBOSS 4.2.2

2008-03-11 Thread sajhak
thanks for the detailed description PeterJ , so i thought of trying EJB stuff with a little support of the IDE this time.But it gives me lot of troubles.I ll list the steps i followed to test my EJB , so that will be easy for u to help me on this issue. * My EJB (Bean class and the Remote

[jboss-user] [JBoss jBPM] - Re: Problem with changing backend database to mysql

2008-03-11 Thread david_ling
Hi, Just wondering if there are a specific set of instructions that shows how to change the backend database to MySQL, preferrably for version 3.2.2. I find http://docs.jboss.com/jbpm/v3/userguide/thejbpmdatabase.html to be slightly out of date ... correct me if I am wrong though. Thanks

[jboss-user] [JBoss Portal] - Re: Auto-login on JBoss Portal

2008-03-11 Thread bdaw
Look at the Reference Guide: http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html/sso.html You configure valve in context.xml file. If you login using your IdP site then you probably have some kind of token present in request (cookie or something) right? Recognize this in a valve and

[jboss-user] [EJB 3.0] - 4.2.2- Injection of PersistenceUnit in a different jar not w

2008-03-11 Thread jaikiran
I am trying out a sample application on JBoss-4.2.2 with Java 1.5. I have a stateless session bean which expects an entitymanager to be injected: package org.myapp.ejb.impl; | | import javax.ejb.Remote; | import javax.ejb.Stateless; | import javax.persistence.EntityManager; | import

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.2.0, hibernate annotations being picked up

2008-03-11 Thread jaikiran
Try this: @PersistenceContext (unitName=persistence.jar#PersistenceHCE) | private EntityManager manager; Let us know how it goes. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135533#4135533 Reply to the post :

[jboss-user] [Beginners Corner] - Re: application clients in JBOSS 4.2.2

2008-03-11 Thread jaikiran
anonymous wrote : javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial You will need a jndi.properties file on the client side. See this for more details

[jboss-user] [EJB 3.0] - NamedNativeQuery (Pure native scalar queries are not yet sup

2008-03-11 Thread Ceene
Hi I have a little problem again. I try to use a EntityBean with a NamedNativeQuery but if i put it in the deploy-File of JBoss an Error pop up. | 08:38:00,796 WARN [ServiceController] Problem starting service persistence.units:jar=LoginBean.jar,unitName=tcdb |

[jboss-user] [EJB/JBoss] - Re: EJB cannot be Bound

2008-03-11 Thread jaikiran
It's a DEBUG log so you can ignore it, i guess. The more important (INFO) log is this: anonymous wrote : | 2008-03-10 14:25:10,876 INFO [org.jboss.proxy.ejb.ProxyFactory] Bound EJB Home 'SitesSB' to jndi 'ejb/br/com/gcm/ejb/sb/SitesSB' So you can lookup the bean using the jndi-name

[jboss-user] [JBoss jBPM] - Re: Movo to node

2008-03-11 Thread jagr
In this case | if (true){ | //go to create offer | node.leave(context, tr_create_offer); | } | else{ | //go to create client |

[jboss-user] [JBoss Messaging] - JMS client in a applet

2008-03-11 Thread luca.xlb
Hi. I'm trying to make an applet communicate with jboss messaging. The applet is signed and all jars it use are signed. When I try to create the queue connection, i get the following exception | org.jboss.jms.exception.MessagingJMSException: Failed to invoke | at

[jboss-user] [Messaging, JMS JBossMQ] - Re: Logging level for

2008-03-11 Thread svadu
Hi Adrian, Thanks for the replying. Yes, I've looked through the code and understand that the DLQ handler must have messages with IDs in order to process them. However what I have is that messages are not sent to DLQ yet (no rollbacks) and still I get this logging. The problem is mainly the

[jboss-user] [JBoss Portal] - Re: page to page communication

2008-03-11 Thread nareshshah
Thankx for your reply... when will it(jboss portal 2.7) be released ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135554#4135554 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135554

[jboss-user] [Clustering/JBoss] - http session replication not working

2008-03-11 Thread Vinith
I have created two nodes(jboss instances) in two different machine for testing clustering.I have applied the required configuration for clustering. am getting this error in server(both instances) log 2008-03-11 09:55:25,351 DEBUG [org.jboss.web.tomcat.tc5.session.JBossCacheManager]

[jboss-user] [JBossCache] - Exception in thread main java.lang.IllegalStateException:

2008-03-11 Thread bahata
Hi I am trying to create a cluster of replicated pojo caches. My programming logic is: The first application instance would start a cache and check whether there is any object under a node (say datamodel node) . If it does not find any object, it would conclude that it is the first cache and

[jboss-user] [EJB 3.0] - Re: Seam - mapped-name required for timerService of TimerSer

2008-03-11 Thread srineel
Same problem here, any tips or hints would be useful! any example that I deploy comes up with the mapping issue Thanks, Neel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135548#4135548 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: QueueBrowser not returning anything in Enumerator

2008-03-11 Thread dovetail
Please could you expand on this and define delivered and client. By delivered is this the point when it reaches the onMessage method or when the message is fully removed from the database? I stated in my text that by placing a breakpoint during processing within my IDE, the messages are

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Install Jboss as a Service on Windows 2003 sp2 server

2008-03-11 Thread jaikiran
See this http://wiki.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135561#4135561 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135561

[jboss-user] [JBossCache] - Re: JBOSS Cache vs Gigaspaces

2008-03-11 Thread bahata
Hi I tried Gigaspace , ehcache, jboss pojo cache and some other caching solutions to find out which one was more suitable to my appliction. Atlast I sticked to JBoss pojo cache because: 1) Hibernate was used in our project as ORM , and we loaded all the data from DB using hibernate association

[jboss-user] [Installation, Configuration DEPLOYMENT] - Install Jboss as a Service on Windows 2003 sp2 server

2008-03-11 Thread srikanth.yamana
How to install Jboss as a service on windows 2003 sp2 server.Is there any predefined procedure and software to configure the jboss as a Service. please help in doing this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135560#4135560 Reply to the post :

[jboss-user] [JBoss Portal] - Re: page to page communication

2008-03-11 Thread [EMAIL PROTECTED]
The official answer is quarter 3 (between July and September) but we would like to get it out rather sooner than later (i.e July). The good news is that the portlet container is fully implemented. The other good news is that the portlet container is mostly integrated in 2.7 to work as it works

[jboss-user] [JBoss AOP] - Re: Exception to invoke remote object when upgrade to jboss-

2008-03-11 Thread [EMAIL PROTECTED]
We do have tests that test the current trunk against jboss 4. http://dev45.qa.atl.jboss.com:8585/hudson/view/AOP/ They are basically the aop tests from that app servers testsuite project, under org.jboss.test.aop. However, we only run the aop tests, not the ejb 3 etc. tests. GA should be

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss 4.2.0, hibernate annotations being picked up

2008-03-11 Thread pixel
Shiny, that worked. Many thanks for all your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135552#4135552 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135552 ___

[jboss-user] [EJB 3.0] - EntityBean with SecondaryTable

2008-03-11 Thread Ceene
I get an error-message from JBoss | 11:18:52,328 INFO [EntityBinder] Bind entity tcejb.LOV_Right on table LOV_USER_RIGHT | 11:18:52,328 INFO [EntityBinder] Adding secondary table to entity tcejb.LOV_Right - LOV_RIGHT_TYP | 11:18:52,359 WARN [ServiceController] Problem starting service

[jboss-user] [EJB 3.0] - NonUniqueObjectException

2008-03-11 Thread Subhash.Bhushan
Hi, I am trying to use a OneToMany relationship between my MemberDetail Class and its addresses. Here is the code: MemberDetail.java: | public class MemberDetail implements java.io.Serializable { | . | . | . | private CollectionAddress addresses = new ArrayListAddress(); | . | .

[jboss-user] [Beginners Corner] - Re: application clients in JBOSS 4.2.2

2008-03-11 Thread sajhak
hi jaikiran , i placed the jndi.properties file in client jar , but now it gives the following exception ... C:\Documents and Settings\sajijava dev.saji.ejb.client.SearchNamesClient javax.naming.NoInitialContextException: Cannot instantiate class: org.jnp.interfaces.NamingContextFactory

[jboss-user] [EJB/JBoss] - Re: The session bean must implement either a remote home and

2008-03-11 Thread jaikiran
Is that the only exception that you see or are there any other exceptions in the server.log View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135571#4135571 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135571

[jboss-user] [JBoss Messaging] - MDB Security Vs JBM Security

2008-03-11 Thread mskonda
Hello Team I have a situation - I got an MDB that needs by passing the secured JMS Server. That is, I have a secured JBM using DatabaseLoginModule. The login-config.xml's messaging domain reflects use of this module. The messaging-service.xml is updated to add the DefaultSecurityConfig. Now,

[jboss-user] [Beginners Corner] - Re: application clients in JBOSS 4.2.2

2008-03-11 Thread jaikiran
In your client's classpath place the jbossall-client.jar file (which you can find in %JBOSS_HOME%/client folder). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135577#4135577 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-11 Thread timfox
Hello Dave- Can you provide instructions on how to replicate the issue and we'll make sure someone investigates it further? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135580#4135580 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-11 Thread ffernandez
Hi Ronald, I have tested this workflow with task-nodes but without parallel execution (task node one and two are executed in sequence): | import junit.framework.*; | import org.jbpm.*; | import org.jbpm.graph.def.*; | import org.jbpm.graph.exe.*; | | public class JbpmForkTest

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-11 Thread dave_lund
Unfortunately this is where were having a problem, we have been unable to replicate this issue. We have tried putting a testing cluster behind the same subnet (obiviously only changing partitions,multicast ips and ports) and passed through 5 million messages successfully. This took between 1-2

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-11 Thread timfox
One thing that strikes me: You say you're using consumer.receive(1000) to receive messages from the queue. Are you saying you are polling in a loop? Any reason you don't use a MessageListener? What happens if the call to receive(1000) returns with null - this is perfectly possible even if

[jboss-user] [JBossWS] - Jboss Juddi configuration

2008-03-11 Thread anil_dongre
Hi I do not know whether this is the right place for my question. I am new to jboss and Juddi. I tried configuring juddi on JBoss 4.2 GA. My database is MySQL. I have similarly configured Juddi on tomcat. I tried a small application to create an organisation using JAXR. This sample works fine

[jboss-user] [JBoss jBPM] - Re: Problem with changing backend database to mysql

2008-03-11 Thread mputz
True, the docs are not completely matching the 3.2 version, as the paths mentioned in this chapter still refer to the 3.1.x starters kit. But in general, the process of switching the DB backend is still roughly the same. Now, back to your initial issue. I'm wondering if your config changes are

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-11 Thread dave_lund
Unfortunately our application works much much faster if it can process say 100 messages in a batch. See below a little snippet of example code: | ListMessage messages = new ArrayListMessage(maxLimit); | Message msg; | MessageConsumer receiver = session.createConsumer(queue); |

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-11 Thread dave_lund
Also if it were GC would all messages get stuck, the behaviour were seeing is say messages 1-3 are process perfectly, message 4 gets stuck, messages 5-9 are received later and are processed. My problem is over 900 messages were stuck, and only 450 of those could have been on local queues, so

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-11 Thread timfox
That code doesn't look valid to me. The call to receive(1000) could legitimately return null even thought there are messages in the queue. This would cause it to break out of the loop and process the batch. Is this what you want? You could just do the same code in a message listener surely?

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - My jboss server dissappears

2008-03-11 Thread peaker40
Hi ! Are running on JBoss 4.0.3 and sometimes my server dissapear, let us say it's name is . The whole catalog is vanished. Have seen it on my laptop a few times but also on my stationary computer. Would be thankful for any tips ! regards, Per. View the original post :

[jboss-user] [JBoss Getting Started Documentation] - My jboss server dissappears

2008-03-11 Thread peaker40
Hi ! Are running on JBoss 4.0.3 and sometimes my jboss server dissappear. Let us say that the server name is . The whole catalog is vanished. Have seen it on my laptop a few times but alse on my stationary computer. Would be thankful for any tip. regards, Per. View the original

[jboss-user] [EJB 3.0] - Re: EJB3 over SSL in NAT environment (JBoss 4.0.5)

2008-03-11 Thread ofridler
The subject here and the 2 jira issues mentioned above on jira.jboss.com specify the bug fix is applicable to versions JBoss4.0.5-GA, JBoss-4.2.2-GA and JBoss-5.0.0-Beta3. How can I verify the applicability of this patch to JBoss4.2.0-GA? Any idea would be highly appreciated View the

[jboss-user] [Security JAAS/JBoss] - Re: combination of JAAS

2008-03-11 Thread margielm
Hello, have exactly the same problem. am trying to login in in servlet by calling | LoginContext lc=...; | c.login(); | after that when I call | lc.getSubject() | I see my principal but both, request.getUserPrincipat() and request.getRemoteUser(), returns null. pls

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-11 Thread timfox
Looking at http://jira.jboss.org/jira/browse/JBMESSAGING-1245, I believe I can see a potential race condition which might give the behaviour observed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135600#4135600 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-11 Thread estaub
What database is in use? If it's HSQLDB, I'm with ffernandez - don't do it. You need a database that supports transaction isolation. I think there's now a note to this effect in the user guide, but I can't find it now. View the original post :

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-11 Thread timfox
Wickus: I have inspected the code and I believe I can see potential for a race condition, more here http://jira.jboss.org/jira/browse/JBMESSAGING-1245 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135599#4135599 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-11 Thread martin.wickus
Hi Tim Glad to hear (that we tracked it down that is). Keep us posted how the testing goes. Regards, Wickus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135609#4135609 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: modelling worklows with parallel nodes

2008-03-11 Thread ffernandez
I'm using MySql. Here is my Hibernate configuration: | !-- JDBC connection properties (begin) -- | property name=hibernate.connection.driver_classcom.mysql.jdbc.Driver/property | property name=hibernate.connection.urljdbc:mysql://.../property | property

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JEMS installer 1.2.1GA headless install fails

2008-03-11 Thread gjeudy
in case someone runs into a similar issue, upgrading the VM to 1.5_015 solved the problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135618#4135618 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135618

[jboss-user] [JBoss jBPM] - Signalling Option

2008-03-11 Thread victorl
Hi All, What does mean If signalling is set to false, this task will never have the capability of trigering the continuation of the token. In the user guide, item 18.4.24 Task. Thank you in advance. Regards, Victor View the original post :

[jboss-user] [Clustering/JBoss] - Re: Loadbalancing and clustering JBOSS using Apache Http ser

2008-03-11 Thread [EMAIL PROTECTED]
Yugant, What is going on when this error occurs? Your discussion of your setup talks about load balancing of Tomcat, but the stack trace is not related to the web tier. It seems to be related to EJBs. Please describe all the components of your application and how they interact. View the

[jboss-user] [Security JAAS/JBoss] - Jboss behind SSL VPN Gateway

2008-03-11 Thread tpreb
Hallo, to access our jboss one has to log on to a vpn ssl gateway. The gateway is able to generate x509 certificates and I'm trying to get jboss to log our users on with these certs without any further user interaction. I want to use the BaseCertLoginModule for authentification and

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-11 Thread timfox
Due to the non deterministic nature of thread scheduling this is hard to replicate since it requires, the call to changeRate to come in at that specific point, AFAICT this will only happen after the consumer is first created, so the condition is far more likely to occur if you are creating and

[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread czar_iv
I've been trying something similar on jboss 5 beta 4 and I am able to deploy the message-driven MBean. I am using EJB3.0 with annotations to avoid the XML files. My problem is that Mbean will not receive the actual JMS message. The Jboss throws ClassCastException. I am starting to think that

[jboss-user] [Installation, Configuration DEPLOYMENT] - JEMS installer headless install not working ?

2008-03-11 Thread gjeudy
Hi, I tried to do headless install on a solaris box. The process seem to complete normally but when I start jboss I cannot access the JMX console through the HTTP server. Installation cmd used: java -jar jems -installGroup default installpath=/export/home/jboss/jboss-4.2.2 izpack log

[jboss-user] [Clustering/JBoss] - jboss-4.2.2.GA Clustering ERROR !!!

2008-03-11 Thread harish73
Hi, I have installed jboss-4.2.2.GA with clustering on two different windows XP machine. 1) I don't know why the other member isn't joining the cluster. GMS: address is 153.58.49.100:7800 --- 19:37:39,658 INFO [Partition A] Number of

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools using Latest Seam

2008-03-11 Thread Aaragus
Has the problem with Module Dependencies been fixed yet for Seam 2.0.1?? I have to use Seam 2.0.0 to make them work.. I saw a similar problem at the forum on seamframework.org and they say it's a Jboss Tools problem.. Got an idea when it'll be fixed?? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Error while using JSF witj Jboss 4.2.2GA

2008-03-11 Thread mitabhushan
I am getting following exceptions. Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener java.lang.NoClassDefFoundError: org/apache/commons/el/Logger Exception sending context initialized event to listener

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-11 Thread dave_lund
yes. The wrapping code actually re-schedules this code to run after a set amount of time. So the only way this code would not be able to receive messages is if receiving the next message was always going to take longer than 1 second (which has been the case for several hours). If this is

[jboss-user] [Beginners Corner] - Using the persistence manager in an entity bean

2008-03-11 Thread nes
Greetings! I have an entity bean called person which has a 1:n relationship to another entity bean called job, which contains all jobs that this person has ever had. now, i'd like to have a function in person, which gives me only one of these jobs, namely the one he's currently working for. i

[jboss-user] [Installation, Configuration DEPLOYMENT] - Newbie: Virtual Hosts and Hosts File Problem\Question. 4.2.0

2008-03-11 Thread jmp328
I'm having trouble getting virtual hosts to work with version 4.2.0.GA. Part of the problem I think might be the fact that I'm using the Windows hosts file rather than domains registered with DNS. My main Jboss server is http://apps.domain.com I'd like a virtual host at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Newbie: Virtual Hosts and Hosts File Problem\Question. 4

2008-03-11 Thread jmp328
sorry, here is the server.xml : quartz.apps1.scgapps.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135649#4135649 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Newbie: Virtual Hosts and Hosts File Problem\Question. 4

2008-03-11 Thread jmp328
| Host name=testhost autoDeploy=false deployOnStartup=false deployXML=false | Aliastest.apps.domain.com/Alias | | Valve className=org.apache.catalina.valves.AccessLogValve | prefix=localhost_access_log. suffix=.log |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: My jboss server dissappears

2008-03-11 Thread PeterJ
What do you mean by my server disappears? What is a catalog and how can you tell when one has vanished? Please describe the behavior you are seeing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135652#4135652 Reply to the post :

[jboss-user] [JBoss Getting Started Documentation] - Re: My jboss server dissappears

2008-03-11 Thread PeterJ
Please do not ask the same question in multiple forums. http://www.jboss.com/index.html?module=bbop=viewtopicp=4135652 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135653#4135653 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-11 Thread mdonato
Thanks a lot, i'll make a test, what about QUEUE, is the same ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135654#4135654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135654

[jboss-user] [Messaging, JMS JBossMQ] - Re: haSingleton JMS + cluster (publisher node receiving its

2008-03-11 Thread mdonato
Where i'll set noLocal ??? programatic or descritor ??? Subscriber or publisher View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135657#4135657 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135657

[jboss-user] [Clustering/JBoss] - Re: Loadbalancing and clustering JBOSS using Apache Http ser

2008-03-11 Thread yugantshah
Hello, I am running the simple ejb3 clustering example. Where in I have a jsp that calls the bean.This call is in a for loop with time lag in it. The bean return the String message that is printed by the jsp on the console. I am attaching the code for HelloWorldBean.java | package com;

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring Classloader Domains

2008-03-11 Thread nsunil76
Jimmy, As you mentioned in the jboss-app.xml sample jboss-app loader-repository mint.telrock.com:loader=mint /loader-repository /jboss-app does mint represent the repository name . I also have one more question . If i want to keep more than one jar files in

[jboss-user] [JBoss Portal] - How to use Mysql 5 as jboss-portal-2.6.4-bundled database?

2008-03-11 Thread maxi0361
I followed this guide http://docs.jboss.org/jbportal/v2.0RC/user-guide/en/html/installation.html I tried using mysql-ds.xml and putting its library but didn't work. I have deleted hsql-ds.xml. Is the configuration different if I am using bundled version? View the original post :

[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread PeterJ
czar_iv, I have a EJB3 MDB (configured using annotations, no xml) running in beta4. If I recall correctly, I have to bring the server up first and then deploy the jar containing the MDB. After that it works just fine. Oh, and you should have started a new post. View the original post :

[jboss-user] [JBoss jBPM] - Add token with external application

2008-03-11 Thread jeanC
I have a process that automatically create nodes (node1). I want to add a new node1 with an external application. I try to call the execute method of the forkHandler but I can not get the executionContext. I put all the code of the execute method in the external application, I can obtain the

[jboss-user] [JBossCache] - Re: Config Question

2008-03-11 Thread lovelyliatroim
I wouldnt say its my exact scenario but more a consequence of me playing around with JbossCache. When i was playing around i wanted to use the cache with the ClusteredCacheLoader but in order to use the ClusteredCacheLoader i needed to have it configured to replicate, you cant use the

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-11 Thread kukeltje
that when a task finishes, it cannot (automatically) signal the tasknode to take a transition View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135675#4135675 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135675

[jboss-user] [JBoss Portal] - IPC

2008-03-11 Thread shimonl97
If IPC is configured and working, and one action is one portlet is configured to change another portlet, does it mean that the oction on the original portlet is not activated and this portlet is not rerendered (when we use partial refresh?). In the examples, the onEvent method returns the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JEMS installer headless install not working ?

2008-03-11 Thread PeterJ
Hmm, I have no idea where the readme.html file appears when using the jems installer, but it has the solution to your problem. As does the 4.2 faq. Note the line you posted: 11:17:12,243 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 This means that http is bound to

[jboss-user] [JBoss Portal] - CMS Content problem

2008-03-11 Thread porcho
Hi there. I'm using JBoss Portal 2.6.4-GA on a Linux server, along with PostgreSQL 8.2.4; and I'm facing some weird problems regarding CMS content. I've uploaded an image, and a HTML that references it, and created a CMS content window that points to this HTML, using the Admin portal. Since I

[jboss-user] [JBoss jBPM] - Re: Movo to node

2008-03-11 Thread kukeltje
so, maybe the response of your query is not (always) correct? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135684#4135684 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135684

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-11 Thread victorl
Ronald, thank you very much for the response. So, why I am having the problem mentioned at: http://www.jboss.com/index.html?module=bbop=viewtopict=131550 Thanks once again Regards, Victor View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135685#4135685 Reply

[jboss-user] [JBossWS] - Re: NullPointerException with jbossws 2.0.1

2008-03-11 Thread MakkaPakka
I've checked out the jira bug 1800 and it appears that this problem is fixed in jbossws 202 onwards. I've tried both 202 and 203 and they fail to deploy if I include the -Dcom.sun.management.jmxremote. Admittedly I am using Java 6 Update4 which I understand is unsupported? Does anyone have

[jboss-user] [JBoss jBPM] - Re: Getting Unended TaskInstances

2008-03-11 Thread anuragpaliwal
Check for taskinstance whose endDate is null View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135696#4135696 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135696 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Getting Unended TaskInstances

2008-03-11 Thread kukeltje
or just use the api View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135699#4135699 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135699 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: no exception callback for JBM clients when server detect

2008-03-11 Thread bodrin
Could you please suggest what is the best way to solve this problem? If my consumers are not actually connected, but just think that they are the number of saved messages can become excessive (using DeliveryMode.PERSISTENT). View the original post :

[jboss-user] [JBossWS] - Re: NullPointerException with jbossws 2.0.1

2008-03-11 Thread MakkaPakka
Have some more info about my experiments version 202. If I add this in to my launch args there is no exception at startup. | -Djavax.management.builder.initial=org.jboss.system.server.jmx.MBeanServerBuilderImpl | -Djboss.platform.mbeanserver | -Dcom.sun.management.jmxremote=true |

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-11 Thread kukeltje
please make a unittest with embedded processdefinition that demonstrates the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135702#4135702 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135702

[jboss-user] [JBoss Portal] - portal-wsrp.sar deployment problem

2008-03-11 Thread kmekme
Hi, I'm a newbie to jboss portal and after installing the bundle on linux redhat, I tried to run JBoss and I got the following errors : The only thing I did is : oracle driver in the lib directory and portal-oracle-ds in deploy directory. Where does it come from? | 17:06:28,187 ERROR

[jboss-user] [EJB/JBoss] - Re: Too many open files exception JBOSS 4.2

2008-03-11 Thread eightmd
Was there any resolution to this? We are seeing the same problem. We are front ending JBoss with Apache 2.2.6 and using JBoss 4.2.2GA. We are on Linux FC6. After some time it runs into the Too many open files problem. This is under a heavy test load, but we still expect it to recover and we

[jboss-user] [JBoss jBPM] - configuration for bean managed transaction

2008-03-11 Thread hlins
hi all, I want to call the jbpm CommandServiceBean in a UserTransaction. But the problem is, jBPM doesn't optain the transaction. So the database values has been changed before the commit. Here's the code | UserTransaction transaction = sessionContext.getUserTransaction(); |

[jboss-user] [JBoss Portal] - Re: How to use Mysql 5 as jboss-portal-2.6.4-bundled databas

2008-03-11 Thread porcho
Well, I'm new to JBoss Portal...but, AFAIK, you should've deleted portal-hsqldb-ds.xml. Those who know JBP better correct me if I wrong, please! :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135724#4135724 Reply to the post :

[jboss-user] [EJB/JBoss] - Load/read resources...

2008-03-11 Thread Cinaed
Hi, Scenario: have a generic class packaged in an infrastructural esb-archive which business-services can depend on. When business-services makes call to the generic class it needs to get in touch with resources in the business-archive, e.g. the generic class needs to load/read a file from the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Database connections increasing rapidly and stops applicatio

2008-03-11 Thread jbabuscio
We're running a web app using JBoss 4.0.3 and Oracle 10.2.0.3. We had an issue last October when we switched from Oracle 9i to 10G that our connections were rapidly increasing causing the system to slow down and eventually stop working. We followed these wiki entries at that time for cleaning

[jboss-user] [JBoss jBPM] - Delegation instantiate always parses configuration

2008-03-11 Thread jorgemoralespou_2
I have an application which executes a lot of processes. I have seen that for Delegations (DecisionHandlers, for example) it always parses the configuration xml. Is there a way to avoid this? I mean, having somethig like: | handler class=my.decision.impl.MyDecisionHandler |

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-11 Thread victorl
This is process definition: ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns= name=alta | start-state name=iniciar tramite | task name=iniciar tramite alta/task | transition to=agendar ctrl documentacion name=tramite iniciado/transition |

[jboss-user] [JBoss Portal] - Re: Customized CMS

2008-03-11 Thread ryousure2000
Did get any answer for your issue, I am having same issue View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135735#4135735 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135735 ___

[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread czar_iv
PeterJ, What version of JBoss messaging are you using? I am using 1.4.0.SP2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135736#4135736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135736

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss SQL Error

2008-03-11 Thread new_to_jboss_4
2008-03-07 17:13:37,265 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Exception destroying Man agedConnection [EMAIL PROTECTED] [EMAIL PROTECTED] handles=0 lastUse=1204936637404 permit=false tra ckByTx=false [EMAIL PROTECTED] context=org.jboss.resou [EMAIL PROTECTED]

[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread timfox
czar_iv wrote : PeterJ, | | What version of JBoss messaging are you using | I am using 1.4.0.SP2. That's strange. JBoss AS 5.0 beta 4 comes *pre-installed* with JBoss Messaging 1.4.1.beta1 (see http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_5_0_0_Beta4/build/build-thirdparty.xml).

[jboss-user] [Beginners Corner] - Seam Integration Test failing new FacesRequest(){}

2008-03-11 Thread leowenttechie
i am trying to use SeamTest for integration testing. what I am able to run Unit test cases. When I am trying to run Integration test cases then I am ending up in problem. This is the code snippet which I am trying to run in my test case : @Test( alwaysRun=true ) public void testLoginPage()

[jboss-user] [Beginners Corner] - Re: Seam Integration Test failing new FacesRequest(){}

2008-03-11 Thread leowenttechie
do i have to exclude any other jar from the classpath. I saw in couple of example ant scripts with seam/example, some seam jars were excluded from the test classpath, calling it as jboss-embedded hack. Do I have to do that. Though just to make a point I am not using EJB in my applcation. I am

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ClassLoader leak through TimedCachePolicy.resolutionTime

2008-03-11 Thread [EMAIL PROTECTED]
War undeployment as well as session invalidation should be flushing the cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135746#4135746 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135746

[jboss-user] [JBoss Messaging] - Re: having problems getting started with JMS in JBoss 5 Beta

2008-03-11 Thread czar_iv
ok, I am obviously new to JBoss and JBoss Messaging; I was trying the examples from JBoss Messaging 1.4.0 SP1. I'll download JBoss Messaging 1.4.1 beta 1 and try those examples. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135748#4135748 Reply to

[jboss-user] [JBoss Portal] - Re: Customized CMS

2008-03-11 Thread [EMAIL PROTECTED]
you need to inject the backend CMS Service into your Portlet you can do this by including a file called jboss-portlet.xml in your war and putting this configuration in it: | !DOCTYPE portlet-app PUBLIC |-//JBoss Portal//DTD JBoss Portlet 2.6//EN |

  1   2   >