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

2009-02-05 Thread alxt
Sory, fixed. NameCallback nc = new NameCallback("User name: ", "guest"); | PasswordCallback pc = new PasswordCallback("Password: ", false); | Callback[] callbacks = {nc, pc}; | callbackHandler.handle(callbacks); | username = nc.getName(); | password = pc.getPasswor

[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to disable JBoss Web Services

2009-02-05 Thread kashif_jboss
Hi All, i am using Latest Jboss 5.0. when i start it i see that it loads Web Services. i dont wnt Jboss to deploy it. i just want it deploy my own spring based J2EE application. can anyone please tell me that how can i disable JBoss Web Services? here are logs that shows me that Jboss is load

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

2009-02-05 Thread dickson1888
Thanks for Jaikiran help. I have read that article to get the idea of the setup for authentication. For the authentication with using password file, ldap and other else, it also include the role (authorization) checking. How can I ignore that role checking and just validate the username/passwor

[jboss-user] [J2EE Design Patterns] - Re: customized messages (FacesMessages - Error, warning, etc

2009-02-05 Thread chuckys1106
Help me on how to implement those "NOTE" and the lines... Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207589#4207589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207589 ___

[jboss-user] [J2EE Design Patterns] - customized messages (FacesMessages - Error, warning, etc)

2009-02-05 Thread chuckys1106
The usual faces messages is shown like this, for any validation First name is required. Last name is required. Phone number exceeds maximum limit. How can we show faces messages(during a form submission) like this below Note:

[jboss-user] [JBoss jBPM] - Re: Run Project when JBoss Server starts from Eclipse but fa

2009-02-05 Thread makther
Well, it happened from the beginning. I found different errors too. As follows: ERROR [SeamLoginModule] Error invoking login method javax.el.ELException: javax.ejb.EJBTransactionRolledbackException: exception invoking: getEntityManager at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUt

[jboss-user] [EJB 3.0] - Ejb3 - doubts

2009-02-05 Thread rudreshtcs
Hi All, i have few doubts on ejb3 a)supoose the timer is created for 5min and during that transaction rolled back @ 3rd min(rollback attribute is true), what will happen to timer, will it be recreated on its own? if so what will be the timer expiration, 5min or 2min b)supoose the timer is crea

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

2009-02-05 Thread alxt
Now I test it in jboss-5.0.0.GA-jdk6.zip Same result... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207581#4207581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207581 ___

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

