[jboss-user] [Installation, Configuration Deployment] - Re: Unreasonable Problems with deployed EJBs

2009-12-01 Thread jaikiran
You seem to be having a couple of issues: 1) anonymous wrote : 09:24:01,137 ERROR [AllowedOperationsAssociation] getCallerPrincipal should not be access from this bean method: IN_EJB_CREATE, allowed is [IN_EJB_TIMEOUT, IN_BUSINESS_METHOD, IN_SERVICE_ENDPOINT_METHOD] |

[jboss-user] [JBoss Cache Users] - Re: Invalid character ':' in value part of property

2009-12-01 Thread shooter
Hi, I have the same problem using jbosscache-pojo 3.0.0.GA. I cannot find an upgrade of this jbosscache-pojo version. Is there any workaround for this? The workaround that has been posted is useless for me. I cannot add VM arguments due to restrictions (working for a client). This is an

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 lookup from Pojo and Injection

2009-12-01 Thread jaikiran
MirekSz wrote : | | If I can be sure that injected object AccountService will be the same lookup object??? What is the AccountService? Is it a Stateless session bean or a stateful session bean? More importantly, why do you want it to be the same instance? View the original post :

[jboss-user] [Beginner's Corner] - Re: Error using UnifiedInvoker

2009-12-01 Thread maciekcom
Exception occur under jboss 5.1.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268238#4268238 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268238 ___ jboss-user mailing list

[jboss-user] [Beginner's Corner] - Re: Error using UnifiedInvoker

2009-12-01 Thread maciekcom
It works perfectly unde jboss 4.2.3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268237#4268237 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268237 ___ jboss-user mailing list

[jboss-user] [EJB 3.0 Users] - Re: How to setting up an MBean depend on some SessionBeans

2009-12-01 Thread jaikiran
larryxu77 wrote : | | In JBoss4 I find a way to specify MBean depends on some SessionBeans by adding below words in jboss-app.xml | | module-orderstrict/module-order | | | That's fixed in the upcoming JBoss AS 6.0 M1. larryxu77 wrote : | Now we are working on JBoss5.1,

[jboss-user] [Beginner's Corner] - Jboss 5 mbean dependency management under jboss 5.1.0

2009-12-01 Thread maciekcom
Hi, How mbean dependencies are managed under jboss 5.1.0? Lets consider example: 1. We have three services: A,B,C 2. Serivce B depends on service A and C. 3. If create()/start() method is called on service B then create()/start() is also called under A and C? 4. If stop is called on service A

[jboss-user] [jBPM Users] - Variables keep old values

2009-12-01 Thread aroeder
I tried to update my variables after I changed them on a webpage. The code looks basicly like that: | JbpmContext ctx = JbpmConfiguration.getInstance(jbpm.cfg.xml).createJbpmContext(); | | TaskInstance currentTI = ctx.getTaskInstance(this.currentTaskInstanceID); | |

[jboss-user] [JBoss Portal Users] - Re: Theme and layout settings for Configure Dashboard

2009-12-01 Thread ric.sa.moore
Hi Vijay, thanks for the reply. I had already had a look in this file and couldn't see how to get it to do what I wanted. I changed all the values of the layout.id property to my own layout. I then dropped all the tables in my database and restarted my server. This had the effect of altering

[jboss-user] [JBoss Portal Users] - Re: Theme and layout settings for Configure Dashboard

2009-12-01 Thread ric.sa.moore
I suppose the other thing to mention is that my theme and layout are deployed in a separate war file on the server. I don't know if this makes any difference. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268251#4268251 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Error in Deployement of Ear File

2009-12-01 Thread varshneyankit
Hello, When I was trying to deploy my application(.ear) on JBOSS-5.0.1.GA-jdk6 its not able to deploy that application and throwing some exception. The exception is given below | | 13:12:47,906 ERROR [AbstractKernelController] Error installing to PostClassLoader:

[jboss-user] [jBPM Users] - Re: Extending jBPM 4 history service

2009-12-01 Thread mpradny
Hello, I just created small demo that did work. I needed some other features that were not part of jBPM 4.0, but are in version 4.2, so I plan to get back to it and get some stable solution now. Martin View the original post :

[jboss-user] [jBPM Users] - Re: Variables keep old values

2009-12-01 Thread kukeltje
please make a full unittest that demonstrates the problem. And do you close the context? You should... according to the docs View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268259#4268259 Reply to the post :

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-12-01 Thread funkymac
Thanks kukeltje, bad wording on my part... should have said automatic activities, sorry about that. In our case we have a number of java activities that transition from one to another. Looking to restart the java activity (basically transition again) if we shutdown while a given java activity

[jboss-user] [JBoss Web Services Users] - How to enable SSL security for my webservice?

2009-12-01 Thread pvenkatesh
Hi Can some one tell me how to enable SSL security for my simple POJO webservice? Please let me know the exact steps to be followed Waiting for your response Thanks Venkatesh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268261#4268261 Reply to the post :

[jboss-user] [Security] - Problem combining two loginmodules for SSO with Active Direc

2009-12-01 Thread Johan2001
For SSO in Windows Server 2008 we would like to use Kerberos so the user does not have to type in his/her username/password again for our application. Further we need the users roles/groups from Active Directory to restrict access to our application. The solution I tried was to combine

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-12-01 Thread saraswati.santanu
If I understand correctly, the transaction will rollback when you do a shutdown. If the transaction rolls back JBPM anyway will forget whatever happened during this period. So you have to do the same signalling again which has resulted in that automated java activity to trigger. You have to do

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 lookup from Pojo and Injection

2009-12-01 Thread MirekSz
Thanks for reply AccountService is Stateless. I need the same instance beacuse in InvoiceItemServiceBean a do some job which generates data and assign it to the AccountService field. After in POJO I want this data View the original post :

[jboss-user] [JBoss Web Services Users] - PKIX path building failed: sun.security.provider.certpath.Su

2009-12-01 Thread pvenkatesh
Hi All I need your help in enabling security for my webservice I have tried to enable SSL and encryption for my service, but i failed in both. Here i tried to enable SSL security for my service, please find below the steps i have followed 1.I have created keystore and trust store using

[jboss-user] [JBoss Web Services Users] - Re: JBossWS is Java EE 5 compliant?

2009-12-01 Thread Oberiko
Hi Peter, Thanks for your response. While JBoss AS 5 is JEE5 compliant, do you happen to know if the same is true for JBossWS? My main concern is portability for any web services I create in JBossWS should my company decide to change application servers in the future. View the original

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 lookup from Pojo and Injection

2009-12-01 Thread Wolfgang Knauf
Hi, by definition, the management of EJB class instances (created by new MyBean() calls) is a matter of the server and totally undefined for your own client code. So, you can never expect to get instance of a previous method call. This is also true for stateful session beans, but here the

[jboss-user] [JBoss Web Services Users] - Re: JBossWS is Java EE 5 compliant?

2009-12-01 Thread alessio.sold...@jboss.com
JBossWS provides the webservice features of JBossAS, which in turn is Java EE 5 compliant. So as long as you use the specs included in Java EE (jaxws for instance) you should not be concerned about portability. View the original post :

[jboss-user] [JBoss Portal Users] - Re: Theme and layout settings for Configure Dashboard

2009-12-01 Thread brandonv
If you want to change the theme for the dashboard page, change this section to use your custom theme and layout: | deployment | if-existskeep/if-exists | context | context-namedashboard/context-name | properties | | !-- | |

[jboss-user] [jBPM Users] - Re: How to suspend Join Execution

2009-12-01 Thread saraswati.santanu
Pradeep, your problem is not very clear to me. It will be helpful if you can provide some code that can get the exception. However, whatever I understood, an approach may be to add a start event listener on the join node and delete the tasks you do not need when there is a request for

[jboss-user] [Installation, Configuration Deployment] - Re: jboss web console error

2009-12-01 Thread rasa
Please check this http://www.techienuggets.com/Comments?tx=32945 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268295#4268295 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268295

[jboss-user] [JBoss Portal Users] - Re: Theme and layout settings for Configure Dashboard

2009-12-01 Thread ric.sa.moore
Hi Brandon, thanks for that. But it's not actually the dashboard page that I want to change, it's the Configure Dashboard page that you can navigate to from a link at the top of the page when you are on the dashboard. All of the pages available from the portal are using my custom theme and

[jboss-user] [Security] - Re: Migrating to 5.1.0,

2009-12-01 Thread Wolfgang Knauf
Hi, does this help? https://jira.jboss.org/jira/browse/SECURITY-272 According to this, you have to add one parameter to auth.conf. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268303#4268303 Reply to the post :

[jboss-user] [jBPM Users] - Re: How signal as a state to a task?

2009-12-01 Thread cmjhingeniero
Help me, please with signal in process View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268304#4268304 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268304 ___ jboss-user mailing

[jboss-user] [EJB 3.0 Users] - Re: EJB 3.0 lookup from Pojo and Injection

2009-12-01 Thread MirekSz
I try explain exacly what I doing, the prevoius example wasn't real(but describe problem) I have fasade | @Stateful | public class FasadeBean implements Fasade{ | | @EJB | private ChangedIdsCollectorService; | | | | public ServerResponse execute(String serviceName, String

[jboss-user] [EJB 3.0 Users] - MBean with Scheduler: IllegalArgumentException

2009-12-01 Thread myklynysh
Hello, I want to create a MBean or stateless SessionBean, what has an method that should be called periodical e.g. every 10 second. I founded an example with modifying of scheduler-service.xml and created an interface and a MBean. @Local | public interface TestExampleMBean extends

[jboss-user] [JBoss Web Services Users] - Allow HttpSession timeout to be set of EJB endpoints

2009-12-01 Thread Minjaman
Hello, I have the same question as in JIRA issue JBWS-1202. I can't find any answer of this question. Is the issue resolved or not? If yes, how can i set the timeout? Regards Alexander Kunkel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268308#4268308

[jboss-user] [Security] - Re: Migrating to 5.1.0,

2009-12-01 Thread Gupta
Wolfgang Knauf wrote : Hi, | | does this help? | https://jira.jboss.org/jira/browse/SECURITY-272 | According to this, you have to add one parameter to auth.conf. | | Best regards | | Wolfgang Unfortunately, we tried this already without success. We have also tried using the

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-12-01 Thread kukeltje
If jBPM runs in the same transaction as the calling method (the one that signals in the first case) that will be rolled back as well. So 'transaction management' is fully supported. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268310#4268310 Reply to the

[jboss-user] [Security] - Re: Migrating to 5.1.0,

2009-12-01 Thread Wolfgang Knauf
Hi, sorry, but then I cannot help further. Any chance to change your test class, so that the login is in the main thread or in each thread? Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268311#4268311 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - InvokerLocator configuration

2009-12-01 Thread tjansto
morning folk, when doing lookup of a particular bean , i am getting an exception on a client accessing my jboss 5.1 app server of the type: Root exception is org.jboss.remoting.CannotConnectException: Can not get connection to server. Problem establishing socket connection for InvokerLocator

[jboss-user] [Security] - Re: Migrating to 5.1.0,

2009-12-01 Thread Gupta
We're currently in the process of rewriting our tests right now. Seems to be the most efficient way at the moment. Thanks anyway for your help!! /Gupta View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268314#4268314 Reply to the post :

[jboss-user] [JBoss Web Services Users] - Re: Newbie: Empty ArrayList Passed on WS Call

2009-12-01 Thread gwzoller
Here's the rest of the story. I finally stumbled on the right recipe, and here 'tis. I was over-complicating things. Removing almost all the annotations fixed both the list-passing and the WSDL. Interface: import java.util.ArrayList; | import javax.ejb.Remote; // for the EJB | import

[jboss-user] [JBoss Messaging Users] - Simple example but failing to get onMessage called

2009-12-01 Thread glynbach
Hi I wonder if someone could point out what I might be doing wrong here. The JBoss installation is out of the box and running in default mode. The queue seems to be correctly added in the destinations-service.xml (as in I can see it when I do a naming lookup). The producer seems to be sending

[jboss-user] [JBoss Web Services Users] - Re: JBossWS is Java EE 5 compliant?

2009-12-01 Thread Oberiko
Great, thanks Alessio. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268325#4268325 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268325 ___ jboss-user mailing list

[jboss-user] [JBoss Web Services Users] - Re: JAX-WS Basic authorization?

2009-12-01 Thread pvenkatesh
Hi alessio I exactly have followed this topic (http://www.jboss.org/index.html?module=bbop=viewtopict=123643) to implement BASIC (authentication) security for my web service, but I am getting the following exeception Exception in thread main java.lang.NoSuchMethodError:

[jboss-user] [JBoss Web Services Users] - Re: Installing and Configuing jbossws for JBOSS App server -

2009-12-01 Thread pa12399
Hi I am having some errors while deploying webservices. I am using JBoss 4.2.2. So, I tried to update the native webservice stack on JBoss 4.2.2 and I found out that the latest stack that is compatible with JBoss 4.2.2 is jbossws-native-3.0.5. But I could not find jbossws-native-3.0.5 under

[jboss-user] [JBoss Messaging Users] - Re: Simple example but failing to get onMessage called

2009-12-01 Thread glynbach
Please ignore. Forgot connection.start() for the consumer. Doh! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268331#4268331 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268331

[jboss-user] [JBoss Web Services Users] - Re: Reg Installation

2009-12-01 Thread pa12399
I am having a similar issue. I am using JBoss AS 4.2.2GA. I am trying to upgrade to the latest WS native stack - i.e. 3.0.5 that is compatible with JBoss AS 4.2.2. But I am unable to find a link from where I can download 3.0.5 stack. Can someone please help me with this issue? Thank you View

[jboss-user] [Clustering] - Re: Lost in the documentation UDP-TCP

2009-12-01 Thread matt.hibb
This post has been very useful in helping me configure clustering using Amazon EC2. I would just like to clarify a point regarding JBM and using TCP. I have changed ControlChannelName from jbm-control to tcp, but what about DataChannelName which uses jbm-data? Looking at the jgroups stack

[jboss-user] [EJB 3.0 Users] - Default value for transaction-type in persistence.xml

2009-12-01 Thread longbeach
Hi, it seems to me that there is a lot of confusion in the default value of the transaction-type attribute of the persistence-unit tag in the persistence.xml file. What is the default value of this file ? JTA or RESOURCE_LOCAL ? Does it depend on the environment : Java SE or JAVA EE ? That is

[jboss-user] [EJB 3.0 Users] - Re: Default value for transaction-type in persistence.xml

2009-12-01 Thread jaikiran
longbeach wrote : | That is what this documentation for Apache Geronimo states : | http://cwiki.apache.org/GMOxDOC21/persistencexml.html | anonymous wrote : | | In general, in Java EE environments, a transaction-type of RESOURCE_LOCAL assumes that a non-JTA datasource will be

[jboss-user] [EJB 3.0 Users] - Re: Default value for transaction-type in persistence.xml

2009-12-01 Thread longbeach
Thanks Jaikiran. That is what I read too a while ago. I guess I needed confirmation of that same behaviour in JBoss, which should be anyways, since it is JEE compliant. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268350#4268350 Reply to the post :

[jboss-user] [JBoss Web Services Users] - JBoss 5.1.0: jbossws-native-saaj.jar conflicting with saaj-i

2009-12-01 Thread jbosssupport
Hello forum, Situation: Using a third party application (Appl1) which can be integrated into custom software. Appl1 uses saaj-impl.jar and saaj-api.jar (SUN original) in it's program logic. Both jars(saaj-impl.jar and saaj-api.jar) are located in server/serverDir/lib folder. Using Appl1

[jboss-user] [jBPM Users] - Re: How signal as a state to a task?

2009-12-01 Thread kukeltje
I think the reason no-one responded is because your post is vague. The 'notify' you refer to is nowhere to be found, you probably want the timer to take a transition but the transition to take is nowhere to be found etc... So I suggest looking at jBPM testcase (in the source) or the

[jboss-user] [JBoss Cache Users] - How to manage an exception that occurs in the commit or roll

2009-12-01 Thread nfilotto
Hi, I'm trying to ensure the integrity of my data thanks to the TransactionManager. However, I met an issue during my study, I noticed that if I implement my own CacheLoder and an error occurs during the commit phase, the TM is never aware of this error since the commit is done in the

[jboss-user] [jBPM Users] - Migrating from 3.2.6 to 4.X?

2009-12-01 Thread gfargone
Hello, We are using JBPM 3.2.6.SP1 in production. I have read here that process definitions are about 80% convertible going to JBPM 4. However, I have not found any information on migrating the underlying database. Loosing all existing process data is not really a good incentive to convince

[jboss-user] [JBoss Cache Users] - JBoss Pojo Cache Usage

2009-12-01 Thread hdpham
Hi, I am new to JBoss Pojo Cache and this is what I observe: After attaching an element and detaching it from the POJO cache the internal section of the cache only had the node value null out (e.g. the internal node is not actually removed. The user section of the cache behaved correctly,

[jboss-user] [Tomcat Integration] - jboss adds

2009-12-01 Thread chrlon
JBoss is looking for tmp files in the wrong directory. For example, in our case the tmp files are created in: tmp/deploy/tmp6516248728899508581OurApp_Ear.ear-contents/OurApp_Web-exp.war/WEB-INF/jsp/ but jboss is looking for them in (note the extra localhost in path):

[jboss-user] [Clustering] - Re: Lost in the documentation UDP-TCP

2009-12-01 Thread bstansbe...@jboss.com
Yes, if your environment can't support multicast for discovery you'll need to replace MPING with TCPPING. Something like: | TCPPING timeout=3000 | initial_hosts=${jbm.data.tcpping.initial_hosts | port_range=1 |

[jboss-user] [Tomcat Integration] - Re: jboss adds

2009-12-01 Thread jaikiran
Please post the entire exception stacktrace. Also post the version of JBoss and Java you use. And which OS? What command do you use to start the server? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268363#4268363 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - How to provide the bind address when running JBoss as a serv

2009-12-01 Thread gpuckett
I am in the process of separating my production envrionment so I can implement load balancing. First I need to just get jBoss running on one machine and Apache and mySQL running on another. I am using the jBoss native executable (jBossSVC.exe) to run it as a service. Since it now needs to

[jboss-user] [Clustering] - Re: Lost in the documentation UDP-TCP

2009-12-01 Thread bstansbe...@jboss.com
Yes, if your environment can't support multicast for discovery you'll need to replace MPING with TCPPING. Something like: | TCPPING timeout=3000 | initial_hosts=${jbm.data.tcpping.initial_hosts} | port_range=1 |

[jboss-user] [Installation, Configuration Deployment] - Re: How to provide the bind address when running JBoss as a

2009-12-01 Thread PeterJ
Edit the service.bat file and add the -b option to the command the runs the app server: :cmdStart | . . . | call run.bat -b 0.0.0.0 .r.lock run.log 21 | . . . | goto cmdEnd | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268368#4268368 Reply to

[jboss-user] [JBoss Portal Users] - Access CMS content from outside Portal

2009-12-01 Thread toppac
I am trying to access an HTML file from outside my portal environment. Essentially I want to have a link to a help document inside the portal that opens a popup window to just serve an HTML file. However every time I try to access the URL it just serves back the default page of the portal. The

[jboss-user] [Tomcat Integration] - Re: jboss adds

2009-12-01 Thread chrlon
We are using jboss 4.2.2 OS Ubuntu v9.10 Java version 1.6.0_17 x64 Using strace to get the error message starting jboss with arguments: -Dfile.encoding=ISO-8859-1 -Xms1024m -Xmx2048m -XX:MaxPermSize=256m View the original post :

[jboss-user] [JBoss Cache Users] - Re: Undeterministic error:

2009-12-01 Thread vnmbatista
Hi, I have done compile time weaving configuring my pom.xml the following way: | plugin | groupIdorg.jboss.maven.plugins/groupId | artifactIdmaven-jbossaop-plugin/artifactId | version1.0.0.GA/version | |

[jboss-user] [Installation, Configuration Deployment] - Re: How to provide the bind address when running JBoss as a

2009-12-01 Thread gpuckett
That worked fine. I just wasn't sure how all that was put together. Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268378#4268378 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268378

[jboss-user] [JBoss Cache Users] - Re: Invalid character ':' in value part of property

2009-12-01 Thread bstansbe...@jboss.com
From my reading of this thread, you don't have to change the version of jbosscache-pojo to fix this problem. POJO Cache and core JBoss Cache are separate libraries, so just upgrade the core JBoss Cache to a version with the fix. POJO Cache 3.0.0.GA will work with any core JBC release 3.0.0.GA

[jboss-user] [jBPM Users] - Re: Character set for mail templates?

2009-12-01 Thread markroy
Setting the JVM properties file.encoding or mail.mime.charset DO affect the charset used for the [text] content from the mail template, but neither seem to have any effect on the [html] content. I also tried setting these properties in the jbpm.mail.properties file (which is where I'd expect

[jboss-user] [jBPM Users] - Re: Character set for mail templates?

2009-12-01 Thread kukeltje
what is the character setting of the html mail when it arrives? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268391#4268391 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268391

[jboss-user] [jBPM Users] - Re: Variables keep old values

2009-12-01 Thread TejJBPM
Are you using jbpm 3 version..i remember reading somewhere that only jbpm 4 replace the previously created values..worth checking the user guide again.. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268392#4268392 Reply to the post :

[jboss-user] [jBPM Users] - Re: Variables keep old values

2009-12-01 Thread kukeltje
3 should change them as well, but you have to close the context AND NOT set them as local variables View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268393#4268393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268393

[jboss-user] [jBPM Users] - Re: Character set for mail templates?

2009-12-01 Thread markroy
Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268394#4268394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268394

[jboss-user] [JBoss Tools Users] - Web Resources folder is empty

2009-12-01 Thread htfv
If I import a Maven Web-project in Eclipse 3.5.1 with JBoss Tools 3.1.0.M4 installed, I can see the Web Resources : src/main/webapp folder in Project Explorer, but it is always empty. The same problem was in Eclipse 3.5.0 with JBoss Tools 3.1.0.M3. m2eclipse 0.9.9 Development release was used

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-12-01 Thread funkymac
Thanks saraswati.santanu and kukeltje. Verified the rollback on shutdown / restart and now starting process instances again on restart of application for those items deemed in-progress when application was shutdown (re-running entire workflow again from start). View the original post :

[jboss-user] [jBPM Users] - Re: [JBPM 4.1] Best practice to restart a task after shutdow

2009-12-01 Thread kukeltje
Cool, great it works. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268402#4268402 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268402 ___ jboss-user mailing list

[jboss-user] [JBoss Cache Users] - Re: Concurrency problems - cache puts lost

2009-12-01 Thread a.kluge
.20091201.log | wc -l | 228 | $ grep Missing value for Key errors.20091201.log | wc -l | 3660 | Next, I synchronized a section of the write thread: | for (int id=1000*iteration + 100*writer; id1000*iteration + 100*(writer+1); id

[jboss-user] [jBPM Users] - [jBPM4] Cant build processEngine using setFile, setURL or se

2009-12-01 Thread edeleflie
I want to move jbpm.hibernate.cfg.xml out of my classpath and into a separate folder. I'm doing it like this: processEngine = new Configuration().setFile( new File(myFilePath)).buildProcessEngine() I get the same stack trace as when using setURL and set XMLString. THat stack trace looks

[jboss-user] [Persistence] - Re: Hibernate PostDelete event listener not getting called

2009-12-01 Thread aejaz
Anyone, please ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268412#4268412 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268412 ___ jboss-user mailing list

[jboss-user] [JBoss Web Services Users] - Re: java.lang.LinkageError: loader constraint violation:(In

2009-12-01 Thread GajananM
jbossws-cxf-3.2.0.GA download this file View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268413#4268413 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268413 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Re: Advice regarding complex proccess modeling

2009-12-01 Thread saraswati.santanu
Hi, This is a pretty late response. Out on a trip an could not access for few days. The way you are creating sub tasks may not work. You should use command service to get your job done instead of using direct methods on tasks. Command service will ensure all the interceptors are invoked

[jboss-user] [Installation, Configuration Deployment] - Can't access env-entry

2009-12-01 Thread anukumar004
Hi, I am using jboss-4.2.3.GA on solaris. I created a simple client.war application which tries to access an env-entry. I get the following error - 2009-12-02 00:08:24,358 INFO [STDOUT] == 2009-12-02 00:08:24,360 INFO [STDOUT]

[jboss-user] [JBoss Web Services Users] - Re: jax-ws-catalog.xml

2009-12-01 Thread rkettelerij
* bump * Has anyone figured this out yet. I'm also using a jax-ws-catalog.xml file in my webservice client to translate the WSDL location to a locally packaged WSDL file but JBoss seems to ignore this. I'm running JBoss 4.2.2 with jbossws-native-2.0.1.SP2. View the original post :

[jboss-user] [Beginner's Corner] - Re: Configuration Problem

2009-12-01 Thread lawrence.yip
Thank Wolfgang. You got me on the right track! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4268424#4268424 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4268424 ___ jboss-user