[JBoss-user] [JBoss jBPM] - when AssignmentHandler be invoked?

2006-03-19 Thread badegg
i modifed the websale process as follow ,and deploy successfully ,but when i start the process ,all the AssignmentHandlers seems haven't been invoked , the actorid in swimlaneInstance table and in taskinstance table are all "null".what's the problem?

[JBoss-user] [EJB 3.0] - Re: EJB3 Session Bean (Bean Managed Transaction) issue

2006-03-19 Thread wargun02
Hi aakashvj, Thanks for the reply. You've got a great working post here. I think I still need to be more firmiliar with the annotation thingy... Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931253#3931253 Reply to the post : http://www.jboss.c

[JBoss-user] [JCA/JBoss] - DataSource failover in JBOSS 4.0\Postgres database

2006-03-19 Thread krishnakumar.raman
We are running JBOSS 4.0.2 version and Postgres 8.0.3. We are trying for datasource faiover capability provided in JBOSS by providing "ha-local-tx-datasource" and "url-delimiter" configuration as mentioned in JBOSS Administration guide. (NOTE: A Normal connectivity without datasource failover c

[JBoss-user] [Beginners Corner] - one JBoss4.0.3sp1 question

2006-03-19 Thread eaglebear
I copy the war package to the directory server/default/deploy of jboss4.0.3sp1.But when I use a client program to request,jboss server can't response.Actually,use Jboss2.4.9_Tomcat4.0 version,this client program can get response from the server.Do I need to deploy jboss4.0.3sp1? or other reason

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - one JBoss4.0.3sp1 question

2006-03-19 Thread eaglebear
I copy the war package to the directory server/default/deploy of jboss4.0.3sp1.But when I use a client program to request,jboss server can't response.Actually,use Jboss2.4.9_Tomcat4.0 version,this client program can get response from the server.Do I need to deploy jboss4.0.3sp1? or other reason

[JBoss-user] [Installation, Configuration & Deployment] - one JBoss4.0.3sp1 question

2006-03-19 Thread eaglebear
I copy the war package to the directory server/default/deploy of jboss4.0.3sp1.But when I use a client program to request,jboss server can't response.Actually,use Jboss2.4.9_Tomcat4.0 version,this client program can get response from the server.Do I need to deploy jboss4.0.3sp1? or other reason

[JBoss-user] [Clustering/JBoss] - Re: clustering tests in testsuite failed

2006-03-19 Thread sreeshyam
For connecting two nodes im trying it directly View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931248#3931248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931248 --

[JBoss-user] [Clustering/JBoss] - Re: clustering tests in testsuite failed

2006-03-19 Thread sreeshyam
i created a local.properties file in testsuite folder and gave node 0 and node 1 values as localhost and host name.still its failing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931247#3931247 Reply to the post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Installation, Configuration & Deployment] - JBoss Configuration for Production Environment

2006-03-19 Thread rajesh.kr.learning
Hello, I am using JBoss 4.0.2 and my application is deployed as an EAR file into it. I wants to configure the Jboss AP server in production environment. Could you please any one help me out ... ONE MORE THING I want my application should be extracted into a temp folder while server startu

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - error:could not create deployment .jar file

2006-03-19 Thread prajpal
I am installing an application on jboss-3.2.5 and am getting the following error: 02:55:03,957 WARN [verifier] EJB spec violation: Bean : Transaction_fee Section: 16.2 Warning: The Bean Provider must specify the fully-qualified name of the enterprise bean's home interface in the home eleme

[JBoss-user] [EJB 3.0] - Re: EJB3 Session Bean (Bean Managed Transaction) issue

2006-03-19 Thread aakashvj
For User Managed Transactions you can annotate your session bean with following annotation: @TransactionManagement(TransactionManagementType.BEAN) instead of EntityTransaction you can do a JNDI lookup for UserTransaction say : UserTransaction usrTx = (UserTransaction) ic.lookup("UserTransaction"

[JBoss-user] [EJB 3.0] - The selected configuration does not contain the expected EJB

2006-03-19 Thread kuntalroy
I am using JBossIDE-1.5RC2-Bundle-win32.zip for IDE and jboss-4.0.4RC1.zip for Application Server. When I am going to create a new EJB3 project using IDE, I am getting the following error: 18:21:42,558 WARN [UDP] packet from /172.19.139.143:3781 has different version (0224) from ours (0227). T

[JBoss-user] [JBoss Portal] - Re: Error while accessing Jportal server page

2006-03-19 Thread p.surawar
Dear Friends, The actual error log from server.log is as follows. ** 2006-03-20 10:25:27,531 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/portal].[PortalServletWithPathMapping]] Servlet.service() for servlet PortalServletWithPath

