[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-07-01 Thread swatis
smart_umesh_123 wrote : Hi, | | i am also evaluating Intalio BPM also. I found that it has good support of Business Activity Monitoring (BAM) and LDAP. | | How jBPM 3/4 has support of BAM ? I heard of BAM Cosole in jBPM is that good enough to do business process monitoring? | | if

[jboss-user] [JBoss Tools (users)] - Re: hey all i need JBDS

2009-07-01 Thread max.ander...@jboss.com
Download jboss.org/tools that is free. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241064#4241064 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241064 ___ jboss-user mailing

[jboss-user] [Installation, Configuration DEPLOYMENT] - jboss 4.2.2 question

2009-07-01 Thread sunlinux
Hi, we need to insert queries dynamically thru war application in mysql db 5.1 (around 54000 rows) whenever we start upload the same from application we get 2009-07-01 09:07:34,440 ERROR [STDERR] com.mysql.jdbc.PacketTooBigException: Packet for query is too large (1741081 1048576). You can

[jboss-user] [JBoss jBPM] - performance jbpmContext.getProcessInstance

2009-07-01 Thread AJanz
i got some performance trouble with my application. i use a query to select a list of processinstances. for each processinstance i call jbpmContext.getProcessInstance(id) every time i call my query function the first call to jbpmContext.getProcessInstance(id) lasts around 3 seconds! any

[jboss-user] [JBoss Portal] - Re: How to use alfresco as the CMS for jboss portal

2009-07-01 Thread piergiorgiolucidi
You can follow two ways: 1. Develop your own custom standard portlets using one of the APIs provided by Alfresco (CMIS, Web Services, JCR); 2. Develop your own custom Alfresco WebScripts and you can expose these with the WebScriptPortlet class provided by Alfresco. You can follow one of my

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-01 Thread mircea.markus
Can you please take a look at the created table in Oracle and post its structure/DDL (IIRC you can use DESC table_name for that). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241071#4241071 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: Interface inheritence / SessionContext.getInvokedBusines

2009-07-01 Thread rmz
Thanks a lot, this solves the problem, the failure was on my side. But still I do not understand this fully. It is true that the beans do not explicitly implement the default business interface, so I thought since the server says it registered that interface it would provide some kind of

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread Leos.Bitto
Thanks a lot for all the quick answers! Navigating me to JMSServerManagerImpl was exactly what I needed. I do not like JMSServerManagerImpl much for embedding, though, because of two reasons. First is that it somehow automagically picks the file jbm-jms.xml, which in my case belongs to a

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-01 Thread niuxuetao_fiserv
Thanks Mircea, Here is the table description: | DESC cached_events | Name Null Type

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-07-01 Thread vickyk
Jesper,I am not sure which additional checks you are asking for,these checks are already there 1) jesper.pedersen wrote : if the user has specified an incorrect class name, the driver hasn't been deployed to the lib/ directory, | BaseWrapperManagedConnectionFactory::loadReauthClass()

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread Leos.Bitto
Hi Tim, timfox wrote : | JMSServerManager is only really used for loading JMS queue, topic and connection factory descriptions from jbm-jms.xml into JNDI and also registering them with JMX. The JMX call to createTopic in JMSServerManager basically just does that. (Actually I think we should

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread timfox
Hi Leos- JMSServerManager is only really used for loading JMS queue, topic and connection factory descriptions from jbm-jms.xml into JNDI and also registering them with JMX. The JMX call to createTopic in JMSServerManager basically just does that. (Actually I think we should rename them to

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread jmesnil
Leos.Bitto wrote : Thanks a lot for all the quick answers! Navigating me to JMSServerManagerImpl was exactly what I needed. I do not like JMSServerManagerImpl much for embedding, though, because of two reasons. First is that it somehow automagically picks the file jbm-jms.xml, which in my case

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread ataylor
also you can use | session.createTopic(topicName); | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241089#4241089 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241089 ___

[jboss-user] [Beginners Corner] - Re: NoClassDefFoundError in client class using jms Topic

2009-07-01 Thread kyuss000
anonymous wrote : Does this mean you solved your compilation issue? I have not solved it yet. anonymous wrote : First, when declaring a topic, it must be placed in a file named *-service.xml (e.g., orders-service.xml) Ooops. anonymous wrote : Second, jbossall-client.jar is a file and not a

[jboss-user] [JCA/JBoss] - Re: Support for CICS + local-tx-datasource

2009-07-01 Thread vickyk
panisson wrote : Will the CICS transaction be used in a LastResourceOptimization, or I must transform the local-tx-datasource in a xa-datasource in order to use the CICS transaction globally? | You can have multiple single phase participants in the the global transaction, the TM will

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread Leos.Bitto
jmesnil wrote : | Regarding jbm-jms.xml, it will be picked up if it is in the classpath. Could you place it in a separate directory and add it to the classpath of the other server instance instead? | Sure, I could do that. My setup was a bit messy, because I was just experimenting with

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread Leos.Bitto
ataylor wrote : also you can use | | | | session.createTopic(topicName); | | Nice, but what is session? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241107#4241107 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Problem for JNDI database connection pooling

2009-07-01 Thread vickyk
Spend some time to view the Connection leak section here http://www.jboss.org/community/wiki/FAQJBossJCA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241108#4241108 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241108

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread timfox
Leos.Bitto wrote : | Nice, but what is session? http://java.sun.com/javaee/5/docs/api/javax/jms/Session.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241110#4241110 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread Leos.Bitto
timfox wrote : Leos.Bitto wrote : | | Nice, but what is session? | | http://java.sun.com/javaee/5/docs/api/javax/jms/Session.html We are misunderstood in this case. I need to create the topic, which this method does not accomplish - let me quote the specification: Note that this

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread timfox
OK fine, you should just be able to instantiate it directly as mentioned previously :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241115#4241115 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241115

[jboss-user] [JCA/JBoss] - Re: Trying to use a connection factory that has been shut do

2009-07-01 Thread vickyk
rajwants2jboss wrote : | My question is that, why is jboss redeploying my datasource in the middle of execution? | Some one had fingered the -ds.xml in your production box ;) Does this happen frequently or it had only once? View the original post :

[jboss-user] [JBoss jBPM] - Upgrading flowdefinitions

2009-07-01 Thread volvin
Hi, Is there a way to update a flowdefinition and have already created flow instances, based on the old version, migrated to the new version? I know there are compatibility issues involved when doing this. But it would be used for simple backwards compatible bugfixes and minor changes. I'm

[jboss-user] [JCA/JBoss] - xa-datasource for postgresql is not getting deployed in jbos

2009-07-01 Thread preetam_pict
hello all i want to create xa-datasource for postgresql (windows version 8.3) i am using recently downloaded jboss-5.1.0.GA-jdk6 but somehow the ds is not getting created. there are no errors / exceptions in logs. (even no debug logs about this activity!) where it might be going wrong? (My

[jboss-user] [JBoss Messaging] - Re: Embedded server - how to create JMS Topic?

2009-07-01 Thread ataylor
anonymous wrote : We are misunderstood in this case. I need to create the topic, which this method does not accomplish - let me quote the specification: Yeah i know the spec :), i was assuming you had previously created the destination, this was so you could look it up with out using vendor

[jboss-user] [JBoss Messaging] - Re: Serious idle problem with Bridges on AS 5.1.0.Beta

2009-07-01 Thread rnicholson10
Hey Howard, Got a little further on figuring this out. What I did is write a keep alive generator for the bridges so I could monitor them. Each bridge has a timer bean which send a message across the bridge at 10 second interval. Unfortunately this did not stop the bridges from failing but

[jboss-user] [JCA/JBoss] - Re: xa-datasource for postgresql is not getting deployed in

2009-07-01 Thread vickyk
preetam_pict wrote : | here is my configuration of | jboss-5.1.0.GA-jdk6\server\default\deploy\jboss-ds-xa.xml | Did you say prayer before deploying ;) The file name should have -ds.xml as extension, change it to jboss-xa-ds.xml. View the original post :

