[jboss-user] [Beginner's Corner] - Re: JBoss (Apr) jboss-native :: linux

2009-11-30 Thread rbrtfreund
Rest of log... sorry for the long log | 2009-11-30 08:00:16,272 DEBUG [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/jboss4/lib | java.lang.reflect.Invo

[jboss-user] [JBoss Cache Users] - Re: Cache configuration question

2009-11-30 Thread galder.zamarr...@jboss.com
See http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_0/tomcat/src/resources/jbossweb-cluster-jboss-beans.xml (included in AS 5.1) for example on how to get cache configurations working on that AS version View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss Cache Users] - Re: CacheLoader saves but rollbacks

2009-11-30 Thread galder.zamarr...@jboss.com
Maybe you wanna try with JBoss Transactions which is a JTA TM as well? To try, download or set correct dependencies to JBoss Transactions (see jbc trunk for example) and use http://anonsvn.jboss.org/repos/jbosscache/core/trunk/src/main/java/org/jboss/cache/transaction/JBossStandaloneJTAManagerLo

[jboss-user] [JBoss Cache Users] - Re: CacheListener is (unduly) notified of rollbacked operati

2009-11-30 Thread galder.zamarr...@jboss.com
Modifications are only rolledback when there're transactions and for such notifications, there's @TransactionCompleted and its TransactionCompletedEvent that contains: /** | * @return if true, the transaction completed by committing successfully. If false, the transaction | *

[jboss-user] [EJB 3.0 Users] - Re: EJB jar cannot be deployed as a library (JBoss 5.0.1.GA)

2009-11-30 Thread rsoika
Jaikiran, thanks for your help. Yes when I put the persistence.xml into the .ear it looks much better. The deployer now recognizes the entities and so I take one step forward... :-) "jaikiran" wrote : | The weird part about the packaging is - the my_ejb_module.jar is mapped as a EJB module a

[jboss-user] [JBoss Messaging Users] - Failure on control connection Thread?

2009-11-30 Thread yongz
Hi, * JBoss 5.0.1.GA * JBoss messaging 1.4.6.GA * JBoss remoting 2.5.2 * Java jdk1.5.0_19 We have a cluster with two nodes using clustered queue, and recently we are getting the following errors with JBoss messaging: 1. The following appears in Node 1: | 2009-11-30 16:21:47,525 [Timer-6] WAR

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

2009-11-30 Thread lawrence.yip
Actually, I was migrating a project from AS 3 to AS 5. It works fine using exactly the same configuration in AS3. I don't think it's the case. Finally, I decided to migrate to AS4 instead as it works fine also. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4

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

2009-11-30 Thread crazy_bytes
If you need more information, just let me know. /PUSH :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268033#4268033 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268033 _

[jboss-user] [Installation, Configuration & Deployment] - mail-service.xml password encryption

2009-11-30 Thread tvoelker
Is there a way to encrypt the password attribute in a mail service configuration e.g. like specifying a security-domain in datasource configuration? My current environment is JBoss 4.2.3 thanks in advance Torsten View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

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

2009-11-30 Thread manik.surt...@jboss.com
Have you tried compile-time weaving, just to compare and help isolate the problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268040#4268040 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268040 ___

[jboss-user] [jBPM Users] - Re: How to signal subprocess?

2009-11-30 Thread neshap
anonymous wrote : Thanks for your response, but you have a cast too : Execution into OpenExecution. | | Does someone know the diffrence between Execution, ExecutionImpl, OpenExecution, ProcessInstance? I'm a bit confused with all these concepts. I'm a bit new to JBPM, but I'll try to give i

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

2009-11-30 Thread kabir.k...@jboss.com
Are you sure you only have one occurrence of the Game class in your deployments? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268047#4268047 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268047 __

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

2009-11-30 Thread maciekcom
Hi, I've configured UnifiedInvoker for JNDI as dscribed here: http://www.jboss.org/community/wiki/JNDIOverHTTPWithUnifiedInvoker My jndi properties: | | java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfac

[jboss-user] [jBPM Users] - Re: jBPM-4.2 Remote API problem?

2009-11-30 Thread jbarrez
Probably you are missing in your config. It should be automatically discovered when using jbpm.default.cfg.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268049#4268049 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=re

[jboss-user] [jBPM Users] - Re: HELP ME with process Java Hello World

2009-11-30 Thread jbarrez
I'm guessing that the class you're calling in your process isn't on the classpath of the console. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268052#4268052 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268052

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

2009-11-30 Thread pradeep.gulla
Hi, I'm using JBPM4 with SQLServer. I've created a process XML such that it creates 4 parallel Tasks with Fork. These 4 tasks joins on completion(Approval) to initiate another new Task(single). My requirement is: If any task requests a rework, rest of all active tasks should gets terminated/end

[jboss-user] [Security] - Migrating to 5.1.0, "Invalid User"-Exception

2009-11-30 Thread Gupta
We are currently in a process of migrating our AS from JBoss 4.2.1 to JBoss 5.1.0. We keep getting "Invalid User"-Exceptions thrown in our test classes due to thread issues with the JBoss implementation. Apparently (as far as wecan tell) it seem to do with the fact that we spawn a new thread in

[jboss-user] [JBoss Web Services Users] - Re: InvokerServlet in JBoss 4.2.2

2009-11-30 Thread ramboid
One can give the appropriate "privilege" to the invoker servlet in the context.xml file and then one can use it. I think that somebody decided that the invoker servlet was "unsafe" and that one must configure jboss to use it bu giving it the "privilege" View the original post : http://www.jbo

[jboss-user] [JBoss Web Services Users] - PolicyAttachment with custom assertions

2009-11-30 Thread altes-kind
Hello, I'm trying to implement a custom policy assertion with JBossWS. When I use @PolicyAttachment with my custom policy XML I get the log message "Unknown namespace:http://www.hfu.de/server/service/calculator/CalculatorPolicy...Assertion not supported". Is the usage of PolicyAttachment limit

Re: [jboss-user] FileSystem ExternalContext - JNDI on jboss5.1.0

2009-11-30 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Maciej. This mailing list does not seem to be monitored by anyone from the JBoss group, nor is it posted to the Forums anymore. You would be best to try the Forums on this question (not sure which one off-hand, though, sorry). Regards, Steve Mac

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

2009-11-30 Thread Wolfgang Knauf
Hi, the XML validator became more strict in JBoss 5. Especially element order is checked now. So, your working config actually has xml errors. It works in older JBoss versions, because they didn't check those errors. Going back to an older JBoss version is not the right approach to deal with t

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

2009-11-30 Thread vnmbatista
Hi Manik and Kabir, Thank you very much for your reply. I have only one occurrence of the Game class on JBoss I will try compile time weaving. Although this is not an option for us in production, because once you compile with a specific version of JBossAOP, you need that version in runtime (accor

Re: [jboss-user] Hibernate proxy class problem

2009-11-30 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=15288 Posted on behalf of a User Hi, did you resolve your issue? I have the same problem and am searching for a solution to solve it? Best Regards, Sascha In Response To: Hi, I'm having the following odd situation: | @Entity | @Inh

Re: [jboss-user] Connecting to Tomcat failed - JBoss Cluster with Apache mod_

2009-11-30 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=70276 Posted on behalf of a User Hi, I have a similar problem. Did you come up with a good solution? Thx. In Response To: Hi all, Our architecture consists of 2 JBoss 4.0.2.GA servers on Red Hat AS 4 UP7 and one Apache 2.0.52 node with mod

[jboss-user] [EJB 3.0 Users] - Logging an EJB jar deployed under JBoss

2009-11-30 Thread ptitjeojeo
Hello, I would like to log operations of my ejb jar deployed under JBoss 4.2.3. The classic FileAppender doesn't work and log are written into server.log of JBoss log folder. I managed to use FileAppender with org.jboss.logging.filter.TCLFilter in the jboss-log4j.xml. This works but I would lik

[jboss-user] [JBoss Tools Users] - Does anyone know how to add beans to Bean Repository via Smo

2009-11-30 Thread bbuzzard
If you want to add a bean to the Bean Context in Smooks it's pretty easy, just get an instance of the BeanRepository and add the bean to the context. However, it's unclear to me how to add beans via the Smooks XML editor. I don't even know if it's possible or if I have to create some custom S

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

2009-11-30 Thread Alkero
Hello Martin, What was the results of your investigation about extending the history service ? Regards, David View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268106#4268106 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [jBPM Users] - jBPM Customization with EMF and DSL

2009-11-30 Thread xspyro
Hi, I'm wondering how easy would it be to replace processdefinition.xml with some custom DSL. What I would like to do is to benefit from all nice features jBPM provides but instead of using xml as process definition use DSL (Domain Specific Language) to instrument PVM. I know that PVM is exact

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

2009-11-30 Thread Alkero
Hello pradeep.gulla, Can you give us more details ? A good start to report problems is to read the following thread: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158610 And to post the maximum of the requested points. Regard, David View the original post : http://www.jboss.org/ind

[jboss-user] [JBoss Messaging Users] - Perormance Testing with JBoss MQ

2009-11-30 Thread eskomjboss
We are currently doing performance tesing on a SOA/BPEL/JavaCAPS system that sends SOAP messages to a JBossMQ queue. The BPEL and IEP performance is very good, but when it comes to putting messages onto the queue, the JBoss performance is quite spiky on the graph, oscillating between good and b

[jboss-user] [JBoss Messaging Users] - Re: Perormance Testing with JBoss MQ

2009-11-30 Thread timfox
You're in the wrong forum. JBoss MQ is a completely different messaging system to JBoss Messaging. You should post in the JBoss MQ user forum instead. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268122#4268122 Reply to the post : http://www.jboss.org/ind

[jboss-user] [Beginner's Corner] - Re: JBoss (Apr) jboss-native :: linux

2009-11-30 Thread PeterJ
See if this discussion helps: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=147583 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268126#4268126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268126

[jboss-user] [JMX] - Re: Question about queues / topics and MBeans

2009-11-30 Thread menegazzo
Hello, please check this: http://docs.jboss.org/jbossas/getting_started/v4/html/mdb.html Other useful links: Do you need an assynchronous message system? http://jboss.org/hornetq Or a simple solution like a scheduler? http://www.quartz-scheduler.org/docs/index.html anonymous wrote : | And wha

[jboss-user] [JBoss Microcontainer Users] - Running a deployer on resource in classpath

2009-11-30 Thread rareddy
Hi, Do you have any suggestion on running a deployer on resource currently exists inside a JAR file? I guess I am looking for a way to explicitly invoke a deployer on a given resource identified by a URL rather than from the scanning the disk. Thank you. Ramesh.. View the original post : h

[jboss-user] [Installation, Configuration & Deployment] - Re: ServiceBindingManager in Jboss5

2009-11-30 Thread garydong
Hi Venuwin; Have you found the solution for this problem? If so, could you post your solution? Thank you. Gary View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268130#4268130 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply

[jboss-user] [jBPM Users] - Re: jBPM-4.2 Remote API problem?

2009-11-30 Thread markroy
My jbpm.cfg.xml under JBoss is: | | | | | | | | | | | | | | which imports jbpm.default.cfg.xml, but I explictly added | | | | I see this in server.log | DEBUG [org.jbpm.jboss.internal.JbpmService] (main) JbpmSe

[jboss-user] [JBoss Microcontainer Users] - Re: Running a deployer on resource in classpath

2009-11-30 Thread alesj
That should be simple - extend AbstractSimpleVFSRealDeployer. And use its VFSDeploymentUnit to find the resource you're looking for. If it exists, do whatever ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268136#4268136 Reply to the post : http://www.jbo

[jboss-user] [JMX] - How to add listeners for notifications

2009-11-30 Thread menegazzo
Hello, I'm trying to create a notification listener, is there any reference about notification types and how to structure the XML file? I found this: http://www.jboss.org/community/wiki/ExampleMinimalNotificationListener But i would like to know where to find a complete reference, or at least

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

2009-11-30 Thread gwzoller
Hello, I'm having some difficulty getting a list of things passed successfully as a web service parameter. A no-param, or simple (non-list) param works fine. My web service is an EJB stateless session bean...code below. The Interface: | @Remote | @WebService | @SOAPBinding(style = SOAP

[jboss-user] [JBoss Tools Users] - Gatein

2009-11-30 Thread sviluppatorefico
is there support for Gatein in JBoss Tools? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268156#4268156 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268156 ___ jboss-user

[jboss-user] [jBPM Users] - Problem with timer

2009-11-30 Thread jbfromthepflaumblock
=== Environment == - jBPM Version : 4.2 - Database : HSQLDB - JDK : 1.6 - Container : java version "1.6.0_15" Java(TM) SE Runtime Environment (build 1.6.0_15-b03) Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode) === Process ==

[jboss-user] [Beginner's Corner] - Re: JBoss (Apr) jboss-native :: linux

2009-11-30 Thread rbrtfreund
Thanks for the help! Still in the same situation. It doesn't seem to pick it up no matter how I try it. | The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /opt/jboss4/lib | How can I check or set where it

[jboss-user] [Beginner's Corner] - Re: JBoss (Apr) jboss-native :: linux

2009-11-30 Thread PeterJ
The problem is that the sh script overwrites the library path, rather than appending to it. The first thing you should try is to modify the sh scrip to fix that - then the global .so file should be in the path again and will get picked up. You can use the ldd command to determine which shared o

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

2009-11-30 Thread gwzoller
Ok... I have 1/2 an answer. By playing with the annotations (brute force really) I can now get my list going over the wire, but... I lost my WSDL. New Interface: @WebService | public interface OrderTakerRemote { | public String msg(ArrayList say); | } | New Impl: @Remote(OrderTake

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

2009-11-30 Thread markroy
jBPM 4.2 / JBoss / Windows XP I've got a string-type process variable that contains a unicode \u2019 (a right single quote aka apostrophe). I use that process variable in my mail template's 'text' and 'html' elements. When the mail arrives, the unicode character has been replaced with a '?' in

[jboss-user] [jBPM Users] - [JBPM 4.1] Best practice to restart a task after shutdown /

2009-11-30 Thread funkymac
When jBPM is shutdown while a task is being processed and then restarted, the task that was in-process does not automatically get restarted again. What is the best-practice for restarting the task upon restart? (code sample would be great if you have it) View the original post : http://www.jb

[jboss-user] [Beginner's Corner] - Re: JBoss (Apr) jboss-native :: linux

2009-11-30 Thread rbrtfreund
First. PeterJ - I can't tell you how much I appreciate you getting me headed in the right direction! Four days trying to get this setup... frustrated at best! Anyway, I finally got what I was looking for with your help ... the output: server.log | 2009-11-30 22:02:58,133 DEBUG [org.apache.c

[jboss-user] [jBPM Users] - Re: Problem with timer

2009-11-30 Thread sridhar18
Are you running your jbpm in a clustered jboss environment? This happens to me too. I get such exceptions on timers sometimes. I have a few timers in my jpdl. I think it happens when the activity the timer is on transitions to a different activity. For some reason, the other node in the cluster

[jboss-user] [jBPM Users] - Re: Problem with timer

2009-11-30 Thread sridhar18
It could be that the jbpm timer clean up code is not synchronized where parts of jbpm are still hanging on to the completed timers. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268198#4268198 Reply to the post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [JBoss Messaging Users] - Got marshalling exception, exiting java.io.IOException: Conn

2009-11-30 Thread pa2_pupoch
Hi there, anyone knows why this error occurs. Below is an excerpt from the server log. Thanks 2009-11-24 02:50:49,503 ERROR [org.jboss.remoting.transport.socket.SocketClientInvoker] Got marshalling exception, exiting java.io.IOException: Connection reset at java.net.SocketOutputStream.s

[jboss-user] [JBoss Portal Users] - Re: Defualt page problem

2009-11-30 Thread vijay2p
Yes dropping database is one option but we can achieve it by setting the SayHello page as default then we can delete the page named as default. Cheers, Vijay View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268219#4268219 Reply to the post : http://www.jboss

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

2009-11-30 Thread vijay2p
Please dig into \\jboss-portal-2.7.2\server\default\deploy\jboss-portal.sar\conf\data\default-object.xml file then you will be able to achieve the desired result. Cheers, Vijay View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268223#4268223 Reply to the post

[jboss-user] [JBoss Cache Users] - Re: MVCC leading to deadlocks in synchronous replication mod

2009-11-30 Thread spennec
Looks like the JBoss people are back on the forum :) Galder, could you take a look at this topic please? I'd love to hear your thoughts on it... Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268224#4268224 Reply to the post : http://www.jboss.org

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

2009-11-30 Thread MirekSz
Hello, I have a question, I have | @Stateless | public class AccountServiceBean implements AccountService{ | | } | | @Stateless | public class InvoiceServiceBean implements InvoiceService { | | @EJB | AccountService accountService; | | public void doIt(){ | SimplePoj

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

2009-11-30 Thread kukeltje
I suggest to first make sure you set the right charset in your AS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4268228#4268228 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4268228 _

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

2009-11-30 Thread kukeltje
tasks are never started automatically but always manual. If a task was in progress when the server was shut down, the transaction should be rolled back and the task should be available in the tasklist again. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=42682