2009-02-05 Thread alxt
"Wolfgang Knauf" wrote : please provide full code of your login module (e.g. the base class). | [/quot] | public class RolesLoginModule implements LoginModule { | | private static final Log log = LogFactory.getLog(RolesLoginModule.class); | | private Subject subject; | | pri

[jboss-user] [JBoss jBPM] - Re: Struts integration withjBPM

2009-02-05 Thread smjain
So I assume you will have some manual tasks in your simple Workflowprocess. What you can do is to use jbpm API's inside your struts . The jBPM API's can be behind service interfaces which may be a Session Bean. There is lot of help avaliable online for using jbpm API's Shashank View the original

[jboss-user] [JBoss Portal] - Re: Partial Refresh

2009-02-05 Thread aspdeepak
It should probably work with the doView() itself, Have you changed the default\deploy\jboss-portal.sar\conf\data\default-object.xml for handling the ajax support. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207578#4207578 Reply to the post : http://www.

[jboss-user] issue with slow statup of Jboss‏

2009-02-05 Thread Muhammad Kashif
Hi All, Sorry to disturb every1 here but i am unable to get the fix of my issue even i have posted my question on forum. but no answer yet. so i am sending an email. hopefully you people wont mind it. I deploy my application in jboss 5.0 and it takes almost 4 and half minute to start up.

[jboss-user] [JBoss Cache: Core Edition] - Problem in JDBC cache loader

2009-02-05 Thread sridhar_ratna
I have written a small program to load the database contents into jboss cache. | public class Test { | | public static void main(String[] args) { | |//JDBCCacheLoader init | Properties props = new Properties(); | props.put("cache.jdbc.ta

[jboss-user] [JBoss Portal] - Re: jsphellouser simple install The absolute uri: http://ja

2009-02-05 Thread jim_st...@hotmail.com
prabhat jha Thank you your speedy reply, I will try the local fix tomorrow. i have a feeling it will work first time through again thanks for you efforts. Jim View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207574#4207574 Reply to the post : http://www.jb

[jboss-user] [JBoss jBPM] - Struts integration withjBPM

2009-02-05 Thread pbprasad45
Hi, I am having a simple jBPM process, i would like to use struts framework to invoke those jBPM process. please help in integrating the jBPM with Struts .. if you provide me the sample exapmle it would be greatfull your help is appreciated in advance.. View the original post : http://www.j

[jboss-user] [JBoss Portal] - Re: jBPM Workflow Engine Integration - ??

2009-02-05 Thread richard.qin
Chapter 23 in Portal Reference Guide is about portal workflow, maybe it's useful to you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207572#4207572 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207572 _

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3 Candidate Release 2

2009-02-05 Thread richard.qin
I have successfully downloaded from sf, thank you for your prompt reply! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207571#4207571 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207571 __

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread gaohoward
Have a look at the JIRA release page for 1.4.2, those bug fixes (if any) are the difference from 1.4.1. For detail you can use svn log -v and then search the corresponsing jira number. AS5 has integrated jboss-messaging already, you just need to replace jboss-messaging.jar jboss-messaging-clie

[jboss-user] [JBoss Cache: Core Edition] - Re: Far cache problem (3.0.2) tx problems

2009-02-05 Thread rs1050
No, region based marshalling is not enabled. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207568#4207568 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207568 ___ jboss-user

[jboss-user] [JBoss Portal] - Partial Refresh

2009-02-05 Thread blublinsky
I am using JBoss Portal 2.7.1 After reading section 26.3.2 of the reference guide, I reconfigured, using property editor of the management portlet partial refresh. After this is done, I can see that although doView method is invoked, the content of the page does not change. After reading documen

[jboss-user] [Remoting] - Re: Problem using JaxWS over HTTPS connection from within a

2009-02-05 Thread ron.si...@jboss.com
Hey Andrew, I'm relieved to know there's a solution. Thanks. Anyway, I'm happy to appear to seem useful. :) [And the name of the song is called ... ] -Ron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207565#4207565 Reply to the post : http://www.jboss

[jboss-user] [JBoss Portal] - Re: jBPM Workflow Engine Integration - ??

2009-02-05 Thread meetoblivion
neither. what can i do w/ the BPM that comes w/ portal? the documents state exactly what i posted there, and yet provide no information at all. is it for event processing? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207563#4207563 Reply to the post : h

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
So what?Who cares about faces-config in seam.jar or in facelets.jar. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207562#4207562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207562 __

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
All of them participate in configuring your JSF application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207561#4207561 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207561 __

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
Ok. now i understand. But why must see all thes faces-config ??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207560#4207560 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207560 _

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Probably your classpath in the new workspace isn't configured correctly. If Seam libraries are in the classpath, their faces_config.xml should be shown in the Configuration node. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207558#4207558 Reply to the post

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
Hm. this is veeery strange. And what i'v done now. I'v got this project, copy on different PC and import in workspace. So now i have only 1 faces-config.xml. Where is the truth? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207557#4207557 Reply to the pos

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
They are different faces_config.xml files. The Configuration node shows all faces_config,xml files which is normal behavior. If you open some of those files, you will see that they contain different component. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=420

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
Are you have a workaround for this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207553#4207553 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207553 ___ jboss-user mailing

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Backup of JBOSS required

2009-02-05 Thread PeterJ
I already answered that question. You will note that in my original answer I gave three possible solutions: 1) Copy JBoss AS again 2) Apply the fix to the new JBoss AS installation 3) Use a tools to sync the changes from the old, hotfixed, JBoss AS to the new one Use whichever method you are mo

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
A lot of Seam libraries contain faces_config.xml which defines some JSF components. See jboss-seam.jar/META-INF View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207550#4207550 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat 6 & Jboss 4.2.3 conflicts

2009-02-05 Thread PeterJ
A suggestion: run JBoss AS from the command prompt until you have the port issues resolved - the console log will identify the conflicting ports. Once you have the ports conflicts fixed, you can run it as a service again. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to configure a new server node?

