[jboss-user] [Clustering/JBoss] - Load balancer to wit till the jboss server started

2008-06-10 Thread tosaravananm
Hi All, We have a cluster group where all the servers have a service which has the security deployment policy, the user name password validation is done on this service. When the user tries to login when new server is in the start progress and the service was not deployed, we could not

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Urgent : Compiling Jboss 3.2.8 SP1 using jdk 1.3

2008-06-10 Thread keshri_nandan
[EMAIL PROTECTED] wrote : You don't have to recompile the 3.2.8.SP1 sources. jboss 3.2.8.SP1 should run out-of-the-box with the latest jdk1.3 Thnx a lot Dmitris, I had an older JDK build 1.3.1_01, downloaded the latest for windows, JBoss is running happily now. Thnx a lot again. :) View

[jboss-user] [JBoss jBPM] - how can i traverse from one node to another?

2008-06-10 Thread subhajitpwc
Hi. I am a beginner in JBPM.I have read a couple of tutorials from jboss websites. But I could not find any instructions on how to traversse from one task node to another in JBPM.In the sample projects I have bulitafter performing the first task, the browser returns to the home page.The

[jboss-user] [JBoss jBPM] - Re: Anybody managed to integrate Spring with JBPM ?

2008-06-10 Thread francis1970
thank you very much for pointing out regards Francesco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156905#4156905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156905 ___

[jboss-user] [JBossWS] - How to use webservices in jboss portals

2008-06-10 Thread rajesh_css
Hi, I am working on jbossportals ,how to use webservices in jboss portals. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156907#4156907 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156907

[jboss-user] [EJB/JBoss] - throws javax.ejb.RemoveException, javax.ejb.EJBException, cau

2008-06-10 Thread mallikarjun_nbsg
Hi, I am getting the following error when trying to use composite primary key for deletion of a record. 2008-06-10 12:29:36,176 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.RCVlanLoopDetectedTableHome] Executing SQL: SELECT rcVlanLoopDetectedVlanId, rcVlanLoopDetectedPortIndex,

[jboss-user] [EJB 3.0] - throws javax.ejb.RemoveException, javax.ejb.EJBException, cau

2008-06-10 Thread mallikarjun_nbsg
Hi, I am getting the following error when trying to use composite primary key for deletion of a record. 2008-06-10 12:29:36,176 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.JDBCLoadEntityCommand.RCVlanLoopDetectedTableHome] Executing SQL: SELECT rcVlanLoopDetectedVlanId, rcVlanLoopDetectedPortIndex,

[jboss-user] [JBoss jBPM] - Re: A question to the DecisionNode

2008-06-10 Thread hamtho2
it only does, if I do not specify 2 conditions. Otherwise it works flawlessly! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156916#4156916 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156916

[jboss-user] left-join read-ahead not working

2008-06-10 Thread Tamara Cattivelli
Hello everybody, I have two cmp-ejbs A and B, that have a one-to-many CMR-relation. Starting from an instance of A i want to pre-load the related B-objects. I try to optimize this by adding left-join tags to jbosscmp-jdbc.xml. I am using Oracle 9i and jboss-4.0.4.GA. The left-join query is

[jboss-user] [EJB/JBoss] - Dependency EJB - RAR not working

2008-06-10 Thread perryl
I have an MDB that uses the IBM MQ resource adapter. In the server logs, I can see that my MDB is loaded before the RAR for MQ. If I deploy my app after JBoss and the RAR are running, all is well. If I start JBoss with my app already deployed, I get an exception:

[jboss-user] [EJB/JBoss] - Re: Dependency EJB - RAR not working

2008-06-10 Thread jaikiran
Is your application an EAR file or a jar file? What's its name? Either the dependency you have mentioned in the depends tag has changed in JBoss-5 or this issue is probably related to: http://www.jboss.com/index.html?module=bbop=viewtopict=130962 http://jira.jboss.com/jira/browse/EJBTHREE-1199

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: General questions about Deployment