[jboss-user] [EJB 3.0] - Re: Inject dependency on JMS ConnectionFactory

2009-07-01 Thread jaikiran
Works fine for me. Just gave it a try against 5.1.0 GA. Can you post the import statement in your bean code? Also where are you checking that the injected resource is null? Can you post that part too? View the original post :

[jboss-user] [JBoss Portal] - Re: How to use alfresco as the CMS for jboss portal

2009-07-01 Thread thomas.he...@jboss.com
It would be nice if someone could detail what he means when talking about integration with Alfresco since it can have many different aspects and from my experience those vary a lot (Editing ? Authoring ? WCM aspect ?...) all the nasty differences are in the details View the original post :

[jboss-user] [JBoss jBPM] - Re: Indentityservice- Jbpm4

2009-07-01 Thread nilspreusker
tom.baey...@jboss.com wrote : here's pointers on how to plug your own identity service | | in jbpm.cfg.xml, remove the line | | import resource=jbpm.identity.cfg.xml / | | and add | | transaction-context | | object class=your.package.YourIdentitySessionImpl / |

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss 5.1.0: Error for ActivationSpec class com.ibm.mq.conne

2009-07-01 Thread sebbay
Hello, When deploying an application using Websphere MQ, I get the following exception: Caused by: org.jboss.deployers.spi.DeploymentException: Error for ActivationSpec class com.ibm.mq.connector.inbound.ActivationSpecImpl as JavaBean | at

