[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Caused by: java.lang.IllegalStateException: [com.arjuna.

2008-06-13 Thread green804
Did you ever find a solution to the problem? I am having the same issue, and I would appreciate some help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158124#4158124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [JBoss jBPM] - subprocess tescase problem

2008-06-13 Thread btl_ayd
Hi I want to execute this code but when I try it I have this error. here is my poarent process xml code: anonymous wrote : | | | | | | | | | | | | here is my child xml code: anonymous wrote : | | | |

[jboss-user] [Beginners Corner] - Re: Deploy/Undeploy on JBOSS

2008-06-13 Thread rweed
Are there nightly (or any) builds of JBoss AS? I would like to get a new copy of the jboss-vfs.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158121#4158121 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158121 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment Problem -- Unable to replace existing file

2008-06-13 Thread rweed
I had the file locking issue on Windows with 5.0.0.beta4, so I tried the Linux version and there is no locking problem there. JBoss goes through the undeploy/deploy process, BUT it is still accessing the old classes. SO, under Linux, you still need to restart the server to effect your changes

[jboss-user] [EJB 3.0] - Transaction not active exception

2008-06-13 Thread green804
Hi, I'm new to using EJB3 and RMI. I am using annotations. We recently launched our application in production, and the user login and registration is hanging. We did not see these issues in dev or testing. We have a tomcat app that talks to the JBoss app using RMI. We are using Jboss clust

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
Awesome, I'll try it on Monday. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158116#4158116 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158116 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment of Single JSP vs. Entire WAR File

2008-06-13 Thread PeterJ
Use exploded deployment: http://wiki.jboss.org/wiki/ExplodedDeployment View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158113#4158113 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158113

[jboss-user] [JBoss Portal] - Re: static html

2008-06-13 Thread PeterJ
Rename the html file as a jsp, then in the doView method of your portlet redirect to the jsp. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158112#4158112 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158112

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread [EMAIL PROTECTED]
Done in svn. Still needs to be documented. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158108#4158108 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158108 ___ jboss-user m

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat 6 comet support in 4.2.2

2008-06-13 Thread jonasb
Hi, I'm experiencing the same, did you ever get this working? / Jonas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158107#4158107 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158107 _

[jboss-user] [JBoss jBPM] - Re: Thanks for the tips...and the Guinness

2008-06-13 Thread [EMAIL PROTECTED]
Hi Brandon, Indeed good meeting you all. I will certainly get back to you now that I know that you are a bunch of Eclipse experts. ;-) Cheers, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158103#4158103 Reply to the post : http://www.jboss.com/index

[jboss-user] [Installation, Configuration & DEPLOYMENT] - multiple ear files? good idea, or bad idea? how to?

2008-06-13 Thread cooper123
Here's the basic infrastructure of the system of a system I'm now responsible for cleaning up: 1. core SOA (has persistence, transactions, web services, security) 2. various service modules (App A, App B, etc.) that talk to the core SOA - for example, this is where the DAO, BO, TO, persistence (h

[jboss-user] [JBoss jBPM] - Re: Add functionality to the GPD

2008-06-13 Thread [EMAIL PROTECTED]
As I have replied in the other thread, it is best to checkout the code of the designer, look at the provided extension points and see how they are used by the designer itself. Regards, Koen View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158098#4158098 Reply

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

2008-06-13 Thread ebenezerlovelin
Thank you so much for the link. I am confused a lot now; I apologize for troubling you. Let me ask few things and I am sure when I get this answered, I will have the confusion cleared. 1. When you say anonymous wrote : we aways send the message to the consumers on the box where you sent t

[jboss-user] [JBoss jBPM] - Re: Expend Functionality of GPD

2008-06-13 Thread [EMAIL PROTECTED]
This is possible and some people have done this successfully. It is however not the easiest job. As Ronald suggest, knowledge of Eclipse plugin development and of GEF is a must. The easiest way is to look at the extension points that are currently present in the plugin and see how they are used

[jboss-user] [JBoss Portal] - Re: Portal-Cluster: REPL_ASYNC vs. REPL_SYNC

2008-06-13 Thread IronMan77
Although the logout has been fixed in 2.6.5-sp1 (i can confirm that!) it's no viable option for us. As we were already in a production environment there are to many changes in my opinion (many services have been renamed for example) to use it. As a follow up to the portlet preferences problem:

[jboss-user] [Installation, Configuration & DEPLOYMENT] - double-naming of ejb's in jboss-4.2 +

2008-06-13 Thread airdrik
Until now, we've been using Java 1.5 on jboss 4.0.5 for running certain of our ejb services. I've been assigned the task of figuring out what needs to be done in order to get everything building and running on Java 1.6. >From my testing so far, it seams my best bet is to figure out to get thin

[jboss-user] [JBoss jBPM] - Re: TaskInstance.setActorId(String) causes set TaskInstance

2008-06-13 Thread Octomac
I am currently in the process of changing my Session bean to a Request bean, which seems to help with the refreshing of the list. JBPM doesn't seem to be pulling new data from the database if the bean is a Session object. I will post more information on this on Monday, and hopefully will have

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-13 Thread blublinsky
Yes, so that I controll everything centrally. I can foresee 100s of nodes in the cluster, so I do not want to deal with config files, or at least minimize their amount View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158088#4158088 Reply to the post : http://

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-13 Thread timfox
"blublinsky" wrote : Thanks, | Do you have an example of integration of JBM with LDAP for queue definitions (that will work JBM 2.0) anywhere? I guess I haven't quite understood what you want to achieve - can you explain in more detail? You want to put your queue names in LDAP, like you put q

[jboss-user] [Security & JAAS/JBoss] - Re: not getting custom callbackHandler inside the loginmodul

2008-06-13 Thread balajiv
one more thing...I am new to JAAS and in this application the user is already authenticated and I have to just add the Credentials to the subject. that's it! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158084#4158084 Reply to the post : http://www.jboss.c

[jboss-user] [JNDI/Naming/Network] - Multiable JNDI names to one XA datasource

2008-06-13 Thread webmarck
Simple question :-) Can anybody tell me how I can create multiable JNDI names that points to one XA datasource? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158085#4158085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-13 Thread [EMAIL PROTECTED]
Yeah... Another possibility would be also the StoreManager. (Implementing a LDAPStoreManager to store destinations). http://anonsvn.jboss.org/repos/messaging/trunk/src/main/org/jboss/messaging/core/persistence/StorageManager.java View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Security & JAAS/JBoss] - not getting custom callbackHandler inside the loginmodule!!!

2008-06-13 Thread balajiv
I have a problem initializing LoginContext with custom CallbackHandler! Inside my LoginModule class in initialize(..), I am getting different CallbackHandler eventhough I instantiated the LoginContext with custom CallbackHandler. This is the web app, using JSF components (ICEfaces 1.7) and JBoss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment of Single JSP vs. Entire WAR File

2008-06-13 Thread zafe
Hello, Does anyone know if JBoss app server supports deployment of a single JSP file? The ability I am looking for is similar to the one described at this URL for Websphere: Here (http://publib.boulder.ibm.com/infocenter/wchelp/v6r0m0/index.jsp?topic=/com.ibm.commerce.developer.doc/tasks/tdpd

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-13 Thread [EMAIL PROTECTED]
As you'll probably work with embedded (instantiating POJOs), You can use PostOffice.addDestination to create your destinations. You can do something yourserver.getPostOffice().addDestination(). That should be pretty simple doing it. View the original post : http://www.jboss.com/index.html?modu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment of Single JSP vs. Entire WAR File

2008-06-13 Thread zafe
This might be confusing to some, so let me clarify... what I really want to know is if JBoss has support for a way to re-deploy a single resource into an already deployed web application. I want to avoid having to redeploy an entire WAR file just to deploy a singel JSP file. View the original

[jboss-user] [JBoss Tools (users)] - Re: No inplaceSelect in DevStudio 1.1.0 Beta 1

2008-06-13 Thread [EMAIL PROTECTED]
you would need to be a tad more prcise about that ;) What are you trying to do that worked before but not now ? (screenshots are also good) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158079#4158079 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - certificate problem

2008-06-13 Thread ebayne
I have a server running IIS for a outlook mail client , with its own SSL certificate and also have Jboss running with its own SSL certificate. I have the keystore loaded correctly and when I go to the Jboss URL it is giving me a certificate warning and showing that it is self signed. I can list

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-13 Thread blublinsky
So instead of server going to LDAP you suggest me to do integration with LDAP on the side and then synch server with the results, right? This will also allow me to have my own watchdog for LDAP changes. Right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158

[jboss-user] [JBoss jBPM] - Couple of questions about some jBPM functionality

2008-06-13 Thread johncarl81
I've finally took the plunge and started the application... I have a pretty cool data structure that holds my various user profile attributes based on the hibernate Map capability. I chose this route because our user application from is ALWAYS changing from management, outside influences, new a

[jboss-user] [JBoss Portal] - static html

2008-06-13 Thread daedalus
Hi I want to display a static html page, the same way the default portal does (I want to put the html page inside my war and not load it with CMS). Is there a quick way to do it ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158067#4158067 Reply to the pos

[jboss-user] [JCA/JBoss] - Re: Idle timeout minutes not working? Database connection do

2008-06-13 Thread vickyk
"PeterJ" wrote : . | Also, you should have started a new post, not appended to a 3 year old post. Ah I replied the 3 year old post ;( I ignore the hijacked threads , I did the same for this but did not checked the date of the initial post . View the original post : http://www.jboss.com/i

[jboss-user] [Remoting] - Re: Has anyone actually tried using the CompressingMarshalle

2008-06-13 Thread [EMAIL PROTECTED]
It looks like I started to write a reply and didn't submit it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158055#4158055 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158055

[jboss-user] [JCA/JBoss] - Re: Idle timeout minutes not working? Database connection do

2008-06-13 Thread PeterJ
mkaul wrote : Is there a check in JBoss that says "Only start checking if sessions are idle once they are above the MIN POOL size"? Yes, that is the way it works. You will never have less that min connections, even if they are all idle. Also, there was a forum post earlier this year where someo

[jboss-user] [JBoss Tools (users)] - Re: Incremental Archive deployment without WTP in 2.1.0.GA

2008-06-13 Thread [EMAIL PROTECTED]
Yes these are known =] There's been a flurry of commits this past week on project archives to remedy these situations. I'm not sure when we'll respin, but I encourage you to download a nightly build and give it a spin, View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Upgrade to JBoss 5.0.0Beta4

2008-06-13 Thread PeterJ
The necessary files to configure JBoss Messaging to use other databases are not present in JBoss 5.0.0.Beta4, you will need to download JBoss Messaging 1.4.1.beta1, it has the necessary files. I have some resources on 5.0, but they are not free. I can provide a URL if you are interested. View

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Use of jbossall-client.jar startnig JBoss-5.0 CR1

2008-06-13 Thread jaikiran
After the fix to http://jira.jboss.com/jira/browse/JBAS-4355, the JBoss trunk now creates a MANIFEST only jbossall-client.jar with references to other jar files. The readme in that jar mentions this: anonymous wrote : | This jar file contains a classpath reference to various client jar files

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

2008-06-13 Thread [EMAIL PROTECTED]
We had a pretty big thread on User's forums some time ago about how clustering works. http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133762 In summary, we aways send the message to the consumers on the box where you sent the message. Having it as a single queue on the cluster wouldn't

[jboss-user] [JBoss jBPM] - Re: Mail Node

2008-06-13 Thread Fornachari
Sreepathia, thanks for your reply. I'm sure that the address that I am sending the email is in the mail server that I am using, because I use the specified smtp server in others applications (no jBPM applications) with the same email address that I am trying now. Would you think that is a config

[jboss-user] [JBoss jBPM] - Re: TaskInstance.setActorId(String) causes set TaskInstance

2008-06-13 Thread salaboy21
anonymous wrote : How does JBPM/Hibernate actually decide when to query the database? JbpmContext flush all the data to the database when close method is called.. this is when the process reach a wait state.. when the process is running all the changes are made in "memory".. so if you want to fl

[jboss-user] [JBoss Tools (users)] - Incremental Archive deployment without WTP in 2.1.0.GA

2008-06-13 Thread cpopetz
We had recently decided to stop using JBoss Tools because of their dependence on WTP, which has been too buggy for us. This was unfortunate, because all our work is Seam based, and the seam tools are really nice. Now that Jboss Tools 2.1 supports seam projects that aren't WTP-based, I'm tryi

[jboss-user] [JBoss jBPM] - Re: Mail Node

2008-06-13 Thread [EMAIL PROTECTED]
FornChari: It looks like the address to whom you are sending is not in the mail server you are testing with and causing the exception. I suggest you try usign your own address resolver class which implements org.jbpm.mail.AddressResolver that will change the id of the actor as per your mailserve

[jboss-user] [JBoss Portal] - Re: CMS repository corruption

2008-06-13 Thread porcho
Thanks! Dropping the tables you've listed did the trick. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158037#4158037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158037 _

[jboss-user] [JBoss jBPM] - Re: Mail Node

2008-06-13 Thread Fornachari
I forgot to say, I am using JBoss jBPM 3.2.2. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158036#4158036 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158036

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
I found it, it's a little confusing because it's write only, so you can't see the current value :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158035#4158035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158035 ___

[jboss-user] [Security & JAAS/JBoss] - Re: Simple JAAS authentication not working....

2008-06-13 Thread j0llyr0g3r
Thx very much, that was indeed missing! Now i am one step further, Jboss gives me no more errors when i try to access my EJB-application, but unfortunately the (stand-alone & remote) RMI-client does: ERROR [SocketClientInvoker.handleException]: Got marshalling exception, exiting | java.lang.C

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread [EMAIL PROTECTED]
Yes. I need to document it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158030#4158030 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158030 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Mail Node

2008-06-13 Thread Fornachari
Yes, I have the same doubt. I know that I am asking too much, but I did understand how to configure JBoss jBPM to use the mail-node. I am trying to follow this guide http://docs.jboss.org/jbpm/v3/userguide/mail.html but It is a little confuse. Inside my jBPM project in eclipse there is a configu

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
Sounds good, I'll keep watching. If the config is not in the GUI, is it an MBean setting or something you can get to? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158028#4158028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread [EMAIL PROTECTED]
No, it's not in the GUI. It is configurable from the GUI in 2.7. Note that currently strict mode does not extend to checking locales (I'm still working on it). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158026#4158026 Reply to the post : http://www.jbos

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread Lightguard
It's in 2.6.5? Where? Is it not in the GUI? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158025#4158025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158025 ___ jboss-use

