[jboss-user] [Microcontainer] - Re: Hot-deployment on AS 5.x

2009-05-14 Thread jaikiran
anonymous wrote : Deployment "ManagedConnectionFactoryDeployer" is in error due to the following reason(s): java.lang.ClassNotFoundException: org.jboss.resource.metadata.mcf.ManagedConnectionFactoryDeploymentGroup | Deployment "LocalTxDataSourceTemplateInfo" is in error due to the following re

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Why is startup time is 3x slower in JBAS5 to JBAS4?

2009-05-14 Thread jaikiran
There have been various changes in AS5 including deployment framework and other core things. Performance issue with AS5 has been brought up before and is being tracked here https://jira.jboss.org/jira/browse/JBAS-6549. View the original post : http://www.jboss.org/index.html?module=bb&op=viewt

[jboss-user] [Beginners Corner] - Oracle datasource - define schema

2009-05-14 Thread jaredholdcroft
Hi, Is it possible to set the schema used in an Oracle datasource? We use CMP in our app and on startup, when checking for the existence of the underlying tables, it is finding tables in other schemas than the one defined by the username and password. >From searching other issues similar to t

[jboss-user] [Management, JMX/JBoss] - About parameters of MBeanServer's invoke() operation

2009-05-14 Thread SARA1232007
Hi, Could anyone tell me how to fill the signature parameter of MBeanServer's invoke() operation? For example of a mbean ZMBean's operation (suppose the ObjectName is ZMBean.OBJECT_NAME) as following: Boolean foo(Integer i); The statement of invocation foo() by MBeanServer's invoke() operatio

[jboss-user] [JBoss Cache: Core Edition] - Batch update issue

2009-05-14 Thread sridhar_ratna
HI, Under a "FQN" Node i am trying to persist 100,000 key value pairs. Key is a Long and the value is a byte[]. The size of value is 3KB. so that total data size is 320 MB. When i tried to persist to oracle with and without batching. it took more than 180 minutes to persist just 3,000 key va

[jboss-user] [Installation, Configuration & DEPLOYMENT] How to make the EAR classloader override JRE library?

2009-05-14 Thread William
Hi, Previously I posted the question at Beginners Corner, nobody answered it. Could anybody in this group help me on this question? In my project's EAR package, I am using the latest JAXB jars by packaging them in APP-INF/lib/jaxb*.jar. The environment I am using is JBoss4 + JDK6. However, th

[jboss-user] [JBoss jBPM] - jbpm 3 or 4

2009-05-14 Thread SStundzig
Hi all, thx for your great work in jbpm. I'm currently in the situation in collecting a new customer project. In these project I will generate the process definitions from my dsl tool, deploy all to jboss 5.0.1 and use services provided by the jboss esb. For Busines Rules I like Drools. I also

[jboss-user] [JCA/JBoss] - Re: Connect JBOSS with SAP (JCo)

2009-05-14 Thread vickyk
The Tomcat does not know how to deploy the RAR. With Jboss you will need to follow this 1) Get the appropriate RAR for the SAP, I don't see you are doing this. 2) Configure the -ds.xml file which will define the connection-factory in case you have outbound RAR deployed which seems to be your need

[jboss-user] [JBossWS] - Re: dynamic proxy client fails

2009-05-14 Thread goldberg.howard
After scanning the posts, I finally figured out I forgot to set endorsed library when executing the client: JDK 6 (using -Djava.endorsed.dirs=${jboss.home}/lib/endorsed during client execution) You might consider putting this into the FAQ. Howard View the original post : http://www.jboss.or

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2009-05-14 Thread marius.bogoevici
Marcin, I added VFSClassPathXmlApplicationContext. Please give it a try. Marius View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231177#4231177 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231177 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Why is startup time is 3x slower in JBAS5 to JBAS4?

2009-05-14 Thread hstang
I'm thinking starting a new project on JBAS5 since it appears that JBAS4 is to be deprecated pretty soon. My question is why does JBAS5 startup time on my machine takes 42s whereas JBAS4 takes 13s? What additional services are JBAS5 loading that is so essential to take 30 more seconds? View

