[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-03-27 Thread karnivas
YES. The viewAccepted in the SOLARIS machines still have the dead members after some hours also. How can these members be deleted from the VIEW ? Should we set any other value to resolve this ?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221456#4221456

[jboss-user] [JBoss jBPM] - Fetching Task Variable Instances (Early Loading)

2009-03-27 Thread kmajeed
Can anyone please tell me how to fetch variable instances (early fetching more), currently when i try to fetch it, it makes around 4-5 sql calls which makes my task/inbox/WIP very slow - can anyone please suggest me a suitable approach for this. I am storing my task data in a serializable form.

[jboss-user] [JBoss jBPM] - Re: Problems with JBPM Ttimer EJB from a simple Web App

2009-03-27 Thread Toriton
I changed the deploy folder , and from : anonymous wrote : | %JBOSS_HOME%\server\default\deploy | i put my web application war under : anonymous wrote : | %JBOSS_HOME%\server\default\deploy\jbpm | and now no Exception are thrown. But i need that my app is out of this folder, ..

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jaikiran
anonymous wrote : I searched for userValidation in all xml files It's not userValidation. It's useValidation. In my other post i have also mentioned the file and its location : anonymous wrote : For example, in the %JBOSS_HOME%/server/ serverName/deployers/ear-deployer-jboss-beans.xml you

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Log message to screen - possible in Weblogic, is it poss

2009-03-27 Thread jaikiran
Maybe the HTMLLayout of log4j will help. I haven't tried it myself. Give it a try. You might find some examples in the log4j documentation. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221466#4221466 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems with JBPM Ttimer EJB from a simple Web App

2009-03-27 Thread Toriton
Ok seems i found what i was missing.. a couple of thing :P at last.. put this in my web.xml (i had to look as first at web.xml of console web-app :) ) | listener | description | Closes the jBPM configuration on servlet context destruction, releasing |

[jboss-user] [EJB 3.0] - Re: Web Beans + JPA

2009-03-27 Thread wolfc
I disagree: The JPA consumer (AS / Embedded) has no facility to identify an entity. This is custom logic per JPA provider. For example the JPA provider could have a @WhopperEntity which is an extension to the standard @Entity (extra cheese). In which case we'll never find it. View the original

[jboss-user] [JBoss jBPM] - Variables == Bottleneck ?

2009-03-27 Thread gchanteb
Hi, I'am asking you this question because, doing my tests, i have seen that variables are always in DB even if my process is ended. So the variable table could by giant with 1.000.000 of process using 10 variables. Is there an API that could clean the table of ended process? Thx. View the