[jboss-user] [JBoss Portal] - Re: MySQL strange hostname problem

2008-06-13 Thread michaelchan
Thanks for your reply. You remind me of checking the hosts file. It turns out that there are some strange things in the hosts file. I removed em and jBoss portal is now working Thanks again View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158023#4158023 Rep

[jboss-user] [EJB 3.0] - to termintae an instance of a bean

2008-06-13 Thread peiguo
If a bean is running a long query and I want to kill it half way, how can I do that? One potential solution is to put a timer in the bean itself... but is there other ways, for example, can I look up and kill it??? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JNDI/Naming/Network] - Re: JBossXBException trying to bind a String to JNDI using d

2008-06-13 Thread [EMAIL PROTECTED]
changing xmlns:jndi and xs:schemaLocation from | xmlns:jndi="urn:jboss:jndi-binding-service" | xs:schemaLocation="urn:jboss:jndi-binding-service resource:xmdesc/jndi-binding-service_1_0.xsd"> | | | to | | | | | xmlns:jndi="urn:jboss:jndi-binding-service:1.0" | | | xs:s

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

2008-06-13 Thread ebenezerlovelin
I was trying to do the following and was not able to get the desired output; I have three nodes in a partition and there is one (only one) sender sending messages. I was trying to balance the load so that when the sender sends, it sends to all the three nodes equally. I mean, when there are s