2008-06-10 Thread MarcusDidiusFalco
I have tried to remove a jar file which is duplicated in the ear and the war archive from the war archive. As a result the war archive is no longer deployed because of a ClassNotFound exception. But the class is also deployed in the ear archive (although in another jar file ... sigh) This jar

[jboss-user] [JBoss jBPM] - Re: A question to the DecisionNode

2008-06-10 Thread Olivier_Debels
Well, The reason why it doesn't work is because when you don't add the condition part in your second transition, you end up with a decision node which only contains a single DecisionCondition. When you look into the code of the decision node (the execute method), you will see it loops over

[jboss-user] [JBoss Cache: Core Edition] - Re: Exception when a cluster node joins under load

2008-06-10 Thread [EMAIL PROTECTED]
No - definitely something to look into. Weird though, since preloading takes place *before* the cache enters it's STARTED state, i.e., between STARTING and STARTED. That said, there were a few obscure lifecycle issues in 2.0.0 which were fixed in 2.1.X so I'd recommend trying out 2.1.1.GA.

[jboss-user] [JBoss/Spring Integration] - Re: Clustering + Spring + Hibernate without EJBs -- possible

2008-06-10 Thread alesj
duncow wrote : My apologies for the mistake; I'll repost a modified version of this on another forum. | /quote] | NP. | If you want, I can still move this one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156932#4156932 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - NameNotbound exception when accessing ejb's from servlet

2008-06-10 Thread gkranthib
Hello, I have this application( .EAR), which consist of a ejb.jar and a web.war. In the .war file the servlet will lookup the EJB's. Now the problem is, by the time the servlet lookup's the ejb's, the ejb's are not bound and deployed. On a faster system, I am not experiencing this problem. I

[jboss-user] [EJB/JBoss] - Re: Dependency EJB - RAR not working

2008-06-10 Thread perryl
Thanks for the speedy reply jaikiran! You're right. The JIRA link solution fixed my problem in the interim. Do we know whether a final resolution is going to be available for JBoss 5 GA? Also, what is the correct way to configure dependencies between EJB and RAR? TIA Perry View the original

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB InstanceNotFoundException wmq.jmsra.rar not register

2008-06-10 Thread perryl
Turned out to be a JBoss startup dependency issue here: http://jira.jboss.com/jira/browse/EJBTHREE-1199 Hope this helps others who follow. Perry View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156936#4156936 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Implementing Custom JBPM Console

2008-06-10 Thread nizzy
Thanks, Think we will write our own web app. I'm not familiar with the technologies used to write the JBPM-Console. I'm looking at the console source to try and determine the JBPM calls made to populate the pages. In the processes.xhtml I see that the list of processes is populated from the

[jboss-user] [JCA/JBoss] - Re: Apparently wrong driver class specified for URL

2008-06-10 Thread rukus
p.p.s i've tried oracle.jdbc.driver.OracleDriver too View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156949#4156949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156949 ___

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

2008-06-10 Thread BlackMizi
Have You found a solution tothis problem? I've the same! THANKS! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156942#4156942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156942

[jboss-user] [Installation, Configuration DEPLOYMENT] - receive mail from jboss automatically

2008-06-10 Thread sentcs
Hi, My requirement is, the JBOSS running on seperate machine without any person to monitor. In this case i expect to receive the mail if any exception occure in JBOSS. Please replay is it possible in JBOSS 4.0.4? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har pl

2008-06-10 Thread beyarecords
Hi Peterj, PeterJ wrote : ...you could wait for RC1 (JIRA says it will be out on June 10th). Or you could go back to beta3, I have successfully deployed HAR packages there. is this still the case, RC1 release for today (June 10th 2008)? I tried another re-build this morning and the build was

[jboss-user] [JCA/JBoss] - Re: Apparently wrong driver class specified for URL

2008-06-10 Thread rukus
p.s. it only outputs message and then works fine View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156946#4156946 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156946 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: Dependency EJB - RAR not working

2008-06-10 Thread jaikiran
perryl wrote : | Do we know whether a final resolution is going to be available for JBoss 5 GA? | There have been many deployer related changes in JBoss-5. As a result the current Beta version has many deployment related issues. This is one of them. I guess the GA version will have the