[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread gchanteb
(that could clean the variable table for ended process) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221499#4221499 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221499 ___

[jboss-user] [Clustering/JBoss] - JVM Free Memory

2009-03-27 Thread cytchiu
I am running the loadtest to my JBoss cluster server say APP1 APP2. Althougt I have the same config to both servers, I found that the Memory usage for APP2 is much more in APP2 than APP1. Is this normal? View the original post :

[jboss-user] [JBoss Portal] - Re: Creating new theme and URLs getting prefixed with .war f

2009-03-27 Thread Fuchs
i use my own theme, too. i only difference to yours is the id=main_css include, wich iam not using. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221491#4221491 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221491

[jboss-user] [JBoss Cache: Core Edition] - Re: FD Issue

2009-03-27 Thread karnivas
One of the RHEL instances has detected the failure and has the following messages org.jgroups.protocols.FD -- [SUSPECT] suspect hdr is [FD: SUSPECT (suspected_mbrs=[xx.xx.xx.xx:xx)] org.jgroups.protocols.VERIFY_SUSPECT -- verifying that xx.xx.xx.xx is dead But this message is not updated to

[jboss-user] [Clustering/JBoss] - Windows NLB does not work with Jboss-4.2.3.GA

2009-03-27 Thread ashly.jose
Hi All, I have been using JBoss 4.0.3. There are two JBoss running on two different machines, and a Windows NLB configured for Load Balancing. It was working fine. Recently I have migrated from JBoss 4.0.3 to JBoss-4.2.3.GA. There are two JBoss running on two different machines and the Windows

[jboss-user] [Beginners Corner] - Augmenting the thread pool for more performance

2009-03-27 Thread Andrechan
I have the objective of increasing the number of user which can be served at the same time. What configuration files I have to change to increase the pool size? Are there some controindications in doing so i.e I can increase the pool size to infinite or is there a limit? View the original

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: persistence provider problem

2009-03-27 Thread BjPenn
no body knows?? why it's do damn hard to configure a simple persistence in jboss? do i have to add hibernate jars in my app , i will really apreciate some usefull answer. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221503#4221503 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: [Criteria] do not select all properties on join

2009-03-27 Thread lmk
It seemes not possible :( .. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221479#4221479 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221479 ___ jboss-user mailing list

[jboss-user] [Beginners Corner] - Re: Augmenting the thread pool for more performance

2009-03-27 Thread Andrechan
Sorry forgot to say I'm using Jboss 4.2.2 and my application is a Web Service :) Thanks :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221509#4221509 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221509

[jboss-user] [Security JAAS/JBoss] - Re: problem with https

2009-03-27 Thread cibermon
Hola chicos, despu??s de buscar mucho he optado por una soluci??n que ni mucho menos es ??ptima pero al menos funciona. Lo que he hecho es hacer un filtro que rediriga a la misma pagina pero con http:// y con el puerto 8080 o el que corresponda. Os pego el codigo. public class

[jboss-user] [JBoss Cache: Core Edition] - XML parse error of ...-aop.xml in JAS 5.1

2009-03-27 Thread bmc
Hi everybody, I`m trying to start JAS 5.1 with Jboss Cache (as in tutorial) and stuck on writing mycache-aop.xml file. JAS want`s me to specify namespace of aop.xml file. But whatever I specify - nothing work. For exemple if I specify | aop xmlns=urn:jboss:aop-beans:1.0 | I get an

[jboss-user] [Performance Tuning] - Re: Sudden increase in Jboss memory

2009-03-27 Thread augustinm
Peter, Once i get a thread dump, whats next? What should I look for in the thread dump? Appreciate your help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221517#4221517 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: XML parse error of ...-aop.xml in JAS 5.1

2009-03-27 Thread bmc
Oooops, sorry - JAS version is 5.0.1.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221519#4221519 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221519 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread kukeltje
please use any search functionality in any way you want cleaning up the db has been discussed a lot View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221522#4221522 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problems with JBPM Ttimer EJB from a simple Web App

2009-03-27 Thread kukeltje
no problem, not at all... now others that have the same problem can find a solution. So thanks for reporting back View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221523#4221523 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: XML parse error of ...-aop.xml in JAS 5.1

2009-03-27 Thread bmc
Oooops2 - it`s allready been discussed: http://www.jboss.org/index.html?module=bbop=viewtopicp=4180022#4180022 Anyway somebody should fix documentation: http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.0.0.GA/pojo/userguide_en/html/xml-pojo.html View the original post

[jboss-user] [JBoss jBPM] - Re: Get Action from Timer. Earlies execution time

2009-03-27 Thread kukeltje
I'm no expert in this area, but why do you state anonymous wrote : although I don't consider this is the best option If jBPM implemented this in the api, it would probably be implemented like you do with a hibernate proxy. View the original post :

[jboss-user] [JBoss Messaging] - jbm 2.0 beta1 snapshort server startup error

2009-03-27 Thread gaohoward
Hi, Building JBM 2.0 from trunk ant distro install jbm 2.0, cd jbm2.0dir/bin, and start run.sh error occured in startup console log: | $ ./run.sh | data libJBMLibAIO32.so libJBMLibAIO64.so logs run.bat run.sh | java -XX:+UseParallelGC -Xms512M -Xmx1024M

[jboss-user] [JBoss jBPM] - Re: Fetching Task Variable Instances (Early Loading)

2009-03-27 Thread kukeltje
I personally never displayed taskvariables in my tasklist. I display the businesskey, which is in most cases enough and if I need more info, I runtime gave the task description a sensible value and display that. View the original post :

[jboss-user] [Clustering/JBoss] - Single Sign On

2009-03-27 Thread rarondini
Hi all, I will need to deploy two applications, first in JBoss 4.0.5 and second in JBoss 4.2.3. I would like no know if is possible to configure Clustered SSO between these couple of application. tks a lot View the original post :

[jboss-user] [JBoss jBPM] - jBPM 3.2 Documentation

2009-03-27 Thread mgoyena
Hi: I can't find Documentation about version 3.2 of jBPM. Is there any link??? I can't use jBPM 4 because the application i wan't jBPM to be embbebed is only supported with java 1.4.2. Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221536#4221536

[jboss-user] [JBoss jBPM] - Swimlanes and Subprocesses

2009-03-27 Thread bradsdavis
There isnt a way to assign a task in a subprocess to the user of a swimlane in the super process out of the box is there? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221538#4221538 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Web Beans + JPA

2009-03-27 Thread epbernard
So Carlo, Are you asking for a *standard* way to get the list of entities. ie a EntityManagerFactory.getEntities() This is not be easy to get for a few reasons, one of them being that you probably want to return some metadata model rather than the plain class and that it would take time to do

[jboss-user] [JBoss jBPM] - jBPM jBDLTools 3.1.6 - Outline/Props view sync Problems

2009-03-27 Thread johnathonlee
I'm experiencing problems where I edit my processdefinition.xml file directly and then the outline/properties view doesn't sync correctly. Changes made via the outline/props view get pushed to the source.xml... but then if I delete the edit manually... outline/props doesn't get updated...

[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread gchanteb
No problem... I found some posts but I wanted your advices. For those who read this post: - Question: anonymous wrote : The db is growing much and in 20 days of work it reached 60 GB of size. | | The only tables of big dimension are: byteBlock 20GB of tables and 1 GB of

[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread salaboy21
if you can share your cleaning methods.. may be the community could improve them... Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221547#4221547 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221547

[jboss-user] [JBoss Messaging] - Re: jbm 2.0 beta1 snapshort server startup error

2009-03-27 Thread jmesnil
in build-messaging.xml's distro target, the version of netty jar is wrong and the jar is not included in the distribution. I'm fixing it right now View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221548#4221548 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Log message to screen - possible in Weblogic, is it poss

2009-03-27 Thread valatharv
Thanks Peter I will give it a try View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221551#4221551 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221551 ___ jboss-user mailing

[jboss-user] [JBoss Cache: Core Edition] - Feature request for eviction policies

2009-03-27 Thread jorgemoralespou_2
Hi, We are heavily using JBC, and think it is great. We have currently updated to version 3, and want to know if it is possible to implements some way an special behaviour we have, or if it could be a feature request, if it is likely to enhance the system for anybody. We have organized the

[jboss-user] [JBoss Messaging] - Re: jbm 2.0 beta1 snapshort server startup error

2009-03-27 Thread gaohoward
Thanks Jeff. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221557#4221557 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221557 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread kukeltje
from LAST WEDNESDAY: http://www.jboss.org/index.html?module=bbop=viewtopict=152938 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221559#4221559 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221559

[jboss-user] [JBoss jBPM] - Re: Swimlanes and Subprocesses

2009-03-27 Thread kukeltje
Not out of the box, but you could write your own assignmenthandler that traverses to the superprocess and reads the info from the swimlane there. Should not be to difficult View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221560#4221560 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jBPM 3.2 Documentation

2009-03-27 Thread kukeltje
huh? http://www.google.nl/search?q=jbpm+3.2+documentation View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221562#4221562 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221562 ___

[jboss-user] [Beginners Corner] - Service and Stateless EJB 3.0

2009-03-27 Thread xmedeko
Hi, I need to make a Service bean and access it remotelly. I can make it easy by creating a remote interface to this service. Is this solution good for a heavy load, i.e. about 400 client calls at one time and handling each call can take a long time to handle? Or is better to make a Stateless

[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread gchanteb
Thx Ronald, i didn't see that post I was searching for terms like clean database, performance... :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221563#4221563 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221563

[jboss-user] [JBoss jBPM] - Re: Recommended way to purge finished process instances

2009-03-27 Thread gchanteb
Hi, thx for this post. PS: you have a variable name problem in your method removeAllProcessesBeforeToday :-p View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221565#4221565 Reply to the post :

[jboss-user] [Remoting] - make ejb3 client use ServerAuthMode=false on sslsocket to jb

2009-03-27 Thread deckrider
My client works fine, but I don't want it to require the trust store. I've read how one can use SSLSocketFactory to somehow configure the client to use SSLSocketBuilder.REMOTING_SERVER_AUTH_MODE=false, but I also don't want the client to know about port 3873, only port 1099. How would I

[jboss-user] [JBoss Portal] - How to correctly report a bug?

2009-03-27 Thread LeoLo
Hi! What's the desired workflow to report a bug? As I understand: *** 1. post it to the user-forum (Or should I post to the developer-forum instead?) 2. discuss with people who should know if it's really a bug 3. If it is, create a JIRA-issue *** Is this correct?

[jboss-user] [JBoss AOP] - Re: java.lang.RuntimeException: java.lang.NoSuchFieldExcepti

2009-03-27 Thread flavia.rain...@jboss.com
Hi! How are you performing the weaving? Compile time (with aopc) or loadtime? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221576#4221576 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221576

[jboss-user] [JBoss Portal] - LDAP Configuration for JBoss Portal

2009-03-27 Thread NapSteros
Hi everybody, I'm traying to configure [jboss-portal-2.7.1] to be integrated with our LDAP, but each time I deploy application under [jboss-4.2.3.GA] I receive an exception that I ignore the source. I edit the [ldap_identity-config.xml] as follows : | identity-configuration |

[jboss-user] [JBoss Portal] - Re: How to correctly report a bug?

2009-03-27 Thread fribeiro1
Nothing disproportionate there, please open the a JIRA issue with the fixes to the typos (diffs are preferred). You might want to advertise them here for them to be voted for. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221579#4221579 Reply to the post :

[jboss-user] [JBoss AOP] - Re: Pointcut intercepting methods with annotated arguments

2009-03-27 Thread flavia.rain...@jboss.com
Hi! Unfortunately, we currently don't support this feature. I have created a Jira issue for adding this: https://jira.jboss.org/jira/browse/JBAOP-711 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221582#4221582 Reply to the post :

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

2009-03-27 Thread kaushalshriyan
Hi, I have got jmx-console working for me on Jboss AS 4.2.1 on Gentoo Linux OS but not Web Console. I have followed that URL (http://www.jboss.org/community/docs/DOC-12190) too. I have provided the username/password details in /var/lib/jboss/all/conf/props/web-console-users.properties I dont

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.RuntimeException: mapped-name is required for

2009-03-27 Thread baiyong
java.lang.RuntimeException: mapped-name is required for jdbc/GADB of deployment StockinBusinessEJB at org.jboss.injection.ResourceHandler.loadXmlResourceRefs(ResourceHandler.java:94) at org.jboss.injection.ResourceHandler.loadXml(ResourceHandler.java:167) at

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem when restarting: javax.naming.NameNotFoundExcept

2009-03-27 Thread oawofolu
That was it - worked like a charm. Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221586#4221586 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221586 ___ jboss-user

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
Thanks for your reply. I changed it.. but now I get following exception , any help? | 10:57:10,470 INFO [NativeServerConfig] 3.0.5.GA | 10:57:15,236 ERROR [AbstractKernelController] Error installing to Parse: name=vfsfile:/C:/software/jboss-5.0.1.GA/server/default/deploy/petclinic.war/

[jboss-user] [JBoss Cache: Core Edition] - Re: invalidation messages lost/ignored?

2009-03-27 Thread bstansbe...@jboss.com
Option.setCacheModeLocal(true) is definitely enough to ensure non-propagation of the remove call. Getting into an inconsistent state is for sure a sign of a bug/greater problem. Greater problem might just be don't use async, but let's dig deeper. Can you make this happen with

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
in ApplicationContext-hibernate.xml the line# 18 is context:property-placeholder location=classpath:jdbc.properties/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221590#4221590 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
jdbc.properties include | # Common Settings | | hibernate.generate_statistics=true | hibernate.show_sql=true | jpa.showSql=true | | # MySQL Settings -- remote mysql db connection properties | | jdbc.driverClassName=com.mysql.jdbc.Driver |

[jboss-user] [JBoss jBPM] - Re: Recommended way to purge finished process instances

2009-03-27 Thread gchanteb
Re, Bradsdavis, you could have a problem using removeAllOldProcessDefinitions(). If you haven't your log debug enabled, context.getGraphSession().deleteProcessDefinition(definition); is not launched... oups :-(. View the original post :

[jboss-user] [EJB 3.0] - Re: EJB 3 Jboss 4.2 GA Issue

2009-03-27 Thread PeterJ
For the benefit of others who might run into the same problem, could you post how the issue was solved in the hosts file? Why are you using 127.1.1.1 in the jndi properties instead of 127.0.0.1? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221598#4221598

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Deploying Spring 2.5 Application in JBoss 5

2009-03-27 Thread jboss_user200
I found following link but did not help... http://www.jboss.com/index.html?module=bbop=viewtopicp=4161073#4161073[/url] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221600#4221600 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Variables == Bottleneck ?

2009-03-27 Thread gchanteb
Hi all, here is the solution for my problem, based on the other post: I can now delete properly all ended processes, it works. This should exists by default. package ; | | import java.util.Date; | import java.util.List; | | import org.hibernate.Query; | import

[jboss-user] [Beginners Corner] - Re: Augmenting the thread pool for more performance

2009-03-27 Thread PeterJ
Web services come in over HTTP, thus changing the max threads allowed for HTTP should increase the number of allowed connections. You can set this in server/xxx/deploy/jboss-web.deployer/server.xml, change maxThreads: Connector port=8080 address=${jboss.bind.address} |

[jboss-user] [Performance Tuning] - Re: Sudden increase in Jboss memory

2009-03-27 Thread PeterJ
There will be a stack trace for each thread. This will give you and idea of what each thread is doing. Ignore threads waiting on the http queue, instead look for threads running you app code. Then in the next thread dump, look at the same threads to see what they are doing. Threads that appear

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

2009-03-27 Thread PeterJ
web console uses a Java applet. If you have not installed applet support into your browser it will not work. By not working I mean that there will be no tree view in the left panel and only the main page will show on the right panel in the browser. What, exactly, do you mean by it not working

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: [JBoss-4.0.3][SQLServer] LockAcquisitionException blocks

2009-03-27 Thread ceciiil
2 reasons : 1) SQL Server sends transaction started and transaction rolled back/committed messages to the driver in band with a query's execution results (update counts, result sets, errors). The driver can't see the messages until the results that precede them have been processed. So once

[jboss-user] [Security JAAS/JBoss] - Caller Principal Set Once And Forever

2009-03-27 Thread ralfsteppacher
Hi, I am migrating an existing application from JBoss 4 to 5. I am trying to configure security with JAAS but I am struggling with what probably is a simple configuration setting. I have a servlet that is protected with BASIC authentication. I am using the UsersRolesLoginModule to specify my

[jboss-user] [JBoss Portal] - Re: Administration Page/Portlet is disabled accidentally, ho

2009-03-27 Thread vivek_saini07
hi default-object.xml is present in portal-core-sar/conf/data folder. Find for portal-nameadmin/portal-name in it and change it from deployment | parent-ref/ | if-existskeep/if-exists | portal | portal-nameadmin/portal-name to deployment | parent-ref/

[jboss-user] [Clustering/JBoss] - JBoss cluster: session stickiness

2009-03-27 Thread sureshrk19
Hi All, I configured Jboss 4.2.3 2 node cluster with Apache/mod_jk connector. The applicaion deployment (thru farm) is fine... but, I see weird behavior some times. 1) My application is using JAAS authentication. I made modifications to 'login-config.xml' of both the nodes; When I access

[jboss-user] [JBoss Portal] - Re: Administration Page/Portlet is disabled accidentally, ho

2009-03-27 Thread bensonfungjava
Hi Vivek, There is no such file at portal-core-sar/conf/data folder. But there is such file at jboss-portal.sar/conf/data folder. Anyway, I tried to modify the file according to your suggestion. It doesn't work unfortunately. I think the reason is I unchecked the view permission of the

[jboss-user] [EJB 3.0] - Re: Web Beans + JPA

2009-03-27 Thread pete.m...@jboss.org
I agree with Carlo, whilst for the narrow scope of making WB spec compliant, I only need @Entity/orm.xml (i.e. spec'd entities) it would be much more user friendly to also extend this to provider specific entities (case in point is hbm.xml). If necessary for EE6/AS6 we can do a simple impl: *

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

2009-03-27 Thread kaushalshriyan
Hi Peter Johnson Thanks for the quick reply. I get Jboss Authentication Dialog Box for Web Console on my Browser, I key in the Username and Password Details as provided in /var/lib/jboss/all/conf/props/web-console-users.properties. It keeps on popping up again and again. Am i missing

[jboss-user] [EJB 3.0] - Re: EJB 3 Jboss 4.2 GA Issue

2009-03-27 Thread abhilashjohn
three mistakes in my life: 1. the port in the server\default\conf\jboss-service.xml was 2099, not 1099 2. i had messed up with the etc\host file 3. i forgot about these changes, untill i saw your post and did the telnet View the original post :

[jboss-user] [JBoss Portal] - how to begin with JBoss Portal.

2009-03-27 Thread alejandrosc
Hi. My name is Alejandro. I need a guide for begin with JBoss Portal. what are the steps for begin. thank's View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221626#4221626 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Deploy ear in jboss 5.0.1 not using VFS mecanism

2009-03-27 Thread castilar
Please we have a huge Spring - ejb3 application and is not working in jboss 5 by the well know defect caused by vfs file system. Is possible configure the deploy in the old fashion way (like jboss 4.2.3) ? which are the steps please.. View the original post :

[jboss-user] [JBoss AOP] - Re: Problem intercepting DataSource method calls in JBoss 4

2009-03-27 Thread flavia.rain...@jboss.com
Have you added the javaagent JVM arg to the jboss startup script? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221632#4221632 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221632

[jboss-user] [JBoss Portal] - Re: Getting Access to assigned Portlet Instances = Portlet

2009-03-27 Thread vivek_saini07
Hi To get information regarding all deployed portlets, Mbean is | service-nameInstanceContainer/service-name | service-classorg.jboss.portal.core.model.instance.InstanceContainer/service-class | service-ref:container=Instance/service-ref | | Example of using it |

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

2009-03-27 Thread FrankTheTank
I am currently setting up a system where we will have multiple JBoss AppServers (4.2.3) and one DB in the backend. I have configured everything to use the single DB and the DefaultDS is also mapped to it. The AppServers will each have the following: * one Queue deployed in deploy-hasingleton

[jboss-user] [JBoss AOP] - Re: Different jboss-aop.xml files for unit testing

2009-03-27 Thread flavia.rain...@jboss.com
Yes, there is a way to overcome this issue. You have to use a call pointcut instead of a execution pointcut, because this way you can match who is performing the call. So, binding the following pointcut expression to throwMultefileException advice should fix your problem: call(public void

[jboss-user] [JBoss Portal] - Re: Administration Page/Portlet is disabled accidentally, ho

2009-03-27 Thread vivek_saini07
hi You are at right default-object.xml file. I gave you path in source code, you are checking it in binaries. Anyway we are at same file now. Now do one more thing. 1. go to the same file let it be overwrite from keep 2. Find following in default-object.xml window |

[jboss-user] [JBoss AOP] - Re: Pointcut intercepting methods with annotated arguments

2009-03-27 Thread kabir.k...@jboss.com
Actually we do and we have test http://anonsvn.jboss.org/repos/jbossas/branches/Branch_AOP_1_5/aop/src/resources/test/annotatedparams/jboss-aop.xml I've closed the JIRA issue View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221639#4221639 Reply to the post :

[jboss-user] [JBoss jBPM] - jPDL: global event handlers

2009-03-27 Thread Thomas.Kriechbaum
Is it possible to register event handlers that are included to all deployed process definitions? I would like to notify some external system about some specific jBPM events for all processes. What's the recommend solution for avoiding the definition of the event handlers within each process

[jboss-user] [JBoss Cache: Core Edition] - What is the definition of Node in treecache? Passive?

2009-03-27 Thread yangju
We run jboss 4.2.GA, hibernate and treecache 1.4.1 as hibernate cache provider. Recently in production we notice that the database got hit really badly. We are thinking maybe because our cache's node limit is too small. We deploy treecache as mbean and it has the following attribute: 5000.

[jboss-user] [JBoss Cache: Core Edition] - Re: What is the definition of Node in treecache? Passive?

2009-03-27 Thread yangju
Sorry the following is not displayed correctly in the original post. attribute name=maxNodes5000/attribute View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221644#4221644 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221644

[jboss-user] [EJB/JBoss] - MDB Init at deploy Time

2009-03-27 Thread damiano.pezzotti
Hi, I have an application that consists in an MDB that consumes messages from a topic. I need to init this EJB at deploy time (EJB has to init spring applicationContext). How can I do it? I tried to insert static code in my MDB class, but it seems that MDB class is loaded only when arrives a

[jboss-user] [JBossWS] - [SOAPFaultHelperJAXWS] SOAP request exception java.lang.Ille

2009-03-27 Thread tony4jboss
Help, pls! JBoss 5.0.1 + Eclipse 3.4.2, build-in JBossWS 3.0.5 When calling Web service from a client, which is generated by wscomsume, exception thrown. I have endorsed Jboss taking care of jax-ws jar files. Do i miss something? I have copy jbossws-native-saaj.jar, jbossws-native-jaxrpc.jar,

[jboss-user] [JBossWS] - Re: No Content-type in the header

2009-03-27 Thread alessio.sold...@jboss.com
Do you have the jbossws-native libraries in you JBOSS_HOME/lib/endorsed as you're using JDK 6? Asking because the error message you get is most probably from Metro, suggesting on client side you're actually using it instead of JBossWS Native libraries. Please double check the endorsed lib and

[jboss-user] [JBossWS] - Re: java.lang.LinkageError: loader constraint violation:(In

2009-03-27 Thread alessio.sold...@jboss.com
This is classloading issue; I'd say try looking for libraries providing javax/xml/namespace/QName View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221650#4221650 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221650

[jboss-user] [JBossWS] - Re: Issue with no parameter WS methods

2009-03-27 Thread alessio.sold...@jboss.com
Can you post here the SEI sources? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221651#4221651 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221651 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: Missing jar file /java class com.sun.tools.internal.xjc

2009-03-27 Thread alessio.sold...@jboss.com
What webservice stack are you using? It seems to me you're trying to deploy CXF as is on JBoss AS... look at the JBossWS-CXF integration if that's the case. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221652#4221652 Reply to the post :

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

2009-03-27 Thread karink
Hi I would like to work with an XACML request containing more than one resource-id (all the resource-ids identify to the same resource) In this case JBossPDP cannot evaluate my request message: Resource may contain only one resource-id Attribute According to the spec I think it is allowed to

[jboss-user] [Clustering/JBoss] - Re: login problems on cluster

2009-03-27 Thread sureshrk19
I'm facing the same problem!!! In a clustered environment the login doesn;t go thru for the first time. Please let me know if you find any solution/work-around. Thanks, Suresh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221655#4221655 Reply to the post :

[jboss-user] [JBossWS] - Re: Problem with inheritance - JbossWS

2009-03-27 Thread alessio.sold...@jboss.com
Try looking at the testcase in package org.jboss.test.ws.jaxws.jbws1702 , it's about inheritance. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221656#4221656 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221656

[jboss-user] [EJB 3.0] - Re: @TransactionTimeout Not working in JBos 4.2.2-GA

2009-03-27 Thread dbush21
I am experiencing this same issue. Has it been resolved? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221657#4221657 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221657 ___

[jboss-user] [JBoss AOP] - Re: Pointcut intercepting methods with annotated arguments

2009-03-27 Thread flavia.rain...@jboss.com
Ooops... Sorry, my mistake! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221658#4221658 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221658 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Virtual directory or another solution for my problem

2009-03-27 Thread shakalus
Hello. I'll describe my problem: I have few web applications: app1.war app2.war app3.war ... and now I have jsp pages inside those wars. I'm using apache-tiles, so in fact these jpss are templates and tiles, so they are the same in every application and I wan't to put them in one-global

[jboss-user] [JBossWS] - Re: Generating WSDL from request/response

2009-03-27 Thread alessio.sold...@jboss.com
You need the schema, soap request/response are not enough to generate the wsdl. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221661#4221661 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4221661

[jboss-user] [JBossWS] - Re: Specify WS-Security Handler using JEE standards

2009-03-27 Thread alessio.sold...@jboss.com
vdurbha wrote : But the server side endpoint still does not work if I use @HandlerChain annotation instead of @EndpointConfig to set the security handler. After digging into the source code of JBossWS and the log files for a few hours, I understood that for the WS-Security handler to work

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: IllegalStateException(s) on logout

2009-03-27 Thread kj_newbie
Hello Wolfgang - Been trying to debug this issue for a week now without success. So, here is some more info. for you on the logout. Setup: Testing the Java EE JBoss agent with opensso server and a sample app that ships with the agent bits. using JBOSS 5.0.0.GA (jdk6 build) On a high level,

[jboss-user] [JBossWS] - Re: SOAP not working with Jboss 5

2009-03-27 Thread alessio.sold...@jboss.com
If you can see the wsdl from the console and can call the service for instance with SoapUI, this is definitely a .NET issue. Please provide a java exception you get on server side if any. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4221664#4221664 Reply to

[jboss-user] [JBoss Cache: Core Edition] - Re: What is the definition of Node in treecache? Passive?

2009-03-27 Thread bstansbe...@jboss.com
You can roughly assume one node per entity. There are some overhead nodes as well, but that's unlikely to be significant in the overall node count once you start talking thousands of entities. Yes, increasing maxNodes to 10,000 will increase the number of hibernate objects. Whether you have

  1   2   >