[jboss-user] [JBoss Portal] - Re: multiple JBP instance + 1 DB (only one db)

2008-06-13 Thread Antoine_h
Hello, thanks for the info. I don't see why this would cause a problem. But want to make sure, before to go further. Someone reported a problem about that, but I can't see why. I will investigate more about the problem on monday. I will report the info, if it may be interesting. View the ori

[jboss-user] [Remoting] - EJB3.0 Slower when using Jboss Serialization

2008-06-13 Thread sebastiendeg
Hi All, I'm developing and EJB3.0 application, using remote Call from client (java SE). When I switch the EJB 3 Invoker to use Jboss Serialization, it seems to be slower. (about 200ms for a remote call that takes 150ms with default config). I only update the jboss-service.xml file located in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Can Exists Jboss and Adicional Tomcat Server in the same

2008-06-13 Thread jaikiran
As long as you take care of having different ports for JBoss and the tomcat (to avoid the ports conflict), you can have them both running on the same system. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158007#4158007 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Portal] - Re: Portal-Cluster: REPL_ASYNC vs. REPL_SYNC

2008-06-13 Thread [EMAIL PROTECTED]
Are you hitting two servers directly or through a load balancer? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158000#4158000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158000 __

[jboss-user] [JBoss Portal] - Re: MySQL strange hostname problem