[jboss-user] [JBossWS] - Re: Cannot find service endpoint error when deploying ear wi

2009-05-14 Thread ewinston
| 15:15:51,330 INFO [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment | 15:15:51,345 INFO [JmxKernelAbstraction] installing MBean: persistence.units:ear=WebAlertDataCollection-0.2.2-SNAPSHOT.ear,jar=ejb-0.2.2-SNAPSHOT.jar,unitName=WebAler

[jboss-user] [JCA/JBoss] - Connect JBOSS with SAP (JCo)

2009-05-14 Thread wuschelz
Hi Folks, we will migrate from tomcat to jboss. In our old environment there is a class that implements a JCo Client that was referenrenced in context.xml (e.g. jco/) on tomcat. In the lib folder there is also the sapjco.jar. Now i was wondering how to put this over to Jboss. I copied sapjco.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: An error occurred while processing your request. Please

2009-05-14 Thread PeterJ
Without know what the application does, it is impossible to say how to fix it. Who did you get the app from? Does the app vendor offer support? Do you have the source code for the app? Are you sure that it is a an applet that is having the problem? Do you know what the applet is doing or attempt

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: WrappedDataSource class cast exception in jboss 5.1

2009-05-14 Thread PeterJ
What JAR files are you including in your app? (Also, what type of apps? WAR? EAR?) This type of class cast exception often happens when a class provided by JBoss AS (DataSource in this case) is also located within a JAR packaged with the app. If that doesn't help, you could add the "-verbose:cl

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-14 Thread sarishjain
Thanks for your responses. See details below, apologies for delayed response as it took some time to simplify the code. Note: 1. The handler classes are not packaged in the par file. 2. Process is running on jboss 5.0.1. 3. If i switch the method parameter from "long" to "Long", there is no exce

[jboss-user] [Microcontainer] - Re: Hot-deployment on AS 5.x

2009-05-14 Thread nithyas
I am facing the same issue. I am having a script doing a daily deployment/undeployment of the app. For the first week, things were going fine. Now startup/deployment fails with almost the same stacktrace Any idea if this will this be fixed in the next release? Deployment "ManagedConnectionFa

[jboss-user] [JBoss Cache: Core Edition] - Re: Replication, CacheMarshaller, Region

2009-05-14 Thread richsharples
@ekobir if you have access to EAP 5.0.0 Alpha then you are a Red Hat customer so you should be able to get developer-level support from Red Hat directly - did you try that. Rich Sharples JBoss, a division of Red Hat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[jboss-user] [JBoss jBPM] - Mail node with file attached

2009-05-14 Thread Sujatha
If i want to attach a file to a mail node in JPDL - is that possible? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231161#4231161 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231161 ___

[jboss-user] [Security & JAAS/JBoss] - Re: How to set EJBContext callerPrincipal from LoginModule?

2009-05-14 Thread bbunderson
rmField.setAccessible(true)? Yes, a little bit of my soul died typing that in but it works. Thank you very much for the help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231159#4231159 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[jboss-user] [EJB/JBoss] - EJB deploy before queue is ready

2009-05-14 Thread rfidler1978
Hello, I'm have a sar which has an ejb jar and a jboss-service.xml with queue definitions which the mdbs point to. The issue is when I deploy the sar, the ejb jar is being deployed before the queues are created, but just barely. There is an error that it couldn't find the queue to bind t

[jboss-user] [JBoss jBPM] - 3.2.6 maven dependency question

2009-05-14 Thread armita
I tried to use jboss's maven repository. I noticed that jbpm 3.2.6 artifact includes a lot of dependencies that does not make sense to me. I wanted to ask what is the reason of including these dependencies in the POM file for jbpm-jpdl-3.2.6.SP1: -lucence -jackrabbit -derby -icu4j Could someon

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPQL - Query Parameter

2009-05-14 Thread israel.bgf
I tryied your two tips and both didnt work. After tweaking the first one a bit, it started to compile. But it still not doing what i want. My SQL/JPQL skills are not very good so i probabbly did something wrong. Here is my test class and entity classes. Test---

[jboss-user] [EJB 3.0] - Re: EJB3 business delegates?

2009-05-14 Thread ALRubinger
You should absolutely cache SLSB proxies. Do the lookup once, then you may pass around and share this instance. This is because the proxy you lookup may target *any* of the underlying bean instances in the pool. Assuming you've done a good job to ensure your SLSB has no *conversational state*

[jboss-user] [Beginners Corner] - readonly access to web-console / jmx-console. How?

2009-05-14 Thread Kaskone
Hello, is it possible to create a user with readonly access to web-console and jmx-console. Can somebody tell me what role should i assign to this user in .properies file? Thanks. Jboss 4.3.0, RedHat EL 5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=423113

[jboss-user] [EJB 3.0] - Re: EJB3 business delegates?

2009-05-14 Thread DeanoUK
I'd love an answer to this. I'm too perplexed about caching a reference to the Session bean. Would this result in better performance? Would it enforce the use of the same instance, thus negating the benefits of the pool? View the original post : http://www.jboss.org/index.html?module=bb&op=view

[jboss-user] [JBoss Cache: Core Edition] - performance constraint with cache persistance

2009-05-14 Thread sridhar_ratna
Hi, I have populated the cache with nearly 120,000 key value pairs. The size of the data in cache 300 MB. Initially I tested the application without having any persistence store for cache. When i tested my application this way, it completed in just .4 seconds. But when i used BJDB persistence

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Support of J2EEDeployer and AutoDeployer in jboss-5.0.1

2009-05-14 Thread PeterJ
What do you mean by "automatically deploy"? In other words, what actions are you performing and what actions do you expect the app server to then take? One way of deploying an app is to call the deploy operation on the MainDeployer mbean, passing the file name or URL for the app to that operatio

[jboss-user] [EJB 3.0] - Re: First step towards performance improvement of EJB3 deplo

2009-05-14 Thread jaikiran
"orenh10" wrote : | 2. Almost eliminates the delay in accessing EJB's for the first time! | Excellent, that's exactly the major performance fix that was done in this plugin https://jira.jboss.org/jira/browse/EJBTHREE-1801 The other deployment issues are spread across projects in the AS. So

[jboss-user] [EJB 3.0] - Re: Unable to deploy an Entity Bean

2009-05-14 Thread PeterJ
anonymous wrote : even i include these jars in the manifest file Which manifest file? You should not package any of these files with the deployed app. Also, when posting XML text or source code, please enclose the text in UBBCode "code" tags - you can do this by selecting the text and clickin

[jboss-user] [JBoss/Spring Integration] - Re: jboss and spring libraries

2009-05-14 Thread marius.bogoevici
That's pretty nasty ... Looks like a classpath issue to me. Are you absolutely sure that the required spring jars are actually packaged in the jar? So, would you mind sharing a bit of background on the issue: - what JBoss AS version are you using - the list of jars you have in the packaged .war

[jboss-user] [EJB 3.0] - Re: First step towards performance improvement of EJB3 deplo

2009-05-14 Thread orenh10
I timed the new EJB3 plugin and found that it: 1. Slightly reduces the time it takes to deploy an EAR. 2. Almost eliminates the delay in accessing EJB's for the first time! I used the same test application from last time, Cinco.ear. It contains 10 EJB's, each one with 50 methods. (See http://www

[jboss-user] [Beginners Corner] - Re: packaging problem

2009-05-14 Thread pippodev
I put the JAR library in lib directory and all works godd! Thank you, bye View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231103#4231103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231103 _

[jboss-user] [JBoss/Spring Integration] - jboss and spring libraries

2009-05-14 Thread pelirr
Hello, I have a problem with an aplication type .war, when I deploy with jboss I get this error: ERROR [HelloWorld] Error configurando escuchador de aplicacion de clase org.springframework.web.context.ContextLoaderListener java.lang.ClassNotFoundException: or.springframework.web.context.Conte

[jboss-user] [JBoss Cache: Core Edition] - Re: Replication, CacheMarshaller, Region

2009-05-14 Thread ekobir
Hi Manik I was trying to use the configuration file in the first message as it is. When I deploy application on the second node, cache tries replicate itself but it is not able to find the correct class. As I'm using jboss EAP 5.0.0, then i tried follow faq 2,35 and 2.38 but so far no luck to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - An error occurred while processing your request. Please try

2009-05-14 Thread wellenreitmogul
Hello to all, i deployed a *ear file from an webapplication on the JBOSS 4.0.5 and can also run the JBOSS and log in into the webside. All ok so far. All applets inside of the Internet explorer browser webpage are running only one doesnt work. It gives me the error: "An error occurred while p

[jboss-user] [Javassist user questions] - How change final class to abastract class?

2009-05-14 Thread diogo.capistrano
How change final class to abastract class? Example: FinalClass.class public final class FinalClass {} to AbstractClass public abstract class AbstractClass{} View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231097#4231097 Reply to the post : http://www.jboss.

[jboss-user] [JBoss jBPM] - Re: anyone working with jbpm-3.2.6.SP1?

2009-05-14 Thread arpan25
Hi, the server along with docs directory gets installed when i run the jbpm-3.2.6.SP1-installer.jar file... /home/arpan/server has the following structure /home/arpan/server/default/deploy/jbpm/jbpm-destinations-service.xml /home/arpan/server/default/deploy/jbpm/jbpm-mysql-ds.xml /home/arpa

[jboss-user] [JBoss jBPM] - Re: anyone working with jbpm-3.2.6.SP1?

2009-05-14 Thread arpan25
Hi, the server along with docs directory gets installed when i run the jbpm-3.2.6.SP1-installer.jar file... /home/arpan/server has the following structure /home/arpan/server/default/deploy/jbpm/jbpm-destinations-service.xml /home/arpan/server/default/deploy/jbpm/jbpm-mysql-ds.xml /home/arp

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPQL - Query Parameter

2009-05-14 Thread dgeraskov
Check also if it possible for :param with List of ObjectB elements from ObjectA a, ObjectB b where :param member of a.list View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231092#4231092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[jboss-user] [JBoss Messaging] - Re: Messages getting stuck in delivery on a clustered queue

2009-05-14 Thread victorstar
Yes, sucker is configured: | jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory | and we did change the password. It's the same config on all nodes. Regarding the issue with stuck messages: I've bumped up timeouts even higher and for the last couple nights we didn't see

[jboss-user] [JBossWS] - Re: Implementing WS-Security Usename Token Profile Authentic

2009-05-14 Thread jayblanc54
Hi, I've tested the authentication using Digest Password 1. JBoss AS 5.0.1.GA 2. JBOSS WS native 3.0.5.GA 3. WebService is implemented using an EJB3 Endpoint. 4. Client is generated using standard JAXWS (with maven) but executed using jbossws-native-client 5. JDK 6 (using -Djava.endorsed.dirs=$

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPQL - Query Parameter

2009-05-14 Thread dgeraskov
May be something like this: "from ObjectA o where o.id in (select distinct b.fk_objectA from ObjectB.fk_objectA b where b.id in :param)" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231088#4231088 Reply to the post : http://www.jboss.org/index.html?module=

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPQL - Query Parameter

2009-05-14 Thread israel.bgf
Hmm,any Idea so? you can imagine ObjectA being a Product, and ObjectB a Category. I wants all the products that have X categories, remembering that a product can have one or more categories. If i want categories: "cheap, fruit", it would bring at least cheap fruit, but it could be a "imported"

[jboss-user] [JBossWS] - [Urgent]: EJBs and web services in Jboss a/s 4.2.2 GA

2009-05-14 Thread veneetr
Hi all, I just wanted to ask for a help in a scenario that i am facing: I have a Application that relies on EJBs for Business Logic I basically use the Jboss A/s[4.2.2 GA] server for the same and now there is a need to Expose these bean methods through a web service so that our web team can ma

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPQL - Query Parameter

2009-05-14 Thread dgeraskov
Ah, I understood question incorrectly. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231083#4231083 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231083 ___ jboss-user mai

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JPQL - Query Parameter

2009-05-14 Thread dgeraskov
Try to play with Count() aggregate function. For example "from ObjectA o where COUNT(o.list) >=:param" View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231081#4231081 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231081

[jboss-user] [JNDI/Naming/Network] - java.lang.ClassNotFoundException: org.jnp.server.NamingServe

2009-05-14 Thread blackhacker
Hello, i try to connect a jboss server from tomcat 6 with global transactions activated. I am using spring on the client side. During startup of tomcat I get the exception: Caused by: java.lang.NoClassDefFoundError: org/jnp/server/NamingServer at org.jboss.naming.java.javaURLContextFac

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - JPQL - Query Parameter

2009-05-14 Thread israel.bgf
Supose the following situation: class ObjectA Integer id; List list; How can i make a JPQL that retrives a list of ObjectA that have at least N ObjectB. N is variable number. Example: table ObjectA [id] 1 2 -- table ObjectB [id] [fk_objectA] 1 1 2 1 3

[jboss-user] [JBoss jBPM] - BPEL4People

2009-05-14 Thread LosWochos
Hello everybody, is there any plan to have a full implementation of the BPEL4People standard inside the jBpm engine? How else can user interaction be realized within BPEL and jBpm? Best regards, Alex View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231071#42

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - WrappedDataSource class cast exception in jboss 5.1

2009-05-14 Thread meetoblivion
So I'm using JBoss 5.1 CR1 and I've got a small bit of code that looks like this: Object ds = ctx.lookup("HRDS"); | log.error("The class type is: "+ds.getClass().getCanonicalName()); | DataSource hr = (DataSource)ctx.lookup("HRD

[jboss-user] [JBoss Tools (users)] - Re: JBoss support in Eclipse

2009-05-14 Thread ayub.hp
I have installed Eclipse Ganymede 3.4.2 and JBoss tools 3.0.1 GA, I am setting JBoss server 4.0.5 in test environment, however the server is not starting. I get server not started within 50seconds error. I have increased the start time of server, still issue persists. I am using JDK 1.5.6 Coul

[jboss-user] [Beginners Corner] - richfaces drag and drop

2009-05-14 Thread sirajbg
Hi, I am able to drag any image or text from drag support. But I am not able to drop the image in the drop area | | | | | | | | | |

[jboss-user] [JBossWS] - problem while running jboss quickstart webservice_producer

2009-05-14 Thread prince_amit
hi, can anyone tell me why this example not giving any output for JMS endpoint expose by the webservice. rest is working[Http,Socket] only problem with JMS when I started exploring the code give sendMessage.java I found output is directed toward file but no code which call the output from the f

[jboss-user] [Beginners Corner] - Re: please help me find org.ajax4jsf.Filter

2009-05-14 Thread Wolfgang Knauf
Hi, ask this in the Rich Faces user forum: http://www.jboss.com/index.html?module=bb&op=viewforum&f=261 Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231060#4231060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss Tools (users)] - Re: JBoss support in Eclipse

2009-05-14 Thread max.ander...@jboss.com
...and yes, JBoss Developer Studio is the product that bundles this and make it work out-of-the-box. JBoss Tools is just the plugins. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231059#4231059 Reply to the post : http://www.jboss.org/index.html?module=bb

[jboss-user] [JBoss Messaging] - Re: Messages getting stuck in delivery on a clustered queue

2009-05-14 Thread gaohoward
This issue will be fixed soon. Before this, there is no good workaround that can avoid message stuck. Those stuck messages won't be delivered until you restart the node. About the message piling up on one node without consumers. Did you configure the message sucker? The message sucker will poll

[jboss-user] [Security & JAAS/JBoss] - Re: Exclude EJB from secuirty checks

2009-05-14 Thread Wolfgang Knauf
Hi, you might take a look at the @RunAs annotation. Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231047#4231047 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231047 __

[jboss-user] [EJB/JBoss] - EJB3 Standalone bootstrap questions for the source code avai

2009-05-14 Thread shadukan
Hi once again, i am fighting again with the ejb3 embedded in order to manage and o some unit tests in my ejb3.I downloaded the source form the repository and after trying various workarounds to make that thing to work i have come to the point where i can't understand the reason for some fragment

[jboss-user] [JBoss jBPM] - Re: anyone working with jbpm-3.2.6.SP1?

2009-05-14 Thread kukeltje
Ok, now I see this info, I also know why I did not respond before in a previous post. The info provided there was insufficient and I (at that time) did not feel the urge to ask for more info. What does your /home/arpan/server/ dir do? View the original post : http://www.jboss.org/index.html?m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Ear as a loader repository

2009-05-14 Thread ben_leedham
Hi, I am deploying an EAR file containing several WAR files. the EAR contains all the libraries necessary for the WARs, 2 of those libraries being specific saaj api and impl versions. When I try to start the server I get a NoSuchMethodError, as the saaj version being loaded is from jboss-4.0.

[jboss-user] [JBoss jBPM] - Re: Is jBPM compliant with WfMC?

2009-05-14 Thread kukeltje
What standard of WfMC? - XPDL - Conformance - BPAF - Wf-XML Last 2 no (does anyone? or even want to?), The first not in jBPM itself, but the Process Virtual Machine used in jBPM 4 is used by Bonita from ObjectWeb. The conformance is debatable, Regarding the interfaces, (http://www.wfmc.org/ref

[jboss-user] [JBoss Tools (users)] - Re: JBoss support in Eclipse

2009-05-14 Thread akazakov
You have to install Eclipse WTP/Data Tools... as well. Eclipse IDE for Java EE Developers http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/ganymedesr2 contains all you need. See http://www.jboss.org/tools/download/installation.html for more info. View the original post :

[jboss-user] [Clustering/JBoss] - Clustering JBOSS 5.0

2009-05-14 Thread b16d
Hello, i am using jboss 5.0 GA, and I want to put it in clustering mode. I read in the documemtation I need farm-service.xml, but i cannot find this files. Where I can find it? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231034#4231034 Reply to the post :

[jboss-user] [Security & JAAS/JBoss] - Re: login-config.xml refers to non-existing dtd

2009-05-14 Thread Wolfgang Knauf
Hi, seems this got lost as a result of this issue: https://jira.jboss.org/jira/browse/SECURITY-260 For JBoss 4.2, the DTD can be found in the "docs\dtd" director, but 5.0 does not contain it any more. Ask it in the "Design of Security" forum: http://www.jboss.org/index.html?module=bb&op=viewf

[jboss-user] [JBoss jBPM] - Re: ProcessClassloader question

2009-05-14 Thread kukeltje
and what appserver View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231024#4231024 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231024 ___ jboss-user mailing list jboss-user@l

[jboss-user] [EJB/JBoss] - Migration issue

2009-05-14 Thread centina
Hello all I migrated my EAR s frm jboss 4.2.2 to jboss 5.0.1 they worked fine on the former while the latter has issues. 2009-05-14 14:14:02,546 INFO [main] org.jboss.web.WebService Using RMI server codebase: http://SIVA-LT:8083/ 2009-05-14 14:14:02,609 DEBUG [main] org.jnp.server.NamingBeanI

[jboss-user] [JBoss Tools (users)] - JBoss support in Eclipse

2009-05-14 Thread ayub.hp
Hi, I am setting up Eclipse for JBoss. I did little research and downloaded Eclipse Ganymede 3.4.2 and JBoss tools version 3.0.1 GA. Is this combination enough for JBoss support on eclipse for JSF,Hibernate development ? Could any one advise me on the version of Eclipse and JBoss plugin that m

[jboss-user] [JBossWS] - JAXWS WSConsume Custom Defined Package Code Generation Issue

2009-05-14 Thread meet_ravip
Hi, We are doing the webservice development using topdown approach(wsdl to java) with jboss jax-ws tools(wsconsume).This particular wsdl files splitted into interface file,service file,some common xsds and all. When we run the wsconsume tool with jax-ws binding file it generates the classes on t

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

2009-05-14 Thread jaikiran
I guess, you mean the server.log file contents. That file is handled through log4j configurations. You can set the Append property on the FILE appender in %JBOSS_HOME%/server/< serverName>/conf/jboss-log4j.xml to true: | | | | | | ... View the original post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Support of J2EEDeployer and AutoDeployer in jboss-5.0.1

2009-05-14 Thread mpogra
Thanks for the reply. I want to automatically deploy application from a external directory (may be from a URL) and I read that AutoDeployer can do it but I think it is not available in jboss 5.0. If it can be done using either MainDeployer or HotDeployer then please provide a sample example or

[jboss-user] [EJB/JBoss] - Re: EJB3 Classloader leaks?

2009-05-14 Thread jaikiran
Which version of JBoss do you use? And can you please post the JNDI tree output that shows the binding even after the bean is undeployed? And undeployment logs would also be helpful. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button i

[jboss-user] [EJB 3.0] - Re: Stateful bean keep-alive

2009-05-14 Thread xmedeko
Hi Peter, I have JB 5.0.1GA. My SFSB is declared with @CacheConfig(maxSize = 1, idleTimeoutSeconds = 6, removalTimeoutSeconds = 60) So, the SFSB is removed after 60 seconds of inactivity (for testing). I got the stub (proxy) for this SFSB in a plain old (standalone) Java application (P

[jboss-user] [JBoss Cache: Core Edition] - Re: Replication, CacheMarshaller, Region

2009-05-14 Thread manik.surt...@jboss.com
CNFE? Have you set a special class loader on your region or something? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231005#4231005 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231005 ___

[jboss-user] [JBoss jBPM] - Is jBPM compliant with WfMC?

2009-05-14 Thread rafiuddin.mk123
Is jBPM compliant with WfMC? As a straight forward case no one is claiming that 'Is jBPM compliant with WfMC' Can any one me out in this issue... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231003#4231003 Reply to the post : http://www.jboss.org/in

[jboss-user] [JBoss jBPM] - Re: File upload in xhtml for a task form

2009-05-14 Thread Sujatha
Thanks ..will check on internet.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231000#4231000 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231000 ___ jboss-user mailing li

[jboss-user] [JBoss jBPM] - Re: Timer for mail node or task node??

2009-05-14 Thread Sujatha
swatis - thanks a lot..it works fine..:) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230999#4230999 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230999 ___ jboss-user mai

[jboss-user] [JBoss jBPM] - Re: can jbpm work with more then one cfg file?

2009-05-14 Thread Elhanan
how do you specify that in class Converters, it has a static method getConvertersMao which does not have a name, and actually is a part of jbpm itself (so it can't changed by us). since we don't have a jbpm.cfg.xml in our root class path, we fail becouse jbpm can't find it. View the original p

[jboss-user] [JBossWS] - Re: Tracing wsconsume

2009-05-14 Thread angusm
Peter: (this is going to be a little long :-)) | C:\Other\eclipseall\ws\hsi\mm7-client2\work>myrun | | C:\Other\eclipseall\ws\hsi\mm7-client2\work>myconsume -k -s ../src -o tmp mm7.wsdl | "C:\Sun\AppServer\jdk\bin\java" -Djava.endorsed.dirs="C:/jboss/jboss-4.2.2.GA\lib\endorsed" -Dlog