[jboss-user] [JBoss Cache: Core Edition] - Re: True Structure of Cache Node?

2009-04-01 Thread atifoxon
Can anyone comment on [A] and other strategies. Is [A] a recommended approach and is not wastage of node maps? Anyone from JBoss Cache developer can comment on it? As it is primary concern when building cache View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: JBossXacml

2009-04-01 Thread karink
Hi Anil, thanks for this quick fix, I'll test it Regards Karin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222501#4222501 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222501

[jboss-user] [EJB/JBoss] - Re: Help: how to look up ejb3 deployed in ear using jndi

2009-04-01 Thread jaikiran
When deployed in an ear, the default jndi name will be of the form: EARName/BeanName/local or EARName/BeanName/remote So in this case, you should use taas/ServiceProviderDaoImpl/local View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222503#4222503 Reply to

[jboss-user] [Management, JMX/JBoss] - Re: Server is not Responding ( Jboss 4.2.3.GA with JDK1.5) a

2009-04-01 Thread jaikiran
Thanks for posting this - it will atleast give someone an idea to where/what to look for while debugging similar issues. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222504#4222504 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Large web service request, connection prematurely closed

2009-04-01 Thread tinny4u
I wasn't sure where to post this web service question (Is there a better place to post this?) I have a Grails application that I have deployed to JBoss AS 4.2.2.GA (Ref: http://www.jboss.org/index.html?module=bbop=viewtopict=152946) This application has some web services (using XFire).

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How do I configure a MDB so that multiple instance of it

2009-04-01 Thread vandana_awat
could you tell me if you found solution to the above issue ? how can we manage the no of pooled mdb instances in jboss ... ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222512#4222512 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to configure the order of the jars in Maven for TestNG

2009-04-01 Thread Fenixx
Hi all, according to this link http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3.0.cp03_fp01/html/Seam_Reference_Guide/migration.embedded.html you have to guarantee that the jars for the test of the Embedded JBoss should be declared above any other libraries in the

[jboss-user] [EJB/JBoss] - Re: MDB: Annotations ignoring ActiveMQ destination options?

2009-04-01 Thread klenkes
Did you check if you have a bean pool size of 1? The Jboss will connect with one consumer but will take every message and assign it to the availabe beans. So you have to limit the bean pool to 1 ... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222510#4222510

[jboss-user] [Clustering/JBoss] - Re: Node's joining the wrong partition

2009-04-01 Thread FrankTheTank
Dunno about 5.0 but in 4.2.3 I had noticed that simply changing the name of the partition in clustering-service.xml was the wrong way to do this, as many other systems use the jboss.partition.name variable. So when I, instead of setting it in the clustering-service.xml, rather set JAVA_OPTS

[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-04-01 Thread chtimi2
Here is the complete warning: | WARN [loggerI18N] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] [com.arjuna.ats.internal.jta.resources.arjunacore.norecoveryxa] Could not find new XAResource to use for recovering non-serializable XAResource 131075, 28, 26,

[jboss-user] [EJB 3.0] - Re: Can't get @Service to work

2009-04-01 Thread chtimi2
Thanks, well that's one more reason to try JBoss5 i suppose. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222517#4222517 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222517

[jboss-user] [JBoss AOP] - Re: client interceptor to retrieve client IP

2009-04-01 Thread vit.jonas
Solution in that article is aimed on JBoss 4.2 which is using different Remoting implementation version to JBoss 5. Another problem can be if you use calls via WebServices. In this case EJB is called from locally deployed Web application so you see as 'client' your WebContainer (Tomcat) View

[jboss-user] [Management, JMX/JBoss] - local interface to find MBeanServer

2009-04-01 Thread SARA1232007
Hi, I need a web application which need to find MBeanServer in the same JVM where the JBOSS AS resides. Then I want to access mbeans resides in the MBeanServer. Is there a local interface to find MBeanServer located in the same JVM? Thanks a lot. Sara View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to configure the order of the jars in Maven for Test

