[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-14 Thread lovelyliatroim
Hi Manik, Just seen your entry here to resolved [ https://jira.jboss.org/jira/browse/JBCACHE-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Had a look at your fix here http://fisheye.jboss.org/browse/JBossCache/core/trunk/src/main/java/org/jboss/cache/loader/Tc

[jboss-user] [JBoss Cache: Core Edition] - Re: Failure Detection when group coordinator dies

2009-01-14 Thread lexs...@gmail.com
Hello, I'm experiencing the same problem. Was the last suggestion a resolution for this problem? TIA, Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201816#4201816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Variable and Looking Up Token

2009-01-14 Thread bradsdavis
I have a pattern I am trying to use to asynchronously signal a process to continue. Unfortunately, because I need to do this between clusters and to a particular queue, I am not able to leverage the "async" attribute in this case. So, I am trying to figure out how to reference a token, and corr

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-14 Thread manik.surt...@jboss.com
Hi there Nope, you were looking at the wrong check-in. That doesn't contain the fix. Have a look at this commit log. Basically, I have delegated the restart process to a separate class, which ensures that concurrent restarts do not happen, nor do "back-to-back" restarts. It involves using a

[jboss-user] [JBoss Portal] - Re: JBoss Portal WSRP <-> Sharepoint interoperability

2009-01-14 Thread chris.lap...@jboss.com
I'd like to see the SOAP interaction leading to the page that is causing you problems. Specifically I'm looking for any issues in the getMarkup call which would result in Sharepoint not rewriting the URL. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201823#

[jboss-user] [Remoting] - EJB3 was not found in the Dispatcher

2009-01-14 Thread vink
I'm using Jboss 4.2.2.GA. I'm getting the following exception when calling deployed SLSB from my client; Exception in thread "main" java.lang.reflect.UndeclaredThrowableException at $Proxy0.listSamples(Unknown Source) at my.client.SampleClient.main(SampleClient.java:33) Caused by: org.jboss.a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Isolation with shared libraries instances?

2009-01-14 Thread jguyard
Hi all, this is my first time posting here. First of all, I've read almost everything here: http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html-single/index.html#Inside_the_JBoss_Class_Loading_Architecture-The_core_JBoss_class_loading_co

[jboss-user] [JBoss Tools (users)] - JBoss Tools - RichFaces 3.3.0

2009-01-14 Thread krasig
RichFaces 3.3.0 GA is here. When JBTools is going to have content assistance for new components (rich:editor, a4j:queue). Also when DnD new TLD into palette, the components don't have icons [list=] http://screencast.com/t/RSt1YAWaYM [/img] View the original post : http://www.jboss.com/index.ht

[jboss-user] [Beginners Corner] - Sequence ID generator - Advice sought

2009-01-14 Thread cbkihong
Hello, I'm pretty new to Java EE myself so bear with me and rectify my misunderstandings. I would like to create a component that returns a unique sequence ID, that increments upon each call. As this is just one of the business functionality exposed to Web tier, later on I would like to have th

[jboss-user] [JBoss jBPM] - Re: Timer repetition problem

2009-01-14 Thread rodrigorev
rodosa, i have try your code in the jbpm-console and work!. the timer repeat each 10 seconds but in my webapp deployed in tomcat still doesn't work. I`m looking for documentation about the java technology that implements the jbpm's timer. any idea? View the original post : http://www.jboss.c

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools - RichFaces 3.3.0

2009-01-14 Thread max.ander...@jboss.com
Contributions welcome to keep up to speed with additions. but report in jira about that with the icons - they should not just disappear. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201850#4201850 Reply to the post : http://www.jboss.com/index.html?mo

[jboss-user] [Remoting] - Re: With SSLBisocket is there is java.rmi.server.hostname or

2009-01-14 Thread TheNelson
"ron.si...@jboss.com" wrote : Hi Ian, | | Haven't heard from you for a while. Hope that's a good sign. :) | | It is. Our product is coming along nicely. anonymous wrote : | | | sslbisocket://multihome:/foobar/services?datatype=serializablehomes=10.12.2.50:!10.12.2.8

[jboss-user] [Security & JAAS/JBoss] - Re: Custom login-module and EJB

2009-01-14 Thread dabek
I've tried with .sar module but this exception is still there :(. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201852#4201852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201852 _

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-14 Thread lovelyliatroim
Looks good.. Cheers Manik. LL View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201854#4201854 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201854 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: loglevel tuning

2009-01-14 Thread PeterJ
Log4J is used for logging. The configuration file is at server/xxx/cong/jboss-log4j.xml. Simply add new categories with priority levels. Example: | | Log4J docs: http://logging.apache.org/log4j/1.2/manual.html View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Management, JMX/JBoss] - Re: jboss monitoring

2009-01-14 Thread PeterJ
Use the jmx console (http://localhost:8080/jmx-console) to browse the mbeans, looking for the information you want. Then you can write your own code to access the same info, or even use twiddle to access it (which one you do depends on what you want to do with the data). View the original post

[jboss-user] [JCA/JBoss] - Re: Apparently wrong driver class specified for URL

2009-01-14 Thread adesisp
I have the same problem with jboss AS5 (ver 5.0.0GA) and oracle XE. My Datasource jdbc/TelemedicinaLocalDS jdbc:oracle:thin:@localhost:1521:XE oracle.jdbc.driver.OracleDriver kekekeke kakakaka 5 50 org.jboss.resource.adapter.jdbc.vendor.OracleExceptio

[jboss-user] [Management, JMX/JBoss] - Re: jboss monitoring

2009-01-14 Thread PeterJ
Also see http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4193837 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201862#4201862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201862 _

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-14 Thread lovelyliatroim
Actually...just thinking, i dont see where you are keeping hold of the original write lock or am i not seeing something T1 gets write lock T2 waits for lock T1 Throws exception T2 acquires lock T2 throws exception T1 kicks off re-initialisation of component T3 acquires lock T3 writes but doe

[jboss-user] [JBoss jBPM] - Task priority escalation

2009-01-14 Thread xnejp03
Hello, has anyone done something regarding automatic task priority management? The use case would be: 1) Start a process including a task 2) Create the task, with a starting priority (e.g. NORMAL) 3) As the task's dueDate is getting closer, the task's priority will be updated to higher levels,

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-14 Thread manik.surt...@jboss.com
I don't rely on that lock. This assumes that the restart process will take a while (a few seconds, maybe) so that other threads will get the lock on the monitor, enter the sync block as well, and then also attempt to perform a restart. And here is where they block (on restartComponent()) until

