[jboss-user] [JBoss jBPM] - jbpm-bpel-1.1.1 test hello error

2008-11-02 Thread cumtyjp
My configuration: jbpm-bpel-1.1.1 java version "1.6.0_05" jboss-4.2.3.GA the log (\examples\hello\target\test\reports\xml)as follow: | | | | | | | | | | | | | | | | | | |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Can't JBoss deploy exploded ear from outside of the $server/

2008-11-02 Thread ienvyou
I don't know what is wrong with my previous topic. Exploded ears work fine from within the deploy directory. Anyway, I want to know why my application can't deploy on /home/jboss/applications/EarContent.ear directory, not $server/$server_name/deploy. I've got : org.jboss.deployment.DeploymentE

[jboss-user] [JBoss jBPM] - Re: Problem with JBPM running on Oracle

2008-11-02 Thread janvandeklok
Thanks for the hint. I'll check it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186304#4186304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186304 ___ jboss-user mailing

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

2008-11-02 Thread ienvyou
In addtion, below comment with red color is not apply for my exploded application. jboss-service.xml | Example URLs: | deploy/ | scans ${jboss.server.url}/deploy/, which is local or remote | depending on the URL used to boot the server |

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

2008-11-02 Thread ienvyou
In addtion, below comment with red color is not apply for my exploded application. jboss-service.xml | Example URLs: | deploy/ | scans ${jboss.server.url}/deploy/, which is local or remote | depending on the URL used to boot the server |

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

2008-11-02 Thread ienvyou
In addtion, below comment with red color is not apply for my exploded application. jboss-service.xml | Example URLs: | deploy/ | scans ${jboss.server.url}/deploy/, which is local or remote | depending on the URL used to boot the server |

[jboss-user] [JBoss jBPM] - Re: Error when deploying the processdefinition

2008-11-02 Thread btl_ayd
Hi I have gor same problem.Can anybody help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186299#4186299 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186299 ___ jboss-use

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

2008-11-02 Thread ienvyou
thank you quick reply! In my point of view, work around is always opened. I think origianl problem is that EARDeployer can't deploy an external exploded ear despite JBoss document describes that it can deploy exploded EAR : http://www.jboss.org/community/docs/DOC-9719 Many developer or customer

[jboss-user] [Remoting] - JBoss Remoting on JBossAS4.2 usage

2008-11-02 Thread riizzz
Hi, newbie here. I am currently trying to develop swing application that connect to JBossAS. on the server side i have | ... | @Remote | public interface PersonManager { | Person getAllPerson(); | } | ... | on client i have | ... | Context context; |

[jboss-user] [JBossWS] - Re: Diff. between web.xml and web.xml.org?

2008-11-02 Thread [EMAIL PROTECTED]
We're rewriting web.xml with our endpoint servlet because there's no support for doing it in memory. This JBoss 4.x issue only. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186294#4186294 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

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

2008-11-02 Thread jaikiran
Do you require those configurations to be outside the EAR file? Can those be packaged within the EAR? Or can those be placed in %JBOSS_HOME%/server/< serverName>/conf folder (which by default is in classpath). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41

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

2008-11-02 Thread ienvyou
Thanks, jaikiran It works fine when I change URLs to "/home/jboss/applications/" But, applications directory contains other configuration files which are not EAR, WAR, JAR types. For instance, these are SecreteKey.ser, my license related folder. If application has the SecreteKey.ser, JBoss appl

[jboss-user] [JBoss Messaging] - Re: java.lang.IllegalStateException: Didn't load expected nu

2008-11-02 Thread sentcs
Thanks for yor reply. I have tried those two SQl queries. But i am getting result as 0 for both. Note: And i am using Mysql innodb tables. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186292#4186292 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - error is produced while accessing the default page.