[jboss-user] [Security JAAS/JBoss] - Authentification problems in Jboss 5

2008-06-10 Thread tgueze
I am using Jboss 5 app server and I have some problems when using jaas authentification. Different users login and logout successively and call beans methods. On the client side, I have a custom login module which perform authentification. On the server side, I use the ClientLoginModule. In the

[jboss-user] [Management, JMX/JBoss] - Re: MBean operation works only after invoking operation from

2008-06-10 Thread schmiegelow
Hello, i had the same problem. If you add a parameter to the method, for instance a boolean, then it works. strange behaviour if you ask me, cheers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156967#4156967 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Load balancer to wit till the jboss server started

2008-06-10 Thread [EMAIL PROTECTED]
They try to log into what? A webapp? What JBoss version are you talking about? Generally the way to deal with this sort of thing is to have the service they want to log into depend on your security service. If you're talking about a webapp, in recent versions the web server connectors don't

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-10 Thread kadlecp
Yes, I've read. It seems to me that all JIRAs around this were closed with fixes available in version 3.2.2. I use 3.2.2 and still have problems. Regards Pavel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156973#4156973 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Exception when a cluster node joins under load

2008-06-10 Thread kringdahl
Yeah, the only challenge with moving to 2.1 or 2.2 is that we're running AS 4.2.2 which uses JBoss AOP 1.5. I was trying to avoid having to deal with custom class loading due to the dependence on AOP 2.0 View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Exception when a cluster node joins under load

2008-06-10 Thread [EMAIL PROTECTED]
So I'm guessing you are using POJO Cache? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156988#4156988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156988 ___ jboss-user

[jboss-user] [JBoss Cache: Core Edition] - Re: Exception when a cluster node joins under load

2008-06-10 Thread kringdahl
Yes that's right, we are using Pojo Cache View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156990#4156990 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4156990 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Implementing Custom JBPM Console

2008-06-10 Thread kukeltje
This is done in JSF backingbeans... and the implementation is often very simple. Nothing more than calling a method on JbpmContext like getAllProcessdefinitions() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4156992#4156992 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-10 Thread kukeltje
hmm. afaik, some are closed but fixed in CVS head (which will become 3.2.3 shortly) and others are not fixed yet, so I might be wrong. Could you point out which issues you think were related and already fixed in 3.2.2 View the original post :

[jboss-user] [JBoss Messaging] - Re: Redelivery policy and DLQ

2008-06-10 Thread clemdec
And I precise that I don't work with MDBs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157000#4157000 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157000 ___ jboss-user

[jboss-user] [EJB/JBoss] - Re: Repeatedly Connecting to port 3873 in swing client

2008-06-10 Thread Masterozz666
I resolved this problem. We had a helper class, writing the client logs to a remote server. So, for every log output, we open a connection. And for every opened connection, Jboss performs some log output, and this happens infinitely ;) Never tested this class with level DEBUG, so this never

[jboss-user] [JBoss jBPM] - Re: How to run jBPM-BPEL and JBoss 5.0.0Beta3

2008-06-10 Thread ganix
Hi, we currently develop for JBoss5 Beta 4 and are interested in using jBPM-BPEL. I tried BPEL 1.1GA but installation failed von JBoss5. Has there been progress in compatibility of these? Is there a unstable pre release i could test? Otherwise: Is it possible to use jBPM-BPEL as standalone

[jboss-user] [JBoss Portal] - http://wiki.jboss.org/wiki/GiveAdminPrivileges doesn't work

2008-06-10 Thread gmeroz
i use an LDAP schema, where the admin role is differnt than Admin. i use JBossPortal 2.6.5 tried http://wiki.jboss.org/wiki/GiveAdminPrivileges was not able to login into the portal. If i add Admin to my LDAP schem, it works. But since i have many production sites (without the portal), i

[jboss-user] [JBoss jBPM] - dynamic deadlines on tasks ?