2009-04-01 Thread Fenixx
Btw the following code in MyTest.java does not solve this problem: @BeforeClass | public void init() | { | org.jboss.net.protocol.URLStreamHandlerFactory factory = new org.jboss.net.protocol.URLStreamHandlerFactory(); | URL.setURLStreamHandlerFactory(factory); | try |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Large web service request, connection prematurely closed

2009-04-01 Thread tinny4u
In addition... If I do a much smaller request to this same web service it works just fine under JBoss. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222524#4222524 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222524

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-01 Thread Toriton
Hi, i'm trying still to create custom hbm files under my process. But still can't deploy a process with embedded hbm files. I tried putting in the .par file both hibernate.extra.hbm and the hibernate.hbm.xml, but the error is always: anonymous wrote : | 2009-04-01 09:43:16,734 ERROR

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread DeanDeen
I am searching the web about this feature and nothing. I start to doubt if this is possible with jBPM! So one more time, my SCENARIO: Broswer no.1 - My application running some process. Broswer no.2 - Inspecting workflow of process (running on Broswer 1.) in jbpm-console. And I want it

[jboss-user] [JBoss jBPM] - Re: jms notbound exception when accessing jbpm context from

2009-04-01 Thread gchanteb
Could you explain it plz ? I have the same problem and I really don't understand why.. I have this process: process-definition xmlns=urn:jbpm.org:jpdl-3.2 name=process9 | | start-state name=start-state | transition to=state1 name=to state1/ | /start-state |

[jboss-user] [Management, JMX/JBoss] - Re: local interface to find MBeanServer

2009-04-01 Thread dimit...@jboss.org
http://java.sun.com/j2ee/1.4/docs/api/javax/management/MBeanServerFactory.html#findMBeanServer(java.lang.String) Look for the mbeanserver called jboss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222530#4222530 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: EJB 3 Security in JBoss 5.0.1.GA

2009-04-01 Thread zithuba
Thanks for the reply, the deployment is taken from Anil's page which talks about EJB/WEB security. The nice thing about it is that it comes with the application rather than configured in the server. I changed my module configuration for authorisation to use DelegatingAuthorizationModule, and

[jboss-user] [Beginners Corner] - Re: JBoss Web Console 4.2.1 on Gentoo Linux OS

2009-04-01 Thread kaushalshriyan
Hi Peter Thanks Peter :-) With admin/admin it worked. I believe its a default login credentials. Can i reset it to a different username/password credentials? if that is the case which files i need to modify and do i need to bounce jboss AS ? Thanks and Regards Kaushal View the original post

[jboss-user] [JBoss Messaging] - Re: Messaging blocked by long time-out again

2009-04-01 Thread timfox
There's already an old JIRA for this somewhere View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222537#4222537 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222537 ___ jboss-user

[jboss-user] [JBoss Portal] - Looking for a News System Portlet

2009-04-01 Thread vantek
Hi. I'm on jboss 2.7.1 bundle, and i'm looking for a news system protlet. The news portlet via RSS doesn't interest me, i'm looking for something like a blog or news publishing, with a WYSIWYG editor (because it will be used by professionals, and we don't want a bbcode style) where can I

[jboss-user] [Microcontainer] - Re: New resource adapter deployers (JCA)

2009-04-01 Thread alesj
You can just re-use deployers-vfs tests. That's what I do in WebBeans: - http://anonsvn.jboss.org/repos/jbossas/projects/webbeans-ri-int/trunk/microcontainer/pom.xml (see test dependencies) -

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Deployment error with net beans

2009-04-01 Thread hmsadi
Same case as above reported: 12:53:08,656 INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 27s:844ms 12:53:18,093 ERROR [JBossWeb] Problem in init java.util.zip.ZipException: unexpected EOF at

[jboss-user] [JBoss Portal] - Re: Looking for a News System Portlet

2009-04-01 Thread piergiorgiolucidi
You can download and install JBoss Forums and you can use it easily as a blog. JBoss Forums is the project of the same application that we are using now ;) Then you can use RSS Feed created by JBoss Forums in a NewsPortlet, you can manage by categories dedicated to each feed. JBoss Forums

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread jbarrez
This certainly is possible. If the console and your webapp are pointing to the same database, there should be no problem. My wild guess is that something fishy is going on with your transactions. The console can't see the data because it is uncommitted. And for a strange reason, closing your

[jboss-user] [Performance Tuning] - Re: when does java release commited memory back to the OS