2009-02-05 Thread PeterJ
I was going to point you to the documentation, but it is thoroughly confusing (uses an unknown ant script). Instead, look at the ServiceBindingManager MBean in server/xxx/conf/jboss-service.xml. The comments for the mbean explain how it works. View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
Hm. And how this happen? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207546#4207546 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207546 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread clebert.suco...@jboss.com
"PeterJ" wrote : Oops, replace output/jboss-messaging.sar with output/lib/jboss-messaging.sar ahhh... *SAR* Sorry.. I screwed up. I read JAR at the first time. I thought you said the JARS from 1.4.1 and 1.4.2 were the same. You're safe then! :-) View the original post : http://www.jboss.co

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Those faces_config.xml are placed in different libraries within the project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207544#4207544 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207544 __

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread PeterJ
Oops, replace output/jboss-messaging.sar with output/lib/jboss-messaging.sar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207543#4207543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207543 __

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread PeterJ
"clebert.suco...@jboss.com" wrote : I bet you did something wrong on the operation :-) They can't be the same. I don't doubt it, misteaks is my middle name. ;-) But look at the contents of the packaged output/jboss-messaging.sar file - none of the configuration files included in that SAR file a

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
I can reproduce this issue. Will check. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207541#4207541 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207541 ___ jboss-user mail

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
ok. 2 seam is normal. 1 from src/main and 2 from src/hot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207540#4207540 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207540 ___

[jboss-user] [JBoss Portal] - Re: Portal page name

2009-02-05 Thread apemberton
You can use the following in a tag extending SimpleTagSupport: PortalNode currentNode = (PortalNode) getJspContext().findAttribute("org.jboss.portal.api.PORTAL_NODE"); | currentNode.getName(); | currentNode.getDisplayName(locale); Your PageCustomizerInterceptor stores the current PortalNode

[jboss-user] [JBoss jBPM] - Re: can't rollback although i'm doing ctx.setRollbackOnly()

2009-02-05 Thread kukeltje
does your datasource have e.g. autocommit or something like that (database is not my strongest field of expertise) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207537#4207537 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
and 2 seam http://screencast.com/t/ZWlA0AdQd1 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207535#4207535 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207535 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread kukeltje
Peace... and thanks for reporting back View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207536#4207536 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207536 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
Yes. After eclipse restart, close/open project, clean project I have 13 faces-config.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207534#4207534 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207534 __

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Could you try to close the project and open it again? Does the view still contain multiple faces_config.xml files? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207533#4207533 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
Project Explorer ( http://screencast.com/t/ZQdd4fuc5tJ ) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207532#4207532 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207532 __

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Could you tell me which view you have used? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207531#4207531 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207531 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
You are right sneja. Please excuse me. My next question is: see http://screencast.com/t/RP8OQvuK is this normal? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207530#4207530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
Oppps. With Project Explorer can't be removed, It's possible only via Navvigator View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207529#4207529 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207529 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Backup of JBOSS required

2009-02-05 Thread ran_sushmi
I mean to say is that if the hotfix is going to change our java application, why need to copy $JBOSS_HOME again as it was copied only around a week back. I hope, my question is clear. Please, help in solving the doubt. regards View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
Open the WebContent/WEB-INF/lib directory in the Project Explorer or Navigator view and remove jars that you want to be removed. Referenced libraries aren't visible in the Package Explorer view. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207527#4207527 Re

[jboss-user] [JBoss Messaging] - Re: Persistence Manager Problem - null-persistence-service.x

2009-02-05 Thread clebert.suco...@jboss.com
"droberts18" wrote : | I also had to comment out a few things: ChannelFactoryName and GroupName https://jira.jboss.org/jira/browse/JBMESSAGING-1471 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207526#4207526 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread krasig
:) and how? In Project Explorer i have Web App Libraries with many, many jars, but can't remove (or change) from here. Also, with: right button - Jboss Tolls -> Add custom capabilities select RichFaces 3.3 , and now i have richfaces-api-3.3.0.GA.jar richfaces-impl-3.3.0.GA.jar richfaces-ui-3.

[jboss-user] [JBoss Tools (users)] - Re: Exclude jars from deploy

2009-02-05 Thread snjeza
You can exclude/remove jars from a project using the Project Explorer or Navigator view. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207521#4207521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207521 _

[jboss-user] [Security & JAAS/JBoss] - Need Help: How to access client certificate data

2009-02-05 Thread r...@evi
After i've successfully established a SSL connection to my server with 'ClientAuthMode'='need' I now want to use data of the underlying client's certficate. I know that I can set Principal and Credential on client side, and if so, I'm able to get this fields on server side. But I want to retrei

[jboss-user] [JBoss Messaging] - Re: Persistence Manager Problem - null-persistence-service.x