2008-06-10 Thread lblaauw
Hi, Just wondering on how to build or even better, just configur through a variable, to have dynamic deadlines on taks in jpdl ? Basically the scenario I need to implement is to have a deadline escalate wich differs per case/instance of the workflow. Thanks for all input, Leo View the

[jboss-user] [Security JAAS/JBoss] - Multiple Principal not working - JBoss 4.2.1

2008-06-10 Thread jbosexplorer
Hi There, I'm using JBoss 4.2.1 and doing LDAP Authentication (j_security_check) in my web application. I've the following snippet in web.xml security-role | role-nameAdmin_View/role-name | /security-role | security-role | role-nameAdminStandard/role-name |

[jboss-user] [JBoss Tools (users)] - Bug Highlights in JBoss Tools 2.1.1.GA

2008-06-10 Thread bbeloff
Hi Plenty of bugs in the project archive parts of JBoss Tools 2.1.1.GA. The following prevent the tools from being usable: * Corrupted project archive specifications - After an archive is created, it may subsequently be corrupted such that it cannot be viewed in the Project archives window.

[jboss-user] [Beginners Corner] - Re: Does Jboss support PHP?

2008-06-10 Thread PeterJ
Yes, it does, but not out-of-the-box. See http://www.jboss.org/jbossweb/modules/php/index.html. Basically, you need to more things: 1) JBoss Native - download and install the one specific to your operating system 2) The PHP module - download and configure as indicated in the above link. 3) You

[jboss-user] [Security JAAS/JBoss] - Multi-threaded login process causing loss of TLS data

2008-06-10 Thread logicmason
Hi All, I've been having an issue regarding JBoss spreading the login process over multiple threads (from what I can see), and as a result some thread local storage (TLS) data I save while the first thread is active, then causes me to not be authenticated when the second thread takes over

[jboss-user] [JBoss Messaging] - Hot deploy of an ear containing a QueueBrowser showing Class

2008-06-10 Thread knaas
JBM rocks by the way. This is the first big issue we have encountered in months of usage. We have an application with a QueueBrowser that consumes from a JBM queue that at this point contains only ObjectMessages. The ObjectMessage contains a basic custom class that is part of the ear. The

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-10 Thread kadlecp
in discussion http://www.jboss.com/index.html?module=bbop=viewtopict=109636 Alex wrote anonymous wrote : | well, next problem, on a join node all incoming branches try to update the parent token, which fails | I think that that's my problem. This code in org.jbpm.graph.node.Join crashes

[jboss-user] [JBossWS] - Re: How to use webservices in jboss portals

2008-06-10 Thread PeterJ
It should be no different than using web services from a client. I assume that you are writing a portlet, and that portlet will call a web service. In that case, the portlet acts just like any other web services client, and the web service invocation within the portlet looks the same as for

[jboss-user] [JBossWS] - JbossWS array type issues

2008-06-10 Thread agohar
Hi, I am having a problem with JBossWS for Array elements in wsdl. I am using JBoss-4.2.2. One of my webservices method returns an object (complex type), which contains the array of other objects in it. Here is the snippt from my wsdl |xs:complexType name='MyVO' | xs:sequence

[jboss-user] [JCA/JBoss] - DataSource new-connection-sql

2008-06-10 Thread rukus
Can i somehow specify more than one statement in new-connection-sql? for example ALTER SESSION SET NLS_DATE_FORMAT='dd/mm/ hh24:mi:ss' ALTER SESSION SET NLS_DATE_LANGUAGE='Ukrainian' View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157055#4157055 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problems deploying to JBoss 4.2.0 - pesky JSF?

2008-06-10 Thread Nouredine13
Hello, we face the same problem. Did you get an explanation ??? Best regards, Olivier View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157056#4157056 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157056

[jboss-user] [JBoss Messaging] - Redelivery order

2008-06-10 Thread szhigunov
I ran into a problem that message redelivery order depends on if the server was restarted before redelivery or not. This is my scenario. I read three messages from the queue (sequentially) in separate transacted sessions and rollback them all. Then, if I restart the server, the messages are