[JBoss-user] [JBossWS] - JBossWS tutorial

2006-03-19 Thread hfarid
The title says it all I am looking for a simple tutotrial that would help me in kicking start the project I am working on Here is what I want to do - EJB3 SLSB support webserviec - .Net client to the webservice - secure (authintication should be enought) the communication between my webservice a

[JBoss-user] [Security & JAAS/JBoss] - Web Tier JAAS login and SecurityAssociation

2006-03-19 Thread jsb
Greetings JBoss users and developers, I have an app running on JBoss AS 4.0.3sp1+EJB3rc3. The web tier is a JSF app that interacts with the business tier via local interfaces to session beans. I am using the container managed security in a typical way: * java:/jaas/mydomain security domain * se

[JBoss-user] [EJB 3.0] - how to accomplish lock with NOWAIT as in hibernate?

2006-03-19 Thread aakashvj
lock() specified in EJB3 righ now supports only two LockModeTypes (Read and Write). There is no facility as UPGRADE_NOWAIT given in Hibernate. I want to achieve pessimistic locking which is not possible as it is going to wait state until I release the lock. How will I accomplish lock with no_wait

[JBoss-user] [JBoss jBPM] - Re: get XML-Document of ProcessDefinition-Object

2006-03-19 Thread romin.irani
If this feature is not present -- could someone provide a list of all tables in the database that contain definitions, so that we can back up these tables to cover for an eventuality where the database gets corrupted and the process definition files are not upto-date, etc. View the original

[JBoss-user] [EJB 3.0] - Re: JNDI Lookup Failure, ClassCastException, 4.0.4RC1

2006-03-19 Thread tromanowski
Trying to get to the root of the JNDI lookup problem, I'm finding that the gray area is in EAR deployment. While trying to determine if there is a conflict with the standard documented managed bean configuration (as configured faces-config.xml) for myfaces, I did not come across any cut-and-dry

[JBoss-user] [JBoss Seam] - Re: Unable to generate code with composite key

2006-03-19 Thread vlasov01
Do you plan to fix it soon? Are there workarounds? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931235#3931235 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931235 -

[JBoss-user] [JBoss Portal] - upload files error

2006-03-19 Thread webcat
10:21:29,461 ERROR [ContentGetCommand] Cannot get content javax.jcr.PathNotFoundException: /default/index.html/zh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931234#3931234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[JBoss-user] [JBoss Portal] - forums portlet error...

2006-03-19 Thread susitha
I am getting this error when I start the portal and click the forums link java.lang.IllegalArgumentException: One of the names is null | at org.jboss.portal.common.FQN.(FQN.java:62) | at org.jboss.portal.core.security.Scheme.get(Scheme.java:107) | at org.jboss.portal.core.securit

[JBoss-user] [Installation, Configuration & Deployment] - HowTo Download jboss-4.0.4CR2 from cvs?

2006-03-19 Thread hurzeler
Hello, Can some one tell me where I can find jboss-4.0.4CR2 in cvs. I am not quite sure what to check out from: :pserver:[EMAIL PROTECTED]:/cvsroot/jboss I wanted to test JBossWS with EJB3. I believe for this I need jboss-4.0.4CR2. Is that correct? Thanks View the original post : http://www.

[JBoss-user] [JBoss Portal] - how to localize the jboss portal navigation to display local

2006-03-19 Thread jandrew
as default ,the jboss portal navigation region display english text, such as default,test,CMSAdmin,management,how to translate these text into other language? thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931231#3931231 Reply to

[JBoss-user] [EJB/JBoss] - Remote Access EJN between JBoss 3.2.5 and JBoss 4.0.x

2006-03-19 Thread littlefish
Dear All, Can EJB client (Servlet) at JBoss 3.2.5 access a remote EJB at JBoss 4.0.x? or EJB client (Servlet) at JBoss 4.0.x access a remote EJB at JBoss 3.2.5? If yes, how to do it? THX! ALL! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931230#3931230

[JBoss-user] [JBossWS] - Re: SLSB as WS: Exception with JBoss 4.0.4CR1 from CVS

2006-03-19 Thread hurzeler
Hello, I would also like to test the WS but I can't find the JBoss-4.0.4CR2 in cvs. Can you point me in the right direction. I looked at :pserver:[EMAIL PROTECTED]:/cvsroot/jboss but where is it? Does EJB3 WS not work under JBoss-4.0.4RC1? Thanks for your help. View the original post : http

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - ResourceBundle considered harmful

2006-03-19 Thread treespace
Resource bundles do not work with XML or RDBMs which is very telling IMO. Supports my contention that I8N with resource bundles should be renamed SteamingResourcePile [audible laughter from crowd]. It seems infinitely simpler to just create a message file for each language, then load them all

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet welcome-file not working