2008-11-02 Thread SivaSekhar
HI, This is my first post here. I downloaded the jboss-portal-2.7.0.CR1-bundled.war file. After unzip the file I ran the jboss using "run.bat". When I tried to access the "http://localhost:8080/portal";, teh following error is occured. anonymous wrote : javax.servlet.ServletException: javax.re

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

2008-11-02 Thread jaikiran
| deploy/,/home/jboss/applications/EarContent.ear | This should be | | deploy/,/home/jboss/applications/ | i.e. you should actually be pointing to a folder which has applications to be deployed. View the original post : http://www.jboss.com/index

[jboss-user] [Beginners Corner] - Re: No InitialContext Exception

2008-11-02 Thread jaikiran
You seem to be having a wrong version of log4j jar in your client classpath. The TRACE level is available in log4j starting version 1.2.12 of log4j. So you have to include this or later versions of log4j jar in your client classpath. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Portal] - Re: Refreshing a portlet's cache

2008-11-02 Thread analyzediz
Was there a resolution to this problem??? Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186287#4186287 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186287 ___ jbos

[jboss-user] [JBoss Portal] - Re: IPC and PortalEventListener

2008-11-02 Thread analyzediz
Thanks so much for your suggestion. I'll give that approach a try. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186286#4186286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186286 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - [Deployment] "no META-INF/application.xml found" - Exploded

2008-11-02 Thread ienvyou
There is a problem when I am deploying a exploded EAR on outside of /server/default/deploy directory. I also tried to find similar issue on this forum, but I think there is no correct answer about this. My current environment is below: Red Hat Enterprise Linux JDK 1.5.0_14 JBoss 4.2.3 Target

[jboss-user] [Microcontainer] - Programmatically getting JNDI Context

2008-11-02 Thread [EMAIL PROTECTED]
I have a app which is on MBeans as of now. I am trying to port to MC. One of the requirements I have is one of the MBeans creates POJO's and register with JNDI as and when required. In MC I was thinking this can be replaced by a Factory that gives new instance of POJO bean when 'newInsatnce' is

[jboss-user] [JBoss Portal] - Accessing Jackrabbit JCR programmatically within JBoss Porta

2008-11-02 Thread bgiddins
Basic question - can you write your own portlets to programmatically interact with the Jackrabbit JCR that forms the CMS in JBoss Portal? I'm thinking custom CMS interface using the same repository as the CMS portlets in JBoss Portal. I want to be able to create content using a custom portlet, b

[jboss-user] [Beginners Corner] - Re: No InitialContext Exception

2008-11-02 Thread denisputnam
Apparently I was missing a lot of jar files in my project, which I have subsequently added. However, I am still getting the following error. Can someone tell what jar file I am missing? I need the one where TRACE is defined. Exception in thread "main" java.lang.NoSuchFieldError: TRACE

[jboss-user] [Security & JAAS/JBoss] - Re: Cannot get JAAS to work

2008-11-02 Thread [EMAIL PROTECTED]
I've tried option 1 in order to make progress. It works nice. Thanks. I've read the linked article and still wonder what I did wrong with my first attempt: Defining an MBean (iits-login-config-service.xml) that will configure the LoginService (iits-login-config.xml). View the original post : h

[jboss-user] [Beginners Corner] - No InitialContext Exception

2008-11-02 Thread denisputnam
Hi, I am reading the "Enterprise JavaBeans 3.0" book from O'Reilly, and I am getting the following error. I am using JBoss 4.x and JDK 6.0 with MyEclipse. I have included the error and the code. I apologize for all the text, but I don't know what you need to tell me what to do. Thank you for

[jboss-user] [Clustering/JBoss] - Re: Clustering Novice

2008-11-02 Thread mogy
No ideas anyone ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186272#4186272 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186272 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Messaging] - allowing a client or MDB to specify by message header, messa

2008-11-02 Thread ilangocal
Hi I am running JBoss 5 CR2 on Windows Vista. I have a Message Driven that is supposed to listen to message on a queue. Now my effort would be try and implement a Message Selector that would allow this MDB to read the message header off the messages on the queue and pick one up that matches the