[jboss-user] [JBoss Messaging] - Re: Mule and JMS in JBoss

2008-06-10 Thread knaas
try the mule user forum http://www.nabble.com/Mule---User-f2727.html or read the docs at http://mule.mulesource.org/display/MULE2USER/JMS or look at the examples at https://svn.codehaus.org/mule/branches/mule-2.0.x/examples/ or look at the unit tests for mule jms transport at

[jboss-user] [Security JAAS/JBoss] - Re: Identity/Access Management/SSO UseCases

2008-06-10 Thread jbossrahul
Does anyone know how to propagate the subject from one Jboss to another? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157061#4157061 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157061

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: NameNotbound exception when accessing ejb's from servlet

2008-06-10 Thread PeterJ
Which version of JBossAS? In recent versions, the modules within an ear are loaded in the order in which they appear in the application.xml file. Though I cannot recall exactly which version first included this ordering. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: receive mail from jboss automatically

2008-06-10 Thread PeterJ
JBossAS uses Log4J to do its logging. There is an SMTPAppender that can be used to send emails for logging events. You would, of course, want to send only ERROR level log entries. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157064#4157064 Reply to the post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Migration from 4.0.3SP1 to 5.0.0.Beta4, hibernate.har pl

2008-06-10 Thread PeterJ
I checked JIRA yesterday, and the date for CR1 is now the 20th. And when CR1 comes out, it will show up on the downloads page. And shortly before it comes out (when it gets sent to integration/system test) \you will see it in the tags branch of subversion. View the original post :

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-10 Thread kadlecp
I tried jBPM from CVS head as well with same result. I use hsqldb. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157068#4157068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157068

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-10 Thread estaub
I would not use hsqldb with any application that has forking and asynchronous activity, such as a node that blocks waiting for external input, or a node that explicitly has async=true set. You need a database that supports transactions and has isolation. I thought Tom put something in the

[jboss-user] [JBoss Tools (users)] - Re: Bug Highlights in JBoss Tools 2.1.1.GA