2009-04-01 Thread hari.svnit
Hi Peter, Thanks a lot for the super-quick reply. I have gone through your article and I must admit that it is top class. I have tried with the new setting you suggested for -Xmn. I have tried the following test this time : I have created two jboss server configurations, and i have a code(in

[jboss-user] [JBoss Portal] - Re: Looking for a News System Portlet

2009-04-01 Thread vantek
I tried Jboss forum, associated to RSS news Portlet, the thing is that forum uses BBcode, and we want a WYSIWYG editor! I tried to get jboss blog source, compile and deploy them on jboss portal, but i've got deployment errors =/ View the original post :

[jboss-user] [Beginners Corner] - Re: JBoss Web Console 4.2.1 on Gentoo Linux OS

2009-04-01 Thread kaushalshriyan
Hi Peter Thanks Peter :-) With admin/admin it worked. I believe its a default login credentials. Can i reset it to a different username/password credentials? if that is the case which files i need to modify and do i need to bounce jboss AS ? Thanks and Regards Kaushal View the original post

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread kukeltje
that is my impression to. And real-time is 'near real time'. You need to refresh the image page. (e.g. no ajax 'push' there) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222562#4222562 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread DeanDeen
Thanks for help! Hmm... Exactly, something strange is happening with commiting the data. It is same DB (Oracle). The application it self shouldn't be a problem as if is very simplified. Process definition looks like this: process-definition xmlns=urn:jbpm.org:jpdl-3.2 name=proces

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread DeanDeen
kukeltje wrote : that is my impression to. And real-time is 'near real time'. You need to refresh the image page. (e.g. no ajax 'push' there) Yes, I am aware of that, thanks! It is strange that I don't even see a process instance in console until I restart server. View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with Roles JBPM

2009-04-01 Thread kukeltje
1: by using the pooled tasklist and put the *group* name in the pooled actors list 2: Begun? Or assigned to? Write your own query for it (just like I responded in the seam forum) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222567#4222567 Reply to the post

[jboss-user] [JBoss Cache: Core Edition] - Re: How to subclass JDBCCacheLoader

2009-04-01 Thread manik.surt...@jboss.com
A reasonable request. Something for us to think about moving fwd. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222571#4222571 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222571

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread DeanDeen
I have checked, and DB receive data when I stop the server. Before that no data is commited. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222573#4222573 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222573

[jboss-user] [JBoss Portal] - Re: Looking for a News System Portlet

2009-04-01 Thread vantek
I took jboss blog from the trunk, should i take it from the branches branches/feeds100P27/ ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222558#4222558 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222558

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-01 Thread kukeltje
Yes, by putting the group name in the pooled actors and before you query the pooled tasks, decide what groups your specific users is in and add that groupname to the list. And 'yes' they are interchangeable, technically. For the list that is passed to the pooled actors query they are all just

[jboss-user] [JBoss Cache: Core Edition] - How to subclass JDBCCacheLoader

2009-04-01 Thread jorgemoralespou_2
Hi, We have a requisite to remove old data from datastore that has not been used for a long time, or for example, as a ersult of an scheduled task, for example, every midnight, or data that is in DB for longer than 6 hours. We are trying to subclass JDBCCacheLoader, to add a timestamp column, so

[jboss-user] [JBoss jBPM] - JBPM Data Base - Table's column meaning

2009-04-01 Thread zuipli
Hi, I have found a lot of posts and scripts about the users/groups Data Base configuration, but I'm not able to find docs about the columns meaning of these tables. I would like to create my own configuration with my groups and my users, but it's not clear which values place in some fields.

[jboss-user] [JBoss Portal] - Re: Looking for a News System Portlet

2009-04-01 Thread piergiorgiolucidi
For JBoss Blog you must use the right branch or tag from SVN, I think you can tell this information on JBoss Blog Forum to solve your problem. Hope this helps. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222550#4222550 Reply to the post :

[jboss-user] [Javassist user questions] - Can JavaAssist change a static final field?

2009-04-01 Thread kfinkels
Hi, I'm using ClassFile.renameClass as in jbossretro in order to replace instances of a class in a jar to my own class. This is what I wants to achieve: Some classes are using class A: public class A { } I've created a new class AA: public class AA extends A{ (overwrite some methods) }

[jboss-user] [Javassist user questions] - Can JavaAssist create instance initializer blocks?

2009-04-01 Thread davidgoodenough
I have a need to add an instance initializer block to a class at run time, and I was looking at JavaAssist to help doing this. I could not however find reference to doing this in the documentation. I presume that I just missed if, can someone please point me at the right place. David View

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPQL: LIKE comparison between a numeric column and a Strin