[jboss-user] [EJB/JBoss] - Re: Unable to passivate due to ctx lock - JBoss 4.0.2

2009-01-14 Thread jworley
I have run into the same error I think. jboss-4.0.3SP1 [TransactionImpl] Transaction TransactionImpl:XidImpl[FormatId=257, GlobalId=cestestap/1732, BranchQual=, localId=1732] timed out. status=STATUS_ACTIVE [AbstractInstanceCache] Unable to passivate due to ctx lock, id=2007960 Did you ever re

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-14 Thread manik.surt...@jboss.com
Another approach could be to acquire the lock before invoking the operational call in invokeWithRetries(). Still a bit coarse grained though. Anyway, all this is due for redesign in the next major release, using a more flexible and highly performant transport like Netty, MINA or XNIO. Actually

[jboss-user] [JBoss Portal] - Re: Problem after Start

2009-01-14 Thread PeterJ
For the out-of-memory exception, add a permgen size setting to the memory settings in the run.conf file. Example: java_opts="-XX:MaxPermSize=128m -Xms128m ..." I'm not sure about the wsrp port issue, but if you do not plan to use remote porltet, you can ignore it, or even remove the portal-wsrp

[jboss-user] [JBoss Messaging] - Re: How to Store a Text File in JMS Queue : setobject

2009-01-14 Thread PeterJ
One possibility: Read the file contents into a string and send the string as the message body. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201876#4201876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201876 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: problem with simple helloworld...PLZ HELP ME