2009-02-05 Thread droberts18
Thanks for the tip. That seemed to fix it. I added that line to the PostOffice and the JMSUserManager. I also had to comment out a few things: ChannelFactoryName and GroupName I'll let you guys know if there are and adverse effects. | | | | | | | | | |

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat 6 & Jboss 4.2.3 conflicts

2009-02-05 Thread kjkoster
Hi Robb4J, Here is a description of how to use netstat to look at port number for various operating systems. http://java-monitor.com/forum/showthread.php?t=22 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207515#4207515 Reply to the post : http://www.jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss and OpenSSO

2009-02-05 Thread sacauskis
Does anyone here have any experience with JBoss 4.2 and opensso? I'm trying to get my webservices to authenticate through opensso. I'm running into an issues where I get an infinite loop after authenticating with openSSO. There are suggested fixes at the opensso sites but they have not worked

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread clebert.suco...@jboss.com
"rnicholson10" wrote : Are YOURDB-persistence-service.xml and remoting-bisocket-service.xml the only config files I need to worry about? | | Previously I used the updated connections, destinations and messaging-service xml files from the release I downloaded. Should I revert to the copies o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat 6 & Jboss 4.2.3 conflicts

2009-02-05 Thread Robb4J
I have two software packages trying to run on the same server. The first package uses Tomcat 6 (no JBoss) the second package uses JBOSS 4.2.3. Both packages run on Windows Server 2003 as services. If I start the first package and then start the JBoss package I cannot access the JBoss application

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread clebert.suco...@jboss.com
"PeterJ" wrote : I got both the 1_4_1_GA and 1_4_2_GA tags sout of svn, built each with integration.base=AS5, ran the release-bundle target and then compared the resulting jboss-messaging.sar file contents. The only difference was in the manifest file. | I bet you did something wrong on the

[jboss-user] [JBoss jBPM] - Re: can't rollback although i'm doing ctx.setRollbackOnly()

2009-02-05 Thread tomerbd2
Hi, I'm using a regular datasource bound to oc4j server not an xa datasource... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207507#4207507 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207507 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How to configure a new server node?

2009-02-05 Thread sureshrk19
Hi Peter, I'm using Jboss 4.2.3 GA --Suresh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207506#4207506 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207506 ___ jboss-us

[jboss-user] [JBoss Tools (users)] - Exclude jars from deploy

2009-02-05 Thread krasig
My problems continues. After 3 hours faith with my test project and JBoss 5 i realized that in my ..\standart\lib i have facelets.jar, richfaces-api-3.3.0.GA.jar, richfaces-impl-3.3.0.GA.jar, richfaces-ui-3.3.0.GA.jar and in standard\deploy\mySeamTest1.war\WEB-INF\lib faclets.jar richfaces-api.

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread rnicholson10
Are YOURDB-persistence-service.xml and remoting-bisocket-service.xml the only config files I need to worry about? Previously I used the updated connections, destinations and messaging-service xml files from the release I downloaded. Should I revert to the copies of those files from the original

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Backup of JBOSS required

2009-02-05 Thread PeterJ
I do not understand the question. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207501#4207501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207501 ___ jboss-user mailing li

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: DefaultDS - Replacing HSQL with Oracle

2009-02-05 Thread PeterJ
Which version of JBoss AS? The changes you made are incomplete - you might also have to change the Quartz and Messaging configurations. The exact steps depend on the version. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207500#4207500 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread PeterJ
I got both the 1_4_1_GA and 1_4_2_GA tags sout of svn, built each with integration.base=AS5, ran the release-bundle target and then compared the resulting jboss-messaging.sar file contents. The only difference was in the manifest file. Looking at the diff.patch result it appears that many of th

[jboss-user] [JBoss Cache: Core Edition] - Re: Far cache problem (3.0.2) tx problems

2009-02-05 Thread manik.surt...@jboss.com
If your case is that urgent I would suggest you use the customer support portal for more timely help. Anyway, have you enabled region based marshalling? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207495#4207495 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Cache: Core Edition] - Re: Far cache problem (3.0.2) tx problems

2009-02-05 Thread rs1050
Is there anything that i can try or provide to help investigation? This is an important bug for us. Thank you. RS. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207493#4207493 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [EJB/JBoss] - Dependencies for a remote client