[jboss-user] [JCA/JBoss] - Re: xa-datasource for postgresql is not getting deployed in

2009-07-01 Thread preetam_pict
:) yes i should have read (though not the prayer but) the jbos user manual ! such a simple mistake ... anyways thanks for the quick reply, vicky :) ~PP View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241125#4241125 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deplyoment failing in jboss-5.1.0.GA

2009-07-01 Thread XsubinX
I was using jboss-4.2.1.GA for the deployment , and when I moved the war to jboss-5.1.0.GA , I'm getting XML parser errors. = Caused by: org.jboss.xb.binding.JBossXBException: Failed to create a new SAX parser at

[jboss-user] [Microcontainer] - Re: More trouble in the bean-deployer schema

2009-07-01 Thread Wolfgang Knauf
The validation error is also in JIRA as part of https://jira.jboss.org/jira/browse/JBMICROCONT-446 Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241127#4241127 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Strange deployment with rar files instead of jar files.

2009-07-01 Thread SpOOnman
Thank, I'll try it with next release. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241129#4241129 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241129 ___ jboss-user mailing

[jboss-user] [JBoss Messaging] - HeuristicMixedException: cause and remedy?

2009-07-01 Thread kennardconsulting
Hi guys, I'm having a hard time finding good documentation on javax.transaction.HeuristicMixedException as it relates to JBoss Messaging. JBoss Messaging seems to throw this exception intermittently while processing large volumes of messages in a batch (say, 2000 messages over 3 cluster

[jboss-user] [JBoss Messaging] - Re: HeuristicMixedException: cause and remedy?

2009-07-01 Thread gaohoward
Hi Richard, Do you have more detailed log around this exception? I didn't see the exception was thrown from JMS code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241135#4241135 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Serious idle problem with Bridges on AS 5.1.0.Beta

2009-07-01 Thread gaohoward
Hi, Thanks for the good info, I'll investigate. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241136#4241136 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241136 ___

[jboss-user] [JBoss Messaging] - Re: HeuristicMixedException: cause and remedy?

2009-07-01 Thread kennardconsulting
Howard, Wow. I swear you guys reply faster than any support forum I have ever used. Thank you! No, I'm afraid the Exception I posted is the entire thing. I assume it's JBoss Messaging related because it comes about at the end of the JmsServerSession, but if this question is better posted

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2009-07-01 Thread ilawise26
The link for the JBPM getting started guide is broken! Please update the link so that new users like me can see the document. Your help will be greatly appreciated. Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241141#4241141 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: HeuristicMixedException: cause and remedy?

2009-07-01 Thread timfox
The exception is being thrown from the transaction manager code (JBoss Transactions) which has been called from the JCA adapter with a call to commit a transaction. I'd say your best bet is to try the JCA user forum. (or JBoss TS forum) View the original post :

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2009-07-01 Thread jbarrez
The jboss.org server have been moved to new datacenters. The DNS servers are not yet up to date ... the docs should be up very soon. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241145#4241145 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-07-01 Thread kukeltje
Well, jBPM 3 has very limited support for bam. All you get is what Swatis describes. In jBPM 4 there is a 'real BAM' console which provides some reports out of the box but more importantly, you can put in/create your own reports based on Eclipse Birt. Regarding the LDAP functionality, it is

[jboss-user] [Clustering/JBoss] - Clustered node keeps on processing after CTRL+C