2009-01-14 Thread PeterJ
Always look at the final "caused by" to get the root issue: Caused by: java.lang.ClassCastException: com.sample.HelloWorld Two possibilities. 1) you did not include the HelloWorld class in your WAR file. 2) You misspelled the class name in portlet.xml View the original post : http://www.jboss.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: jboss on mac 10.5.5: simple portlet helloworld..error 40

2009-01-14 Thread PeterJ
Please do not post the same question in multiple forums. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201738#4201738 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201878#4201878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - Re: Task priority escalation

2009-01-14 Thread kukeltje
Correct, the thing that came to mind is a good solution View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201879#4201879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201879 ___

[jboss-user] [EJB 3.0] - how start ejb timer on deployment of ejb sesssion beans?

2009-01-14 Thread drtog16
How can i start a ejb timer in jboss when the ejbs deploy? In the past i made a servlet that called an ejb session method when it starts up -- pretty getto. Is there a jboss specific solution? (I am using jboss 4.2.3) Thanks View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss jBPM] - Re: JbpmContext usage & best practices

2009-01-14 Thread kukeltje
anonymous wrote : isn't it better to leave it open? No anonymous wrote : Is this a good practice? Leaving open? No... Closing? Yes anonymous wrote : I was thinking about using something similar to openSessionInView for the jbpmContext (though I'm not sure how to do it)...It is an option, bu

[jboss-user] [JBoss jBPM] - Re: Variable and Looking Up Token

2009-01-14 Thread kukeltje
anonymous wrote : Unfortunately, because I need to do this between clusters and to a particular queue, I am not able to leverage the "async" attribute in this case. Why not? anonymous wrote : So, I am trying to figure out how to reference a token, and correlate back to that token when I receive

[jboss-user] [JBoss Tools (users)] - Re: Add +1 to improve the JBoss Tools/JBDS Documentation

2009-01-14 Thread amitev
Maybe out of scope but I want to see a tutorial how to mavenize a Seam web project. Such project is already provided in the JBoss Tools examples. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201884#4201884 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Isolation with shared libraries instances?

2009-01-14 Thread PeterJ
By placing mySingleton.jar into the lib directory, you have essentially stated that you want it to be shared about all of your applications. Thus isolation pertains only to JARs local to the EAR. By default, classes are shared among apps (except classes in WARs). Thus if you did not set isolat

[jboss-user] [JBoss Portal] - Re: JBoss Portal WSRP <-> Sharepoint interoperability

2009-01-14 Thread uiterlix
I must have been running my application with old settings during my last sharepoint test, since I notice it actually rewriting the url now. I think it's because of the "/wsrp_rewrite" I added to the form action url later. Although sharepoint rewrites the URL now, pressing the submit button in th

[jboss-user] [JBoss Portal] - Re: JBoss Portal WSRP <-> Sharepoint interoperability

2009-01-14 Thread uiterlix
I forgot to mention in my previous post: Sharepoint rewrites the action url now to: | ?WSRPProducer=Application WSRP producer&WSRPPortletHandle=/Application.InboxPortlet&WSRPPortletState=&WSRPRegistrationHandle=11&WSRPRegistrationState=&WSRPMode=wsrp:view&WSRPWindowState=wsrp:normal&WSRPQualif

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Configure email notifications

2009-01-14 Thread lales
We have configured jboss to send us an email whenever an error occurs. We're using the basic configuration in jboss-log4j.xml. | | | | | | | | | | | | | | Well last night an error happened in a tight

[jboss-user] [JBoss jBPM] - Re: Task priority escalation

2009-01-14 Thread xnejp03
Thanks, Ronald View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201889#4201889 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201889 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools - RichFaces 3.3.0

2009-01-14 Thread akazakov
"max.ander...@jboss.com" wrote : | but report in jira about that with the icons - they should not just disappear. | They didn't disapper. krasig imported new TLD (Richfaces 3.3). So it's different TLD for Palette and has default icons. Our Palette is not smart enough to update old lib if u