2006-03-19 Thread treespace
I did not see any mention of a dummy static welcome file mapping in the 2.4 servlet specfiication. Whatever works I suppose. I think I will stick with the bona fide static welcome file that sets the window location. That also works. Thanks for the feedbackScott. View the original post : http

[JBoss-user] [Messaging, JMS & JBossMQ] - javax.naming.NameNotFoundException: DefaultJMSProvider not b

2006-03-19 Thread pauline2031
I got this error exception when starting up JBOSS even after I have defined DefaultJMSProvider below... 00:25:25,174 WARN [JMSContainerInvoker] JMS provider failure detected for ReadMessageMDB javax.naming.NameNotFoundException: DefaultJMSProvider not bound at org.jnp.server.NamingServe

[JBoss-user] [Installation, Configuration & Deployment] - ERROR [Digester] End event threw exception

2006-03-19 Thread pringlpi
Hi, Getting this error when trying to deploy my Hello World application. Alot of the sources indicate that this is a problem with the web.xml file. However checking the file contents, do not show any mistakes etc. Here is the copy of the web.xml file. Any ideas ? http://java.sun.com/xml/ns/j

[JBoss-user] [Security & JAAS/JBoss] - Question about login module and EJB

2006-03-19 Thread kosl
Dear All, I was wondering since a long time about custom login modules and whether it is possible somehow to write such a login module which would use EJB. Why ? Just because I'm developing a web application which stores user data in Container managed entity beans and it would be very appropria

[JBoss-user] [JBoss jBPM] - Re: get XML-Document of ProcessDefinition-Object

2006-03-19 Thread bersta1
We have an Admin-Interface in our Application, where we want to provide an overview of all deployed ProcessDefinitions and versions of ProcessDefinitions. One part of this feature should be the ability to look up the XML-Source of these Definitions. It wouldn't be a problem, if there only were o

[JBoss-user] [Messaging, JMS & JBossMQ] - MessageFormatException: IOException: unexpected end of block

2006-03-19 Thread gemel
I'm using jboss 3.2.6 and JDK 1.4 Since I uppgraded to JDK 1.5, my JMS messaging doesn't work anymore. I am able to send and receive String messages without any problem but the getObject() method fails for custom objetcs. If someone has any idea, please help me. This is my Server and Client sou

[JBoss-user] [JBoss Portal] - Create a Left Menui to navigate

2006-03-19 Thread fralin
How can I create a "left menu" like http://jboss.org where you can navigate ? I have now problems that URL /index.html?ctrl:cmd=action&ctrl:window=default ...are created. I want that the center region is changing (or the portlet). How can I create this ? View the original post :

[JBoss-user] [EJB 3.0] - Re: jBoss + EJB3 + Scalability

2006-03-19 Thread redijedi
We have deployed a number of Web Services backed by ejb3 business objects. We are very happy with the load we have been able to handle. We have scaled past 50 concurrent users with little trouble. We have experienced that the SOAP stack is the bottleneck in our system as the ejb machines never p

[JBoss-user] [JBoss jBPM] - BPEL Roadmap

2006-03-19 Thread joshua_hj
JBoss jBPM BPEL I have a few questions that I would like to post about the BPEL extension module. I have done some work in the BPEL arena using both Oracle solutions, the Eclipse BPEL designer and the Oracle BPEL Process Manager (engine). AFAIK, the designer is free to use and is a very helpfu

[JBoss-user] [JBoss Portal] - Re: portal access from internet

2006-03-19 Thread jbossuser2
solution: changing the context path to portal.web.context-root=/ in the local.properties file gets effective after "build clean" and "build deploy" is called. Thus the portal is accessible with http://localhost or your own domain. See thread http://jboss.org/index.html?module=bb&op=viewtopic&t

[JBoss-user] [Installation, Configuration & Deployment] - Re:

2006-03-19 Thread [EMAIL PROTECTED]
And in all your years, how many times have you seen this exception? Clearly some network/hostname configuration exists on this box. Check out your os howtos/faqs for enabling multicast. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931214#3931214 Reply to t

[JBoss-user] [Installation, Configuration & Deployment] - Re:

2006-03-19 Thread objectinc
Maybe this is a stupid question. But in all my years of java development I've never had this problem. So how to enable mutlicast? Till now this wasn't necessary. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931213#3931213 Reply to the post : http://www.jb

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to uninstall Jboss in Windows XP using unintaller.ja

