[jboss-user] [Clustering/JBoss] - why java.io.NotSerializableException: org.apache.catalina.se

2008-03-12 Thread javang
Hi,all I deploy my app in jboss4.2.2 or 5.0.4 cluster Environment ,at Servlet layer implements java.io.Serializable interface,but when i access my app,why trace down error message: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135825#4135

[jboss-user] [JBoss Tools (users)] - Re: XHTML files and content assist with custom tags

2008-03-12 Thread [EMAIL PROTECTED]
you mean a tag library or just xsd's in general ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135826#4135826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135826 ___ jboss

[jboss-user] [Beginners Corner] - Use external .jar into a seam Project

2008-03-12 Thread jrochat
Hello ! I made a simple seam project with Jboss Tools into eclipse IDE. I trie then to use a simple external library just to test. When the code of the external library is executed I habe this error : | 08:03:54,284 FATAL [application] java.lang.reflect.InvocationTargetException | javax.f

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-12 Thread timfox
Dave, take a look at http://jira.jboss.org/jira/browse/JBMESSAGING-1245, maybe it explains your issue? Regarding batching, have a look at how the JBoss Messaging bridge does it. It uses onMessage(), and you can configure batches to have a maximum number of messages and/or a maximum time. View

[jboss-user] [Advanced Documentation] - Re: Time of Jboss Server

2008-03-12 Thread wilsonlo
You may check whether your timezone is correct or not View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135832#4135832 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135832 ___ j

[jboss-user] [JBoss Portal] - Re: multiple portal instances

2008-03-12 Thread avogt_sundn
Have a portal for every user logged in? That way we allow each user to have a portal application that has a dynamic set of portlets assembled like dialogs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135835#4135835 Reply to the post : http://www.jboss.co

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: My jboss server dissappears

2008-03-12 Thread peaker40
Hi Peter ! Thankyou for your answer ! Tries to describe the problem a bit more: By dissapear I mean that the server implementation called "" gets deleted from the hard disk(the directory), compareable to "minimal" and "default" directories under jboss on the hard disk. regards, Pe

[jboss-user] [Beginners Corner] - Re: Use external .jar into a seam Project