2009-07-01 Thread ejb3workshop
Our cluster consist of 2 nodes and we are using JBoss 4.2.3 with JBoss Messaging 1.4.2.GA-SP1. Our application consists of a series of EJB3 message driven beans. When we submit a request to beans, they start processing. If we then press CTRL+C on the console on one of the nodes, the PostOffice

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-01 Thread mircea.markus
The table looks okay. Can you please take a look(post) in the logs for the debug statement right before the failure. Should look like this: executing sql: INSERT INTO Also try execute that from the console, perhaps we can narrow down the problem this way. anonymous wrote : And there is

[jboss-user] [JBoss jBPM] - Re: Indentityservice- Jbpm4

2009-07-01 Thread kukeltje
Huh? Seriously Then I must have done something wrong myself, since I did do this and it did not work for me. So I thought I might have the same problem as you. Back to debugging View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241151#4241151 Reply to

[jboss-user] [JBoss jBPM] - Re: Upgrading flowdefinitions

2009-07-01 Thread kukeltje
Frederik, Might I suggest using some form of search functionality, either directly in this forum or using google. Small hints: - For jBPM 3 there are some basic things in place and something probably being contributed - For jBPM 4 there is nothing yet, but there are some ideas View the

[jboss-user] [JBoss jBPM] - Re: performance jbpmContext.getProcessInstance

2009-07-01 Thread kukeltje
Debug info please. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241153#4241153 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241153 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: jBPM 4 ProcessFactory/ProcessBuilder not found

2009-07-01 Thread kukeltje
Hi, What is the reason for this post? Is it something that works? or does *not* work? or? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241155#4241155 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241155