2009-02-05 Thread dberansky
Hi, I'm adding remote EJB access to a website and am trying to come up with a list of dependencies required to remotely lookup a EJB in JBoss's JNDI and then to execute it. I don't want to include jbossall-client, as it creates conflicts with hibernate and xml jars already used by the site. I

[jboss-user] [Beginners Corner] - How can I see the users connected

2009-02-05 Thread acastanheira2001
Hi, How can I see the connected users in an app running on jboss? Thanks, André View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207484#4207484 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207484 ___

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Backup of JBOSS required

2009-02-05 Thread ran_sushmi
thanks, for your answer. But, do we need to backup as JBOSS is a AS and not our application code? I was just getting a bit specific that why we need latest copy of JBOSS AS to swap to our new server. regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread rogerio.baldini
Sorry man, I didn't want to cause that. I am really sorry. I have solved this problem few minutes ago. I had to change t_processinstances.xhtml | | | R | | S | | E | | and t_tasks.xm

[jboss-user] [JBoss jBPM] - Re: can't rollback although i'm doing ctx.setRollbackOnly()

2009-02-05 Thread kukeltje
xa datasources? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207480#4207480 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207480 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss jBPM] - Re: Run Project when JBoss Server starts from Eclipse but fa

2009-02-05 Thread kukeltje
or does it happen from the beginning? If so at what moment I do not see anything jBPM related here View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207478#4207478 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207478

[jboss-user] [JBoss jBPM] - Re: Run Project when JBoss Server starts from Eclipse but fa

2009-02-05 Thread kukeltje
stop and start your server View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207477#4207477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207477 ___ jboss-user mailing list jbos

[jboss-user] [JBoss jBPM] - Re: Dynamic Fork + External Async WS invocation + problem

2009-02-05 Thread kukeltje
No problem... it was enlightening for me to... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207476#4207476 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207476 ___ jboss

[jboss-user] [JBoss jBPM] - Re: Problem deploying on JBoss 5

2009-02-05 Thread kukeltje
What do you want? Wait until monday or should I not investigate a all? It's my free, non-paid time. Normal customers (I do not work for JBoss) are billed €100,- per hour, so take your pick View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207475#4207475 R

[jboss-user] [Installation, Configuration & DEPLOYMENT] - DefaultDS - Replacing HSQL with Oracle

2009-02-05 Thread truthtechnologies
I have installed Jboss successfully and trying to replace the HSQL DefaultDS with Oracle. 1. Renamed JNDI name on hsqldb-ds.xml 2. Copied oracle-ds from examples/jca and supplied neessary parameters. 3. And named the oracle JNDI datasource name as DefaultDS. When I start the server, it comes u

[jboss-user] [JBoss jBPM] - Re: Parameter userName does not exist as a named parameter

2009-02-05 Thread kukeltje
Great that it works thanks for reporting back... Reminds me that these kinds of changes should also be documented or in the releasenotes... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207472#4207472 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss jBPM] - Re: jbpm 3.3.1 does not start with jboss 4.2.3 when installe

2009-02-05 Thread kukeltje
please no duplicate post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207471#4207471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207471 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - Re: performance limits of jbpm

2009-02-05 Thread kukeltje
10.000 jobs due each day. That is 10.000/(3.600*8) is 1 job per 3 seconds on average. I do not see why that should not be possible. The performance impact is related to the number of jobs that will end in that period. If the 10.000 jobs end all at once, yes, that has an impact. otherwise I thin

[jboss-user] [JBoss jBPM] - Re: Problems with jBPM 3.3.0 GA and the GPD

2009-02-05 Thread kukeltje
Any errors in the server or in the eclipse log? Otherwise it is next to impossible to figure out what is going on... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207468#4207468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [EJB 3.0] - EJB3 MESSAGE DRIVEN BEAN WORKS ONCE & NEVER AGAIN UNTIL JBOS

2009-02-05 Thread pjr444
Hi. I've been using a simple Message Driven Bean to grab new emails from an imap account for the last 18 months very successfully on 4.2.1 AS Bean code : import javax.ejb.ActivationConfigProperty; import javax.ejb.MessageDriven; import javax.mail.Message; import javax.persistence.EntityManag

[jboss-user] [JBoss jBPM] - Re: performance limits of jbpm

2009-02-05 Thread hhhuber
thank you for your answer. a more detailed question: what if i have 1.000.000 timers (jobs) with 10.000 jobs due each day? can the jobexecutor handle that? is there a notable performance impact when it queries the jobs-table? hans View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA (Repost)