2008-03-12 Thread mars1412
I am also quite new to java and eclipse, but I think this might help: You have to take care of the following fact: when you are compiling the source-code in eclipse, then eclipse will use the classpath that you have specified in eclipse (I guess, that's stored in your workspaces .classpath file)

[jboss-user] [Clustering/JBoss] - Re: Clustered Logging using Log4J

2008-03-12 Thread Kronbe
Have you found a solution to your problem? I would also like to do cluster logging, preferred in one file, and ran into same problems like you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135843#4135843 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: configuration for bean managed transaction

2008-03-12 Thread hlins
Well, after thinking about my problem, i think it is not an issue of the persistence service. It's an issue of the "tx"service. I looked at the documentation. Nothing! I checked the source code -> not really much. Can anybody tell me how I can configure this service to use JTA just like the

[jboss-user] [JBoss Messaging] - Re: no exception callback for JBM clients when server detect

2008-03-12 Thread bodrin
I have one more scenario regarding missing onException callback: 1. Starting cluster node0. 2. Starting standalone consumer. 3. Starting standalone producer - consumer receives the messages 4. Starting cluster node1. 5. kill cluster node0 6. Starting standalone producer - consumer receives the mes

[jboss-user] [JBoss jBPM] - Re: deployment problem

2008-03-12 Thread rodosa
Hello, how do you solucionate this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135849#4135849 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135849 ___ jboss-user

[jboss-user] [Beginners Corner] - Re: Use external .jar into a seam Project

2008-03-12 Thread mars1412
another wild guess: are you sure, that the application server uses the same (or an higher) java version, as your application/your complicated jar has been compiled with? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135869#4135869 Reply to the post : http:/

[jboss-user] [Beginners Corner] - problem maintaining session

2008-03-12 Thread mark.w
hi. Sorry if this isn't posted in the right forum, but I'm new to JBoss so this seemed as good a place as any to start. I have two machines, each running JBoss4.2.2GA. I have the same web application deployed on both and both run fine when connecting to localhost. However, when trying to connec

[jboss-user] [EJB 3.0] - How to retrieve an EJB from a JAR used in many EAR ?

2008-03-12 Thread chawax
Hi, I work with EJB3 (I am a newbie) and I have problems about state of the art way to retrieve an EJB from a JAR that will be used on many EAR projects. I have the following EJB (generated from AndroMDA) : | | | | ServiceEmployeBean | myCompany.ServiceEmp

[jboss-user] [Beginners Corner] - Re: Use external .jar into a seam Project

2008-03-12 Thread jrochat
I trie to make a smaller jar with just a simple Class. I copy the .jar into WebContent/WEB-INF/myJar.jar and it works ! But when I do the same with a complicated jar it doesn't work... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135861#4135861 Reply to th

[jboss-user] [JBossWS] - JBossXSModel goes into endless loop

2008-03-12 Thread scallens
Hi, I am new to JbossWs & JAX-WS. I created my first Webservice, but when I want to deploy it (now using jboss-4.2.2.GA but I have the same error with other versions) JBossXSModel goes into endless loop :-( Can anybody help me with this problem? 1. service: package test.ws; | | import j

[jboss-user] [Installation, Configuration & DEPLOYMENT] - RepositoryClassLoader.findClass(RepositoryClassLoader.java:6

2008-03-12 Thread sito-ito
Hello! I have the next problem when stop jboss and run again: RepositoryClassLoader.findClass(RepositoryClassLoader.java:630) it stops happening when I delete the following directories from the jboss installation jboss\server\default\tmp jboss\server\default\work jboss\server\default\data and

[jboss-user] [EJB 3.0] - Re: How to retrieve an EJB from a JAR used in many EAR ?

2008-03-12 Thread jaikiran
"chawax" wrote : Thanks for your response. I guess this jboss.xml file works only for JBoss application server ? The problem is that my app has to work on other AS such as IBM Webpshere. Is there a standard solution for this ? | | Yes the jboss.xml file is JBoss specific. Each server provi

[jboss-user] [EJB 3.0] - Re: How to retrieve an EJB from a JAR used in many EAR ?

2008-03-12 Thread chawax
Thanks for your response. I guess this jboss.xml file works only for JBoss application server ? The problem is that my app has to work on other AS such as IBM Webpshere. Is there a standard solution for this ? P.S. : I saw you can use annotations with EJB3 but this part of my application is gen

[jboss-user] [JBoss Getting Started Documentation] - Old documentation published as JBoss 5

2008-03-12 Thread kurt_olsen
The documentation published for JBoss5 is 4.2 documentation that is a year old. From my perspective this kind of thing makes it very easy to dismiss JBoss as a serious product. A mistake like this confuses people and slows acceptance dont you think? View the original post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: Movo to node

2008-03-12 Thread jagr
Yes. Query response it's correct. In exemple, If I execute this ActionHandler | public class SearchClientAction implements ActionHandler{ | | /** The log. */ | private Logger log = Logger.getLogger(SearchClientAction.class); | | private static final long serialVersionUID

[jboss-user] [JBoss AOP] - Re: trouble on upgrading

2008-03-12 Thread [EMAIL PROTECTED]
481 seems totally unrelated to this. Please start a new thread, and include some more information View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135856#4135856 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135856

[jboss-user] [EJB 3.0] - Re: How to retrieve an EJB from a JAR used in many EAR ?

2008-03-12 Thread jaikiran
You can create a jboss.xml file and mention the jndi-name of your choice for the EJB. Something like this: | http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd";> | | | | | | | ServiceEmployeBean | MyBean | | | | | | |

[jboss-user] [JBoss Messaging] - Re: no exception callback for JBM clients when server detect

2008-03-12 Thread timfox
If you use a connection factory with "enableFailover" set to true, then when an exception occurs it will automatically try and reconnect to another server, so you won't get the exception unless it can't reconnect. See user guide If you don't want automatic failover then set to false and you wil

[jboss-user] [Beginners Corner] - Re: Use external .jar into a seam Project

2008-03-12 Thread jrochat
Yes I do it in the same machine ! But it's working now, I juste delete and recreate the Jboss Server withe Eclipse... Strange... Thank you for your help ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135881#4135881 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss Messaging] - Re: no exception callback for JBM clients when server detect

2008-03-12 Thread bodrin
I have an idea of how to workaround the problem: Create a topic for ping messages, e.g. /topic/ping. and each system that consumes messages should setup a topic subscriber on /topic/ping. The subscriber should run a timer/timout thread to check if the last received ping message was a long time

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-03-12 Thread cat4hire
Hi, I'm still fighting with the annotation problem. I've made a code clean up, and now I've got the following piece of code: | // make a new class | CtClass newProxyClass = pool.makeClass( subProxyClassName ); | newProxyClass.setSuperclass(

[jboss-user] [JBoss jBPM] - Re: Movo to node

2008-03-12 Thread kukeltje
sorry, then you are on your own... if it works with static true/false, but not with your query, we can't help you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135899#4135899 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JCA/JBoss] - Closing a connection for you problem JBOSS 4.2.2

2008-03-12 Thread jamesjmp
Hi, I am using JBoss 4.2.2 with jdbc3.(jcon3.jar) For some operations that access a database I have this error: | 2008-03-12 13:14:53,653 INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing a connection for you. Please close them yourself: [EMAIL PROTECTED] | I f

[jboss-user] [JBoss Messaging] - Re: no exception callback for JBM clients when server detect

2008-03-12 Thread bodrin
Ok, thanks! I have updated to this one http://repository.jboss.com/jboss/remoting/2.2.2.SP5/lib/jboss-remoting.jar Here is the config of my ClusteredConnectionFactory in connection-factories-service.xml : | ... | | jboss.messaging:service=ServerPeer | jboss.messaging:serv

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread gumnaam
Where can I find the class InitializerContextLoaderListener ? I tried to follow the above code, but I couldn't find InitializerContextLoaderListener anywhere, so I assumed that you were refering to ContextLoaderListener , and substituting InitializerContextLoaderListener with ContextLoaderLi

[jboss-user] [JBossCache] - Re: tx completion STATUS_UNKNOWN

2008-03-12 Thread [EMAIL PROTECTED]
Thanks for your thoughts on this. Basically, there is a fundamental flaw in the way JBC deals with Sync callbacks, in that we only commit stuff in the cache in the afterCompletion() callback. There are good reasons why we do this, but in the end it is incorrect and we are working on a better m

[jboss-user] [JBoss Portal] - determine current portal name

2008-03-12 Thread webhunter
I am just wondering if it is possible to determine the name of the current portal from a given portlet? I have my portlet deployed in multiple portals. And I need to create a redirect URL which is based on the portal name. Thanks. View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: RepositoryClassLoader.findClass(RepositoryClassLoader.ja

2008-03-12 Thread jaikiran
anonymous wrote : it stops happening when I delete the following directories from the jboss installation What stops happening? Please post the entire exception stacktrace that you see and also let us know what you are doing. Which version of JBoss and Java do you use? View the original post

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread alesj
The missing code: | public class InitializerContextLoaderListener extends ContextLoaderListener { | | @Override | public void contextInitialized(ServletContextEvent event) { | JndiRootApplicationContextLookup.initialize(event.getServletContext()); | super.con

[jboss-user] [JBossCache] - Re: Concurrency issue in OrderedSynchronizationHandler (2.0.

2008-03-12 Thread [EMAIL PROTECTED]
Thank you for spotting and reporting this - helps us build a better product. :-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135918#4135918 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135918

[jboss-user] [JBossCache] - Re: Can we configure JBoss Cache to run on separate JVM.

2008-03-12 Thread [EMAIL PROTECTED]
Have you considered using an eviction policy? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135920#4135920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135920 ___ jboss-use

[jboss-user] [JBoss Portal] - We require IDE information about JBoss portlets

2008-03-12 Thread [EMAIL PROTECTED]
We are using JBoss Portal 2.6.2 GA server. Which IDE is suitable for creation of JSR168 related portlets to be deployed on JBoss. We created portlets using MyEclipse Enterprise workbench 5.1 IDE, but those portlets are not recognized by JBoss Portal 2.6.2 GA Server. 1. Please tell the proce

[jboss-user] [JBossCache] - Re: ClassCastException: java.util.TreeSet: while trying to a

2008-03-12 Thread [EMAIL PROTECTED]
What is a hash set or tree set here? Something in DataModel? If this is as critical for your project as you say, you may want to consider buying official support from Red Hat. While the community does try its best to help on these forums, this is a "best effort" approach only. If you want a

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JEMS installer headless install not working ?

2008-03-12 Thread gjeudy
Hi Peter, I found out the answer to this problem by finding other posts talking about the same issue. The -b 0.0.0.0 switch works very nice for my dev environment. I will keep what you said about JEMS installer in mind. If I do get any issues I will re-install using the zip file. Thanks, -Guil

[jboss-user] [JBossCache] - Re: Persistent on-disk caching

2008-03-12 Thread [EMAIL PROTECTED]
Read the user guide - the chapter on Cache Loading will help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135934#4135934 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135934 __

[jboss-user] [JBossCache] - Re: Config Question

2008-03-12 Thread [EMAIL PROTECTED]
"lovelyliatroim" wrote : | | But just looking back at the posted cache-config, i already had the cache configured as LOCAL. Strange that it should effect it considering the cache is LOCAL. | | Strange but definitely a bug. And something we're looking into. View the original post :

[jboss-user] [EJB 3.0] - Re: How to retrieve an EJB from a JAR used in many EAR ?

2008-03-12 Thread chawax
Well, I hope there will be a standard solution for this in next EJB specifications. Do you have an idea how difficult it is to do the same with Webpshere or other application servers ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135936#4135936 Reply to th

[jboss-user] [JBossCache] - Re: locking & CacheSPI

2008-03-12 Thread [EMAIL PROTECTED]
Use a Transaction Manager (see the user guide for how to configure one) and start a user transaction before your cache operations (reads, writes). And then commit your transaction. The cache will participate in the transaction and treat all operations as scoped to the same ongoing transaction.

[jboss-user] [EJB 3.0] - Re: How to retrieve an EJB from a JAR used in many EAR ?

2008-03-12 Thread jaikiran
"chawax" wrote : Do you have an idea how difficult it is to do the same with Webpshere or other application servers ? Instead of jboss.xml file they have their own xml files (for websphere it is ibm-ejb-jar-bnd.xmi). View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBossCache] - Re: JBOSS Cache vs Gigaspaces

2008-03-12 Thread [EMAIL PROTECTED]
"zurchman" wrote : | Gigaspaces is based on JINI and might offer more flexibility if you have tens or hundreds of distributed nodes. | JBoss Cache can scale to tens of nodes, I know of users using it on cluster sizes > 100 nodes too. The goal - with 3.x - is to scale to several hundred

[jboss-user] [JBossCache] - Re: JBOSS Cache vs Gigaspaces

2008-03-12 Thread [EMAIL PROTECTED]
"MThoresen" wrote : In either case though, how would I accomplish the following: | | Our client application will be written in C# (visual studio), and utilize the devexpress grid. Using GigaSpaces, I believe that they have APIs for C# .NET. Using JBOSSCache, what would be the best approach

[jboss-user] [EJB 3.0] - Re: How to retrieve an EJB from a JAR used in many EAR ?

2008-03-12 Thread chawax
OK, thanks a lot, you were very helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135947#4135947 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135947 ___ jboss-user mai

[jboss-user] [JBossCache] - Re: Exception in thread

2008-03-12 Thread [EMAIL PROTECTED]
You need to be a bit more descriptive about the error you see - I can't make out much from what little you have told me. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135940#4135940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-12 Thread victorl
Hi Ronald and thank you once again. Excuse me, I had to put the class of the execute method. It is ObtenerTransiciones. You say: You seem to use jBPM completely wrong, in a way even that is not shown anywhere. Is all my example wrong ? :( Where I can get documentation about how to use jBPM

[jboss-user] [Clustering/JBoss] - Re: why java.io.NotSerializableException: org.apache.catalin

2008-03-12 Thread [EMAIL PROTECTED]
You are placing the session itself (or some object with a reference to the session) as an attribute in the session. You cannot do this as the session is not serializable. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135960#4135960 Reply to the post : htt

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread gumnaam
The RootJndiApplicationContextName, should that be the context name of the bean Factory in the ejb Context (i.e. parent) or the web Context (i.e. child ) ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135961#4135961 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread gumnaam
Still the same error. btw, I set the DEFAULT_ROOT_APP_CONTEXT_JNDI_NAME to the parent cotext name. ( I hope that the right thing to do), in both JndiRootApplicationContextLookup and AbstractJndiContextLoader . Who calls the static lookup method of JndiRootApplicationContextLookup class ? I th

[jboss-user] [EJB/JBoss] - Problem with EJB3 Project in the Network

2008-03-12 Thread Ceene
I have an EJB-project with JavaServerFaces. If i start my JBoss-Server (4.2.2) in the localhost-Mode my project works fine but if I start the Project in the Network-Modus ("run -b 192.") i get the following error-message: | exception | | javax.servlet.ServletException: #{personBean.Ab

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread alesj
The idea there is such: You declare a root context, which is deployed by JBoss SpringDeployer. Then you might have a child context also deployed by SpringDeployer. But you also want to have a web context that is also a child of that root context. e.g. having some common beans declared in the root

[jboss-user] [JBoss Messaging] - Re: clustered messages stuck on queues

2008-03-12 Thread dave_lund
Cheers Tim, On production we have upped the prefetch size to test against JBM-1245 - However it will be at least a couple of weeks before we can decide if this fixes the problem (as the issue happens so infrequently) We have mocked up something along the lines of the messaging bridge and it ga

[jboss-user] [JBoss jBPM] - Re: context variables not being persisted

2008-03-12 Thread mabogunje
Well it seems like when I create the process definition by parsing the xml definition everything works fine. What I was trying to do was programmatically create my process definition. By creating a new process definition object and adding nodes and transitions to it. Note that in both scenarios

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Closing a connection for you problem JBOSS 4.2.2

2008-03-12 Thread jamesjmp
Hi, I am using JBoss 4.2.2 with jdbc3.(jcon3.jar) For some operations that access a database I have this error: | 2008-03-12 13:14:53,653 INFO [org.jboss.resource.connectionmanager.CachedConnectionManager] Closing | a connection for you. Please close them yourself: org.jboss.resource.ada

[jboss-user] [Microcontainer] - Re: JNDI & MC

2008-03-12 Thread alesj
"gcompienne" wrote : | If my understanding is correct MC has a notion of application context (which is the "ControllerContext" or something like that if I am not mistaken?). | You mean DeploymentControllerContext? "gcompienne" wrote : | Now what I wonder is: is JBoss JNDI aware of this c

[jboss-user] [Microcontainer] - JNDI & MC

2008-03-12 Thread gcompienne
Hello, If my understanding is correct MC has a notion of application context (which is the "ControllerContext" or something like that if I am not mistaken?). Now what I wonder is: is JBoss JNDI aware of this context? Ideally I would like a deployer to be able to add entries to the application

[jboss-user] [EJB 3.0] - Re: Unknown error

2008-03-12 Thread sotuzun
I have the same problem, and try to use @PrimaryKeyJoinColumn but it does not work. I can not generate a foreign key in a table, it can cause errors in our db. Help about that??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135972#4135972 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Delay in process runtime

2008-03-12 Thread lordbinky
bump View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135968#4135968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135968 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-03-12 Thread kaja78
I had similar problem after migrating my app to 4.2.2 from 4.0.4. It seems to me that compared to http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMDB in 4.2.2 the default strictTimeout on Standard MDB chnged from "forever" to 10 s. I add forever to tandard Message Driven Bean container confi

[jboss-user] [JBoss Messaging] - Re: Exception with EJB3 MDB strictmaxpool

2008-03-12 Thread kaja78
Sorry, last sentence in previous post should be: I add forever to standard Message Driven Bean container configuration in standardjboss.xml which solved my problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135987#4135987 Reply to the post : http://www

[jboss-user] [EJB 3.0] - Re: MDB pool configuration & EJB3

2008-03-12 Thread kaja78
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135987 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135988#4135988 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135988 __

[jboss-user] [JBossCache] - Re: JBOSS Cache vs Gigaspaces

2008-03-12 Thread MThoresen
So, I have a Cache (JBOSS) that is filled with nRows. Now, the problem is to get this data into some format that can populate a .NET Grid on a windows front end app. Is it possible to have a WS that can make a call and return the data in XML format? View the original post : http://www.jboss

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-12 Thread victorl
What I need is that the task node controlar documentacion () does not resume the process execution. So, I set the task Control de Documentacion with signalling to false: I recognize that (maybe) we are using jBPM in unusual way. But we believe it is good for our objetive. Thanks once again.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: My jboss server dissappears

2008-03-12 Thread PeterJ
I have never experienced an entire configuration being automatically deleted like that. Are you saying that server/ gets deleted, but server/all. server/default and server/minimal do not get deleted? Also, I assume that you are running configuration . I can think of only two possibiliti

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread gumnaam
OK so I am on the correct path, I have decared the root context correctly, but I still can't get access to the beans defined in the root context. As I said in my previous email, the "initialize" method of JndiRootApplicationContextLookup , should probably call the lookup method or something. As

[jboss-user] [Beginners Corner] - Serious classloader bug in LoadMgr3

2008-03-12 Thread m.hiemstra
Hi All I am using jsf in my website that is running under Jboss. At a certain point aI got an error saying that a class could not be found. It turned out this happened in the following class: org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212) It read the source and I saw that in tha

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Multiple instances and configurations

2008-03-12 Thread braca
As it turned out, the server configuration was OK but the client configuration wasn't: The JNDI-Url had a trailing slash after the port, 127.0.0.1:1299/ - for this reason the client couldn't connect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136001#41360

[jboss-user] [EJB 3.0] - EJB3DeleteEventListener.performDetachedEntityDeletionCheck

2008-03-12 Thread tom_goring
Hi, I'm upgrading to Seam 2.0 and included jars (Hibernate EntityManager 3.3.1.GA, etc). I have some code that used to work OK but now I'm getting the stack attached (when running integration tests in the embedded container). If I have a Parent with a Set of children and I delete one of those

[jboss-user] [Messaging, JMS & JBossMQ] - Running JBoss MQ Standalone

2008-03-12 Thread speleomaniac
Hallo everybody, I want to run JBoss MQ standalone for my unit tests (I am totally confused about the differences of the JBoss Messaging and MQ) but my criteria is, I want to get the dependencies via Maven repositories. I can see the artifacts for the JBoss Messaging but not the ones for the M

[jboss-user] [JBoss Messaging] - Messaging standalone

2008-03-12 Thread speleomaniac
Hallo everybody, I want to run JBoss Messaging standalone for my unit tests (I am totally confused about the differences of the JBoss Messaging and MQ) but my criteria is, I want to get the dependencies via Maven repositories. I can see the artifacts for the JBoss Messaging but not the ones fo

[jboss-user] [JBoss jBPM] - New process language

2008-03-12 Thread david.oflanagan
Hi, I'd like create a more restrictive/domain specific version of JPDL. Maybe provide more task nodes that have specific functionality with no access to custom scripting/Java. Basically create new process language for less technical end users. I guess this would break down in to 2 main tasks 1

[jboss-user] [JBoss Portal] - Re: We require IDE information about JBoss portlets

2008-03-12 Thread PeterJ
Have you read the JBoss Portal documentation? There are two additional configuration files required - portlet-instances.xml and *-object.xml. The first creates an instance of the portlet and the second places the instance on a page. I doubt that MyEclipse would have generated these additional fi

[jboss-user] [JBoss Portal] - Re: email to admin on user registration and activation confi

2008-03-12 Thread emuckenhuber
For doing something like this you would need to provide your own jBPM Action and plug it into the process - for example like this: | public class MyNotificationMailAction implements org.jbpm.graph.def.ActionHandler | { |public void execute(ExecutionContext ectx) throws Exception |

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread gumnaam
OK here's an alternate approach that worked for me. Simply extend the ContextLoader and override the loadParentContext method. In the load parentContext method, look up the root context from JNDI and retrun it. No need to have any more classes, no need to add description elements to any spring

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session being stolen / assigned to wrong person

2008-03-12 Thread javaspack
It has been almost 6 weeks since we reverted our JBoss to version 4.0.3sp1 and on that server the problem hasn't returned. That seems conclusive that the problem doesn't exist in 4.0.3sp1. We upgraded a different JBoss server from 4.2.1 to 4.2.2 about 2 weeks ago and it still has the same proble

[jboss-user] [JBoss jBPM] - Re: Signalling Option

2008-03-12 Thread victorl
Ronald, I have resolved the problem as follow: | | | | | | | | | Thus (in red), task node does not resume the process execution and task is not instanced. It seen perhaps unusual and an uncommon

[jboss-user] [JBoss/Spring Integration] - Re: Accessing app_1's spring beans in app_2's config file

2008-03-12 Thread alesj
"gumnaam" wrote : | No need to have any more classes, no need to add description elements to any spring xml file. I know I had reasons why I hacked all those classes, just can't remember them now. I'll try an dig that code up ... it's been a while like I said ... :-) View the original post :

[jboss-user] [JBoss Portal] - Web Traffic Logging

2008-03-12 Thread stefan.kok
Hi Everyone What I have: I am running JBoss Portal 2.6.4-GA which I download from the download links. Every thing was left default. Question: How can I keep track of which web pages have been visited by visitors to the website ? Is there any software that I can use to interpret these log fil

[jboss-user] [Messaging, JMS & JBossMQ] - Durable Subscriptions Scenario

2008-03-12 Thread bdamato
I have a need for a JMS queue where messages are durable, but messages sent to the queue would be processed by only one of three possible subscribers. In other words, there would be a single queue into which I drop a message, three other servers would be periodically polling the queue and whiche

[jboss-user] [JBossWS] - Re: webservice CONFIDENTIAL does not w

2008-03-12 Thread squ1rr3l
So am I securing the consoles wrong? If I add | | |CONFIDENTIAL | | | to the web.xml files in both /server/prod/deploy/jboss-web.deployer/ROOT.war/WEB-INF and /server/prod/deploy/jmx-console.war/WEB-INF it seems to have no affect. I can

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools using Latest Seam

2008-03-12 Thread [EMAIL PROTECTED]
"Aaragus" wrote : Has the problem with Module Dependencies been fixed yet for Seam 2.0.1?? I have to use Seam 2.0.0 to make them work.. I saw a similar problem at the forum on seamframework.org and they say it's a Jboss Tools problem.. | ...and I say it is a Eclipse Webtools problem ;)

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Session being stolen / assigned to wrong person

2008-03-12 Thread [EMAIL PROTECTED]
That looks like a mod_jk problem more than a JBossAS one. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136052#4136052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136052

[jboss-user] [EJB 3.0] - EJB3 Lazy Load problem

2008-03-12 Thread zilbi
Hi, i am new to this, so i apologize if this question is stupid... have 2 entities with 1 to many relations: @Entity | @Table(name = "contents") | public class Content implements Serializable | { | private Long id; | private Integer version; | ... some more simple fields

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Redirecting URL for web application

2008-03-12 Thread ramboid
How can JBoss re-write the url for a web application? I have a servlet that can be invoked by the following urls's: 1) https://:8443/test/servlet/mywar.htest 2) https://myserver.mydomain:8443/test/servlet/mywar.htest I want to write a rule in the the context.xml file of the web application (in

[jboss-user] [Security & JAAS/JBoss] - Re: combination of JAAS

2008-03-12 Thread ragavgomatam
This is my guessWhen a Http Request is sent by the browser to a web based Jaas enabled application, the request is first intercepted by the container using j_security_check, j_user_name and j_password. Then it is jaas logged in and the HttpRequest is attached the Principal ...After that the

[jboss-user] [JBossCache] - Re: FetchInMemoryState && InitialStateRetrievalTimeout

2008-03-12 Thread [EMAIL PROTECTED]
What are you trying to achieve here? If you want state to be transferred from neighbouring caches in the cluster, you have 2 options - 1) enable FetchInMemoryState with a suitable InitialStateRetrievalTimeout, or 2) use the ClusteredCacheLoader which will load these elements lazily. Since they

[jboss-user] [JBossCache] - Re: FetchInMemoryState && InitialStateRetrievalTimeout

2008-03-12 Thread jorgemoralespou_2
We need to assure that the data that is not evicted is accesible from both nodes of the cluster. We have a big ammount of data in cache, so start up time is very high, if we do an initial state trasfer. We were trying to test if disabling initialStateTransfer and allowing the cache to get state

[jboss-user] [JBoss Tools (users)] - Re: org.jboss.deployment.DeploymentException

2008-03-12 Thread bhaddar
Hello there, I got the same issue when trying to deploy my own project. The deploy won't trigger the copy any of the /EarContent/*.jar files to the deployment target. security.drl does. I tried with another project created on another computer and shared with CVS (the project is working well on

[jboss-user] [Beginners Corner] - Getting "Too many open files" error with JBoss 4.2.2GA

2008-03-12 Thread eightmd
I am running into a problem with JBoss 4.2.2GA, front-ended with Apache 2.2.6 were JBoss or the webserver seems to be hanging on to connections and leaving them in the CLOSE_WAIT state. Then my application gets "Too many open files". There was a post about this in the EJB/JBoss forum but there w

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools and Oracle XE

2008-03-12 Thread wvreeven
I think I ran into this bug http://jira.jboss.org/jira/browse/JBIDE-359 In hibernate-console.properties the line hibernate.default_schema= was missing. After creating a new Seam Web Project and adding the line to that file, Entity generation works ok. Even with Java 6. Thanks, Wouter View t

[jboss-user] [JCA/JBoss] - Re: Stateless EJB calling WorkManager directly - legal?

2008-03-12 Thread gsniderJBoss
Thanks, I assumed I would need to make these calls to an RA. But let's suppose I do that. Will that help my transaction issue? Will the RA be treated as a resource manager (for inclusion in XA)? In other words, will the following be true if I write and deploy an RA that makes the calls to Wo

[jboss-user] [JBoss jBPM] - Process archive deployment and Maven

2008-03-12 Thread drakecallahan
I am trying to figure out the preferred approach to deploy workflow processes. We will have several workflows defined (by developers) and will use jBPM embedded in our application. I have created a sample and have successfully deployed the XML workflow process programmatically. JbpmC

[jboss-user] [JBossWS] - Steps for implementing WS-Security in JBoss using Username t

2008-03-12 Thread pramod_bs
This posting might be useful for those people trying to implement WS-Security using username toekn authentication. I couldn't find a single document anywhere on the web. I though i will ceate a comrehensive doc. Please let me know if you guys see any flaw here, Steps for implementing WS-Securit

[jboss-user] [JBoss Tools (users)] - Re: org.jboss.deployment.DeploymentException

2008-03-12 Thread bhaddar
Hi there (again), It is a newbie bad habit to post an issue without checking old posts (I'm talking about my post). Found why and how to fix (and some other usefull info) at http://jboss.com/index.html?module=bb&op=viewtopic&t=131331 Thanks for your great job (Seam). View the original post :

[jboss-user] [JBossCache] - Replication setting per region

2008-03-12 Thread fkohantorabi
Hello all, Is there a way to replicate only certain regions and leave the rest local? Thanks, Farzad- View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136085#4136085 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136

  1   2   >