2006-03-19 Thread [EMAIL PROTECTED]
I don't know if this is an installer bug, however, the simplest thing is to just delete the root directory where jboss is installed. AFAIK, except for writing to that directory, jboss installer doesn't alter the system configuration in any other way. View the original post : http://www.jboss.c

[JBoss-user] [JBoss Seam] - Re: Dynamic selectOneMenu

2006-03-19 Thread ariska
Sorry, perhaps I did not make my point clear. What I want to accomplish is this: I have a modifyUserForm with the selectOneMenu for the userType [admin,accounting,reporting]. When the form loads the userType selectOneMenu should be initialized and display correct userType value for selected u

[JBoss-user] [JBoss Eclipse IDE (users)] - Is JBOSS IDE & JBOSS are not suitable for STRUTS application

2006-03-19 Thread tiwari_p_k
Hi, I think JBOSS is not suitable for Struts Based MVC web Application. This is my assumption (experience) because, One month before I was in search of the single app server for my complete web applicationwhich will consist of Container for EJB (2.0) & web container & I had only 2 options (JBOSS

[JBoss-user] [Installation, Configuration & Deployment] - IS JBOSS IDE is not suitable for STRUTS????

2006-03-19 Thread tiwari_p_k
Hi, I think JBOSS is not suitable for Struts Based MVC web Application. This is my assumption (experience) because, One month before I was in search of the single app server for my complete web application which will consist of Container for EJB (2.0) & web container & I had only 2 options (JBOS

[JBoss-user] [Installation, Configuration & Deployment] - How to uninstall Jboss in Windows XP using unintaller.jar

2006-03-19 Thread pringlpi
Hello, Does anyone know how to uninstall JBoss 4.0. using the uninstaller.jar that is located in the following location : %JBOSS_HOME%Uninstaller when I use the following command to attempt to uninstall, I get the following error : Exception in thread "main" java.lang.NoClassDefFoundError: run

[JBoss-user] [JBoss Portal] - Securing portal pages.

2006-03-19 Thread noicangi
hi, i'm using portal2.4 from cvs, mysql 4, one windows xp and one redhat 9 for making clustering ( now working ok with hajrcms :) ) the 3.1 connector. the thing is when i access the portal(http://localhost:8080/ , after changing the path) i notice that the managment page and the cms admin was

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: No JSP Page and HTML Page under JBossIDE->Web Components

2006-03-19 Thread StefanDube
"[EMAIL PROTECTED]" wrote : This is an oversight in the documentation -- I will try fixing it as soon as possible. | [] | Any Schedule for that ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931203#3931203 Reply to the post : http://www.jboss.co

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j WARN No appenders ... logger (org.jboss.security.S

2006-03-19 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=Logging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931202#3931202 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931202

[JBoss-user] [Beginners Corner] - Slow java application?

2006-03-19 Thread bplus
Hi, Im running "lucene" connected to "pdf box" to create a small and simple document management system. Lucene indexs a folder full of pdf files, it works fine if I just run it as a command line java application. However Im trying to call this application from my web app (which is running in j

[JBoss-user] [Installation, Configuration & Deployment] - Re: log4j WARN No appenders ... logger (org.jboss.security.S

2006-03-19 Thread frisky
i got the same problem, hi, who can tell me how to configure it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931200#3931200 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931200

[JBoss-user] [JBoss Portal] - Warnings during 2.2.0 build - concerned?

2006-03-19 Thread rutfield
I am trying to troubleshoot some issues and started a clean build. Should I be concerned about warnings of unmappable characters and deprecated features in bilding the portlet, core, and bridge modules? Please advise. Thanks for any guidance. CR module portlet: [execmodules] * value of thi

[JBoss-user] [JBoss jBPM] - Re: process persistence problem with JBPM/Seam

2006-03-19 Thread [EMAIL PROTECTED]
Probably more appropriate if you post this to the SEAM forum. http://www.jboss.com/index.html?module=bb&op=viewforum&f=231 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931198#3931198 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [EJB 3.0] - jBoss + EJB3 + Scalability

2006-03-19 Thread david.l.small
HI, we have an EJB3 web application in our testing environment. Before long we'll be migrating to production. I'm wondering if there are any scalability gotchas that I should be worried about. For example in jBoss 4.0.1 with EJB 2.1, I used to get ApplicationDeadlockExceptions, until I discover

[JBoss-user] [JBoss Seam] - Re: reverseengineering problem

2006-03-19 Thread destiny84
here it is...sorry, not that used to using eclipse. | java.lang.NullPointerException | at org.hibernate.tool.hbm2x.XMLPrettyPrinter.prettyPrintFile(XMLPrettyPrinter.java:89) | at org.hibernate.tool.hbm2x.ArtifactCollector.formatXml(ArtifactCollector.java:69) | at org.hibernate.too