2008-06-13 Thread PeterJ
What OS are you running? Linux? If so, post the /etc/hosts file. Also, are you using the -b option to start JBossAS? Also, did you create a database named 'jbossportal' and a user name jbossportal with password jboss? Finally, when posting XML text, embed it within [ code ] brackets (select the

[jboss-user] [JBoss Portal] - Re: Duplicate entry '13-portal.user.last-login-date' within

2008-06-13 Thread [EMAIL PROTECTED]
Few things to note: If you have a cluster setup, normally you would put a load balancer such as mod_jk in front so that one user has one session and session information is passed on each request. If you are directly hitting nodes on cluster and logging in as a same user, basically you are creat

[jboss-user] [Management, JMX/JBoss] - Re: How to programmaticly schedule many tasks ?

2008-06-13 Thread dmary
For moment, I've succeed in create one task programmaticly, but : - first I add a schedule which must start 30 sec after - I stop the server which add schedule - I didn't see the schedule started on one other node on my farm (3 servers) Did I forgot something ? MBeanServer server = MBeanServerLoc

[jboss-user] [JBoss Messaging] - Set Max Queue Size prior to startup

2008-06-13 Thread bfach
I am trying to determine how to set the max queue size of a queue that an MDB is listening on. I am aware you can do this via the jmx console however I would like to set a default prior to runtime. Does anyone know how to configure this? The destinations.xml file located in the jboss-messagin

[jboss-user] [JCA/JBoss] - Re: Idle timeout minutes not working? Database connection do

2008-06-13 Thread vickyk
"alchemista" wrote : I would expect that if the connection is closed by the pool, I should get an error after the delay completes. | | Any ideas what is going wrong? The connections which are not inuse for idletimeout periods will be removed , the connections in your case is being held by

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.1 bundled - null pointer exception

2008-06-13 Thread rammyramkumar
yeah iam also getting the same prob in jboss portal 2.6.3GA what should i do ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157987#4157987 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157987 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error {ProfileServiceBootstrap] Failed to load profile

2008-06-13 Thread jaikiran
I haven't built from trunk since some weeks now. So not sure what might be wrong. JBoss-5.0 CR1 is expected to be released on June 20, as per the Roadmap that i see in the JIRA. I would recommend you stick with either JBoss-4.2.2 GA or maybe even JBoss-5 Beta 4, until then. View the original p

[jboss-user] [EJB 3.0] - Re: Transactions Question: Subsequent calls the method fail

2008-06-13 Thread jaikiran
"lpmon" wrote : Thanks for the input. I have never heard that you must use the proxy in this scenario. I have seen this statement (from JBoss trailbalzer): | | "In EJB 3.0 applications, transaction properties are most frequently declared for methods in session beans. If a method requires tr

[jboss-user] [JBoss jBPM] - Re: TaskInstance.setActorId(String) causes set TaskInstance

2008-06-13 Thread Octomac
Well, this morning, I redid my Process file to assign PooledActors to tasks instead of just Actors. I was able to get the newly-created tasks to show up fine in the Group menu, but unfortunately, I'm still experiencing the same two problems I had before: the task can be assigned, but doing so s

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

2008-06-13 Thread ebenezerlovelin
My JBoss AS version is 4.2.2 GA The JBoss Messaging version is 1.4.0.SP3 Thanks & Regards, Ebe View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157981#4157981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157981 ___

[jboss-user] [Management, JMX/JBoss] - Re: SchedulableMBean arguments

2008-06-13 Thread dmary
Hi thehunt, could you please post some codes as I'm interested too in your use case. I've got same problem as I want to execute task with specific parameters. Does your solution replicate task on all nodes when the "master" node going down ?? Thanks. View the original post : http://www.jboss.

[jboss-user] [JCA/JBoss] - Re: Idle timeout minutes not working? Database connection do

2008-06-13 Thread mkaul
Hi, I have a similar problem while setting up oracle-ds.xml with the following settings. 10 50 10 I keep monitoring the Oracle sessions and find that the Idle sessions in the database stay INACTIVE for way over 10 minutes. Is there a check in JBoss that says "Only start checking if sessions ar

[jboss-user] [JBoss Tools (users)] - No inplaceSelect in DevStudio 1.1.0 Beta 1

2008-06-13 Thread [EMAIL PROTECTED]
How come the inplaceSelect Richfaces control is no longer available? Is that an oversight in the beta and, if so, will it be back? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157974#4157974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Messaging] - Re: JBM 2.0 Clustering

2008-06-13 Thread blublinsky
Thanks, Do you have an example of integration of JBM with LDAP for queue definitions (that will work JBM 2.0) anywhere? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157976#4157976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss Portal] - Re: wsrp both consumer and producer are jboss portal 2.6.5.S

2008-06-13 Thread Lightguard
Understandable. I was initially trying it to get it to talk to SAP Portal (SAP is not following the WSRP spec very strictly), then I thought I'd try it for regular things. Is there an ETA on 2.7? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157973#4157973

[jboss-user] [JBoss Portal] - Re: wsrp both consumer and producer are jboss portal 2.6.5.S

2008-06-13 Thread [EMAIL PROTECTED]
You shouldn't use 2.7 for the moment, it's under development View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157972#4157972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157972 __

[jboss-user] [Security & JAAS/JBoss] - jboss4 how to config ejb authentication?

2008-06-13 Thread kevin_yang
I have a application include one ejb jar, I want to use ldap to authenticate context's pricipal & credential (username and password). What should I to config, ejb-jar.xml jboss.xml login-service.xml?? thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query & Paging Results

2008-06-13 Thread rabbiaqaswar
Following is the sql query: SELECT DISTINCT USR.USERID FROM USER USR, USERWATCH UW WHERE USR.ADDEDBYID =1 AND USR.COUNTRY = CASE WHEN (UW.COUNTRY is null) THEN USR.COUNTRY ELSE UW.COUNTRY END AND USR.ALIVE = 'A' View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Portal] - Re: wsrp both consumer and producer are jboss portal 2.6.5.S

