[jboss-user] [JBoss Messaging] - Re: Queues Grouping in JBoss Messaging 1.4

2009-06-22 Thread unwavering
Thanks gentlemen for replying. Mr. timfox, let me clarify my question: Suppose there is a party A which will use queues q1, q2 and q3. I want to define a group called, for example, party_A_queues in which I will have centralized management (configuration and security) for q1, q2 and q3 without

[jboss-user] [JBoss jBPM] - Ora-Apps integration

2009-06-22 Thread crakeshk
hi i am little new to jBPM, yet i have a requirement to integrate it to Ora-Apps i believe there is nothing direct for this sort to connect and get some information from the connect and back to process stage. do i have any way to do that, in terms of API to build on some adapter like... Thanks,

[jboss-user] [JBoss Messaging] - How to create persistent queues on the fly

2009-06-22 Thread jbmuser
Hi Folks, The queues I create using JMSServerControlMBean as shown below, are not persistent (i.e. they don't survive a server restart). How could I make it persistent? Please note that I can not use JBM Core API. | JMXConnector connector = JMXConnectorFactory.connect(new JMXServiceURL(JMX_UR

[jboss-user] [Security & JAAS/JBoss] - Re: Cannot Deploy SSO Federation EAR

2009-06-22 Thread nick.hoyle
To get JBoss Federated SSO working in JBoss AS 5.1.0 i did the following: 1) delete the following file: deploy\jboss-federation-server-exploded.ear\META-INF\application.xml - this is no longer needed in JBoss AS 5.1.0 as it scans for the files and does not to be told about them (mentioning them i

[jboss-user] [Clustering/JBoss] - JBoss Clustering, no Failover ?

2009-06-22 Thread steppi
Hey guys. I have installed two JBoss 5.1 AS and startet it with th standard-all-config. I prepared the booking-example the of the Seam Framework for "clustering" (set distributable and changed the Information the JIRA provides). Next step was to deploy the example to the Farm-Folder after startin

[jboss-user] [JBoss Portal] - Re: WSRP - Runtime Exception

2009-06-22 Thread dorothy
Actually I do not get these messages when I run any other portlet. I got these only after doing the proxy settings to get a remote portlet ( as suggeste in the Reference Manual). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239250#4239250 Reply to the pos

[jboss-user] [JBoss Cache: Core Edition] - Distributed model with Jbosscache

2009-06-22 Thread davepleydell
We'd like to use a more peer to peer style network rather than our current client-server model. ie allow retail branches to not be dependant on the server being up to trade. The issues with this are data locking and replication. Is there a framework that can assist with this? Jbosscache has

[jboss-user] [Remoting] - Problem with remote JBM access from applet running on conflu

2009-06-22 Thread kweeboo
Hi, I encountered problem in making remote JBM connection to jboss-5.0.0.GA from an applet client that is residing inside atlassian confluence 2.7.3. Somehow, the problem is related to MarshallerEditor.class. Below is the Java Console's Log: [aop-trace] org.jboss.util.propertyeditor.PropertyE

[jboss-user] [JBoss Messaging] - Re: Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not s

2009-06-22 Thread gaohoward
I don't think so. However it may not be JBM issue. It should be that the microcontainer doesn't allow two mbeans of same name to be deployed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239244#4239244 Reply to the post : http://www.jboss.org/index.html?

[jboss-user] [JBoss Messaging] - Re: Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not s

2009-06-22 Thread kennardconsulting
gaohoward, Thanks for the tip. Is there no internal JBoss Messaging requirement that queue names (not JNDINames) be unique? For example, can I do... |app1/emails | | | |app2/emails | Note both queues are here named 'emails'. Only their JNDINames differ. Thanks, Richa

[jboss-user] [JBoss Messaging] - Re: Problem with remote JBM access from applet running on co

2009-06-22 Thread gaohoward
Hi, this sounds like a remoting issue. You can post it to the remoting forum as well. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239240#4239240 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239240 ___

[jboss-user] [JBossWS] - non-HTTP request or response: xfire-WebService (jsr181) in J

2009-06-22 Thread Semaphore_ham
Hi all, i'm running a xfire-based WS in JBoss-4.2.2-GA without any problems, but when i've deployed this WS into JBoss-5.1.0 and try to connect to it using http://myservername.mydomain.org.8080/MyWebService/services/MyWebService?wsdl, than i always get an exception: 18:47:27,234 ERROR [[XFireSe

[jboss-user] [EJB 3.0] - Re: Stateful bean fail to deploy - JBoss 5.1.0.GA

2009-06-22 Thread kpupkov
I think I figured out by myself. My old build.xml automatically attached manifest.inf to jar file. Part of that manifest was "Class-Path: . ". Ones I remove manifest.inf all became OK! Be careful with manifest in your jar. View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[jboss-user] [Clustering/JBoss] - Re: Jboss Cluster: JNDI Cluster error

2009-06-22 Thread Allen_Lei
Can you find the exploded jndi in jmx-console ? You can do this by the following steps: 1.Enter to the jmx-console(i.e. http://localhost:8080/jmx-console). 2.Click the "service=JNDIView" link. 3.Locate the "java.lang.String list()",and click the "Invoke" button. 4.In the next page,you will see all

[jboss-user] [JBoss Messaging] - Re: Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not s

2009-06-22 Thread gaohoward
Hi, to work around, you can use JNDIName and the queue name at the same time. The fact is if you use JNDIName, the queue name won't be used in JNDI binding anymore, so you can safely specify a hierarchical name. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Messaging] - Problem with remote JBM access from applet running on conflu

2009-06-22 Thread kweeboo
Hi, I encountered problem in making remote JBM connection to jboss-5.0.0.GA from an applet client that is residing inside atlassian confluence 2.7.3. Somehow, the problem is related to MarshallerEditor.class. Below is the Java Console's Log: [aop-trace] org.jboss.util.propertyeditor.PropertyE

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-06-22 Thread dickson1888
In my Jun 4, 2009 email, I show the setting that set the role attributes to "userClass" ( same as a kind of attributes of "DeptCode" ). So, based on my setting, I don't know what's wrong. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239230#4239230 Reply to

[jboss-user] [JBoss Messaging] - Re: Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not s

2009-06-22 Thread kennardconsulting
Tim, I'm happy to add a feature request if this is outside spec. Before I do, can I ask you to double check the spec because this did work in JBoss 4.2.3.GA and JBoss MQ? Regards, Richard. P.S. Using JNDIName doesn't really work, because the queue name itself is not heirachical, so you can s

[jboss-user] [Clustering/JBoss] - Jboss Cluster: JNDI Cluster error

2009-06-22 Thread kalakonda1986
Hi, I am a new to JBOSS and we are clustering our application on Windows 2003 server(2) and i was able to cluster the jboss server but it throws an error while trying to look up through JNDI. It works fine in default mode though. It is not displaying JNDI tree in clustered mode. Error m

[jboss-user] [JBoss jBPM] - jBPM 4 jPDL schema issue

2009-06-22 Thread bixby
I was trying to add a form attribute to one of my task elements and the jpdl ends up failing validation. Taking a look at the schema, it looks as if the task element is not referencing the taskType complex type that exists and has instead just got it's attributes defined in line. Is this someth

[jboss-user] [Security & JAAS/JBoss] - Re: Simple Web Form authentication using JAAS with DatabaseS

2009-06-22 Thread mpurdy1973
"Wolfgang Knauf" wrote : Hi, | | at first glance: your roles query contains a small, but breaking error: it should be 'Roles' instead of 'Role': | select role, 'Roles' from roles where username=? | | If this does not help: activate logging of the security layer. See the http://www.jbo

[jboss-user] [Clustering/JBoss] - JBoss AS Service Dependencies

2009-06-22 Thread Allen_Lei
Hi all, I want to silm JBoss by removing the unused services.But there are always exist service dependencies and I can't just remove one service only sometimes.For example,the Hypersonic embedded database defined in hsqldb-ds.xml,dependented by JBoss-messagin,JBoss security,and so on.And it cou

[jboss-user] [JBoss Tools (users)] - Eclipse crashes whenever JSP using JBOSS Tools JSP editor

2009-06-22 Thread millyb
I have Eclipse Platform Version 3.4.2 installed on my Windows XP box (with SP2). I am trying to use the JBOSS tools JSP editor, but whenever I bring up a JSP file I get the jsp window but the content is blank and then eclipse crashes. (Error log says that it is an EXCEPTION_ACCESS_VIOLATION))

[jboss-user] [JBoss jBPM] - Re: problem with examples and ant deploy.examples on jbpm-4.

2009-06-22 Thread jwerkmeister
great... So the functionalities shown on that examples cannot be used yet?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239199#4239199 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239199 _

[jboss-user] [JBoss jBPM] - Re: problem with examples and ant deploy.examples on jbpm-4.

2009-06-22 Thread camunda
I guess so as well. Seems they use constructs not present in the xsd (either old or brand new ;-)). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239198#4239198 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239198 __

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-06-22 Thread niuxuetao_fiserv
And, this is my class which should have the cache object fully initialized within the constructor: | private final PojoCache cache; | | JBossPojoCacheStorage(Configuration config){ | | | cache = PojoCacheFactory.createCache(config,tru

[jboss-user] [JBoss Tools (users)] - Re: Adding JSF Environments to Create New JSF Project Wizard

2009-06-22 Thread akazakov
If you want to have MyFaces 1.2 project set properly you have to do it manually: create JSF project via New JSF project; update libs. Or you can update old MyFaces project template which is used by this wizard. See /plugins/org.jboss.tools.common.projecttemplates_*/templates/MyFaces View the or

[jboss-user] [Clustering/JBoss] - Re: What is the correct object to hold in an EJB for transac

2009-06-22 Thread chtimi2
Nobody has any idea? It is a bit short to just say recreating the session from the sessionFactory is an anti-pattern.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239207#4239207 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Security & JAAS/JBoss] - Re: Custom security module configuration 4.0.3 to 5.0.1 migr

2009-06-22 Thread khohl
I anxiously await the additional details. I'm unable to proceed with upgrading until then. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239203#4239203 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239203 __

[jboss-user] [EJB 3.0] - Re: Stateful EJB hanging in JNDI namespace - JBAS bug?

2009-06-22 Thread ozi...@redhat.com
I have found the condition to make it happen - when I have @Remote on both interface and class (bad EJB): @Remote public interface CounterRemote extends Counter { } and @Stateful @Remote(CounterBean.class) public class CounterBean implements CounterRemote { } When this is deployed and undeplo

[jboss-user] [EJB 3.0] - Re: Stateful bean fail to deploy - JBoss 5.1.0.GA

2009-06-22 Thread kpupkov
I started JBoss with '-verbose' and verified the only ONE occurrence of DocumentFacade and DocumentFacadeBean from my drserver.jar. You you want I can attach output file (which about 1M). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239190#4239190 Reply to

[jboss-user] [JBossWS] - Cannot find child element: parameters

2009-06-22 Thread klowtherjr
Hi all, I'm working with wsdl2java generated classes making an rpc call in JBoss 4.2.3 to a WSDL on another platform. This seems to work fine until the response comes back to the client. The response comes back as follows. | http://schemas.xmlsoap.org/soap/envelope/";> | | htt

[jboss-user] [JBoss Tools (users)] - Re: Adding JSF Environments to Create New JSF Project Wizard

2009-06-22 Thread fischman_98
Olga, Thanks. Let me just state, I have no problem adding the .jars manually. My motivation for this inquiry is to start a project with a clean slate, get all the .xml/set-up files created correctly (at least initially). So my main question is how to set up MyFaces 1.2.6 so I can see it here

[jboss-user] [EJB 3.0] - ejb-jar indirection

2009-06-22 Thread goldberg.howard
I'm fuzzy on the patterns to create indirection using the right annotation attributes in conjunction with ejb-jar entries, and I haven't found a good reference or example. Can someone help with the following: I have interfaces I @Local ILocal extends I @Remote IRemote extends I and 2 differen

[jboss-user] [JBossWS] - Re: Cannot find child element: parameters

2009-06-22 Thread klowtherjr
All, It appears this is a SOAP-specific requirement dealing with RPC. My understanding is that this is described in section 7 of the SOAP specification. Thanks, Ken View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239201#4239201 Reply to the post : http://

[jboss-user] [Beginners Corner] - Re: SSO session destroyed using a4j:poll

2009-06-22 Thread pablo.fraga1975
"genman" wrote : Not really a beginner's question, I would think. Maybe the a4j:poll doesn't extend the life of the session? For instance, do you see any issue when the session cannot expire? You can try the ajax4jsf forums. Hi Genman, Thanks for your reply. I know it is not a beginner's ques

[jboss-user] [JBoss jBPM] - problem with examples and ant deploy.examples on jbpm-4.0-CR

2009-06-22 Thread jwerkmeister
Hi why does the ant file (deploy.examples) included with the examples exclude all these project? | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-06-22 Thread niuxuetao_fiserv
P.S., I am sharing one org.jboss.cache.pojo.PojoCache instance amongst multiple threads. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239191#4239191 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239191 _

[jboss-user] [JBoss jBPM] - Re: JBPM assign

2009-06-22 Thread shekharv
http://docs.jboss.org/jbpm/v3/userguide/taskmanagement.html#thegrouptasklist View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239154#4239154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239154 __

[jboss-user] Parameter of SOAP call is not received

2009-06-22 Thread Olivier Cailloux
0Hello, I am trying to call a web service I just developed and installed on JBoss (using a client in the R language with the SSOAP package). The web service WSDL file is here [http://smg8.ulb.ac.be:8080/web2?wsdl]. I can call the web service and obtain an answer, but I can't make the web se

[jboss-user] [JBoss/Spring Integration] - Re: Installation Instructions for JBoss 4.2.3.GA?

2009-06-22 Thread Crucifix
Thanks for the response! Unfortunately, I'm doing something wrong as I'm still not able to get the deployer working. I've downloaded the spring-deployer.zip and extracted the jboss-spring-jdk5.deployer directory from inside it to my JBoss deploy/ directory. Inside the extracted deployer direc

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-06-22 Thread niuxuetao_fiserv
Hi Galder, Thanks for the hints to probe the problem! The size of a Pojo is between 5k and 100k by estimate. I did not track the lock-holder thread's behavior, cuz I do not know how to do it, could you give some tips on this? I disabled the preloading and I haven't seen the berkeleyDb deadlock

[jboss-user] [JBoss Cache: Core Edition] - Re: JBosscache dirty read even though isolation is REPEATABL

2009-06-22 Thread vishwasoft
Thank you for timely reply. Yes, I'm running cache & EJB in same JVM. This is the case, I need to look for alternative design. Thank you very much View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239176#4239176 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: problem with examples and ant deploy.examples on jbpm-4.

2009-06-22 Thread camunda
Best is to check with the current schema what is used which is not there... Before that, everything is just a rough guess... if it was removed, maybe the SVN log reveals why. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239200#4239200 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-22 Thread drcallaway
"galder.zamarr...@jboss.com" wrote : | Looks to me the different caches accessed by your clients are not clustered which is the root of your problem. If they're clustered, modifications could be replicated to other cache instances or modifications could result in invalidation messages to othe

[jboss-user] [JBoss Cache: Core Edition] - jbosscache/jgroups replicated cache not working

2009-06-22 Thread joachimm
Using jbosscache-core 3.1.0.GA on jdk 1.6. We have a shared map of users that are logged in to our site. This is used by our back end services to send alerts to users if they are _not_ logged in. Each front end web app has a node id, and each user can have multiple sessions per node: /logged

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-06-22 Thread niuxuetao_fiserv
Maybe something useful to give: Now I use 20 threads doing the same job (setting ockAcquisitionTimeout="4294967", all the rest configuration is the same as I pasted before), I experience a phenonemen which seems to be a "true deadlock" since no threads are running (jobs in the Threadpool Execut

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-06-22 Thread mike_mackey
"marius.bogoevici" wrote : Mike, | | What you need to do is to add a similar contextClass configuration to your DispatcherServlet. There are two application contexts that get created with your Spring application, and in your case you need to deal with both. | | Marius Firstly Marius ..

[jboss-user] [JBoss Messaging] - Re: Queues Grouping in JBoss Messaging 1.4

2009-06-22 Thread timfox
"unwavering" wrote : Dear respectable community, | | I have a project in which JBoss Messaging 1.4 will be used as the messaging component. One of the requirements is to define different groups of queues for different parties. The purpose of the grouping concept is facilitate queues manag

[jboss-user] [Security & JAAS/JBoss] - x509 certificate and JAAS

2009-06-22 Thread jej2003
I am following the guide at http://www.jboss.org/community/wiki/SSLSetup and have gotten to the point where JBoss is requesting the client certificate but I keep getting a 401 denied error and a log entry of | 12:46:13,140 DEBUG [UsersRolesLoginModule] Bad password for username=CN=ClientCer

[jboss-user] [JBoss Messaging] - Re: Client program exception

2009-06-22 Thread clebert.suco...@jboss.com
anonymous wrote : I just upgraded my JBM to 1.4.4 and am trying to read a queue from a JUnit test. I get: Probably a classPath issue. Try verifying if you have everything documented at your classPath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239155#4

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Tutorial for setup of Authentication in JBoss?

2009-06-22 Thread PeterJ
Yes, you can use such a DN. You need to set the role attributes such that the result is, for example, the value for DeptCode. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239132#4239132 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-06-22 Thread marius.bogoevici
Hmm, but ... you did too much research on this for a n00b ;) Thanks for posting the complete configuration - as a side note, we will provide shortly a release build with these libraries and some documentation on how to use them, hopefully that will make things easier. Marius View the original

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: form field validation and form posting not working after

2009-06-22 Thread brettcave
this tag is not helping :/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239162#4239162 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239162 ___ jboss-user mailing list jbos

[jboss-user] [JBoss/Spring Integration] - Re: Installation Instructions for JBoss 4.2.3.GA?

2009-06-22 Thread marius.bogoevici
For JBoss 4.2.3.GA you need to use the 2.x line of deployers - and there you have the jdk5 variants. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239134#4239134 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239134 _

[jboss-user] [JBoss Messaging] - Re: Client program exception

2009-06-22 Thread chipschoch
Yes, you are correct. I was running it from within eclipse and it was picking up an older version in the classpath first. Sorry to bother everyone. Thanks for your replies. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239159#4239159 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Attribute from MappedClass as a part of composit PK ?

2009-06-22 Thread Wolfgang Knauf
Hi Dalibor, one more idea, which might prevent you from duplicating the fields: Instead of an EmbeddedId, use an IdClass (annotate the entity with "IdClass"). This class will have the same fields as the EmbeddedId, but no further annotations. All primary key fields are part of your entity. The

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-06-22 Thread marius.bogoevici
Mike, What you need to do is to add a similar contextClass configuration to your DispatcherServlet. There are two application contexts that get created with your Spring application, and in your case you need to deal with both. Marius View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [JBoss Cache: Core Edition] - Re: Hibernate + JBC not reading from cache: spatial or view

2009-06-22 Thread nicholeuf
The same setup is caching other queries so it is this query in particular that is causing an issue. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239113#4239113 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239113

[jboss-user] [JBossWS] - Re: Call WebService in EJB 3.0 (Differences to EJB 2.1)

2009-06-22 Thread bjoern83
I use JBoss 4.2.2a. The problem was already solved by using the @WebContext and @WebParam annotations. The problem was, that @WebParam can not be used if the interfaces are generated. Therefore they are hard coded now. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [Installation, Configuration & DEPLOYMENT] - java.util.zip.ZipException: unexpected EOF

2009-06-22 Thread mad_rug
Hi I'm using JBoss AS 4.2.1GA as my server. I'm using this version because is the latest my web host supports. During local development I'm having no problems, but when I deploy my EAR to the host, I get this exception: | ... | 10:45:19,643 INFO [Catalina] Initialization processed in 108

[jboss-user] [JBoss Portal] - WSRP version

2009-06-22 Thread dorothy
Hi Can anyone pleaes tell me which version of WSRP (1.0 or 2.0) do the latest JBoss Portal Servers i.e. 4.3 EAP (or JBoss 2.7) support? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239056#4239056 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBoss Cache: Core Edition] - Re: BerkeleyDB Deadlock Exception from JBoss Cache Loader: B

2009-06-22 Thread galder.zamarr...@jboss.com
How big are the Pojos that you're storing? Several kbs/megs...etc? Did you try getting some thread dumps to see what the thread holding the lock to the database is doing? Can you try commenting preloading and trying again? View the original post : http://www.jboss.org/index.html?module=bb&op=v

[jboss-user] [JBoss Messaging] - Re: Ordering Group and Queue-FullSize reload problem

2009-06-22 Thread gaohoward
Hi Markus, I've fixed the related issue, can you help to verify it if you have time? Thanks, Howard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239137#4239137 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239137

[jboss-user] [JBoss AOP] - Re: weaving aspects into applets

2009-06-22 Thread harryiam42
alas the aopc route has not yet lead to happiness. in short i get the error java.lang.ExceptionInInitializerError | at AnApple$AnAppleAdvisor.(AnApple$AnAppleAdvisor.java) | at AnApple.(AnApple.java) | at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) be

[jboss-user] [JBoss OSGi] - Re: OSGi + EE code in the same JAR ?

2009-06-22 Thread wark2007
I am also interested in deploying EJBs within OSGi bundles, but afaik this is not possible at the moment (see my post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=154158). Are there any news on that topic? View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [JBoss Portal] - Re: WSRP - Runtime Exception

2009-06-22 Thread chris.lap...@jboss.com
It could be that the producer you're trying to access is down. However, judging by the numerous error messages it seems that you have tried to deploy services that were already deployed and you might want to fix these issues first. View the original post : http://www.jboss.org/index.html?module

[jboss-user] [JBoss Messaging] - Re: Client program exception

2009-06-22 Thread chipschoch
I did upgrade remoting. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239084#4239084 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239084 ___ jboss-user mailing list jboss-u

[jboss-user] [Management, JMX/JBoss] - Re: How to retreive size of JMS queue (same jboss instance,

2009-06-22 Thread lgmqy2000
Help me, pl:-( Thx a million! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239029#4239029 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239029 ___ jboss-user mailing li

[jboss-user] [JBoss Portal] - Drag/Drop Portlet(Jboss Portal 2.6.4)

2009-06-22 Thread submoh
Can we drag and drop portlets on a portal page??? If yes then what are the steps to do it. Thanks Subu View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239024#4239024 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239024

[jboss-user] [EJB 3.0] - Re: How to ignore persistence unit loading

2009-06-22 Thread jaikiran
I don't know of any override to prevent this scanning. One way i can think of is to add a JBoss specific descriptor (jboss-structure.xml) to the jar containing the persistence.xml. But that would require changing that jar file (which is as good as removing or renaming the persistence.xml).

[jboss-user] [JBossWS] - Jboss 4.2.3 Virtual Host Configuration

2009-06-22 Thread germanescobar
Hi, I'm trying to configure a Web Service on a virtual host using the @WebContext annotation. However, I know that there is an issue "JBWS-981 Virtual Host configuration for EJB endpoints" that ignores the virtualHosts parameter of the @WebContext annotation. This is fixed in JBossWS native 3.0

[jboss-user] [JBoss Portal] - Re: WSRP version

2009-06-22 Thread jpviragine
Hi dorothy, JBoss EPP 4.3 supports WSRP 1.0. For further information, please, take a look at http://www.jboss.com/pdf/JBoss_EPP_datasheet.pdf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239065#4239065 Reply to the post : http://www.jboss.org/index.html

[jboss-user] [JBossWS] - Connect- and read-timeout properties for JBossWS-Native

2009-06-22 Thread thorsten-sch...@web.de
Does anyone know the names of the properties for setting the 1. connect-timeout and the 2. read-timeout for a JBossWS-Native client? I found several properties for the read-timeout, e.g. on http://jbossws.jboss.org/mediawiki/index.php/JAX-RPC_User_Guide |/** ClientTimeout property: or

[jboss-user] [JBoss Portal] - Re: WSRP version

2009-06-22 Thread dorothy
Hi But the latest version of WSRP is 2.0. Why is JBoss still on 1.0 then? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239067#4239067 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239067 ___

[jboss-user] [JBoss Portal] - Re: WSRP version

2009-06-22 Thread chris.lap...@jboss.com
Because we haven't seen much demand for WSRP 2 yet and there were other, more requested features to implement first. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239083#4239083 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss AOP] - Re: weaving aspects into applets

2009-06-22 Thread harryiam42
thanks for the reply. we have not tried aopc yet, but will give it a go! cheers - harry View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239053#4239053 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239053 _

[jboss-user] [JBoss jBPM] - Re: What's the stable version of Jbpm

2009-06-22 Thread kukeltje
3.2.6SP1 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239000#4239000 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239000 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBoss Messaging] - Re: Queues Grouping in JBoss Messaging 1.4

2009-06-22 Thread gaohoward
Hi, JBoss Message 1.4 doesn't support wildcards in its configuration. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239058#4239058 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239058

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-06-22 Thread mike_mackey
Hi ... I'm a bit of a noob w.r.t. alot of this so apologies if this question is obvious or silly. I've been trying to get a simple sample application running with JBoss 5.0 and Spring 2.5.6. I have used the fix provided in https://jira.jboss.org/jira/browse/JBSPRING-4 and my Root WebApplica

[jboss-user] [JBoss Cache: Core Edition] - Re: Dirty read even though configured as REPEATABLE_READ or

2009-06-22 Thread mircea.markus
This is a duplicate of http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157341. It was answered on the other thread. Please only post once, as this would make the topic easier to follow. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238988#4238988

[jboss-user] [JBoss Cache: Core Edition] - Re: Refresh cache from cache loader on demand?

2009-06-22 Thread galder.zamarr...@jboss.com
"drcallaway" wrote : "galder.zamarr...@jboss.com" wrote : | | What do you exactly mean with data changing? Is data changing as a result of your interaction with the cache? Are you changing the data directly in the cache store? I don't understand why you'd want the data to be replaced with t

[jboss-user] [JBoss Cache: Core Edition] - Re: Hibernate + JBC not reading from cache: spatial or view

2009-06-22 Thread galder.zamarr...@jboss.com
H, I'm not sure what's the effect of querying view tables and spatial fields and I dunno whether the question has really anything to do with JBoss Cache itself. Have you tried to cache the query using standard hash table cache provider and see if that works? If it does, then there might some

[jboss-user] [JBoss Portal] - Re: Drag/Drop Portlet(Jboss Portal 2.6.4)

2009-06-22 Thread submoh
waiting for a reply View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239027#4239027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239027 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBoss Portal] - Re: WSRP: failed to configure remote producer as described i

2009-06-22 Thread dorothy
Could you please suggest how to include the authentication information in the conf file Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239071#4239071 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239071 _

[jboss-user] [Security & JAAS/JBoss] - Re: Simple Web Form authentication using JAAS with DatabaseS

2009-06-22 Thread Wolfgang Knauf
Hi, at first glance: your roles query contains a small, but breaking error: it should be 'Roles' instead of 'Role': select role, 'Roles' from roles where username=? If this does not help: activate logging of the security layer. See the http://www.jboss.org/community/wiki/SecurityFAQ, question 4

[jboss-user] [JBoss Cache: Core Edition] - Re: Transfered objects during a cluster state transfer event

2009-06-22 Thread clajoie
Hoi Galder, thanks for the reply. Unfortunately I'm still lacking some information. The reason I was asking is that I'm trying to understand how to write some code that would merge the state of a cluster after a partition. I know how to detect the start of the merge process via the MergeView

[jboss-user] [JBoss Portal] - Re: Drag/Drop Portlet(Jboss Portal 2.6.4)

2009-06-22 Thread submoh
sers View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239026#4239026 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239026 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Notifications when the state of a user task is changed

2009-06-22 Thread kukeltje
by using the task-assign event? Look at how events/actions work in jBPM http://docs.jboss.com/jbpm/v3.2/userguide/html/processmodelling.html#actions View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238999#4238999 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: JBPM assign

2009-06-22 Thread kukeltje
By using the api? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239002#4239002 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239002 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JCA/JBoss] - Re: 4.2.3.GA to 5.1.0.GA regression - heirarchical JNDI name

2009-06-22 Thread jaikiran
"kennardconsulting" wrote : | Your example uses the attribute JNDIname, but the queue name is still just DLQ... | | | | ...it is the queue name I wanted to be heirarchical. I thought by putting it under a heirarchy with the app name I could avoid naming conflicts in future? I am pr

[jboss-user] [Clustering/JBoss] - Re: JBoss 5.1 clustering improvements - update the Wiki plea

2009-06-22 Thread jaikiran
That's because the -D option passed from the command prompt does not get set in the JAVA_OPTS. Instead it gets passed directly to the Main class which triggers the AS startup. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238961#4238961 Reply to the post :

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: form field validation and form posting not working after

2009-06-22 Thread brettcave
found a web:ajax4jsf tag in components - would this cache be flushed across restarts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239003#4239003 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239003

[jboss-user] [JBoss Portal] - Re: Creating dummy ServletRequest and ServletResponse object

2009-06-22 Thread hilmer
You can use: org.jboss.portal.portlet.bridge.JBossServletContextProvider It gives you access to the objects you need, it is located in the jar: portal-portlet-bridge-lib.jar As I am looking into the same things, I am curious to know which reporting solution you are integrating. Best Søren

[jboss-user] [JBoss Cache: Core Edition] - Re: Transfered objects during a cluster state transfer event

2009-06-22 Thread galder.zamarr...@jboss.com
No, the FQN is only the location of the data. The object passed around is a bit more complex, varies depending on the situation, but generally contains an FQN plus key+value pair(s) sent around. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239048#4239048 R

[jboss-user] [JBoss Messaging] - Queues Grouping in JBoss Messaging 1.4

2009-06-22 Thread unwavering
Dear respectable community, I have a project in which JBoss Messaging 1.4 will be used as the messaging component. One of the requirements is to define different groups of queues for different parties. The purpose of the grouping concept is facilitate queues management by centralizing adminis

[jboss-user] [JBossMQ] - JmsXA not installing esception listener on QueueConnection

2009-06-22 Thread stone_42
Hello, I have the following problem: In a cluster of two nodes (both jboss 4.0.3 sp1), I use MDBs and SLSBs sending messages to the MDBs. For this, the SLSBs use the following code to access a queue connection: | InitialContext initialContext = new InitialContext(); | QueueConnecti

[jboss-user] [JBoss Messaging] - Re: Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not s

2009-06-22 Thread timfox
In JBM 1.x, if you want to do this kind of thing you need to use JNDIName as Howard mentioned at the beginning of this thread. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238977#4238977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [JBoss Cache: Core Edition] - Re: JBosscache dirty read even though isolation is REPEATABL

2009-06-22 Thread mircea.markus
On the other post I saw you're using DummyTransactionManagerLookup. You're running in the application server so use GenericTransactionManagerLookup. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238985#4238985 Reply to the post : http://www.jboss.org/index.

[jboss-user] [JBoss Messaging] - Re: Migrating 4.2.3.GA to 5.1.0.GA - queue hierarchies not s

2009-06-22 Thread timfox
You could add a feature request JIRA if you like, if you want JBM 1.x to also support sub contexts on the name too. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238979#4238979 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

  1   2   >