2009-04-01 Thread negora
Good morning: I'm still a rookie with the Java Persistence API and the Java Persistence Query Language, and have a doubt about the implementation of the LIKE operator. On SQL, I use this operator to compare not only text strings between the each other but also a numeric value to a text

[jboss-user] [JBoss Portal] - Re: URGENT - Problem when deploying on jboss portal

2009-04-01 Thread aj_jboss
Hi, I added few jar files which were missing and it is working fine now for instances. But it is giving problem for portlets. I am getting 'Object not found dummy.dummy-HelloPortlet' error I am using JSF in my application. portlet.xml | | ?xml version=1.0 encoding=UTF-8? | portlet-app

[jboss-user] [Security JAAS/JBoss] - Re: JBoss Negotiation 2.0.3.GA Released

2009-04-01 Thread maksimkaszynski
Darran, when can we expect Negotiation into the EAP? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222580#4222580 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222580 ___

[jboss-user] [JBossMQ] - How can we change DefaultJMSProvider for an MDB?

2009-04-01 Thread sboddapati
Hi, I am getting an exception when my MDB gets deployed. It is trying to use DefaultJMSProvider. Can we change the default JMS provider to Websphere MQ JMS provider? From the logs default user is null. Should we have user/pwd in configuration? Here is the log: Failure in jms activation

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread jbarrez
- What transactionManager are you using? - Is jBPM configured properly for Seam? (see http://www.redhat.com/docs/manuals/jboss/jboss-eap-4.2/doc/seam/Seam_Reference_Guide/Configuring_Seam_and_packaging_Seam_applications-Configuring_jBPM_in_Seam.html) - How is the transaction management

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-01 Thread ClayM
Would that be done by assigning the task to group(foo)? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222593#4222593 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222593 ___

[jboss-user] [EJB 3.0] - @LocalBinding @RemoteBinding and backward compatibility

2009-04-01 Thread umberto_soprano
Jboss5 changed the package for @LocalBinding, @RemoteBinding and other annotations from: org.jboss.annotation.ejb to org.jboss.annotation.ejb3 Does it mean that porting a JavaEE application from Jboss4 to Jboss5 requires not only to recompile, but to change the imports (i.e. source code) in all

[jboss-user] [JBoss jBPM] - Re: Don't see running process in JBPM

2009-04-01 Thread DeanDeen
jBPM is properly configured for seam. This is the code form jboss-service.xml. !-- | -- |!-- Transactions -- |!--

[jboss-user] [JBoss Tools (users)] - content assist not available on datatable items

2009-04-01 Thread mjdenham
Hi, Content assist works in my .xhtml files for most things but not for datatable items e.g. rich:dataTable value=#{myBeanList} var=row rich:column h:outputText value=#{row.noautocompletionhere}/ It used to work but it seems to have stopped when I did a refactor to

[jboss-user] [JBoss Tools (users)] - Re: content assist not available on datatable items

2009-04-01 Thread akazakov
Unfortunately it works only for Seam variables for now. See https://jira.jboss.org/jira/browse/JBIDE-2016 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222601#4222601 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222601

[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-04-01 Thread chtimi2
On second thought I'm not sure that was what you were asking.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222602#4222602 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222602

[jboss-user] [EJB/JBoss] - Re: Help: how to look up ejb3 deployed in ear using jndi

2009-04-01 Thread zzuli
To jaikiran: It works, thanks a lot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222603#4222603 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222603 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-01 Thread boercher
I was having the same kind of problem, see http://www.jboss.org/index.html?module=bbop=viewtopicp=4219306. To resolve these classloading issues you have to ensure that the classloader that hibernate uses knows about (i.e. can load) your hbm.xml files and the entity classes. For now I resolved

[jboss-user] [JBoss jBPM] - Re: JBPM Data Base - Table's column meaning

2009-04-01 Thread kukeltje
the .CLASS_ things have to do with hibernate and inheritance. Look at the hibernate mappings. anonymous wrote : check the article in the Wiki is not very useful. I disagree, since (at least) I only say this when there IS an article about it in the wiki or the forum. I think I do not *have*

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-01 Thread kukeltje
via an expression? Not sure, never used them since they are related to the jBPM identity model which I never used. If the docs are not clear (which thwey might not in this area) looking at the source is the easiest to see what is going on. View the original post :

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-04-01 Thread kukeltje
afaik, jBPM4 will support this. Not 100% sure though... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222615#4222615 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222615 ___

[jboss-user] [JBoss jBPM] - Re: Error handling in CommandServiceBean.execute

2009-04-01 Thread kukeltje
sounds plausible, please file a jira issue for this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222616#4222616 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222616 ___

[jboss-user] [JBoss jBPM] - Re: How to reassign from group to actor using CommandService

2009-04-01 Thread kukeltje
anonymous wrote : Is the session closing immediately after the GetTaskListCommand normal? Yes View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222620#4222620 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222620

[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-04-01 Thread gaohoward
Hi, actually I'm asking for the link to your original post so I can take a look of the history of this topic. Anyway, don't mind it much, as I can search it myself. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222627#4222627 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Failure to configure a cache with a TimeToLive expiration

2009-04-01 Thread mortenhattesen
Using JBoss Cache 3.0.3-GA, I have not been able to configure a simple cache with a TimeToLive expiration. Firstly, whenever the eviction thread wakes up, a warning is logged: anonymous wrote : WARN org.jboss.cache.eviction.ExpirationAlgorithm - No expiration key 'expiration' for Node: /

[jboss-user] [JBoss jBPM] - Re: Setting ProcessVariable as a

2009-04-01 Thread sonalkak...@gmail.com
I have the same problem.I want to use executionContext.getContextInstance().setVariable(EmailAddress, a...@xyz.com); in one of my action class. In the mail node I want to set the to=#{??} to that variable. Can i do it that way? pls help its urgent. My problem is I have my own tables and

[jboss-user] [Clustering/JBoss] - Re: Node's joining the wrong partition

2009-04-01 Thread bstansbe...@jboss.com
Note that JBoss AS accepts a startup switch with shorter syntax. Instead of -Djboss.partition.name=whatever you can just use -g whatever or --partition whatever Internally all that happens is the value you pass is used to set the jboss.partition.name system property. View the original

[jboss-user] [JBossMQ] - Re: Improvement suggestions: Messaging in a clustered enviro

2009-04-01 Thread adr...@jboss.org
bind.address:1100 should always be able to see things bound into jndi somewhere in the cluster. Improvements: * Use hajndi-jms-ds.xml to create a pool of connections (this is what is used in the all config anyway) bound at connection factory java:/JmsXA. * Use jndi tricks to use the in-memory

[jboss-user] [JBoss Portal] - Single sign on

2009-04-01 Thread aar
Hello everybody, I need to implement a single sign-on solution for our portal. Here is the senario. We have a portal hosting several portlet applications. (I mean APPLICATIONS, different war files.) There is also a remote Identity management server somewhere else. When a portlet in our portal

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-01 Thread bstansbe...@jboss.com
Are you talking about the Hibernate SecondLevelCacheStatistics or the stats exposed by JBoss Cache? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222642#4222642 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222642

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error while running application

2009-04-01 Thread mrbmuneer
Hi, I am getting the below shown exception during my application . The same thing works fine with JBoss 'default' server configuration.But moving it to the all configuration gives this exception and I am struck here. I am using JBoss 3.2.8 with axis 1.1 . Appreciate if some one can point to

[jboss-user] [JBoss Cache: Core Edition] - Re: True Structure of Cache Node?

2009-04-01 Thread bstansbe...@jboss.com
genman is a significant JBoss Cache developer and he commented on it, correctly. :) Single-key per node is very common. Hibernate Second Level Cache with JBC works that way. JBoss AS EJB3 StatefulSessionBean caching works that way. Some flavors of JBoss AS HttpSession caching work that way.

[jboss-user] [Beginners Corner] - Re: Ports JBoss Portal uses

2009-04-01 Thread PeterJ
It's probably a remoting port. For remoting, I think that each connection is assigned its own random port. Based on this post: http://www.jboss.org/index.html?module=bbop=viewtopicp=4059715 it would appear that there is no mechanism to restrict the port range used by remoting, but you could

[jboss-user] [JBoss Tools (users)] - Re: HOW TO SOLVE JBOSS TOOLS ECLIPSE ERROR

2009-04-01 Thread t_shaguy
@nickboldt Tanx so very much will do all this and get back to u? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222653#4222653 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222653

[jboss-user] [Security JAAS/JBoss] - Re: Basic app client to app server authentication in J2EE

2009-04-01 Thread bugoff
Thank you very much, it all helped a lot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222656#4222656 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222656 ___ jboss-user

[jboss-user] [JBoss AOP] - Custom ClassFileTransformer disables JBoss AOP

2009-04-01 Thread fbrueseke
Hi JBoss AOP experts. I have been using a ClassFileTransformer in my program to build a registry of certain classes. It is loaded through the pluggable instrumentor. This solution is described in the following thread: http://www.jboss.org/index.html?module=bbop=viewtopicp=4185334#4185334. Now

[jboss-user] [Microcontainer] - Using VFS to create a symbolic link from WEB-INF/lib

2009-04-01 Thread stan.silv...@jboss.com
I have a deployer that adds jar files to a web app. The jar needs to be scanned for taglibs by the JSP servlet. A simple way to make sure the jar is scanned would be to symbolically add the jar to WEB-INF/lib. That is, I'd like something akin to a symlink. Can this be done with VFS? If so,

[jboss-user] [Beginners Corner] - Re: Slimming JBoss...

2009-04-01 Thread PeterJ
You will find the UDDI service in the juddi-service.sar directory (remove the whole directory), which appears only in the 'all' configuration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222662#4222662 Reply to the post :

[jboss-user] [Remoting] - Re: Race condition in ConnectionValidator

2009-04-01 Thread thammoud
Ok. This is pretty lengthy (2 Scenarios. One with long pingPeriod and the other one with a much shorter one). The ping period is set to 70 seconds the same as the ping timeout. Server comes back in under 70 seconds from the restart. Scenario where the server is restarted before ping period. No

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS EAP Install

2009-04-01 Thread PeterJ
Why are you trying to build them when a binary is available? I built mine and looked at run.bat and there at no references to downloaded-src-dir/jboss-as/bin. You did not, by any chance, set JBOSS_HOME to downloaded-src-dir/jboss-as, did you? You should either not set JBOSS_HOME (best

[jboss-user] [Security JAAS/JBoss] - Re: JBoss Negotiation 2.0.3.GA Released

2009-04-01 Thread anil.saldh...@jboss.com
maksimkaszynski wrote : Darran, | when can we expect Negotiation into the EAP? In the next major version. Contact your sales guy for information. :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222666#4222666 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How do I configure a MDB so that multiple instance of it

2009-04-01 Thread PeterJ
vadana_awat, please do not resurrect 2-year old posts; you should really start a new post. Also, are you really using 4.0.5? Are you using EJB2.x or EJB3? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222669#4222669 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-01 Thread ClayM
yeah, the identity side of things lacks docs pretty badly. i'd kill for more examples. how else would you assign something to a group other than group(foo) ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222670#4222670 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Large web service request, connection prematurely closed

2009-04-01 Thread PeterJ
It does sound like a buffer configuration issue, the question is which buffer and where to configure it. Please post the full stack trace - that might give some clues. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222672#4222672 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JBoss Web Console 4.2.1 on Gentoo Linux OS

2009-04-01 Thread PeterJ
I already answered that question - see the last paragraph of my previous post. And yes you do need to restart the server. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222674#4222674 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Custom ClassFileTransformer disables JBoss AOP

2009-04-01 Thread flavia.rain...@jboss.com
Frank, I don't see how your transformer would disable JBoss AOP. The javadoc of java.lang.instrument.Instrumentation states that every registered transformer will be called. Specially, if you are not transforming the class... for what I understood, you are using the ClassFileTransformer only

[jboss-user] [Performance Tuning] - Re: when does java release commited memory back to the OS

2009-04-01 Thread PeterJ
Once the JVM asks the OS for memory for the heap it is reluctant to let it go. If you want to limit the amount of memory used, restrict the max heap size. Your only other option is to get more RAM (or allocate larger page files). View the original post :

[jboss-user] [JBoss OSGi] - Access OSGIFramework from Stateless

2009-04-01 Thread xmen911
I'm tring to access the OSGIFramework from my Stateless and I got this error: Caused by: javax.management.InstanceNotFoundException: jboss.osgi:service=Framework is not registered. at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:529) at

[jboss-user] [JBoss Cache: Core Edition] - Failure to deploy JdbmCacheLoader with MicroContainer

2009-04-01 Thread angusm
When I try to deploy JdbmCacheLoader with the MicroContainer, it fails. Same syntax in my xx-jboss-beans.xml file as for FileCacheLoader (which works). Its also fails for the JDBCCacheLoader. It's very odd, as I can not see any difference, from a deployment point of view, between the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Deployment error with net beans

2009-04-01 Thread PeterJ
The hot deployer scans the deploy directory every 5 seconds looking for changes. If you are in the middle of deploying an archive file (that is, it is only partially copied), such as an EAR or WAR file, the hot deployer will attempt to open it and run into this error. The best way to deploy is

[jboss-user] [JBoss Portal] - Re: URGENT - Problem when deploying on jboss portal

2009-04-01 Thread PeterJ
And when you login as admin, does this portlet should up on the admin page in the list of portlets? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222684#4222684 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222684

[jboss-user] [JBoss Messaging] - Re: Could not find new XAResource to use for recovering non-

2009-04-01 Thread chtimi2
Ah that was what you meant. It wasn't my thread, but browsing the wiki and forum it seemed to be a recurring theme. Anyway this links has an explanation that seems convincing to me, but it didn't work (even with one node): http://www.jboss.org/community/docs/DOC-13171#comment-1301 View the

[jboss-user] [JBoss jBPM] - Re: JBPM Data Base - Table's column meaning

2009-04-01 Thread zuipli
Ok, thank you for your answer. Anyway I'm not able to understand what Group Type means. Using the scripts found in the Wiki I have created the base configuration on my MySQL JBpm Data Base. I logged in as manager and in the Identities link I have added a new Group called baseusers. In this

[jboss-user] [JBossMQ] - Re: How can we change DefaultJMSProvider for an MDB?

2009-04-01 Thread adr...@jboss.org
Either: 1) Change the JMSProviderAdapter jndi config in jms-ds.xml 2) Use the IBM jms inbound resource adapter Both are described on the wiki or the docs. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222697#4222697 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Dynamic Group / PooledActors

2009-04-01 Thread kukeltje
by setting the pooledactors to foo and before displaying the group tasklist get all the groupnames the actor is member of and feed that to the method (as mentioned in several other posts the last days) View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-01 Thread zeravlai
I guess they are the stats exposed by JBC. I access them through the jmx console, jboss.cache, and then the Cache Mgmt Interceptor of the cache I'm using. I didn't even know of the existence of Hibernate statistics. Anyway, Brian, I retested it and statistics seem to be working fine. I tested

[jboss-user] [Microcontainer] - Re: Using VFS to create a symbolic link from WEB-INF/lib

2009-04-01 Thread alesj
This is discussed here: http://www.jboss.org/index.html?module=bbop=viewtopicp=4204551#4204551 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222707#4222707 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222707

[jboss-user] [EJB/JBoss] - Re: MDB: Annotations ignoring ActiveMQ destination options?

2009-04-01 Thread bwarren
Works! | @Pool (value=PoolDefaults.POOL_IMPLEMENTATION_STRICTMAX, maxSize=1, timeout=60) //10 min | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222708#4222708 Reply to the post :

[jboss-user] [Microcontainer] - Re: Using VFS to create a symbolic link from WEB-INF/lib

2009-04-01 Thread alesj
The right solution would be to have TLD as proper metadata. And I think this is what Remy is already working on, perhaps even done, but he needs an update to JBossXB, which needs an update to VFS + Deployers, which need update to Kernel. :-) And the real issue is, that I have mvn build problems,

[jboss-user] [JBoss Cache: Core Edition] - Re: JPA/Hibernate JBC usage

2009-04-01 Thread zeravlai
Ooops I forgot another couple of questions: - I'm testing the cache with PESSIMISTIC and both RR and RC. - I understood from Manik that RC does not make any sense since hibernate session provides RR. - But according to the document you pointed me to (hibernate-jbc), pessimistic locking with

[jboss-user] [JBoss AOP] - Write invocation not being called for arrayreplacement

2009-04-01 Thread sgoyette
Hi All, I've been pulling my hair out with this one for some time. I'm trying to intercept reads and writes to an array. Reading is working really well but I cannot for the life of me get the writes to work. Here's is mu jboss-aop.xml file: | ?xml version=1.0 encoding=UTF-8? | aop |

[jboss-user] [JBoss Cache: Core Edition] - Re: How to subclass JDBCCacheLoader

2009-04-01 Thread jorgemoralespou_2
I created a JIRA: https://jira.jboss.org/jira/browse/JBCACHE-1501 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4222718#4222718 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4222718

  1   2   >