2008-06-13 Thread Lightguard
I had a 2.6 Producer and a 2.7 Consumer, it didn't matter what portlet I tried to remote. Try the Current Logged in User portlet. I created a page in the default portal, created a new instance of the portlet and added that to the page. The exception happened when I went to view the page. Vie

[jboss-user] [JBoss Portal] - Re: multiple JBP instance + 1 DB (only one db)

2008-06-13 Thread [EMAIL PROTECTED]
Yes, I have done some simple stuff with two standalone portal server (jboss-portal.sar) backed by one database and mod_jk in front. I did not encounter any problem but I think it very well depends on the use case. I will be interested in knowing what you find. View the original post : http://w

[jboss-user] [Management, JMX/JBoss] - Re: How to programmaticly schedule many tasks ?

2008-06-13 Thread dmary
Help plz ..! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157959#4157959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157959 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Portal] - Re: Duplicate entry '13-portal.user.last-login-date' within

2008-06-13 Thread [EMAIL PROTECTED]
See my comment at http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157956#4157956. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157957#4157957 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157957 _

[jboss-user] [JBoss Portal] - Re: Portal-Cluster: REPL_ASYNC vs. REPL_SYNC

2008-06-13 Thread [EMAIL PROTECTED]
Yes, I am aware of some problems when using REPL_SYNC and we are still investigating it. Your logout issue I believe is fixed in the latest portal release which is 2.6.5.SP1. Can you verify that at your side? I have created a jira issue http://jira.jboss.com/jira/browse/JBPORTAL-2044 for your