[jboss-user] [JBoss jBPM] - Find node type

2009-01-14 Thread wurzelbutz
Hi In my application i want to display all process nodes before starting the process. This works well with definition.getNodes() Now i need to identify the process-state nodes to print out the nodes of all sub-processes too but i don't know how to identify nodes as process-nodes. Is there a way

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-14 Thread jbwiv
Hello kukeltje, I appreciate your response. However, would you mind restating your question? I'm not sure I understand what you're asking. Thanks, jbwiv View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201893#4201893 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-14 Thread kukeltje
anonymous wrote : Is this something a Redhat support contract would get an answer on? might be, or someone in the forum that is willing to try to reproduce [quoteHelp...anyone? I tried to create a much simpler process, and the problem persisted there as well. How can one get around this? View

[jboss-user] [JBoss jBPM] - Re: Can't get Generate Form to work at all?

2009-01-14 Thread kukeltje
Sorry, wrong quoting... anonymous wrote : Is this something a Redhat support contract would get an answer on? might be, or someone in the forum that is willing to try to reproduce anonymous wrote : Help...anyone? I tried to create a much simpler process, and the problem persisted there as well

[jboss-user] [Clustering/JBoss] - Two master nodes in the same cluster

2009-01-14 Thread ablevine1
I am currently using jboss 4.0.5 with the jgroups version that ships with it 2.2.7 SP1 using the TCP communication for clustering. I have three nodes in my cluster and every once in a while two nodes become master and stay master until I restart one of them. The ips of the three nodes are 192.1

[jboss-user] [JBoss jBPM] - Re: JbpmContext usage & best practices

2009-01-14 Thread srLucas
Thanks for the reply... unfortunately, if I close the context every time (with the finally clause) the performance is terrible... I thought that maybe I could have the context get closed by spring as soon as the entire transaction is finished there are some cases where the context gets ope

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Configure email notifications

2009-01-14 Thread PeterJ
Check out the evaluatorClass property of the SMTPAppender. This property lets you specify a class that can determine if the email should be sent. http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/net/SMTPAppender.html http://www.5341.com/msg/48119.html View the original post : http:

[jboss-user] [EJB 3.0] - jboss 5.0.0.GA and ejb3

2009-01-14 Thread ipeel
I have a remote EJB that I use as a pretty basic service hosted on jboss 5.0.0. According to the readme.txt in jbossall-client.jar I have to include the following jar files in my client. anonymous wrote : commons-logging.jar | concurrent.jar | ejb3-persistence.jar | hibernate-annotation

[jboss-user] [JBoss Messaging] - Sorting messages as they arrive on the queue.

2009-01-14 Thread adridi
Hi Clebert, Is there a general configuration parameters to sort messages in queue, such as having a destination key for sorting messages as they arrive on the queue - the consumer will start consuming messages when sorted. I mean a way to configure queues explicitly or by configuring a JMS temp

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools - RichFaces 3.3.0

2009-01-14 Thread krasig
Hi Max, Hi akazakov anonymous wrote : Contributions welcome to keep up to speed with additions. I know that all data for content assistance is in ...schemas\tld\RichFaces3.X.xml in format ; | ... | ... | | | | | | |

[jboss-user] [EJB/JBoss] - want transaction commit control inside bean

2009-01-14 Thread jamicide
Currently I am using a MDB which uses container-controlled transactions. The MDB can specify to rollback the transaction, at which point it gets re-tried. A new situation has arisen where I don't want certain messages from being placed on the JMS queue while other (possibly conflicting) messages

[jboss-user] [EJB 3.0] - Re: jboss 5.0.0.GA and ejb3

2009-01-14 Thread ALRubinger
The reason for this is because starting in the 5.0.0.Beta releases we moved jbossall-client to a manifest-only JAR. This means that instead of repackaging all of the classes in the JARs you mention into one uber-JAR, jbossall-client contains a ClassPath entry in the manifest to point to the rel

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools - RichFaces 3.3.0

2009-01-14 Thread akazakov
Thank you krasig for help. You can attach new content assistent XML to https://jira.jboss.org/jira/browse/JBIDE-3553 and we check and commit it to SVN. We use some utils to generate such XMLs because there is a lot of work to do it manually.. And we are going to improve this approach with use of

[jboss-user] [Installation, Configuration & DEPLOYMENT] - dynamic classloading

2009-01-14 Thread ioexcept
I have a webapp that is acting as a Quartz framework. The webapp allows you to dynamically create a new job. Our framework also allows for the jar file to be loaded (pushed to the server). Question: is there any way to force the container to load the new resource bundle? Concern: making the '

[jboss-user] [Microcontainer] - Re: Classloading question

2009-01-14 Thread david.ll...@jboss.com
I see. One more dumb question whose answer I can't ascertain from the code: If I specify a version on the "classloading" element, is that version number inherited by default to all the nested capabilities (package and module)? View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Messaging] - Do you have example code embeding JBMBootstrapServer for JBM

2009-01-14 Thread Gary Marsh
I am able to run the JBMBootstrapServer from the command line using the run.bat that comes with JMB 2.0.0Alpha but when I create my own Main() program that embeds JBMBootstrapServer I get some unusual behavior where I get a JMSSecurity exception stating unable to validate user. package com.nich

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools - RichFaces 3.3.0

2009-01-14 Thread krasig
Hi akazakov. I'm glad you have automated tool for this. Only for pleasure i have tried to add assistance in RichFaces3_2.xml (for rich:editor) but this is not enough. Please tell me what else i should do to see content assistance in VPE? View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools - RichFaces 3.3.0

2009-01-14 Thread akazakov
Nothing if you just edit existed schema. It should be picked up by XHTML editor. But if you add new one then you have to add it to plugin.xml Please show the path to XML that you changed and part of it which you added. Also please show your xhtml when code assist doesn't work. View the original

[jboss-user] [EJB 3.0] - Re: jboss 5.0.0.GA and ejb3

2009-01-14 Thread PeterJ
ipeel, I think that you are misreading that readme file. That file does not contain instructions for what you have to do, rather it provides information on why the file suddenly shrunk in size. For your client app, the only thing you need to include in the classpath is the jbossall-client.jar f

[jboss-user] [Performance Tuning] - GC does not appear to be running

2009-01-14 Thread sra78
I am using JMeter to stress test my J2EE application that is running on JBoss. With regular usage the thread count will be at 50, with Stress test, the thread count go to 200-250. Even one day after the test, I still see the same thread count in JMX console. When I do listThreadCpuUtilization(

[jboss-user] [Performance Tuning] - Re: GC does not appear to be running

2009-01-14 Thread PeterJ
GC has nothing whatsoever to do with the HTTP threads - those are all handle by JBoss Web. You never said which version of JBoss AS you are using, but the 4.2.x and 5.0 version use a JBoss Web based on Tomcat 6. If you look at the Tomcat 6 documentation you will notice that the various thread m

[jboss-user] [EJB 3.0] - There is no default persistence unit in this deployment - Il

2009-01-14 Thread davestar
I get the following exception when my JBoss server starts up. java.lang.RuntimeException: Illegal @PersistenceUnit on private javax.persistence.EntityManager gov.usbr.data.cdw.BurdenRateHome.entityManager :There is no default persistence unit in this deployment. at org.jboss.injection.

[jboss-user] [EJB 3.0] - Re: There is no default persistence unit in this deployment

2009-01-14 Thread davestar
Here's my persistence.xml http://java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; version="1.0"> java:/cdwDB

[jboss-user] [EJB/JBoss] - Class within axis.jar not found while using Stateful session

2009-01-14 Thread RogerWBMD
JBoss Developer Studio 1.1.0 I built a 3rd party webservice client and tried to call it from my stateful session bean. I got the "java.lang.NoClassDefFoundError: org/apache/axis/client/Service" while publish the EAR. I don't why because the axis.jar has been added to the build path. I have no s

[jboss-user] [EJB 3.0] - Re: There is no default persistence unit in this deployment

2009-01-14 Thread davestar
I also have the below two properties set but they dont seem to display in this forum when I copy paste the persistence.xml "hibernate.dialect" value="org.hibernate.dialect.HSQLDialect"/> "hibernate.hbm2ddl.auto" value="create-drop"/> View the original post : http://www.jboss.co

[jboss-user] [JBoss Messaging] - Re: Do you have example code embeding JBMBootstrapServer for

2009-01-14 Thread clebert.suco...@jboss.com
Andy has written an example on trunk: http://anonsvn.jboss.org/repos/messaging/trunk/examples/messaging/src/org/jboss/messaging/example/SimpleExample.java I believe something similar existed at the time of Alpha and 'm not sure now but the example above would probably give you what you're aski

[jboss-user] [JBoss Messaging] - Re: Do you have example code embeding JBMBootstrapServer for

2009-01-14 Thread clebert.suco...@jboss.com
Or maybe what you're asking is different? It seems you want to use the MicroContainer to start your server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201963#4201963 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=42

[jboss-user] [JBoss jBPM] - Re: JbpmContext usage & best practices

2009-01-14 Thread kukeltje
closing and opening the context is not expensive afaik... recreating a new JbpmConfiguration is!!! anonymous wrote : I thought that maybe I could have the context get closed by spring as soon as the entire transaction is finished Yes that is an option, but just make sure that one transacti

[jboss-user] [EJB 3.0] - Re: There is no default persistence unit in this deployment

2009-01-14 Thread PeterJ
When posting XML text, please use the "code" tag. You can do this by selecting the text and clicking the Code button that appears above the editor window. Also, use the Preview button to ensure the formatting before clicking Submit. As for your question, how are your entity beans packaged, and w

[jboss-user] [JBoss Messaging] - Re: Do you have example code embeding JBMBootstrapServer for

2009-01-14 Thread Gary Marsh
Yes, I am looking to use the org.jboss.messaging.microcontainer.JBMBootstrapServer class embedded in my own Main class. Specifically or ultimately, what I am looking for is a way to deploy the jbm-standalone-bean.xml file and get a list of beans that are deployed. I see in the API that the JBM

[jboss-user] [JBoss jBPM] - a question about TaskController

2009-01-14 Thread clandestino_bgd
Hi, I use default TaskController for submitting parameters collected on task form. I do not know how I was missing this issue all this time, but it just happened :) so this line in mentioned class caused me headache + couple of hours: | if (value!=null) { | log.debug("submitti

[jboss-user] [JBoss Portal] - Cannot create JBP_CMS tables on SYBASE 12.5

2009-01-14 Thread ssunkara
After multiple tries and jconn5.jar and hibernate3.jar when I run jboss, it creates all the tables except: jbp_cms_version_node jbp_cms_version_prop jbp_cms_version_refs jbp_cms_wsp_node jbp_cms_wsp_prop jbp_cms_wsp_refs I keep getting similar error as: | | 18:34:27,867 ERROR [SchemaUpda

[jboss-user] [Remoting] - Re: Socket Read Timeout on stressing calls for validating pr

2009-01-14 Thread ron.si...@jboss.com
"vink" wrote : | the JIRA issue created by you don't talk about its fix in 2.4.x, | Remoting 2.5 is essentially the same as 2.4. I jumped to 2.5 when I dropped support for Apache Tomcat. [Note that we still support JBossWeb, which is descended from Tomcat.] So, there won't be any more 2

[jboss-user] [Remoting] - Re: EJB3 was not found in the Dispatcher

2009-01-14 Thread ron.si...@jboss.com
This seems to be an EJB3 problem, outside the scope of Remoting. I'm going to suggest posting the question to the "EJB 3.0" forum: http://www.jboss.com/index.html?module=bb&op=viewforum&f=221. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201978#4201978 Re

[jboss-user] [Remoting] - Re: With SSLBisocket is there is java.rmi.server.hostname or

2009-01-14 Thread ron.si...@jboss.com
"TheNelson" wrote : | It is. Our product is coming along nicely. | That's great. We'd be happy to hear about your product and how you're using Remoting. I'll get back to you about the "connectHomes" problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - Re: a question about TaskController

2009-01-14 Thread kukeltje
That's why I use booleanconverters in JSF and put true/false in there. Works for me... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201990#4201990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201990 __

[jboss-user] [JBoss Messaging] - Re: Do you have example code embeding JBMBootstrapServer for

2009-01-14 Thread clebert.suco...@jboss.com
Maybe you could checkout trunk and try it out? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201992#4201992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201992 ___ jboss-us

[jboss-user] [JBoss Portal] - Re: ERROR: invalid console appender config detected, console

2009-01-14 Thread kairihen
I tried this and I was able to skip that error. set JAVA_OPTS=-Dorg.jboss.logging.Log4jService.catchSystemOut=false bin\run.bat I had to many different log4j.property files in my application which was being ported over from JRun. hope this helps View the original post : http://www.jboss.com/i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment error in JBOSS 5. Exception determining structure

2009-01-14 Thread jimgrim...@yahoo.com
Hello, I have a .ear file that I can deploy on JBOSS 4. Now I am trying to deploy it on JBOSS 5 and I am getting this deployment error. The only thing I can find in the error message that might relate to my code or config files is Caused by: org.jboss.xb.binding.JBossXBException: Failed to pa

[jboss-user] [Management, JMX/JBoss] - Re: jboss monitoring

2009-01-14 Thread priyapg
Here is my code to extract info from mbean ,but the set size returns zero.So not getting info on mbeans.Can u plz help me on this? JMXServiceURL url = new JMXServiceURL("service:jmx:rmi:///jndi/rmi://10.200.9.148:9900/jmxrmi"); JMXConnector jmxc = JMXConnectorFactory.conn

[jboss-user] [EJB 3.0] - EJB3 was not found in the Dispatcher

2009-01-14 Thread vink
I'm using Jboss 4.2.2.GA. I'm getting the following exception when calling deployed SLSB from my client; Exception in thread "main" java.lang.reflect.UndeclaredThrowableException at $Proxy0.listSamples(Unknown Source) at my.client.SampleClient.main(SampleClient.java:33) Caused by: org.jboss.a

[jboss-user] [EJB/JBoss] - How to configure Pooled Invoker

2009-01-14 Thread vink
Hello, I'm using JBoss 4.2.2.GA & I like to test pooled invoker with my system. It is documented at several places that it gives a performance boost, but I don't find a documentation for this version of JBossAS which can state how we can do that. I can see jboss-service.xml & standardjboss.x

[jboss-user] [Management, JMX/JBoss] - Re: jboss monitoring

2009-01-14 Thread priyapg
Also I tried using RMIAdaptor .The following is the error coming.I am stuck here. Exception in thread "main" javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Help. JBoss problems on Mandrake Linux 9.2

2009-01-14 Thread sachin1506
Hey i am using JBOSS 4.0.5CR1 with jdk 1.4 but when i tried to run for default i found that JBOSS-SERVICE.xml in conf directory is empty but when i tried to run JBOSS with all configuration JBOSS startup fails showing these exceptions | =

[jboss-user] [JBoss Portal] - Error while deploying JSR 286 Portlet on JBoss Portal 2.7.0-

2009-01-14 Thread mabimal
Hi all, There is error while deploying a simple hello world portlet(JSR 286) on JBoss Portal 2.7.0-GA. The error given is | 09:50:31,307 ERROR [LifeCycle] Cannot start object | org.jboss.portal.portlet.container.PortletInitializationException: The portlet S | implestHelloWorldPortlet thre

[jboss-user] [EJB 3.0] - Re: how start ejb timer on deployment of ejb sesssion beans?

2009-01-14 Thread ALRubinger
This was an issue also discussed today on Freenode IRC's #jboss. :) The EJB 3.1 Specification addresses application lifecycle via the @Singleton bean. Until that support arrives, JBoss has a vendor-specific extension called the @Service bean, which is a singleton that optionally supports MBean

[jboss-user] [Microcontainer] - Deploying JBoss Cache as MBean in microcontainer

2009-01-14 Thread amit.bhay...@jboss.com
This is in continuation to http://www.jboss.com/index.html?module=bb&op=viewtopic&t=148625 Since this question is related to MC I thought I should post here. I can start the JBoss cache programmatically by using Configuration config = new Configuration(); |config.setTransactionMana

[jboss-user] [Microcontainer] - Re: Deploying JBoss Cache as MBean in microcontainer

2009-01-14 Thread amit.bhay...@jboss.com
here is complete bean.xml | | | http://www.w3.org/2001/XMLSchema-instance"; | xmlns="urn:jboss:bean-deployer:2.0"> | | | | @org.jboss.aop.microcontainer.aspects.jmx.JMX(name="slee:name=TransactionManagerMBean",exposedInterface=org.mobicents.slee.runtime.t

[jboss-user] [JBoss Messaging] - JMS reconnection question

2009-01-14 Thread noelo
Hi, I wonder if anybody could point me to some information resource on how JMS handles the case where a local MDB is pointed to a remote JMS Q and the JMS broker disconnects. Who controls the reconnection to the remote JMS, I suspect that the reconnection logic is done in resource adaptor but I

[jboss-user] [EJB 3.0] - ejb3.0 join problem

2009-01-14 Thread mravikrish
Hi , I am new to ejb3.0. i am having a problem with join queries. i am having two entities 1.project 2. skills. project>skills is many---tomany mapping. i am associating multiple skills to a project. my query ---> select distinct(p) from Project p join p.skills s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5.0.0.GA fails to work with Eclipse 3.4

2009-01-14 Thread tbsalling
I just downloaded and installed JBoss 5.0.0 GA, Eclipse 3.4 (Ganymede), and JBoss tools for Eclipse. >From Eclipse I cannot create a new JBoss server instance because the >jboss5.serverdef in JBoss Tools seems to be broken or outdated. Where can I acquire the latest jboss5.serverdef that works

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.4.0.SP3-CP05 released

2009-01-14 Thread gaohoward
Hi All, JBoss Messaging 1.4.0.SP3-CP05 has been released today. This release has a number of bug fixes and improvements. This release will go into EAP 4.3 CP04. Details: https://jira.jboss.org/jira/secure/ReleaseNote.jspa?version=12312843&styleName=Html&projectId=12310061 Special thanks to C

[jboss-user] [JBoss jBPM] - How to implement Workflows in an Application using jBPM

2009-01-14 Thread tech_trix83
Hello All, I am new to jBPM and have a task to complete. Their is a current application which is Struts based where some bussiness process are implemented. Now their is a requirement that bussiness processes should be implemented through GUI based approch ie a bussiness user can implement any rul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: virtual directories in Jboss 5

2009-01-14 Thread j...@bankserv.co.za
I'm using JBoss 5.0.0.GA with JDK 6. I expand the war file in the deploy directory. I then create a symbolic link in the expanded directory. It looks like JBoss does not follow the symbolic link and there is not "Context path" like in JBoss 4 where "allowLinking=true" could be set. Any ideas?

[jboss-user] [JBoss Messaging] - Re: JMS reconnection question

2009-01-14 Thread gaohoward
Not sure exactly your use case but having a look at JBM's bridge and mdb examples might help a little. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202031#4202031 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=420203

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment error in JBOSS 5. Exception determining struc

2009-01-14 Thread jaikiran
Try this xsd instead of the one you have in the application.xml: | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/application_

[jboss-user] [JBoss Cache: Core Edition] - Re: TcpDelegatingCacheLoader

2009-01-14 Thread lovelyliatroim
I just dont like the way the input and output streams are essentially left unprotected. The fact that you can use the old outputstream and with the call for read you can be using the new input stream, so what happens when that scenario occurs?? T1 acquires lock T2 waits T1 throws exception T2 n

<    1   2