2008-06-10 Thread [EMAIL PROTECTED]
Yes, and we got some bad bugs that for some reason did not get caught until 2.1.0.GA was actually out ;( We have also delayed the publishing of JBDS 1.1.0 for the same reason. If you could report these issues in Jira ASAP with examples of how to reproduce it then that will be a great help - we

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-10 Thread kadlecp
Ok, I will try to test it on Oracle. If I encounter problems, I will let you know. Regards Pavel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157075#4157075 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157075

[jboss-user] [JBoss jBPM] - Re: Multithreaded JobExecutor with ForEachForkActionHandler

2008-06-10 Thread kukeltje
can you try with a real database and use read_committed as isolation level? That is what is advised anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157076#4157076 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: dynamic deadlines on tasks ?

2008-06-10 Thread kukeltje
yes, wait for 3.2.3 which will be released shortly... there you can use EL to reference e.g. a processvariable that can be used for duedates. You can also do some math there like #{procVar + 3 days} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157077#4157077

[jboss-user] [JBoss AOP] - Re: Using jboss AOP to handle try-catch

2008-06-10 Thread f.baronti
I tried this approeach together with Container Managed Transactions, in order to catch exceptions raised during commit() (typically database constraint violations). Unfortunately, it appears that JBoss commits transactions after executing all the AOP methods - so exceptions fall through the

[jboss-user] [JBossWS] - Method Overloading and SOAP Annotations

2008-06-10 Thread nraghava
I have my HelloWorld EJB3 service with 3 overloaded methods and corresponding SOAP Annotations. Hello World Impl Code: | public class SomeServiceBean implements SomeService { | | @WebMethod | @WebResult(name=someData) | public string SomeMethod ( @WebParam(name=somedaylong)

[jboss-user] [JBoss Tools (users)] - Re: Bug Highlights in JBoss Tools 2.1.1.GA

2008-06-10 Thread [EMAIL PROTECTED]
* Corrupted project archive specifications - - I have not seen any example of this. A use case or example project would be most helpful * Build archive (full) NPE - These should be fixed in svn and the next release we make * Failed updates - I have heard this but not seen it except yet and

[jboss-user] [JBoss AOP] - Re: Using jboss AOP to handle try-catch

2008-06-10 Thread [EMAIL PROTECTED]
You could add another interceptor to your EJB container. Take a look at sever/XXX/deploy/ejb3-interceptors-aop.xml. Make it appear before (above) TxInterceptorFactory. Alternatively, you could perhaps look at using the Include attribute of the AspectManagerService to allow weaving of the

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-06-10 Thread ebenezerlovelin
I am facing the same problem. I tried to have two instances of Jboss Messaging in a singe Jboss server (messaging-node0 messaging-node1). I have followed all the steps given in the JBoss Messaging 1.4 User's Guide to create clustered JMS. I am using Jboss 4.2.2 GA with Jboss Messaging 1.4.0

[jboss-user] [Clustering/JBoss] - Re: Remote cluster ejb access

2008-06-10 Thread mancinis
Hi, I wish to add some details, I've written a simple standalone application to call the ejb deloyed in the remote cluster. I initialized the InitialContext in the following way Properties jndiProps = new Properties(); jndiProps.setPropertyContext.INITIAL_CONTEXT_FACTORY,

[jboss-user] [JCA/JBoss] - Re: DataSource new-connection-sql

2008-06-10 Thread vickyk
rukus wrote : Can i somehow specify more than one statement in new-connection-sql? | for example | ALTER SESSION SET NLS_DATE_FORMAT='dd/mm/ hh24:mi:ss' | ALTER SESSION SET NLS_DATE_LANGUAGE='Ukrainian' No it will not work . View the original post :

[jboss-user] [JBoss jBPM] - Re: dynamic deadlines on tasks ?

2008-06-10 Thread lblaauw
Ronald, That would be great and just what we need ;-) Any rough estimates on when 3.2.3 will be arriving ? I tried to upgrade our 3.2.2. with a build from the repository and it was labeled 3.2.3 but ran into some problems... Regards, Leo kukeltje wrote : yes, wait for 3.2.3 which will be

[jboss-user] [JCA/JBoss] - Re: Multiple Data Bases Data Source Pool

2008-06-10 Thread vickyk
uji wrote : | An alternative would be to map the ejbs to a special data source pool that returns connections to different data bases depending on the authenticated user. | | It this possible? How? You can have the same database but pools getting created per user , this can be done by

[jboss-user] [JCA/JBoss] - Re: com.mysql.jdbc.jdbc2.optional.MysqlXAException: XAER_OUT

2008-06-10 Thread vickyk
anonymous wrote : no-tx-separate-pools: The presence of this element indicates that two connection pools are required to isolate connections used with JTA transaction from those used without a JTA transaction. The pools are lazily constructed on first use. Its use case is for Oracle (and

[jboss-user] [JBoss jBPM] - Re: dynamic deadlines on tasks ?

2008-06-10 Thread kukeltje
soon... less then a month 1 expect, maybe a lot less anonymous wrote : I tried to upgrade our 3.2.2. with a build from the repository and it was labeled 3.2.3 but ran into some problems... please elaborate, so we can maybe prevent some things View the original post :

[jboss-user] [JBoss jBPM] - Re: Contributing a New Document to JBPM Community

2008-06-10 Thread [EMAIL PROTECTED]
Hi Mandrita, I am late again here... But my email address is the same as my userid, so just use that one ;-) Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157122#4157122 Reply to the post :

[jboss-user] [Beginners Corner] - javax.ejb.Handle cannot find EJB object

2008-06-10 Thread tania90
We have 2 instance of jboss, one hosting a war and the other an ear. Now from the war when we try to get a EJBObject via handle it fails. The jndi lookup is not working properly. javax.ejb.Handle can't find EJB object Code where error occurs.. Handle handle =

[jboss-user] [Clustering/JBoss] - Re: Remote cluster ejb access

2008-06-10 Thread [EMAIL PROTECTED]
A few questions: 1) In different posts, you've used remotehost1, RLLSIRFPAS01A and node1. I'm assuming these are all referring to the same thing; please correct me if I'm wrong. :-) 2) Is the partition name for remotehost1 different from the partition name for the server making the call; e.g.

[jboss-user] [Beginners Corner] - running an app within jboss (like a daemon)

2008-06-10 Thread dlarosa11
I have a legacy application that I want to run in jboss like I used to run daemon processes in Unix. I don't want it to be a web service or web app or anything. I just want JBoss to start the application for me. I have created an ear and inside it, I have created a war file. I have web.xml

[jboss-user] [Beginners Corner] - Re: running an app within jboss (like a daemon)

2008-06-10 Thread PeterJ
Does this help: http://wiki.jboss.org/wiki/CreateAStartupClass View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157132#4157132 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157132

[jboss-user] [JBoss Portal] - Re: Error with jackrabbit installing JBoss Portal

2008-06-10 Thread wilson.braga
The problem was already solved. The solution was put the jackrabbit needed by the application that was running inside the library of its project a make this application call this jackrabbit while the JBoss Portal application still in the same way. Thanks for attention. Wilson View the

Re: [jboss-user] [Beginners Corner] - running an app within jboss (like a daemon)

2008-06-10 Thread Roy
It you want to start the class automatically Define a SAR module inside the ear. Inside the jboss.xml define jboss-app !-- Declare the SAR file which defines the MBean. This MBean is used to run startup and shutdown procedures for the your application. -- module

[jboss-user] [EJB 3.0] - EJB3 CallByValue=false, but acts like its true

2008-06-10 Thread [EMAIL PROTECTED]
Hi, I'm using JBoss 4.2.2, EJB3, and JDK1.5_012. After converting some EJBs from EJB2 to EJB3, I realized that the original EJB authors had assumed a call-by-value behavior - i.e., changes to param objects made inside a call would be reflected outside the call without returning the param

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - OneToOne(fetch = FetchType.LAZY) does not work

2008-06-10 Thread peiguo
When I specify fetch = FetchType.LAZY on OneToOne, it failed with the following stack: 2008-06-10 13:22:02,490 ERROR [org.hibernate.LazyInitializationException] could not initialize proxy - no Session | org.hibernate.LazyInitializationException: could not initialize proxy - no Session |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Problem with OneToOne inside Embeddable

2008-06-10 Thread peiguo
Document says that inside Embeddable, there are only handful of annotations one can use, and OneToOne is not one of them. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157145#4157145 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: dynamic deadlines on tasks ?

2008-06-10 Thread lblaauw
Well, One of the things I had a problem with was the fact that now jpb config needs to be set into a system variable for it to work I guess. Is that intended ? It seems to resolve itselves automatically on the classpath in the jars or firstfound in 3.2.2 ? I had this traced down originally

[jboss-user] [JBoss Messaging] - Re: Redelivery order

2008-06-10 Thread szhigunov
The work around may be to restart the queue using MBean interface. So when client restarts after the failure, it does EJB / MBean remote call to restart the queue. That will restore the original message order. Is there a better way? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: OneToOne(fetch = FetchType.LAZY) does not work

2008-06-10 Thread peiguo
Jboss version is 4.2.2 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157150#4157150 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157150 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2: SpyJMSException

2008-06-10 Thread chrissy
I'm getting the same error. I just upgraded from 4.0.2 to 4.4.2.GA. Did you ever find a resolution? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157151#4157151 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157151

[jboss-user] [JBoss Messaging] - Re: Redelivery policy and DLQ

2008-06-10 Thread timfox
Have you tried looking at the user guide? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157152#4157152 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157152 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Redelivery policy and DLQ

2008-06-10 Thread clemdec
Yes I did. In fact, I just discovered that I create all my session like untransactionnal sessions. And I read that redelivery is not available in this mode. I guess this is my mistake. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157154#4157154 Reply to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 4.2: SpyJMSException

2008-06-10 Thread chrissy
I found a jboss subversion commit with the change that appears to be throwing the error. http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/branches/Branch_4_0/messaging/src/main/org/jboss/mq/Connection.java?r1=60496r2=61740 I have no idea where to start looking. Can anyone point me in any

[jboss-user] [JBoss Portal] - problem with emptyRenderer RenderSet - 2.6.5

2008-06-10 Thread tulip
JBoss portal - 2.6.5 (Source deployed) Jboss app server - 4.2.2 For a particular portlet, I do not want the portlet title bar with the window state buttons to be displayed. Therefore I am trying to set the RenderSet to emptyRenderer. But it does not seem to work properly. Though the portlet

[jboss-user] [JBoss Portal] - Re: Bookmarking functionality in 2.6.4?

2008-06-10 Thread iamnew2jboss
...Okay, so friends, I did find out that WebSphere has a bookmark portlet. It uses their own wp API pkgs and cann't be used in JBoss. I have no clue if XBEL (XML bookmark Exchange Language) can be used to write custom JBoss Portlet for bookmarking needs. Any idea? Can anybody please guide me

[jboss-user] [Beginners Corner] - Re: running an app within jboss (like a daemon)

2008-06-10 Thread dlarosa11
Thanks so much for the pointer. I could not find that on my own. I was able to get my app running as a service within an hour of your pointer. I also found this which uses annotations. I believe it's the same idea, but just a little higher up on the food chain.

[jboss-user] [Clustering/JBoss] - Re: Remote cluster ejb access

2008-06-10 Thread mancinis
Hi, 1) In different posts, you've used remotehost1, RLLSIRFPAS01A and node1. I'm assuming these are all referring to the same thing; please correct me if I'm wrong. :-) Yes they refer to the same thing, sorry I've mixed some examples with some real code extracted from the application 2) Is