[jboss-user] [JBoss Tools (users)] - Re: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException

2008-06-13 Thread [EMAIL PROTECTED]
ask in jboss seam forum - the question is not tool specific. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157953#4157953 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157953 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: .ser files generated

2008-06-13 Thread artd
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157947#4157947 Take a look at this other topic. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157952#4157952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157

[jboss-user] [Beginners Corner] - drools & jbrms client

2008-06-13 Thread furit
I'm writing a java class calling a package deployed into jbrms. The code of the client class is the following .. InputStream s = new FileInputStream(new File(FILE_PROP)); prop.load(s); RuleAgent agent = RuleAgent.newRuleAgent(pro

[jboss-user] [EJB 3.0] - Re: EJB3 - Stale bean removal problem

2008-06-13 Thread artd
Ok, found the solution, although the documentation is a little misleading: http://wiki.jboss.org/wiki/EJB3Timeouts states that a value of 0 for removalTimeoutSeconds indicates an infinite (a normal / expected result from a 0 value) BUT the documentation here: [url] http://www.jboss.org/file-acce

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: .ser files generated

2008-06-13 Thread artd
Did you ever get a solution to this? I am experiencing the same problem with JBOSS not removing passivated beans that should be destroyed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157945#4157945 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [JCA/JBoss] - Is JCA clustered?

