[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to add additional jar files path into jboss classpat

2009-04-10 Thread leechaolan
Hi peter, thanks for the help... :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224980#4224980 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224980 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss 4.2.3 Start Problem

2009-04-10 Thread higkoo
"jaikiran" wrote : | anonymous wrote : /etc/hosts : | | | | ::1 localhost.localdomain localhost vmlincn80ce5 | | | | See this http://www.jboss.org/index.html?module=bb&op=viewtopic&t=121372#4096272 | | So your /etc/hosts should contain a mapping of your system IP address

[jboss-user] [JBoss Messaging] - Re: SOAP over JMS using JBOSS Messaging

2009-04-10 Thread mpurdy1973
"gaohoward" wrote : Hi, | | JBoss Messaging fully complies with JMS spec 1.1. So your code can be easily migrated to JBoss Messaging without much changes. The only place you need to adapt is the way to get a connection factory. JBM 1.4 uses JNDI look up. You may also take a look at the upco

[jboss-user] [JBoss jBPM] - Re: Hibernate Error when persist the outer ProcessInstance.

2009-04-10 Thread boercher
It seems that jBPM 4 will support transient process executions. See "Execution Modes" in these slides: http://processdevelopments.blogspot.com/2009/03/jbpm-slides-of-bejug-event-yesterday.html Volker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224965#4224

[jboss-user] [JBoss jBPM] - Re: Missing activation.jar problem wiht jbpm-jpdl-3.2.6 !

2009-04-10 Thread boercher
Hi, here's the "offical" solution: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4189606 Volker View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224963#4224963 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Tools (users)] - Re: Cannot run EAR seam project building from

2009-04-10 Thread snjeza
You can try the workaround described in https://jira.jboss.org/jira/browse/JBIDE-4166?focusedCommentId=12461677#action_12461677 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224956#4224956 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[jboss-user] [JBoss Tools (users)] - Re: Cannot run EAR seam project building from

2009-04-10 Thread bdlink
I also tried creating new EAR seam web project with JBDS 2.0.0.GA and seam 2.1.1.GA running on jboss-eap (installed as part of JBDS). Fails with same symptoms as above posts. Also fails if create new EAR seam web project using seam 2.0.2-FP (in same manner) So seems to be same failure across

[jboss-user] [EJB 3.0] - @RunAs doesn't work in JBossAS 4.2.3?

2009-04-10 Thread amcdowell
I'm trying to convert some our session beans to EJB 3.0 prior to an AS 5.0 upgrade, and we use JAAS heavily in our server. When I have the code: | public interface TestSessionBean { | public void execute(); | } @Stateless | @TransactionManagement(TransactionManagementType.CONTAINER

[jboss-user] [JBoss Tools (users)] - Re: Cannot run EAR seam project building from

2009-04-10 Thread bdlink
files zipped and attached to JBIDE-4166. This is a new Seam Web Project (EAR, seam 2.1.1.GA) with no entities generated. The zip file is from the .plugins/org.jboss.ide.eclipse.as.core deploy directory for the server (when run, throws exception due to multiple seam's running). The ear file is

[jboss-user] [JBoss Tools (users)] - Re: Cannot run EAR seam project building from

2009-04-10 Thread bdlink
replacing the JBoss 4.2.3 JSF with mojarra 1.2_12 does not fix the problem (using exported .ear file still works) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224950#4224950 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Security & JAAS/JBoss] - My servlet is not using the JBoss identity keystore

2009-04-10 Thread fthurber
I have JBoss setup to use a typical identity keystore (Identity.jks), but the servlets running in JBoss do not know about this keystore or its password. The passwords are cloaked using Anil's technique (http://www.jboss.org/community/docs/DOC-9702). How can I setup JBoss so that my servlets

[jboss-user] [JBoss jBPM] - No LoginModules configured for jboss.web

2009-04-10 Thread javajedi
I'm trying to set up jbpm 3.2.6.sp1. I've got everything deploying fine, but I can't login to the jbpm-console. It took me a while to track down how I'm supposed to populate my JBPM_ID_USER, JBPM_ID_GROUP, and JBPM_ID_MEMBERSHIP tables with some sample data (why isn't this described in the Use

[jboss-user] [Performance Tuning] - Re: MaxGCPauseMillis

2009-04-10 Thread igain
Thanks for the info Peter. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224945#4224945 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224945 ___ jboss-user mailing list jbos

[jboss-user] [Performance Tuning] - Re: MaxGCPauseMillis

2009-04-10 Thread PeterJ
Looking at the JVM source for 1.5.0_10, it would appear that this option is used only by the ParallelScavange collector, and is used only for major collections. There is a separate option, MaxGCMinorPauseMillis, that is used ofr the minor collections. In JDK 7 (b-53, 02Apr09), the MaxGCPauseMil

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-10 Thread patweb99
Perfect! Thank you! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224940#4224940 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224940 ___ jboss-user mailing list jboss-user

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-10 Thread PeterJ
Yes, that's the idea. You app will use your JARs and ignore the ones provided by JBoss AS. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224939#4224939 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224939 ___

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-10 Thread patweb99
Thanks for the post. I will have to play around with this. This sounds like what I need as I assume the scoped class loading will ensure that my war can only see what my war has available to use and keep jboss's shared scope out of the mix? View the original post : http://www.jboss.org/index.

[jboss-user] [JBoss jBPM] - Re: Missing activation.jar problem wiht jbpm-jpdl-3.2.6 !

2009-04-10 Thread arpan25
hi, i had the same problem. I downloaded it from the internet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224937#4224937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224937 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Change DefaultDS

2009-04-10 Thread PeterJ
I did exactly what you described. Well, not exactly, I think you didn't mention a few steps so I will mention them here: 1) I created a new database and user in MySQL I see you are using the "test" database in MySQL - I recommend create a new database and setting up permissions. Here are the SQL

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-10 Thread PeterJ
I think what you are looking for is scoped class loading, see if this helps: http://www.jboss.org/community/docs/DOC-9288 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224935#4224935 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[jboss-user] [EJB/JBoss] - Yet Another

2009-04-10 Thread jova73
Hi, sometimes my J2EE application, which has a stateful session bean, gets the following error trying to access the SFSB: ... javax.ejb.EJBException: Application Error: tried to enter Stateful bean with different tx context, contextTx: ... at org.jboss.ejb.plugins.LogInterceptor

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

2009-04-10 Thread PeterJ
And finally the word "Eclipse" shows up. No wonder I had no idea what you were talking about in regards to the classpath. It appears that at this point you are fighting with Eclipse, rather than having an issue with running portlets. And yes you do need to add the portlet-api-lib.jar file to th

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-10 Thread clebert.suco...@jboss.com
anonymous wrote : I have tried putting the jboss jars in Sun AS classpath perfix but the same exception happens: What about isolatin the classes on the EAR application? I'm a little rusty now about this... I believe there is a place somewhere on /WEB-INF/classes... /EAR-whatever. don't know..

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-10 Thread clebert.suco...@jboss.com
"dkuanwang" wrote : Hi Clebert/Tim, | | I did check the class dependencies and found all the classes in jboss-remoting.jar or jbossall-client.jar. | | I have tried putting the jboss jars in Sun AS classpath perfix but the same exception happens: | I don't know how ClassLoader would

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-10 Thread patweb99
Thanks for the quick feedback. Here's the deal. I am using a 3rd party plugin for my application that has it's own class loader for hibernate. Right now it looks as though Jboss when doing it's war deployments via the default server relies on hibernate. I tested this by removing the hibernate

[jboss-user] [Beginners Corner] - Re: Having an issue with Hibernate in JbossAS5

2009-04-10 Thread PeterJ
Hibernate is used in JBoss AS as the JPA provider. If you are not using JPA, Hibernate will not be used. ehCache would appear to be a replacement for JBoss Cache, not for Hibernate. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224928#4224928 Reply to the p

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss 4.2.2 mem issue

2009-04-10 Thread PeterJ
Use the -f option on ps, the NLWP column indicates the number of threads. See the man pages for more details. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224926#4224926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBossWS] - JBoss WS error while throwing fault code from method with ze

2009-04-10 Thread bhuwanpatel
I am using JBoss 4.2.3 (Jboss WS 3.0.3) and have the following method exposed through the web service: @WebMethod public @WebResult(name = "id") String start() throws WSException { try { ... ... } catch(Exception e) { throw new WSException (faultCode, "Message : " + e.getMessage()); } }

[jboss-user] [EJB/JBoss] - session.invalidate not working

2009-04-10 Thread abithajithesh
session.invalidate is not working when the website is hosted to the live server. it is working fine while running in local server. we are using jboss3.2.7 server. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224922#4224922 Reply to the post : http://www.

[jboss-user] [JBoss Messaging] - Re: NoClassDefFound Exception from Sun AS 8.2 to JBM 1.4.0

2009-04-10 Thread dkuanwang
Hi Clebert/Tim, I did check the class dependencies and found all the classes in jboss-remoting.jar or jbossall-client.jar. I have tried putting the jboss jars in Sun AS classpath perfix but the same exception happens: /logicalhost/is/lib/jboss/jboss-aop.jar /logicalhost/is/lib/jboss/jboss-rem

[jboss-user] [JBoss Portal] - Re: Cookies problem in portal login

2009-04-10 Thread PeterJ
If you want to run two users, run two different browser applications. When I want to do something like this I run one user under Firefox and the other under IE or Konqueror. Remember that HTTP is a session-less protocol. The mechanisms used to maintain sessions (such as cookies) pretty much gua

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss Upgradation

2009-04-10 Thread PeterJ
According to this line: 21:02:44,645 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 the hTTP port is bound to 8080 on all IP addresses. So you should get back a response when doing http://hostname:8080 The only other thing to check is the firewall - make sure that port 80

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

2009-04-10 Thread aj_jboss
I did not explain properly. When i removed the 'portlet-api-lib.jar' from my 'lib' folder, in eclipse it was giving compilation error in 'PortletDefination.java' for 'import javax.portlet.*;', so in eclipse, 'properties-java build path-liabraries' i had to add the jar file from 'ADD EXTERNAL JA

[jboss-user] [JBoss jBPM] - can i fork and then join up an end-user specified number of

2009-04-10 Thread simbo1905
I am evaluating jbpm for embedding within an insurance trading system. We have a very typical scenario where the insurance broker markets the client risk to a number of insurance companies. What markets are selected for which risks is mostly discressionary for the broker based on the particular

[jboss-user] [Beginners Corner] - Implemented CallbackHandler ClassNotFoundException

2009-04-10 Thread padrew
I have implemented my own CallbackHandler and in jboss-service.xml have the following: | | true | org.jboss.security.plugins.JaasSecurityManager | anonymous | | com.security.auth.module.DbCallbackHandler | |

[jboss-user] [Security & JAAS/JBoss] - Re: Two-way SSL, which certificate does the client send?

2009-04-10 Thread fthurber
The mbean SystemPropertiesService should allow me to set java System properties. Hopefully I can use this to set the javax.net.ssl.keyStore to the JBoss Identity keystore. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224901#4224901 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - Re: InitialContext error in JBoss 5.x.x

2009-04-10 Thread leeroy
Thank you very much, you was right. In my webapp I had a lib jndi.jar and since I deleted it, JBoss 5 start without problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224900#4224900 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[jboss-user] [Beginners Corner] - Having an issue with Hibernate in JbossAS5

2009-04-10 Thread patweb99
Hi, I am somewhat new to hibernate and JBossAS5. I am looking for the ability to not use Hibernate through JBoss. From what I gather hibernate is on out of the box? In essence I need it turned off altogether. Can this be done? Can I user ehCache instead? Thanks, Pat View the original post :

[jboss-user] [EJB 3.0] - Re: Transaction is not active during large DB activity proce

2009-04-10 Thread DeanoUK
I have - it's been hard to reproduce though. Since then I've mainly seen some kind of time out issue, which I've posted a seperate issue here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153839 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=422489

[jboss-user] [Microcontainer] - Re: Deploying JBoss Cache as MBean in microcontainer

2009-04-10 Thread alesj
"mariuszs" wrote : Stupid question, how to acces cache beans from MBean? Check the API of cache's MBean. Or the javadocs should explain it - if it's not trivial to see it from the method names. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224890#4224890 Rep

[jboss-user] [Microcontainer] - Re: How do I get the POJO ?

2009-04-10 Thread alesj
This integration project helps integrate MC with servlets (which is what jsp's really are): - http://anonsvn.jboss.org/repos/jbossas/projects/mc-int/trunk/ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224889#4224889 Reply to the post : http://www.jboss.or

[jboss-user] [EJB 3.0] - Re: Transaction is not active during large DB activity proce

2009-04-10 Thread jaikiran
You might want to enable TRACE level logs of com.arjuna to see what's going on. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224888#4224888 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224888 _

[jboss-user] [Security & JAAS/JBoss] - Re: Two-way SSL, which certificate does the client send?

2009-04-10 Thread fthurber
My tests seem to indicate that the client java code running in JBoss is not aware of the enclosing JBoss' keystore and truststore. It is not clear where it is getting a certificate when the server asks for one during two-SSL, but the certificate sent is considered bad. I would think that it l

[jboss-user] [JBoss Cache: Core Edition] - Re: Problems deploying Cache via MicroContainer following Us

2009-04-10 Thread mariuszs
anonymous wrote : First, contrary to what is stated in the UserGuide, the name of deployment file must end with "-jboss-beans.xml", not "-beans.xml". THANKS YOU VERY MUCH! JBoss folks really should be more carefully where are writing such nonsenses in docs for beginners View the original

[jboss-user] [JBoss Tools (users)] - Re: Seam Components Problem

2009-04-10 Thread scabanovich
I have committed changes to versions 3.0.1 and 3.1.0. (see JIRA issue https://jira.jboss.org/jira/browse/JBIDE-4144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel) Kragoth, please try your project with next nightly build for JBoss Tools 3.0.1. View the original post : http:/

[jboss-user] [JBoss jBPM] - managing forms with jbpm3.2.6

2009-04-10 Thread lpiccoli
Jbpm 3.2.6.SP1 jboss 5.0.1GA hi all i have read the jbpm user guides c:/jbpm-3.2.6.SP1/docs/userguide/html/index.html and the http://docs.jboss.com/jbpm/v3.2/userguide/html_single/ but unable to find any info regarding how the forms are managed. In the examples supplied there are forms that s

[jboss-user] [JBoss jBPM] - Re: Instance Scoped Groups

2009-04-10 Thread akriel
I was definitely over complicating it in my mind :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224880#4224880 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224880 ___ jbo

[jboss-user] [JCA/JBoss] - Re: java.lang.NoClassDefFoundError: net/sf/hibernate/Hiberna

2009-04-10 Thread rasa
ok fine. Now i copied the 4 jar files back to lib direcotry. and as per the given link i am going to do like this in my newly created jboss-app.xml file. | |com.example:archive=hibernate2.jar | | |com.example:archive=xxx.jar | | Hope i am right? I need

[jboss-user] [JBoss Cache: Core Edition] - Re: JDBC Cache Loader always loads from DB

2009-04-10 Thread karnivas
Any updates on this ?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224874#4224874 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224874 ___ jboss-user mailing list jboss-us

[jboss-user] [Microcontainer] - Re: How do I get the POJO ?

2009-04-10 Thread mariuszs
Hmm, it is hard to find this information for me. Give me please more advices... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224865#4224865 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224865 ___

[jboss-user] [EJB/JBoss] - Re: Session timeout during a transaction

2009-04-10 Thread DeanoUK
It's also interesting to note, that although the user is being re-logged in (for some reason) there is no user interaction to do this - something underlying within the authentication mechanism(s) is doing this automatically... View the original post : http://www.jboss.org/index.html?module=bb&o

[jboss-user] [Security & JAAS/JBoss] - Re: Regarding the SubjectFactory and SecurityDomainJndiName

2009-04-10 Thread anil.saldh...@jboss.com
https://jira.jboss.org/jira/browse/JBAS-6768 There may be a bug. I will need to review. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224861#4224861 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224861 _

[jboss-user] [JBoss Portal] - Re: Layout display issue

2009-04-10 Thread peris
please give your suggestion also :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224860#4224860 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224860 ___ jboss-user mailing

[jboss-user] [EJB/JBoss] - Re: Session timeout during a transaction

2009-04-10 Thread DeanoUK
This issue is compounded by the following scenario: User logs in Uploads a file ~takes >10 mins Uploads a file ~takes >10 mins Uploads a file ~takes >10 mins The session time-out is at 30 mins and the user's session is destroyed. But why, when they've been performing the above task during the se

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss Upgradation

2009-04-10 Thread rasa
Thnks for your support. I tried as you suggested. ./run.sh -b localhost | and | | ./run.sh -b 0.0.0.0 But the result is same. That is when i am trying to connect through browser it gives error Unable to connect Firefox can't establish a connection to the server at IP and port. In the

[jboss-user] [JBoss Portal] - Cookies problem in portal login

2009-04-10 Thread peris
Jboss server 4.2.2.Ga jboss portal 2.7.0 firfox 3.0.5. I have created two portal and assign this portal to two different user. Problem: open firefox and login using first user's username and password. Now I can see the first user's portal page. Again open firefox without clossing the first use

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Jboss 4.2.2 mem issue

2009-04-10 Thread sunlinux
"What are the thread counts for both processes, and what it the ps result, and thread count 1 hour, 4 hours, 8 hours and 12 hours later? " any command to check above info ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224856#4224856 Reply to the post :

[jboss-user] [Clustering/JBoss] - JSession ID appearing on First hit only

2009-04-10 Thread rajeshchande
JBoss Version: 4.2.2GA OS: Solaris 10 Apache: 2.0.55 Mod_jk: 1.2.15 I have a struts based application deployed on a clustered webfarm. The WAR is deployed on JBoss. No code is on Apache side, When I first hit the application http://aaa.mysite.com:port/, the URL becomes http://aaa.mysite.com:por

[jboss-user] [Microcontainer] - Re: Deploying JBoss Cache as MBean in microcontainer

2009-04-10 Thread mariuszs
Stupid question, how to acces cache beans from MBean? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4224848#4224848 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4224848 ___ j

[jboss-user] [JBoss jBPM] - Re: Instance Scoped Groups

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

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Change DefaultDS

2009-04-10 Thread abdujaparov
Hi, I uncompress jboss 5.0.1ga, I inserted in server\deault\deploy mysql-ds.xml I inserted mysql-persistence-service.xml in server\default\deploy\messaging. Then I removed hsqldb-persistence-service.xml from server\default\deploy\messaging and hsqldb-ds.xml from server\deault\deploy. The last thin