[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-18 Thread belcar
No, I do not use a MDB. The application opens up a single connection and session and manages a thread pool. I've got one daemon thread that polls for incoming messages and dispatches incoming messages to a worker thread obtained from that pool. That works great, but after X-time messages are

[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-18 Thread belcar
It was setup this way to make sure traffic flow in 1 direction only. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266219#4266219 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266219

[jboss-user] [Installation, Configuration Deployment] - Spring autowired beans and jboss 5

2009-11-18 Thread fadi
Hi all, my application was developed on jboss 4.2.3 GA and it worked just fine but due to this bug http://jira.icefaces.org/browse/ICE-4376 I have to use jboss 5.1.0GA. the problem now: I use autowiring in spring and jboss 5 can not resolve it! I end up with this 09:46:17,536 WARNING

[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-18 Thread gaohoward
How is your remoting config looks like? It seems to me maybe your remoting ping timeout is too small. If the connection between your message client and server is not good, try to enlarge the ping period. View the original post :

[jboss-user] [EJB 3.0 Users] - Re: tuning ejb3 calling

2009-11-18 Thread jaikiran
anonymous wrote : Exception in thread main java.lang.UnsupportedClassVersionError: Bad version number in .class file | Actually, this isn't specific to EJB3 or tuning of EJB3 :) I guess you compiled some class (or classes) using a higher version of Java (Java 1.6?) and are using it in a

[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-18 Thread belcar
There is a firewall between both machines, so I enabled those sections: The configuration looks as follows: attribute name=marshaller isParam=trueorg.jboss.jms.wireformat.JMSWireFormat/attribute | attribute name=unmarshaller isParam=trueorg.jboss.jms.wireformat.JMSWireFormat/attribute |

[jboss-user] [JBoss Messaging Users] - Re: How to set socket timeouts?

2009-11-18 Thread gaohoward
please try to uncomment the 'writeTimeout' and give it a value suitable for your case. This controls the socket write timeout when the JBM server is trying to deliver messages through a socket that has been closed by the firewall. View the original post :

[jboss-user] [Installation, Configuration Deployment] - User-specified log class 'org.apache.commons.logging.impl.Lo

2009-11-18 Thread delbd
Hello, i try to migrate a webapplication that was working fine on tomcat 5.5. Since JBoss web container is based on tomcat, i thought this migration would be straightforward. However, after deployement i get this strange error i can't locate: jvm 1| 19:10:45,775 ERROR [[/intranet]] Error

[jboss-user] [MQ] - PostDeleteEventListener call

2009-11-18 Thread aejaz
The class looks like this: public class MyClass implements PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener, Initializable { public void onPostDelete(PostDeleteEvent event) { System.out.println(Post delete event); }

[jboss-user] [MQ] - Re: PostDeleteEventListener call

2009-11-18 Thread aejaz
The class looks like this: public class MyClass implements PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener, Initializable { public void onPostDelete(PostDeleteEvent event) { System.out.println(Post delete event); }

[jboss-user] [MQ] - Re: PostDeleteEventListener call

2009-11-18 Thread aejaz
The class looks like this: public class MyClass implements PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener, Initializable { public void onPostDelete(PostDeleteEvent event) { System.out.println(Post delete event); }

[jboss-user] [MQ] - Hibernate post delete event listner

2009-11-18 Thread aejaz
The class looks like this: public class MyClass implements PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener, Initializable { public void onPostDelete(PostDeleteEvent event) { System.out.println(Post delete event); } public void onPostInsert(final PostInsertEvent event)

[jboss-user] [Installation, Configuration Deployment] - Re: User-specified log class 'org.apache.commons.logging.imp

2009-11-18 Thread jaikiran
Which version of JBoss AS is this? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266232#4266232 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266232 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: User-specified log class 'org.apache.commons.logging.imp

2009-11-18 Thread delbd
sorry, did not specify, informations about jboss: jvm 1| 09:52:36,250 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634) | jvm 1| 09:52:36,250 INFO [ServerImpl] Bootstrap URL: null | jvm 1| 09:52:36,250 INFO [ServerImpl]

[jboss-user] [jBPM Users] - Re: [JBPM4] Is there a way to create subprocess programatica

2009-11-18 Thread zptian
Hi Sushant, thanks for your post. It's very helpful. We did the similar experiments. However your implementation is more thorough and the way to deal variable is better( just use a hardcoded instance variable for noOfTrantisionsFromNode, and another one for LIST_OF_EXECUTIONS) We'll look into

[jboss-user] [EJB 3.0 Users] - Re: tuning ejb3 calling

2009-11-18 Thread redlight
hi jaikiran, anonymous wrote : Actually, this isn't specific to EJB3 or tuning of EJB3 :) :d , yeah but is there a know pattern or best practices for that ? if yes is there some example somewhere :d ? yeah thanks yu were right in my jboss side i was compiling ejb's with java6 and thanks a

[jboss-user] [Installation, Configuration Deployment] - Re: User-specified log class 'org.apache.commons.logging.imp

2009-11-18 Thread jaikiran
anonymous wrote : | Caused by: org.apache.commons.logging.LogConfigurationException: User-specified log class 'org.apach | e.commons.logging.impl.Log4JLogger' cannot be found or is not useable. | anonymous wrote : | However, log4jlogger is there inside the

[jboss-user] [JBoss Portal Users] - Re: Only GET supported?

2009-11-18 Thread thinwath
Hi Andy, yes I've problems with post forms. Example: form method=post action=/portal/authsec/portal/Portlet_Window | input type=hidden name=action value=1 / | input type=test name=user_name value= / | input type=submit name=submit value=submit / | /form | When this form is submitted

[jboss-user] [jBPM Users] - BusinessCalendarImpl throws null pointer exception

2009-11-18 Thread joshsiaw
=== Environment == - jBPM Version : 4.2 - Database : MySql 5.0.67 - JDK : 1.6.0_16 - Container : 1.6.0_16 - Configuration : default jbpm.cfg.xml copied from Examples project - Libraries : default jBPM 4.2 libraries === Process == |

[jboss-user] [JBoss Tools Users] - Re: Developping a Potlet with JBoss Tools and JBoss Portal

2009-11-18 Thread elmaroufy
Thaks a lot just an other question, when can i downloas d portlet-api.jar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266260#4266260 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266260

[jboss-user] [Installation, Configuration Deployment] - Is the order of URLs from getResources correct ?

2009-11-18 Thread ejroberts
I have been trying to understand how the class loaders work in JBOSS 5.1.0 GA (JDK6 distribution) with regards to resources. I am testing with a resource file in META-INF/services of many consecutively numbered jars, strategically placed in the various jar folders, in order to determine in

[jboss-user] [Installation, Configuration Deployment] - Solved: User-specified log class 'org.apache.commons.logging

2009-11-18 Thread delbd
This works, thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266265#4266265 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266265 ___ jboss-user mailing list

[jboss-user] [JBoss Portal Users] - Re: Localization of layouts

2009-11-18 Thread aspdeepak
Please be aware of the encoding issues of ResourceBundles the PropertyResourceBundles are not Unicode ready. Every unicode has to be converted into unicode escape sequences. This can be achieved using the native2ascii tool (thankfully there is an ant task for this). View the original post :

[jboss-user] [jBPM Users] - Re: nested Forks

2009-11-18 Thread makam
I just post as a incident. with the test case. Greetings. Sebatian https://jira.jboss.org/jira/browse/JBPM-2648 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266271#4266271 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: How to find Entity by Id

2009-11-18 Thread Wolfgang Knauf
Hi, the JNDIView is here: http://www.jboss.org/community/wiki/DisplayTheJDNITreeWithTheJMXConsole The default JNDI name of CustomerHome is EarName/JarName/Beanclass if the the app is deployed as EAR file. If it is a JAR file, it is JarName/Beanclass. You don't need JNDI properties if your

[jboss-user] [jBPM Users] - Re: Issue with jbpm 4.2 - designer plugin in eclipse

2009-11-18 Thread buchnerm
anyone who can help? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266275#4266275 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266275 ___ jboss-user mailing list

[jboss-user] [EJB 3.0 Users] - Re: Remote and local interface on same ejb instance

2009-11-18 Thread Wolfgang Knauf
Hi, do you mean something like this? | @Stateless | public class ABean implements ARemote | { | //Access B and C through local interface? | @EJB | private BBean; | | @EJB | private CBean; | } | | | @Remote | public interface ARemote | { | } | |

[jboss-user] [Installation, Configuration Deployment] - Re: how to configure Jboss As 4 and hibernate2 ??

2009-11-18 Thread matzelito
yes thanx, that will help me View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266277#4266277 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266277 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Predefined Components for GD

2009-11-18 Thread buchnerm
Hi Is there something like additional components like (send eMail, callWS, ..) out there for GD in eclipse? Greetings Max View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266278#4266278 Reply to the post :

[jboss-user] [JBoss Messaging Users] - message publishing to stopped topic

2009-11-18 Thread strzyga
i'm using JBM 1.4.0.SP3/JBoss 4.3.0 GA i have a topic with one durable subscriber and a publisher which periodically publish messages to topic when i stop the topic (jmx-console stop() method) publisher still publishes messages, but those messages are not persisted in DB (and not received by

[jboss-user] [jBPM Users] - Re: [JBPM4] Is there a way to create subprocess programatica

2009-11-18 Thread priyesh68
Hi there, Thanks for your solution. Can you provide an example usage of your solution. 1) I am not sure how you set the noOfTrantisionsFromNode value in JBPMTransientStorage. Can we call static methods from the java activity? 2) Do we just define the nodes we want forked as a transition in

[jboss-user] [jBPM Users] - Re: [JBPM4] Is there a way to create subprocess programatica

2009-11-18 Thread sushantgupta402
@Priyesh JBPMTransientStorage is a substitute for the transient variable . I used it bcoz transient variables were not working as expected in my case. So if you want you can use the transient variable as well. noOfTrantisionsFromNode variable is getting set from my application based on the

[jboss-user] [jBPM Users] - [jBPM4.2] how to get subprocessinstance from processInstance

2009-11-18 Thread the_fredo
Hi ! in the db, when a process instance forks a subprocess, the process instance keeps a key (_SUBPROCINST) to the subprocess instance. Good. But how to get it from the API ? In my context, I only have a ref to the main processInstanceId, but this one forks a subprocess that leads to a task,

[jboss-user] [JBoss Cache Users] - Re: MVCC leading to deadlocks in synchronous replication mod

2009-11-18 Thread spennec
I'm interested in an answer to this problem, too... Aren't JBossCache comitters monitoring this forum anymore? It's been almost two weeks since this problem has been posted, and still no answer... If it turns out the situation described by vsevel is actually a bug and not a misuse, then

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-18 Thread saraswati.santanu
Hi Sebastian, You found a bug there. It took sometime to understand why is it behaving that way. I think the problem is there in ForkActivity class. Actually the following things happen in sequence transition from one Fork node to any other node. 1. Create child execution for each

[jboss-user] [EJB 3.0 Users] - Resolve an EJB Module Remote or Local type in a web applicat

2009-11-18 Thread elmaroufy
Hi i have a ear application that contains web(jsf) application and ejb module i want to inject an ejb in the jsf managed bean but i eclips cant resolve à type (remote and local interface). must i add the ejb module project to the web application class path. thank you View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Seam Application from JBoss 4.2.3 to JBoss 5.1.0

2009-11-18 Thread Ceene
Does anybody have an idea? I need urgent help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266306#4266306 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266306 ___ jboss-user

[jboss-user] [JBoss Microcontainer Users] - Re: Struggling with jboss-classloading.xml

2009-11-18 Thread alesj
ad-rocha wrote : | Anyway, I don't believe it is a ellegant approach and now I suppose I'm tied to JBoss SLF4J implementation :-( | That's as elegant as it gets. :-) But I think you're not doing it right. Try doing this. Create new jar, which includes this contents wrapper.jar * lib **

[jboss-user] [JBoss Portal Users] - Re: Email validation: java.lang.ClassCastException: org.jbpm

2009-11-18 Thread aeik
Hello DagoKent, i had this Exception when there's a wrong configuration in the identity-modul. | exception | | javax.servlet.ServletException: java.lang.ClassCastException: org.jbpm.bytes.ByteArray_$$_javassist_52 cannot be cast to

[jboss-user] [Security] - Exclude EJB from global SecurityDomain?

2009-11-18 Thread mwx.dennis
Hi everyone, in my EJB application I have defined a global security-domain in the jboss.xml file. I use a custom LoginModule which accesses my UserService EJB during the login process. My problem is, I get an infinite login loop because when I access the UserService (which is in the global

[jboss-user] [JBoss Tools Users] - Re: Developping a Potlet with JBoss Tools and JBoss Portal

2009-11-18 Thread OChikvina
If you use JBoss Portal + JBoss AS bundle as mentioned in tutorial, then a portlet library should be there. Just one thing there: to configure the project classpath to include the library, you should select Portlet Target Runtime Provider on the JBoss Portlet Capabilities page while creating a

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread saraswati.santanu
I tried your jbpm configuration. I did not get the exception, but it did not work also. I got stuck after firing one select. It looked like a deadlock. However the problem I notices in you jbpm.cfg.xml is presence of hibernate-session twice. I used the second one (with curent=true)

[jboss-user] [JBoss Cache Users] - Re: Question about lockParentForChildInsertRemove - when to

2009-11-18 Thread bstansbe...@jboss.com
Indirectly, the parent node *does* include state information like info about number of nodes. Not directly, i.e. in the node's attribute map. But indirectly, via the getChildren() and getChildrenNames() methods. If your application uses those methods and counts on transactional consistency in

[jboss-user] [EJB] - Migrating application from 4.0.2 to 4.2.3 GA = Could not res

2009-11-18 Thread majkers
Hi all, my application lets call it x.ear was working and deploying well on JBoss 4.0.2 but after migrating it to JBoss 4.2.3 GA while deploying it on server I have a lot of warnings: WARN [org.jboss.ejb.StatelessSessionContainer] Could not restore ejb timers |

[jboss-user] [Installation, Configuration Deployment] - jndi, rebind, java.io.NotSerializableException

2009-11-18 Thread delbd
Hello, trying to migrate an application from tomcat to JBoss, i am blocked with this error. | jvm 1| java.io.NotSerializableException: org.enhydra.shark.Shark | jvm 1| at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1156) | jvm 1| at

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread RockerRocker
I changed that already (only one hibernate-session with client = true ) but same result. No clue at why i am able to deploy but not start ? Googled/Binged it , could find much .. Stuck on it .. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266329#4266329

[jboss-user] [Clustering] - Re: obtain cluster lock

2009-11-18 Thread bstansbe...@jboss.com
That sounds like a reasonable approach. Generally if you want to control access to something and that something provides it's own locking mechanisms, it's wise to use them. That's what you're doing here. View the original post :

[jboss-user] [jBPM Users] - Re: Jbpm 4 setup on existing JBOSS server

2009-11-18 Thread RockerRocker
I will try this out. I dont have any EJBs , its just POJO beans handled by Spring. Can you please send me the details on how to create new console. Any help wud be appreciated. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266335#4266335 Reply to the post :

[jboss-user] [Beginner's Corner] - jboss installation

2009-11-18 Thread amira88
hallo everybody, i try to install jboss 4.0.5,but i could not. from 8 hours i downloaded the ems-installer-1.2.0.CR1.jar­­ and jboss.4.0.5.GA (ZIP folder) but nothing is happen!! please help. thank you so much View the original post :

[jboss-user] [jBPM Users] - Jbpm 4 supports Oracle 11g release 2

2009-11-18 Thread harish21
I am going to use Oracle 11g release 2 as my database. does jbpm 4 supports the oracle 11g ? do we have hibernate dialect for oracle 11g? as jbpm has a in built hibernate. please guide me.. thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266350#4266350

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread PeterJ
First, why are you installing 4.0.5? That is an ancient version. You should install 5.1.0 instead. Second, what do you mean by nothing is happen? Do you mean that after 8 hours the download has not finished? Or do you mean something else? If it is a download problem, what URL are you getting

[jboss-user] [jBPM Users] - Re: [jBPM-3.2] - org.jbpm.graph.def.Node Classs

2009-11-18 Thread mike_burton
Thanks Santanu. I am able to deploy my xml using method deploy() in NewDeployment class. Is there any way to map this xml to ProcessDefinition class in jBPM 4.x. Thanks in advance for your valuable reply.. View the original post :

[jboss-user] [jBPM Users] - jbpm integration with java

2009-11-18 Thread harish21
can we make use of some features of jbpm in java enterprise application? 1.email integration 2.timers i mean, to integrate jbpm with java, do we have to implement application in eclipse only? Ihave my application implemented in My Eclipse , how can integrate jbpm in java which is developed in

[jboss-user] [jBPM Users] - Re: Jbpm 4 supports Oracle 11g release 2

2009-11-18 Thread kukeltje
it has been a long time ago, but since this same question has been answered a very short time ago: stf (deliberately forgetting the second f or rather the first one) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266369#4266369 Reply to the post :

[jboss-user] [jBPM Users] - Re: Predefined Components for GD

2009-11-18 Thread sebastian.s
There is mail task in jBPM 4.x. Haven't you noticed? AFAIK theren't any additional components available. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266372#4266372 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266372

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread amira88
Hello Mr Peter, now i execute the (jems-installer-1.2.0.CR1 ) jar :a graphical installer and an error is always appearing (java.io.filenotfound exception) in the end of installation. searching for a solution take me 8 hour sir. so after downloading the 5.0 version what i have to do after

[jboss-user] [jBPM Users] - Re: Jbpm 4 supports Oracle 11g release 2

2009-11-18 Thread harish21
hi ronald I am not able find the hibernate dialect for oracle 11g. does the daliect for oracel 11g is same as oracle 10g? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266379#4266379 Reply to the post :

[jboss-user] [jBPM Users] - Re: Jbpm 4 setup on existing JBOSS server

2009-11-18 Thread xalperte
Sorry, I think I did not explained myself well. The console I'm talking about is a console my company has built by itself. It's entirely different from the jBPM console and its fully integrated with our product. By the way, are you using any configuration management tool like maven? If so,

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-18 Thread makam
Thank you very much for your help, I have already reported the bug. You think of any alternative for the management of the Fork? because I need to shoot 2 tasks,and one of the optional, which is not controlled at the end. but without a Fork not how. here ther is an example but not working I

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-18 Thread makam
Here is the link of the Bug report. https://jira.jboss.org/jira/browse/JBPM-2650 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266384#4266384 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266384

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread PeterJ
anonymous wrote : o after downloading the 5.0 version what i have to do after that. Unzip the zip file. See this: http://www.jboss.org/index.html?module=bbop=viewtopicp=4205258 That is for an older version on Linux, but the steps still apply (on Windows, ignore step 4 and use run.bat in step

[jboss-user] [jBPM Users] - Re: [JBPM4] Is there a way to create subprocess programatica

2009-11-18 Thread priyesh68
I managed to get it to work. Your solution is very elegant :-) Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266388#4266388 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266388

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread amira88
Hi Mr Peter, i unzipped the zip file us you said after that i put this commande in dos shell: cd c:\unzipped file\bin chmod a+x *.sh but an error is generated chmod commande do not exist. is it write what i did sir thank you sir View the original post :

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread PeterJ
Why did you try the chmod command? I said to ignore step 4. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266391#4266391 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266391 ___

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread amira88
Hi sir , sorry for the mistake is it right what i did sir thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266392#4266392 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266392

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread amira88
i tried .\run.sh command but a window appeared: windows can not open this file run.sh u should choose a program to do it: use web service or use installed program View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266393#4266393 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread PeterJ
I also said to use run.bat in step 5. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266394#4266394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266394 ___ jboss-user mailing

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread amira88
sorry sir bad luck Error:no server jvm at c:\progrmfiles\java\jre1.6.0-07\bin\server\jvm.dll View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266398#4266398 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266398

[jboss-user] [JBoss Cache Users] - Re: Question about lockParentForChildInsertRemove - when to

2009-11-18 Thread rsmysore
Thanks Brian. I think I kind of get the implication. However, arent getChildren or getChildrenNames methods considered read operations, and if so, with mvcc, the reads wouldnt need a write lock anyway. The read calls would return something that is based on isolation level (REPEATABLE_READ)

[jboss-user] [Installation, Configuration Deployment] - Prevent EJB deployment with sar

2009-11-18 Thread Falcor1
Hi, I have a jar file, lets call it ejb.jar, that contains both the interface and implementation of several stateless session beans. I typically deploy ejb.jar and one other jar containing stateless session beans in an ear. I am now working on a sar file that contains a single MBean, this

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread amira88
Hi mr peter, every thing is good now : i Opened a browser, and entered the url: http://localhost:8080. and i-m seeing the home page. is it the final step. jboss is installed now if its not what i have to do thank you so much sir ,this is only because of you thank you another time View the

[jboss-user] [EJB] - caching the jndi call

2009-11-18 Thread redlight
hi, i got my ejb's up and running in my web project i call them like that | TraxManager TraxManager = (TraxManager)context.lookup(TraxService/remote); | in my web project i implement this call in each of managed beans, which no an optimal solution so i try to do a generic method ==

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread PeterJ
You are trying to run with a JRE, you need to set JAVA_HOME to where you installed a JDK. Either that or edit the run.bat file to remove the check for the 'server' JVM - to do that, comment out these lines: %JAVA% -server -version 21 | findstr /I hotspot nul | if not errorlevel == 1 ( |

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread RockerRocker
I am getting DBSession error due to this error -- | 16:14:51,625 INFO [STDOUT] Hibernate: select propertyim0_.KEY_ as KEY1_6_, propertyim0_.VERSION_ as VERSION2_6_, propertyim | _.VALUE_ as VALUE3_6_ from JBPM4_PROPERTY propertyim0_ where propertyim0_.KEY_='next.dbid' | 16:14:51,671

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread PeterJ
If you see the home page, it is installed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266407#4266407 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266407 ___ jboss-user

[jboss-user] [JCA] - Re: Discovery of JCA ConnectionFactory without resource-ref

2009-11-18 Thread maffeis
Thanks for your feedback, Vicky. The trick is to define a res-ref-name not starting with ra nor jdbc in jboss-web.xml. Once I avoided using the ra JNDI context, my connection factories became accessible without declaring them in web.xml View the original post :

[jboss-user] [jBPM Users] - Re: nested forks

2009-11-18 Thread saraswati.santanu
We can use our understanding about the bug to have a hack for the time being. We see task1 twice because the transition to task1 is the default transition of the fork node. To stop task1 from appearing twice we need to make sure that it is not the default transition. Instead we can add a dummy

[jboss-user] [EJB 3.0 Users] - Re: ejb3 and web services

2009-11-18 Thread goldberg.howard
1. Anyone have an example of doing this? I see you can register a web service in jndi via a descriptor, and retrieve; so I'd expect you could inject and call getPort? 2. I see that the answer requires jsr-237 or using an implementation like commonJ. Is there going to be an out-of-the-box

[jboss-user] [jBPM Users] - Re: [jBPM-3.2] - org.jbpm.graph.def.Node Classs

2009-11-18 Thread saraswati.santanu
ProcessDefinition has a deployment (refer to ProcessDefinition.getDeploymentId()). Deployment id is retrieved from process definition. Use DeploymentQuery to find the Deployment using the id. You can get the xml from this deployment. However the bad part is you have to type cast Deployment to

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread xalperte
I'm pretty sure that this exception appears to be the cause of another that happens before... try to debug your code in order to find the original exception View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266415#4266415 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread amira88
thank u *1000 mr peter but where i have to put the code %JAVA% -server -version 21 | findstr /I hotspot nul if not errorlevel == 1 ( set JAVA_OPTS=%JAVA_OPTS% -server ) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266416#4266416 Reply to

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread RockerRocker
Only change i have is command-service name=txRequiredCommandService retry-interceptor / environment-interceptor / spring-transaction-interceptor current=false/ Previous working code was with 4.0 and following command-service retry-interceptor /

[jboss-user] [Beginner's Corner] - Re: jboss installation

2009-11-18 Thread PeterJ
My post about commenting out the code was in regards to your earlier post about the 'server' JVM. Since you stated that you now have it running, you can ignore that post. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266420#4266420 Reply to the post :

[jboss-user] [jBPM Users] - Re: Jbpm 4 supports Oracle 11g release 2

2009-11-18 Thread kukeltje
questions about hibernate dialects belong in the hibernate forum. The other question was identical to your topic View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266421#4266421 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread RockerRocker
Rolled back everything to as it was JBPM 4CR1 with New instance of Jboss 5.0, still same error - i am so frustated ERROR AT CLICK OF DEPLOY | 17:48:52,343 INFO [STDOUT] *** | 17:48:52,468 INFO [STDOUT] deployed TestEmail.jpdl.xml | 17:48:52,593 INFO [STDOUT] Hibernate:

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread RockerRocker
Just a update - It works fine with 4.0 jars - above error were because still had 4.2 jars in lib.. I will stick with 4 until i hear more from anyone. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266424#4266424 Reply to the post :

[jboss-user] [Beginner's Corner] - jBoss AS 5.1 Cluster - Problem 01

2009-11-18 Thread sergiobz
Hi Everybody. I Trying to set up a cluster of 2 jBoss as 5.1 nodes, but when i start the jboss app server , without any kind of application i am getting the following error: 2009-11-18 17:50:00,376 ERROR [STDERR] (AOPListner) Exception in thread AOPListner | 2009-11-18 17:50:00,377 ERROR

[jboss-user] [Beginner's Corner] - jBoss AS 5.1 Cluster - Problem 02

2009-11-18 Thread sergiobz
Hi Everybody. I Trying to set up a cluster of 2 jBoss as 5.1 nodes, but when i start the jboss app server , without any kind of application i am getting the following warning: 2009-11-18 17:49:56,386 WARN [org.jboss.jms.server.jbosssx.JBossASSecurityMetadataStore] (main) WARNING! POTENTIAL

[jboss-user] [Beginner's Corner] - JBoss AS jBPM

2009-11-18 Thread StevenMayhew
Hi all, I'm having a few issues sorting out an installation of JBoss to configure it correctly with jBPM. Currently I have a JBoss AS instance running correctly on the machine and it all works perfectly. However its integrating it with jBPM that I'm having issues with. The only tutorial that I

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-18 Thread saraswati.santanu
Rocker, are you missing db id generator in your jbpm.cfg.xml file? | object class=org.jbpm.pvm.internal.id.DatabaseDbidGenerator | field name=commandServiceref object=txRequiredCommandService //field | /object | | object

[jboss-user] [jBPM Users] - Re: jbpm.wire.bindings.xml

2009-11-18 Thread rams.rapo
I'm equal fan of spring jboss :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266445#4266445 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266445 ___ jboss-user mailing list

[jboss-user] [JBoss Cache Users] - Re: Can't acquire lock in 0 ms

2009-11-18 Thread navaneethforu
We are using Tree cache 1.4.1SP11 and getting simmilar excption | 2009-11-16 09:33:31,435] [WARN ] [org.jboss.cache.TreeCache] replication failure with method_call _evict; id:8; Args: ( arg[0] = ///masterdata/active | BarcodeTypeList) exception |

[jboss-user] [Persistence] - Hibernate PostDelete event listener not getting called

2009-11-18 Thread aejaz
Hi, I have the following class in my jar file(which has all the EJBs) which gets deployed on JBoss 5.0 AS. public class MyClass implements PostDeleteEventListener, PostInsertEventListener, PostUpdateEventListener, Initializable { public void onPostDelete(PostDeleteEvent event) {

[jboss-user] [Beginner's Corner] - Re: JBoss AS jBPM

2009-11-18 Thread jaikiran
You might get some help, if you post this question in the jBPM user forum here http://www.jboss.org/index.html?module=bbop=viewforumf=217 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266451#4266451 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 01

2009-11-18 Thread jaikiran
It's been discussed here http://www.jboss.org/index.html?module=bbop=viewtopict=155294. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266453#4266453 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4266453

[jboss-user] [Beginner's Corner] - Re: jBoss AS 5.1 Cluster - Problem 02

2009-11-18 Thread jaikiran
See http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.5.GA/html/configuration.html#conf.serverpeer.attributes.suckerpassword View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266454#4266454 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: jndi, rebind, java.io.NotSerializableException

2009-11-18 Thread jaikiran
You could use the APIs on org.jboss.util.naming.NonSerializableFactory http://anonsvn.jboss.org/repos/common/common-core/trunk/src/main/java/org/jboss/util/naming/NonSerializableFactory.java View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4266455#4266455 Reply

[jboss-user] [Installation, Configuration Deployment] - Re: Prevent EJB deployment with sar

2009-11-18 Thread jaikiran
anonymous wrote : So is there a way to tell JBoss not to deploy the stateless session beans that it is finding in the sar? Are you even packaging the bean implementation classes (which have the @Stateless annotation) in the .sar? If you are packaging only the interfaces (which is the right

[jboss-user] [jBPM Users] - Re: jbpm integration with java

2009-11-18 Thread saraswati.santanu
Jbpm is meant to be used in Java EE applications. You should be able to use every feature that Jbpm provides in an enterprise application. Eclipse has no role to play in running Jbpm. You may choose to use Eclipse based graphical designer or you can use some other graphical designer or for