2008-06-13 Thread jorgemoralespou_2
We have developed some JCA connectors for our app, one of them being an LdapJCA connector. Yesterday qe experienced a very strange behaviour that I can`t understand. We have a 2 node cluster accesing an ldap server, this Ldap server went down, and our JCA couldn`t create connections to the Ldap

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Error {ProfileServiceBootstrap] Failed to load profile

2008-06-13 Thread beyarecords
"jaikiran" wrote : Jboss-5.0.0.CR1? Did you build it from trunk? Yes "jaikiran" wrote : All these logs look like DEBUG messages. Are there any ERROR logs? And what does the console show? | The only logs presented are the server logs, which I have presented a snippet of here. I do not see an

[jboss-user] [JBoss jBPM] - Re: where is anon(svn|cvs)?

2008-06-13 Thread gnagy
Thanks Ronald! I did STFI and RTFM, still i could'nt find it. I found this link in the getting started guide: http://www.jboss.com/products/jbpm/downloads but it redirects to the main jbpm project page. Also, when you go to the canonical http://anonsvn.jboss.org/repos/ page, jbpm is not liste

[jboss-user] [JBoss jBPM] - Re: jBPM integration with ESB

2008-06-13 Thread camunda
anonymous wrote : but NO credits in this one :-) Yeah, that's why I made this my main post ;-)) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157938#4157938 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157938 ___

[jboss-user] [JBoss jBPM] - Re: jBPM integration with ESB

2008-06-13 Thread kukeltje
but NO credits in this one :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157937#4157937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157937 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can Exists Jboss and Adicional Tomcat Server in the same mac

2008-06-13 Thread Subemontes
Was wondering if the bundle tomcat will interfere with another tomcat if configured in another port. I think no, but I'm not expert at Jboss Any sugestions ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157933#4157933 Reply to the post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: where is anon(svn|cvs)?

2008-06-13 Thread kukeltje
Normally I would tell someone to STFI, RTFM or whatever, but not to you guys ;-) http://www.jboss.org/jbossjbpm/jpdl/ and choose Sources there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157932#4157932 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Tools (users)] - com.mysql.jdbc.exceptions.MySQLSyntaxErrorException

2008-06-13 Thread c0upal
I am having trouble running my First Jboss Seam application. When I run a seam-generated page that queries a MySql Database: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Every derived table must have its own alias When I traced the problem the SQL statement generated was "Select * fr

[jboss-user] [JBoss Portal] - Re: Portal Admin customization

2008-06-13 Thread [EMAIL PROTECTED]
We'd be interested in seeing the results of any such customization if at all possible. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157925#4157925 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157925 ___

[jboss-user] [JBoss Portal] - Re: wsrp locale problem

2008-06-13 Thread [EMAIL PROTECTED]
The support for a strict mode is already implemented in both 2.6.5 and 2.7. I just need to extend the strict mode support to language validation. I have updated the JIRA task. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157923#4157923 Reply to the post :

[jboss-user] [JBoss Portal] - Re: wsrp both consumer and producer are jboss portal 2.6.5.S

2008-06-13 Thread [EMAIL PROTECTED]
Can you specify how to replicate the problem, please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157921#4157921 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4157921 ___ j

[jboss-user] [EJB 3.0] - Re: EntityManager's Native Query & Paging Results

2008-06-13 Thread jaikiran
Looking at the output, it looks like along with the ids, even the record count (ex: 11, 12, 13 etc) is being returned. Without looking at the actual query which you are using i can't say what the problem is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

  1   2   >