2009-02-05 Thread clebert.suco...@jboss.com
anonymous wrote : compared the generate jboss-messaging.sar between 1.4.1 and 1.4.2 It can't be the same. I just did a diff between 1.4.1, and 1.4.2 and I can see the changes: svn diff http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_1_GA/ http://anonsvn.jboss.org/repos/mess

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread clebert.suco...@jboss.com
anonymous wrote : compared the generate jboss-messaging.sar between 1.4.1 and 1.4.2 It can't be the same. I just did a diff between 1.4.1, and 1.4.2 and I can see the changes: svn diff http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_1_GA/ http://anonsvn.jboss.org/repos/mess

[jboss-user] [JBoss Tools (users)] - Re: Seam project without DB - why not?

2009-02-05 Thread krasig
Max , I agree with you. I'm just trying to create a very simple project, to feel THE POWER OF THE SEAM :) Regards. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207461#4207461 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [Beginners Corner] - Re: Is it possible to add another hot deployment directory?

2009-02-05 Thread gina144
Thank you! it works. "lelleh" wrote : Take a look at the VFSDeploymentScanner bean in server/default/conf/bootstrap/profile.xml | | add another value-element: | | | | | | file:/usr/local/mydir | | View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread PeterJ
Taking another tact, I got and built 1.4.1.GA source and compared the generate jboss-messaging.sar between 1.4.1 and 1.4.2 - they are the same. So the steps to update AS 5.0.0.GA to Messaging 1.4.2 should be copying jboss-messaging-client.jar to the client directory and jboss-messaging.jar to t

[jboss-user] [JBoss jBPM] - can't rollback although i'm doing ctx.setRollbackOnly() in s

2009-02-05 Thread tomerbd2
Hi I have a servlet that calls a session bean with required transaction attribute, the session bean in its test method calls jbpm process. so its like this. 1. servlet 2. session bean.helloWorld() 3. in the method helloWorld() i call a jbpm process 4. at the end of the method helloWorld() i do

[jboss-user] [JBoss Messaging] - Re: MySQL in Cluster question

2009-02-05 Thread jbabad
Thanks guys for the responses. Can I move the question a bit? As I said we're running a JBoss Cluster using MySQL 5.0.51 as the underlying JMS data store. I'm trying to send 5000 messages (20k each) through the system - with a sender and receiver client. Lets call the 2 JBoss instances Jboss1 a

[jboss-user] [JBoss Messaging] - Re: validatorPingPeriod/Timeout etc. not properly passed fro

2009-02-05 Thread timfox
It's already been done View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207451#4207451 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207451 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA (Repost)

2009-02-05 Thread clebert.suco...@jboss.com
anonymous wrote : What is the correct procedure for upgrading messaging on AS5? You first need to get a correct release, compiled for JBoss5. This is because of AOP dependencies as the byte weaving is different on both versions. JBossMessaging 1.4.2 was compiled for JBoss 4.2, if you want to in

[jboss-user] [JBoss Portal] - Re: Problem with cach when a user modifies his password on J

2009-02-05 Thread mkol
Well, the application which uses JBoss Portal was delivered a long time ago. I can't tell to my customer to replace the application with a new version of Jboss Portal if I don't know where is the problem, and if I'm not sure that the problem will be resolved with a new version. I just want to

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread clebert.suco...@jboss.com
anonymous wrote : What is the correct procedure for upgrading messaging on AS5? You first need to get a correct release, compiled for JBoss5. This is because of AOP dependencies as the byte weaving is different on both versions. JBossMessaging 1.4.2 was compiled for JBoss 4.2, if you want to in

[jboss-user] [JBoss Portal] - Re: New exception in JBP 2.7.1

2009-02-05 Thread wesleyhales
Also, the error is still in B6. But is it actually causing the application to break? or is it just showing up in the error log? Every time the bridge gets an instance, the object is checked (See factory method in PortletStateHolder). Watch PBR-75 for the fix. View the original post : http://www

[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

2009-02-05 Thread rnicholson10
I had working version of jboss messaging but need to upgrade for fixes to the following issues. https://jira.jboss.org/jira/browse/JBMESSAGING-999 I have tried just replacing the jars and the xml files from the download on the site. If these jars are not compiled for AS5 and they need to be t

  1   2   >