[jboss-user] [Beginners Corner] - Re: Liferay with Jboss

2008-06-10 Thread PeterJ
What are the contents of the zip file? If this zip file is related to the liferay portal, you should be asking liferay what it is you are doing wrong. After all, this is the jbossas forum. The most I can tell you is what you are doing will not work. Because I do not know or use liferay, I

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-06-10 Thread ebenezerlovelin
I got it fixed. As Tim had pointed out, I had the older version of the sample-bindings.xml. Sorry for the trouble. Regards, Ebe View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157173#4157173 Reply to the post :

[jboss-user] [JBoss Portal] - Difference between PortletContainer2.0 and JBoss Portal 2.6.

2008-06-10 Thread iamnew2jboss
Hi, Can somebody please explain the difference between PortletContainer2.0 and JBoss Portal 2.6.4? Is Portal2.6.4 not a Portal Container? I'm confued as there are downloads available for PortalContainer2.0 (http://www.jboss.org/portletcontainer/) and the documentation says that it support

[jboss-user] [JBoss Messaging] - Help on JBoss Messaging

2008-06-10 Thread ebenezerlovelin
Hi, I have worked in JBoss Messaging before but I am relatively new to Clustering in JBoss Messaging. I am trying to create distributed queues in Jboss Servers installed in different machines in a network. I went through the guide which told how to have clustered queues in the same

[jboss-user] [JBoss Messaging] - Re: Redelivery order

2008-06-10 Thread timfox
If you rollback a transaction in which you have consumed three messages A, B, C, then the order will indeed be preserved on rollback with JBM. However if you rollback each message in it's *own* transaction, then I don't think it's physically possible to guarantee any order. Rollback just puts

[jboss-user] [JBoss Portal] - Re: Difference between PortletContainer2.0 and JBoss Portal

2008-06-10 Thread [EMAIL PROTECTED]
Portal is built on top of a portlet container. As of Portal 2.6, the portlet container that Portal is built on is not available separately. Portlet Container 2.0 is the JSR-286 compliant portlet container on which future versions of Portal will be implemented, starting with Portal 2.7. It is

[jboss-user] [JBoss Portal] - Re: Difference between PortletContainer2.0 and JBoss Portal

2008-06-10 Thread iamnew2jboss
Thank you for the quick reply. That helps! Regards. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4157181#4157181 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4157181 ___

  1   2   >