[jboss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2009-07-01 Thread ilawise26
jbarrez wrote : The jboss.org server have been moved to new datacenters. The DNS servers are not yet up to date ... the docs should be up very soon. Thanks ! I visited your blog and i m really looking forward to getting started with jbpm. I'm not able to understand how to create a process in

[jboss-user] [EJB 3.0] - Re: Inject dependency on JMS ConnectionFactory

2009-07-01 Thread slimamar
I found the problem. With JBAS 5.0.0.GA, in an ejb service, the resource is already injected in the 'create' method against by JBAS 5.1.0.GA. And we refer to the injected resource in this method. We 've moved the code from the 'create' method to the 'start' method and now it's ok. View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deplyoment failing in jboss-5.1.0.GA

2009-07-01 Thread Wolfgang Knauf
Hi, does your app contain Xerces related JARs? If yes: remove them, because JBoss already contains them. If you cannot remove them, you might change the JBoss classloading: http://www.jboss.org/community/wiki/ClassLoadingConfiguration Hope this helps Wolfgang View the original post :

[jboss-user] [JBoss Portal] - Search Portlet?

2009-07-01 Thread TomHombergs
Hi all, is there a Search Portlet available for JBoss Portal? I imagine it should somehow (nightly?) invoke all portal pages and index their contents. The UI should show a search box and display a result list with links to the matching portal pages. Searches in Google and JBoss Community

[jboss-user] [JBoss jBPM] - Re: Indentityservice- Jbpm4

2009-07-01 Thread nilspreusker
Here is my current (working) jbpm.cfg.xml: ?xml version=1.0 encoding=UTF-8? | | jbpm-configuration | import resource=jbpm.jpdl.cfg.xml / | !--import resource=jbpm.identity.cfg.xml / -- | process-engine-context | repository-service / | repository-cache / |

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-07-01 Thread dufferdo25
Ok I figured out my issue. I was configuring the file spnego-roles.properties incorrectly. I assumed that the SPN user was the account I needed to put in here. Instead I realize now that I have to put all users that require access to web-app iin this file. Thanks for the help. View the

[jboss-user] [JBossWS] - Newlines/spaces in SOAPMessage

2009-07-01 Thread alfred.rsa
Hi guys I have code that works when I call it from a stand-alone application, but when I call it from within JBoss, I get a NPE from the Web service I am calling. The problem seems to be newline or space characters between the XML tags of the SOAP message. When I use the stand-alone code I get

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-07-01 Thread andy.mil...@jboss.com
gaohoward wrote : I know in JBoss Remoting there is difference in handling VM local and remote calls. But I don't know about the details. You can ask the remoting forum or the remoting doc. In JBM doc, you can also find some of the key remoting parameters too. | | Howard | Since my

[jboss-user] [Microcontainer] - Re: More trouble in the bean-deployer schema

2009-07-01 Thread david.ll...@jboss.com
I added a comment to that issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241192#4241192 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241192 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-07-01 Thread smart_umesh_123
Hi, Thanks for the valuable suggestions given by all of you till now. I have one more query to ask you. At present application is using TeamWorks BPM tool. Due to some business reason they want to change to other BPM tool. so we are evaluating jBPM and Intalio BPM. I am posting one example

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-01 Thread niuxuetao_fiserv
Hi Mircea, Thanks for the hints, I looked at the debug log, the sql statement being logged right before the exception is not a INSERT INTO, but a select: | | DEBUG JDBCCacheLoader - executing sql: select fqn from Cached_Events where parent=? (/) | | I tries to execute the

[jboss-user] [JBoss jBPM] - Re: running jBMP on Weblogic Server 10.x

2009-07-01 Thread kukeltje
from what I read, very easily (unless I misunderstand something) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241199#4241199 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241199

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-07-01 Thread gaohoward
Hi, About the maxPoolSize, i think it's the max size of JCA connection pool, I found this wiki that may help to understand this param. http://www.jboss.org/community/wiki/ConfigJCACommon View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241204#4241204 Reply to

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-01 Thread niuxuetao_fiserv
Btw, I was testing with 5 threads when seeing the DEBUG logs above. I also tested with 1 thread, bug with DEBUG level on org.jboss, I cannot recreate any exceptions. However, with WARN debug level for org.jboss I still can reproduce it as described on my original post. Weird... Xuetao View

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-01 Thread niuxuetao_fiserv
No, sorry, I managed to reproduce the problem with one thread on DEBUG level. Here is the log: | [2009-07-01 16:11:48,367] [Detection1] DEBUG JDBCCacheLoader - executing sql: INSERT INTO Cached_Events (fqn, node, parent) SELECT ?, ?, ? FROM Cached_Events_D WHERE NOT EXISTS (SELECT fqn FROM

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss 4.2.2 question

2009-07-01 Thread PeterJ
This is a MySQL error message. Increase the max_allowed_packet variable in the your MySQL config file (my.ini on Windows) and restart MySQL. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241212#4241212 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBCCacheLoader with Oracle 10g problem

2009-07-01 Thread niuxuetao_fiserv
And the error log from JDBCCacheLoader right after this debug log is this: | [2009-07-01 16:11:48,367] [Detection1] ERROR JDBCCacheLoader - Failed to insert node :ORA-01461: can bind a LONG value only for insert into a LONG column | And the error stack trace is the same as I posted on the

[jboss-user] [Clustering/JBoss] - Re: ConcurrentModificationException during session serializa

2009-07-01 Thread smar...@redhat.com
Currently, deployed applications do not hold a RL lock while processing requests. If we introduce a RL lock to be held while processing requests, will that be slower? There is some potential additional overhead to the ReadWriteLock

[jboss-user] [Beginners Corner] - Re: NoClassDefFoundError in client class using jms Topic

2009-07-01 Thread PeterJ
You said: obviously Publisher and Purchase classes are the same class! What do you mean? Are you saying that class Publisher is declared in the file Purchase.java? Could you post the source for Purchase.java? (When posting source code, embed it within 'code' tags. To do this, select the source

[jboss-user] [JBoss Cache: Core Edition] - Multiple Cache Loaders

2009-07-01 Thread LORDs_diakonos
I need multiple cache loaders where certain regions get cached in the second loader but and other regions are only in teh first cacheloader. How do I configure this. I didn't see it in the manual. I am using 2.2.0CR6 View the original post :

[jboss-user] [JBoss jBPM] - Re: Indentityservice- Jbpm4

2009-07-01 Thread nilspreusker
By the way, for spring users it might be interesting to know that you can also reference spring beans instead of a class reference in jBPM's transaction context. If you have a bean configured in your application context like this: bean id=identitySession class=mypackage.IdentitySessionImpl |

[jboss-user] [JBoss jBPM] - JBPM BPEL 1.1.1 Getting variables of processInstance

2009-07-01 Thread evilsephiroth
Hi, i've been playing with JBPM BPEL 1.1.1. and deployed some workflow. My problem is that i can't get the name and the value of the variables that the workflow consumes... | | JbpmConfiguration jbpmConfiguration = JbpmConfiguration.getInstance(bpel.cfg.xml); | JbpmContext

[jboss-user] [EJB/JBoss] - Business Interface Pattern + Generics == EJB Spec Violation

2009-07-01 Thread kurron
I'm working on an EJB 2.1 project where we are required to provide both local and remote interfaces to the EJBs. The team likes to use the Business Interface Pattern and we use generics to get around issue where remote interfaces are required to throw RemoteException while local interfaces are

[jboss-user] trouble with sample Todo program

2009-07-01 Thread Tom Gendron
Hi, I am running jbos-5.1.0GA on OSX. Seems to work fine but I can't find the example program Todo documented in the getting started guide. According to the document it is suppose to be in the docs/examples directory but it is not there. I have down loaded what seems to be the code but it

[jboss-user] [JCA/JBoss] - Configure no-tx-datasource: not to acquire shared lock

2009-07-01 Thread vigneshmpn
I am using JBoss 4.2.3. Our application queries multiple ODS datasources. As they are read-only operations, all the ODS datasources are configured as no-tx-datasource as we don't need the read operations to be part of any transaction. I understand that though the read operations are not part

[jboss-user] [Beginners Corner] - Re: Tutorial that WORKS? and jboss source code?

2009-07-01 Thread PeterJ
I understand your frustration with using the various tools, plugins and wizards in Eclipse. Even though I have gone through a lot of tutorials with many of the tools in JBoss Tools, when it comes time to do actual work I ignore all of those tools and wizards and use Eclipse as a glorified text

[jboss-user] [JBoss Cache: Core Edition] - Re: Multiple Cache Loaders

2009-07-01 Thread LORDs_diakonos
OK I have tried to extend the FileCacheLoader and use that to test what I am after. The issue is that I have break points on isCharacterPortableTree and isCharacterPortableLocation but I am not hitting either method and I don't understand why. I know my class is being loaded as I also put a

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Servlet depending on MBean: loading order

2009-07-01 Thread PeterJ
Try adding a depends clause to the WEB-INF/jboss-web.xml file: ?xml version=1.0? | !DOCTYPE jboss-web PUBLIC | -//JBoss//DTD Web Application 5.0//EN | http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd; | jboss-web | depends-the mbean name goes here-/depends |

[jboss-user] [JNDI/Naming/Network] - Re: Getting DB connection from jboss pool via JNDI

2009-07-01 Thread PeterJ
Remote clients do not have access to JNDI entries in the java: namespace, thus any items (such as data sources) that a remote client needs must be in the global namespace. Of course, once the name is moved out of the java: namespace, then even local clients need to look the name up in the

[jboss-user] [JBoss Cache: Core Edition] - Re: Multiple Cache Loaders

2009-07-01 Thread LORDs_diakonos
I guess I had to make the methods public but still how do I configure what I am after? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241260#4241260 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241260

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Servlet depending on MBean: loading order

2009-07-01 Thread sanches
PeterJ, thanks a lot! This is correct solution. That way I am also able to use load-on-startup1/load-on-startup in web.xml I had tried adding similar construction before (but as injection into servlet), and it did not work: | @Depends({-the mbean name goes here-}) | public

[jboss-user] [JBoss jBPM] - Search function of jBPM forum messed up?

2009-07-01 Thread gfargone
Most searches that used to return dozens of posts return nothing lately. Has anyone else experienced this with the jBPM forum? I don't use the other forums so I am not sure if it works the same on all of them or just here. View the original post :

[jboss-user] [EJB 3.0] - Re: Inject dependency on JMS topic into servlet on startup

2009-07-01 Thread jaikiran
You found the solution here http://www.jboss.org/index.html?module=bbop=viewtopict=157768 And from what i know, the annotations @Depends is not scanned for on servlets. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241268#4241268 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Inject dependency on JMS topic into servlet on startup

2009-07-01 Thread sanches
jaikiran, this is true :) Minutes ago I ensured this. The solution is file WEB-INF/jboss-web.xml | ?xml version=1.0? | !DOCTYPE jboss-web PUBLIC | -//JBoss//DTD Web Application 5.0//EN | http://www.jboss.org/j2ee/dtd/jboss-web_5_0.dtd; | jboss-web |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can't get use-try-lock to work

2009-07-01 Thread fishribs
We've got an app that makes several queries. Intermittantly, it will fail with an error like: Unable to obtain lock in 60 seconds: org.jboss.resource.adapter.jdbc.local.localmanagedconnect...@1478101 | I've been able to track this down to: BaseWrapperManagedConnectionFactory.useTryLock,

[jboss-user] [JBoss jBPM] - Re: jBPM 4 ProcessFactory/ProcessBuilder not found

2009-07-01 Thread sterjev.marjan
Just a working example related to the initial question! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241274#4241274 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241274 ___

[jboss-user] [JBoss Portal] - Compile Jboss 32bit on Linux 64bit

2009-07-01 Thread matvrix
What are the complexities doing this ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241276#4241276 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241276 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Compile Jboss 32bit on Linux 64bit

2009-07-01 Thread PeterJ
None. Java source code and compiled Java code is 32-bit/64-bit OS agnostic. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241278#4241278 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241278

[jboss-user] [JBoss Portal] - Re: Compile Jboss 32bit on Linux 64bit

2009-07-01 Thread PeterJ
Actually, you do not need to recompile JBoss AS - simple download the binary zip file, unzip it, and run it with either a 32-bit or 64-bit JVM. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241279#4241279 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Diagrams

2009-07-01 Thread flavia.rain...@jboss.com
Hi! We currently don't have such diagrams. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241281#4241281 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241281 ___ jboss-user

[jboss-user] [JBoss AOP] - Re: JDK 5 annotated method pointcut

2009-07-01 Thread flavia.rain...@jboss.com
Hi! You need to configure the aoppath so that your annotated classes can be found by JBoss AOP. Take a look at the examples build script (at JBoss AOP dist, the script that is used to run the examples). There you will find an example of how aoppath is configured so that JBoss AOP finds your

[jboss-user] [JBoss Portal] - Re: Compile Jboss 32bit on Linux 64bit

2009-07-01 Thread matvrix
So, JBOSS mode 32/64 is determined by the version of JVM it supports ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241288#4241288 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241288

[jboss-user] [JBoss Portal] - Re: Compile Jboss 32bit on Linux 64bit

2009-07-01 Thread matvrix
So, JBOSS mode 32/64 is determined by the version of JVM it supports ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241289#4241289 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4241289

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't get use-try-lock to work

2009-07-01 Thread fishribs
Further update: First, this is for jboss-5.0.1.GA. Second: This seems to be an incompatibility in a configuration attribute type. In initializing the datasource, the class LocalManagedConnectionFactory is being used. This extends BaseWrapperManagedConnectionFactory, which has a method |

[jboss-user] [JBoss Portal] - Re: Compile Jboss 32bit on Linux 64bit

2009-07-01 Thread PeterJ
Not sure what you are asking. The JVM is a virtual machine that defines its own instruction set and architecture, including the size of the data types. This virtual machine, within which Java apps run, is the same regardless of the architecture of the host environment, whether 32, 64 or even 48

[jboss-user] [JBoss jBPM] - jBPM 4 Designer - Code generation

2009-07-01 Thread petitgitan
Hi, I've just started trying out the new designer (Eclipse plugin), and was wondering whether it now supports, or will in the future, the generation of basic data entry screens. This feature was valuable in jBPM 3 for quick prototyping and getting user feedback. Thanks, George View the

[jboss-user] [Performance Tuning] - Re: java.net.SocketException: Too many open files on Red Hat

2009-07-01 Thread vons1234
Do you really need maxThreads=1000 in your tomcat connector?? You should not set it that high, that might be reason your CPU is spiking when you do the load test, it will keep creating new threads for your incoming request. Even if you are expecting 500 concurrent request, i think 50 threads

[jboss-user] [Performance Tuning] - Re: Improve Remote interfaces (marshaling unmarshaling...)

2009-07-01 Thread vons1234
if your client code which looks up EJB resides in same JVM where your EJB's are deployed. then you can use EJB local interface rather than remote interface. Another thing is you can use ServiceLocator pattern and cache the home object to prevent the expensive look up. View the original post :

[jboss-user] [JBoss Tools (users)] - Re: High CPU on JSF auto-complete

2009-07-01 Thread jboden
Thanks Max for your help, I took your idea and stated a new project with one bean and one JSF page. As expected, it worked quickly. I then copied my 25 beans and 25 jsf pages, and added faces-config.xml entries. It then went back to 100% cpu. Not sure if that's a valid test with all of the

[jboss-user] [JBoss jBPM] - Re: Search function of jBPM forum messed up?

2009-07-01 Thread kukeltje
I have not noticed it, but some searches I' ve tried indeed yield nothing. On all forums... A workaround is to use google and add 'site:www.jboss.org' to the query View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4241300#4241300 Reply to the post :

  1   2   >