[jboss-user] [JBoss jBPM] - Any good customer references for jBPM?

2008-11-02 Thread wilsonkong
I'm consider to use this because this is a free solution. But where can I find some references information for jBPM? I want to know any enterprise is using this for production right now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186230#4186230 Reply to

[jboss-user] [JBoss jBPM] - Re: User Transaction Lookup in Unmanaged Threads

2008-11-02 Thread wilsonkong
Right, according to the J2EE specification and even best J2EE practice, unmanaged threads should be avoided. That's why J2EE promotes WorkManager which is managed and able to do the jobs parallel. WorkManager leverage the J2EE container so it should be able to lookup JNDI context. This would

[jboss-user] [JBoss jBPM] - Re: Task nodes problem

2008-11-02 Thread Black83Angel
Ok, no problem: I think I just solved the matter following a simple example I found browsing the net; the example manages different tasks by creating different task instances: | Token token = processInstance.getRootToken(); | | | | TaskInstance t1 = (TaskInstance) processInstance.

[jboss-user] [JBoss jBPM] - Re: Task nodes problem

2008-11-02 Thread Black83Angel
"kukeltje" wrote : And this is only for one taskinstance. If you want it for all taskinstances, use the JbpmContext api Can you give me an example please? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186218#4186218 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: BPEL examples - server restart

2008-11-02 Thread cumtyjp
I think it's this problem. do this configure from the jbpm-bpel.pdf on page 11 1. Locate the org.jboss.deployment.MainDeployer-xmbean.xml file under the conf/xmdesc directory of your | preferred server profile. For the default profile, the location is jboss- | /server/default/conf/xmdesc.

[jboss-user] [EJB 3.0] - question about exception and rollback

2008-11-02 Thread mnrz
Hello Each application exception will cause the transaction to be rolled back but what if we set an interceptor say ExceptionInterceptor to catch all the exception and set the error codes and messages to outgoing DTOs. Because our DTO classes have a super class in which a response object is f

[jboss-user] [JBoss jBPM] - Re: Cant`l log to jbpm-console on weblogic server

2008-11-02 Thread kukeltje
that does't look like al problem ;-) everything is white View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186213#4186213 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186213 __

[jboss-user] [Security & JAAS/JBoss] - Re: Cannot get JAAS to work

2008-11-02 Thread jaikiran
"[EMAIL PROTECTED]" wrote : Or should I define my policy rather in the login-config.xml? You have 2 options: 1) Add your application policy in the %JBOSS_HOME%/server/< serverName>/conf/login-config.xml 2) Or if you want to have your own config xml then follow these steps http://www.jboss.org

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.jboss.deployment.DeploymentException: No META-INF/ap

2008-11-02 Thread jaikiran
I have seen people complaining about this exception and it turning out to be a issue with how the application was packaged. So far i haven't seen a post where this turned out to be an issue with the way JBoss deploys the application. If you think, it might be related to JBoss than the packaging,

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5.0.0.CR2 with JBoss-SEAM-2.1.0.GA

2008-11-02 Thread jaikiran
Is this what you mean http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142385. If not, please post the entire exception stacktrace and other details. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186208#4186208 Reply to the post : http://www.jboss

[jboss-user] [Security & JAAS/JBoss] - Re: Cannot get JAAS to work

2008-11-02 Thread [EMAIL PROTECTED]
Or should I define my policy rather in the login-config.xml? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186207#4186207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186207 __

[jboss-user] [Security & JAAS/JBoss] - Re: Cannot get JAAS to work

2008-11-02 Thread [EMAIL PROTECTED]
I was under the impression that the iits-login-config.xml will be used instead of the default login-config.xml. I did not change login-config.xml at all. I see that the following is defined in the login-config.xml: So, you are right. But why doe