[jboss-user] [JBoss Getting Started Documentation] - Re: I cann't find jbossj2ee-src.zip file! Please help.

2008-04-14 Thread jwenting
next time check the dates when posting... You're half a year late replying ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143764#4143764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143764

[jboss-user] [Beginners Corner] - Unable to get correct data using Remote interface getter met

2008-04-14 Thread Neelma
I am using JBoss 4.0.5 along with stateless session beans (EJB 3.0). I have a Remote interface ExperimentInf (annotated by @Remote). ExperimentModel class implements the above Interface and is annotated as @Stateless @EJB(name=ExperimentInf,mappedName=ExperimentModel) ExperimentModel has class

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - UserType ignored

2008-04-14 Thread terryb
Hi, I am trying to implement a usertype for spaced trimmed String. I have done as below but during execution Hibernate just ignores my usertype. Is there something else needed for my StringTrimmed usertype to be used instead of the default String? | - UserType --

[jboss-user] [JBossWS] - Re: No tests for @SchemaValidation annotation in 3.0.1 ?

2008-04-14 Thread ljgp
Thanks ! Luc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143766#4143766 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143766 ___ jboss-user mailing list

[jboss-user] [JBossWS] - problem with wsconsume

2008-04-14 Thread gaurishjboss
C:\Documents and Settings\A\Desktop\java project\jboss-4.2.1.GA\binwsconsume - k -o C:\clistubs http://127.0.0.1:8080/NewHAws/Ws?wsdl JBossWS-Metro stack deployed Exception in thread main java.lang.IllegalStateException: Failed to load: org. jboss.ws.tools.jaxws.impl.SunRIConsumerFactoryImpl

[jboss-user] [Management, JMX/JBoss] - dynamic deployment directory

2008-04-14 Thread the Real MiBa
Hi, I don't know if this is the right Forum. I've written a small application that reads data out of a EntityBean, builds new EntityBean - sourcecode compiles it, and pack it to a Jar. Is there a posibility to get the deployment-directory dynamically of an running JBoss? Michael View

[jboss-user] [JBoss jBPM] - jBPM concurrency

2008-04-14 Thread jorgemoralespou_2
I'm trying to execute multiple processes instances concurrently. I`m experiencing a locking behaviour. If I execute linearly 1 process instances, it takes an average 0.4 ms. If I execute concurrently (in 10 threads) 1000 process instances, it takes from 1.5 to 25.0 ms average, depending on

[jboss-user] [JBossWS] - Re: No tests for @SchemaValidation annotation in 3.0.1 ?

2008-04-14 Thread ljgp
Hi Thomas, I am probably overlooking something, because I cannot find a proper test for the @SchemaValidation annotation. There are two endpoint classes, org.jboss.test.ws.jaxws.jbws1172.ValidatingEndpoint.java and NonValidatingEndpoint.java The annotation processor processes the

[jboss-user] [EJB 3.0] - Re: Reference-Problems within an ear

2008-04-14 Thread jaikiran
Hilwi wrote : | I created another ejb-jar named OpenJbs_EJB.jar now that only contains the persistence.xml with the jar-files to scan: | This need not be an EJB jar. It can be a simple jar file and in the application.xml file you can map it as a java module instead of an ejb module:

[jboss-user] [JBoss Portal] - How to make a PortletRequestDisptach or sendRedirect after a

2008-04-14 Thread speleomaniac
Hallo, how can we make a PortletRequestDisptach or sendRedirect from a JSF action. I have a clear idea how to make it in a pure portlet environment (in process action I can place a request parameter and in doView if the request parameter is there I can use the requestdispatch). Unfortunately

[jboss-user] [Management, JMX/JBoss] - Re: dynamic deployment directory

2008-04-14 Thread jaikiran
The jboss.server.home.dir System property points to the home dir of the server. Ex: D:\JBoss\server\default. To get to the deploy folder, you can do something like this: String homeDir = System.getProperty(jboss.server.home.dir); | String deployDir = homeDir + / + deploy; Other JBoss

[jboss-user] [JCA/JBoss] - javax.resource.spi.SecurityException: No Password credential

2008-04-14 Thread lhunath
I've been migrating from JBossMQ to JBossMessaging. Just after finishing the configuration; I hit a wall on the following exception. I was redirected to this forum for assistance - I hope I came to the right place. Let me know if you need any more info to make a relevant diagnose. The Stack

[jboss-user] [Clustering/JBoss] - Importance of M-Bean architecuture

2008-04-14 Thread praveenas
Hi all, I am implementing clustering for the first time. I have run Apache (httpd 2.0.63) server for clustering jboss-4.2.2.GA. Currently I am running Jboss on only one machiene. I could run the war file on Jboss well, with url: http://10.20.220.15:/casper-2.1/app And I could see the

[jboss-user] [Clustering/JBoss] - Importance of M-Bean architecuture

2008-04-14 Thread praveenas
Hi all, I am implementing clustering for the first time. I have run Apache (httpd 2.0.63) server for clustering jboss-4.2.2.GA. Currently I am running Jboss on only one machiene. I could run the war file on Jboss well, with url: http://10.20.220.15:/casper-2.1/app And I could see the

[jboss-user] [Installation, Configuration DEPLOYMENT] - very urgent

2008-04-14 Thread mamdou
Hello, can you please tell me how can i set up a clustring configuration between two servers (linux mandriva 2006) on jboss 3.2.6 . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143786#4143786 Reply to the post :

[jboss-user] [JBossWS] - Re: Wierd error

2008-04-14 Thread [EMAIL PROTECTED]
Download JBoss AS 5 Beta 4. We tested our web services stack on it. AS 5 Beta 3 is unsupported View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143787#4143787 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143787

[jboss-user] [JBossWS] - Re: Native or Metro ?

2008-04-14 Thread [EMAIL PROTECTED]
See http://jbws.dyndns.org/mediawiki/index.php?title=WSF There's a picture and the following are synonymous: Metro = Glassfish Metro = sunri = Sun JAX-WS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143788#4143788 Reply to the post :

[jboss-user] [JBossWS] - Re: Error:

2008-04-14 Thread [EMAIL PROTECTED]
jsr181-api.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143791#4143791 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143791 ___ jboss-user mailing list

[jboss-user] [JBossWS] - Re: How to package a web app into a .war file?

2008-04-14 Thread [EMAIL PROTECTED]
Download our source distribution and take a look to samples ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143792#4143792 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143792

[jboss-user] [JBossWS] - Re: Where do I have to *.jws web service files in JBoss ?

2008-04-14 Thread [EMAIL PROTECTED]
Please, read our documentation first. If still confused download source distribution and try to find the example that fits your needs. If still confused post to user forum ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143793#4143793 Reply to the post :

[jboss-user] [JBossWS] - Re: problem with wsconsume

2008-04-14 Thread [EMAIL PROTECTED]
Hi, your problem will be that you have installed jboss into directory which contains spaces in its name. It usually causes a lot of problems. Please install jboss into directory that has no spaces in its name. View the original post :

[jboss-user] [JBossWS] - Re: problem with wsconsume

2008-04-14 Thread [EMAIL PROTECTED]
Hi, your problem will be that you have installed jboss into directory which contains spaces in its name. It usually causes a lot of problems. Please install jboss into directory that has no spaces in its name. View the original post :

[jboss-user] [JBossWS] - Re: No tests for @SchemaValidation annotation in 3.0.1 ?

2008-04-14 Thread ljgp
Another sign that I am probably missing something: In the jaxws source I cannot find any reference to the class SchemaValidationFeature of which an instance is added to the endpoint (except in the processor doing this). So looking at the source I have here (which must be incomplete) it seems

[jboss-user] [Management, JMX/JBoss] - Re: dynamic deployment directory

2008-04-14 Thread the Real MiBa
Great, thank you for that hint Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143798#4143798 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143798 ___ jboss-user

[jboss-user] [JBossWS] - Re: No tests for @SchemaValidation annotation in 3.0.1 ?

2008-04-14 Thread ljgp
...never mind, found it. My bad. The question about where the annotation is tested remains. Cheers, Luc. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143799#4143799 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143799

[jboss-user] [JBoss Portal] - Re: portlet doView is called multiple times

2008-04-14 Thread mputz
Is this happening with the default theme/layout, or with a customized one? I've seen multiple renderings with a modified jboss-portal.sar/portal-core.war/layouts/generic/index.jsp, which included the following: - a *.js file with 'document.write(...);' calls - references to images where

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - HOW TO DISABLE HTTP SERVER PROXY CACHE IN JBOSS

2008-04-14 Thread ashishagupta
I am using JBoss in a private network. Some of my application requests are routed to Internet through my Gateway which then passes through our HTTP Proxy to the internet. HTTP requests to other machines in private network works fine till any of my application accesses internet through HTTP

[jboss-user] [JBoss jBPM] - Re: Need 100% programmatic process creation example

2008-04-14 Thread kukeltje
look at the testcases in the source, lots of 'examples' on how to create processes programatically View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143808#4143808 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143808

[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow

2008-04-14 Thread kukeltje
jbpm has the notion of a businesskey, which corresponds to option 3. That is also what we use internally View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143805#4143805 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143805

[jboss-user] [JBoss Portal] - Re: Problem when deploying Portlet in JBoss Portal

2008-04-14 Thread bentabol
Hello Prabhat, I obtained that problem when trying myfaces portlet, not JSFRI one. Anyway, I have two questions: 1. When using JSFRI portlet, that library should be in the WEB-INF of the portlet or in the server? 2. Do I need to have portletbridge in order to work with any of the

[jboss-user] [JBoss jBPM] - Re: newbie - how to set parent state from child fork flow

2008-04-14 Thread kukeltje
anonymous wrote : all other pending approval tasks should be canceled (is this delete). Put an actionhandler e.g. on a leaving transition that looks up all other 'similar' taskintances and cancel them. View the original post :

[jboss-user] [JBoss jBPM] - Re: Xforms and Jbpm

2008-04-14 Thread kukeltje
brca, I'm not sure if this is jBPM related at all, your last statement about the browser asking you what to do with a .xhtml file is a plain web issue. So you have to be more specific in how you are trying to achieve things. View the original post :

[jboss-user] [JBoss jBPM] - Re: acessing flat files and date check

2008-04-14 Thread kukeltje
1: jbpm can do everything you can do in plain java. 2: you can't directly do this at the moment. If you build your own ui, you can filter them out View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143807#4143807 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Problem when deploying portlet

2008-04-14 Thread skeletonkey
Can you give your yahoo messenger or skype id so that we can communicate? I really need your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143817#4143817 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143817

[jboss-user] [JBoss jBPM] - Re: Xforms and Jbpm

2008-04-14 Thread brca
Here is the code: I have one xhtml file for task node. In that xhtml I put code of iframe: If instead of iframe tag put just link: Show me the xform It's the same think. But if I put in iframe path to html file for example home.html, when viewing the task it's displayed correctly. I also

[jboss-user] [JBoss jBPM] - Re: extending jbpm-console

2008-04-14 Thread gstasica
sorry folks, my fault there is a wiki on how to have it done. If you want to use jbpm.3 project and specifically jbpm4jsf used in your other project (for instance creating your own jbp-console but using existing code) you have to: 1) have jbpm.3 project compile (just follow wiki and run ant

[jboss-user] [JBoss Tools (users)] - Re: new Richfaces version in JBoss Tools Palette

2008-04-14 Thread scabanovich
You can dnd your actual tld to the palette and put in the dialog 'Richfaces-3.2.0' for the new group name. After that open 'Show/Hide' dialog and mark the old 'Richfaces' group as hidden. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143825#4143825 Reply to

[jboss-user] [JBoss jBPM] - Re: Xforms and Jbpm

2008-04-14 Thread brca
I forgot to disable html :) Here is the code: I have one xhtml file for task node. In that xhtml I put code of iframe: iframe src=xform.xhtml width=800 height=600 If instead of iframe tag put just link: a href=xform.xhtmlShow me the xform It's the same think. But if I put in iframe path

[jboss-user] [EJB 3.0] - Re: Reference-Problems within an ear

2008-04-14 Thread Hilwi
Thank you for your help! I think I'll do it in this way now. It would be great if it was possible to put the persistence.xml into the ear. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143839#4143839 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Josso doubt

2008-04-14 Thread tamilnandhu
Hi I am using Jboss with josso. My doubt is, whether the JOSSO can be used with JSP pages only, ot can it be ued with the servlet class files also,...? I mean, i have some servlet class files under the packages. when i gave the url-pattern at the web.xml file as /* and build it. Then the

[jboss-user] [EJB 3.0] - Re: Reference-Problems within an ear

2008-04-14 Thread jwenting
the persistence context exists within the context of its entities. Without those entities it has no real meaning. That means those entities need to be packed with the persistence context. You might be best off restructuring your project to have a single persistence module containing all your

[jboss-user] [JBoss Portal] - What is the function of the jboss-app.xml

2008-04-14 Thread speleomaniac
Hi, I can't quite get the reason we have to place this file in a portlet deployment. I assumed, it might help unifying several deployed war's under one application. When I tested this (when I tried to deploy several several war's containing portlets containing the same application name in

[jboss-user] [EJB/JBoss] - Socket keep alive with client EJB

2008-04-14 Thread slimamar
Hello, We are using a Swing client standalone which invokes EJB methods. After each call, the socket is released. For security reasons, we have to maintain the connection (keep alive) and not release it after each call. Is it possible to do this. Thanks in advance. View the original post :

[jboss-user] [JBoss Portal] - Re: Cannot switch portlet mode

2008-04-14 Thread wesleyhales
Are you using RichFaces 3.1.4.SR1? If so try using 3.2.0.GA. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143857#4143857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143857

[jboss-user] [Beginners Corner] - How can debug Jboss AS in Eclipse?

2008-04-14 Thread Jonah
Apologize for asking a naive problem. I want to dubug JBoss AS (AS, instead of applications) in Eclipse, so I filled the arguments that come from run.jar in Eclipse. However, it does not work. So, I want to know are you develop or debug JBoss AS in Eclipse? What could I do to be able to debug

[jboss-user] [Beginners Corner] - Re: How can debug Jboss AS in Eclipse?

2008-04-14 Thread jaikiran
Have you enabled the debug options in run.bat/run.conf file, like this: set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS% The bat/conf already contains a similar line in the form of a comment. Just uncomment it and restart the server. You might

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-04-14 Thread IcarusDB
thanks max for replay I commented out the catalog ( I was deploying with this config with no problem before) and I put the ra to uppercase same problem, eclipse is freezing again (right now) maybe I'm missing some config in somewhere regarding to hibernate or maybe JPA I saw a JPA definition

[jboss-user] Upgrade advise: 4.0.5 vs 4.2.2 vs 5.0.0

2008-04-14 Thread Achilleas Mantzios
Hi, we are about to upgrade to a new fresh hardware and we are considering upgrading to latest and greatest jboss, postgresql as well. Currently we are on 3.0.3 (for various reasons, mainly lack of time). At some point back in 2006, i had come up with a plan for migration to (then) 4.0.4, and i

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-04-14 Thread [EMAIL PROTECTED]
mkayreally weird then. I don't see any freezes herehow big is the schema ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143872#4143872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143872

[jboss-user] [Beginners Corner] - Re: How can debug Jboss AS in Eclipse?

2008-04-14 Thread Jonah
Many thanks for your reply. I think I do not describe my question clear befor. I want to modify some code in JBoss AS, so I want to set a breakpoint in some code of Jboss AS classes to see its process. I filled the required argument in Eclipse debug configuration for org.jboss.Main. However,

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-04-14 Thread IcarusDB
max, forget my last comment I just needed a little patience, IT WORKS !!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143877#4143877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143877

[jboss-user] [Clustering/JBoss] - Re: Importance of M-Bean architecuture

2008-04-14 Thread [EMAIL PROTECTED]
The basic clustering-related benefit of using apache/mod_jk comes when you have more than one JBoss instance. Then you need a load balancer so the client only needs to know about a single hostname. The apache server is that load balancer. You can also buy a hardware load balancer. View the

[jboss-user] [Security JAAS/JBoss] - LDAP Module Error : JBoss 4.0.1

2008-04-14 Thread ophis.m
Hi, I curretly attempting to secure a web application by adding LDAP Authentication. It looks like it not loading the configured security Realm for the application as it ends up loading the UsersRolesLoginModule, anything addtional i must do? I have added the changes to : login-config.xml

[jboss-user] [JBoss Portal] - Re: Problem when deploying Portlet in JBoss Portal

2008-04-14 Thread bentabol
I think these are the answers to my questions: bentabol wrote : | 1. When using JSFRI portlet, that library should be in the WEB-INF of the portlet or in the server? In the WEB-INF of the application. Am I wrong? bentabol wrote : | 2. Do I need to have portletbridge in order to work

[jboss-user] [JCA/JBoss] - Resource adaptor and clustered connection factories (with JB

2008-04-14 Thread sameuh
Hello, I posted the link below here because JBM guys told me that is a JCA issue. http://www.jboss.com/index.html?module=bbop=viewtopicp=4143460#4143460 The JMS-RA is used for having JTA aspects (managed tx). View the original post :

[jboss-user] [Beginners Corner] - Re: How can debug Jboss AS in Eclipse?

2008-04-14 Thread jaikiran
Jonah wrote : I filled the required argument in Eclipse debug configuration for org.jboss.Main. However, it cannot be started and print following messages. I tried in commondline, it's ok. Can you give me some advices? Many thanks in advance. | | Failed to boot JBoss: |

[jboss-user] [JBoss Tools (users)] - Re: Seam Generate Entities

2008-04-14 Thread [EMAIL PROTECTED]
:) the world is a better place again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143883#4143883 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143883 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow

2008-04-14 Thread twiceknightly
kukeltje wrote : jbpm has the notion of a businesskey Can you expand on that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143898#4143898 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143898

[jboss-user] [JBossWS] - Re: Upgrading to 4.2.2 changed published WSDL

2008-04-14 Thread GTWebDev
We are using the default jbossws version that comes with AS 4.2.2. The exceptions differ depending on the client consuming the services and the method being called. Most of the exceptions are related to NullPointerExceptions due to the differences in the published WSDLs. Some Web methods may

[jboss-user] [JBoss jBPM] - Query certain processes for tasks

2008-04-14 Thread twiceknightly
Hi, I need to be able to get all of the open tasks, assigned to users whos id's are supplied in a list list, for a number of specified processInstances. Therefore I will pass in a list of user ids and a list of processInstances. Does anyone know what the hibernate query for that will look

[jboss-user] [JBoss Tools (users)] - Re: Migration from JBossIDE 1.6.0 to JBossTools 2.0.0.cr1

2008-04-14 Thread panixgr
Thanx for the fix. i'll try it some time in the near future. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143915#4143915 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143915

[jboss-user] [JBoss Tools (users)] - Re: Migration from JBossIDE 1.6.0 to JBossTools 2.0.0.cr1

2008-04-14 Thread Achillix
Thanx! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143917#4143917 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143917 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Expected release of JBossAS-5.0.0.GA?

2008-04-14 Thread Achillix
I'd like to take the opportunity (in order to save some noise with yet another verison/upgrade related post) to post smth related: Upgrade advise: 4.0.5 vs 4.2.2 vs 5.0.0 Hi, we are about to upgrade to a new fresh hardware and we are considering upgrading to latest and greatest jboss,

[jboss-user] [Beginners Corner] - Re: ClassLoader.getSystemResource() failing in a jar inside

2008-04-14 Thread neil1967
The first call you suggested worked. Just so I understand the difference between what the code I'd been handed was trying to do and what you suggested, did this work because the way java handles getSystemResource is such that it doesn't know which class loader to use and it has to use the one

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss load command and PermGen error

2008-04-14 Thread kmekme
Hi, I'm runing JBoss AS (4.2.2) clustered on two redhat machines and JBoss Portal(2.6.4) .At first launch, I've got this error : | 18:03:18,859 INFO [UpdateTimestampsCache] starting update timestamps cache at region: org.hibernate.cache.UpdateTimestampsCache | 18:03:18,860 INFO

[jboss-user] [JBoss AOP] - Re: Are names supposed to be unique in JBoss AOP?

2008-04-14 Thread [EMAIL PROTECTED]
Wouter You are right. I have created a Jira ssue to fix this bug: http://jira.jboss.com/jira/browse/JBAOP-554 Thanks for pointing this out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143954#4143954 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache Loader Persistence

2008-04-14 Thread kringdahl
I've actually reproduced this behavior with a slight variant of the pojo cache example that comes with 2.0.0. So, this is not related to JBoss AS at all. I'm happy to share the code if someone can help. View the original post :

[jboss-user] [JCA/JBoss] - JBoss / Oracle RAC load balancing not working as expected

2008-04-14 Thread maralcbr
Hi, We are actually configuring our Oracle RAC with JBoss. We did a big test last saturday, and we could notice from that that when a server in the oracle cluster fails, the connections are redirected to the other server. But, when the other server is up again, the connections does not come

[jboss-user] [JBoss Portal] - portal / javascript / hyperlinks in portlet

2008-04-14 Thread r.dwarak
Hi Fellas We have developed a job portal app in jboss portal with struts combination.We have a.jsp where user inputs some data (take for eg : job creation) and on submit this goes to create job action / response.jsp. The problem is onsubmit the response comes back again to a.jsp.it does it

[jboss-user] [Remoting] - Re: What are you using Remoting for?

2008-04-14 Thread [EMAIL PROTECTED]
FYI: to answer the question in the subject of this thread... RHQ uses JBoss/Remoting for the communications between the RHQ Server and RHQ Agent. See http://support.rhq-project.org View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143962#4143962 Reply to the

[jboss-user] [JBoss Portal] - Re: portal / javascript / hyperlinks in portlet

2008-04-14 Thread [EMAIL PROTECTED]
How are you forwarding to response.jsp? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143966#4143966 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4143966 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Developing portlets with Jboss portal + Jboss / Eclipse

2008-04-14 Thread PeterJ
I think that you are not getting any responses because there are no tutorials for portlets centered on Eclipse. There are tutorials on creating portlets (the JBoss Portal documentation is pretty good in that regard), but they do not require or use any particular IDE. Personally, I use Eclipse

[jboss-user] [JBossWS] - Re: Wierd error

2008-04-14 Thread PeterJ
Also notice this part of the output you posted: anonymous wrote : (SEE PREVIOUS ERRORS FOR DETAILS): What you posted is a summary of things that did not deploy. Earlier in the console output there should be an exception stack trace that provides details about what went wrong. You will need to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Using multiple IPs on same machine stopped working under

2008-04-14 Thread PeterJ
Do the two host names translate to the same IP address?If so, I don't understand how it worked before because it is the IP address that counts. If they are different IP addresses, have you tried providing the IP address instead of the host names? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Using multiple IPs on same machine stopped working under

2008-04-14 Thread cmay4
Thanks for the reply. I just figured it out. The SSL connector configuration in server.xml was missing the address=${jboss.bind.address} attribute. I'm not sure why it was missing, but when I added it in, the different instances are binding to a single address like they used to. Thanks,

[jboss-user] [Beginners Corner] - Re: How can I find out from command line if JBoss is current

2008-04-14 Thread PeterJ
No, there is not other solution that I have been able to find. (In one of my apps I had the same problem - I needed to be able to tell if various app servers were running and I used a similar solution with similar caveats; though my apps were web apps.) View the original post :

[jboss-user] [Beginners Corner] - Unable to run a simple jsp file using jboss server

2008-04-14 Thread siva_boss
I am using eclipse-jee-europa-winter-win32 along with Jboss application server. In Jboss 4.0.0 The server gets started but when i try to run a simple jsp or html file it says Unable to publish on server ... Java.lang.NullpointerException 01:05:24,281 INFO [TomcatDeployer] deploy,

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Referenced datasource not found with JBoss 5.0 (Beta4)

2008-04-14 Thread depryf
anonymous wrote : | Just to verify this, you can lookup the datasource java:comp/env/app-specific/datasource directly in the init method of the startup servlet. I believe you should be able to successfully get the datasource. | I verified this and it worked like you expected it. I am

[jboss-user] [Advanced Documentation] - Re: Jobss reloading of Java Compiled class

2008-04-14 Thread PeterJ
touch the web.xml file, this should cause jbossas to redeploy the app and then pick up the updated servlets. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143978#4143978 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Xforms and Jbpm

2008-04-14 Thread kukeltje
sounds like a generic jsf extension issue. task.xhtml should not be typed in, but task.jsf or whatever extension is configured. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4143998#4143998 Reply to the post :

[jboss-user] [JBoss Portal] - Re: how to external link in portlet

2008-04-14 Thread dvanwest
Here's one solution... The link you expose should return to the portlet (passing the URL of interest as a parameter), then in the processAction() method you can clip the URL of interest and display its content via the doView() method. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: installing and running jboss on linux -- 4957 Bus error

2008-04-14 Thread PeterJ
There should be more that one line for the response to java -version. Here is what I get on Fedora: java version 1.5.0_14 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) Java HotSpot(TM) Client VM (build 1.5.0_14-b03, mixed mode, sharing) It is the lines you did not post

[jboss-user] [JBoss Portal] - Re: Portal Books

2008-04-14 Thread PeterJ
The JBoss Portal documentation is pretty good and should be enough to get you started. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4144003#4144003 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4144003

[jboss-user] [JBoss jBPM] - Re: jBPM concurrency

2008-04-14 Thread jorgemoralespou_2
I have tried PVM (in it`s today state) and results are like the following: 10 executions - 1 Thread Total exec time Total executions Min. exec. time (ms) Max. exec. time (ms) Avg. exec. time (ms) jBpm Run 1311381001230,3114 jBpm Run 2307151001090,3072 jBpm Run 3286961001640,2870

[jboss-user] [JBoss jBPM] - Re: The 'correct' way to join application data to a workflow

2008-04-14 Thread kukeltje
http://docs.jboss.com/jbpm/v3.2/javadoc-jpdl/org/jbpm/graph/exe/ProcessInstance.html#setKey(java.lang.String) or use the contstructor of ProcessInstance with

[jboss-user] [JBoss Portal] - Re: Problem when deploying portlet

2008-04-14 Thread PeterJ
Sorry, I cannot give support over the phone or via private email, unless you have a support contract with my company. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4144009#4144009 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Deploying Seam (Servers and Runtimes)

2008-04-14 Thread redbird
Hey Rob, That's the exact opposite of the behavior I'm seeing. If the JBoss server is running, no code updates ever get published. I can change the code and rebuild everything, but nothing gets deployed. I have to stop the server, then restart it to get any code changes published (and

[jboss-user] [JBoss Portal] - Integration with bea weblogic portal

2008-04-14 Thread emigcrd
Hi all. I'm currently work with WLP 8.1 SP5, my consumer is bea and my producer is JBOSS portal, all work fine, but when i try pass parameters from bea to jboss all parameters is null, i'm using a backing file to put the parameters in the request and in the producer in the method doview()

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss load command and PermGen error

2008-04-14 Thread jvitor
This will probly solve your permgen problems, adjust values as needed: set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4144022#4144022 Reply to the post :

[jboss-user] [JBoss Portal] - PortalSession in login servlet

2008-04-14 Thread mohitmutha
We are trying to do a programmatic login using a login servlet. The servlet is configured as the target for the unauthenticated user and the user is logged in using j_security_check in the doGet / doPost method. We want to add info to the PortalSession at this point. However

[jboss-user] [JNDI/Naming/Network] - Re: UnknownHostException after successful connection to port

2008-04-14 Thread cbritton
In 4.0 I did not specify a bind address and jboss returned an IP address in the Naming object. In 4.2, I specify a bind address of -b 0.0.0.0 and jboss returns the configured hostname. This breaks the caller because the caller system is not running DNS. Shouldn't specifying -b 0.0.0.0 in 4.2

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache Loader Persistence

2008-04-14 Thread kringdahl
For the benefit of anyone else that comes across this issue... It appears that aspectizing your POJOs (using @Replicable) is required in order for them to be updated in a secondary persistent store (e.g. file or jdbc). This is not clear from the JBC documentation. But as soon as we

[jboss-user] [JBoss Portal] - Re: Integration with bea weblogic portal

2008-04-14 Thread [EMAIL PROTECTED]
I'm not sure what you are trying to do exactly... What do you mean by backing file? Note that anything that is not in the WSRP messages sent by the consumer will not be passed to the producer. Any attempts to modify the request on the consumer side of things will not result in anything

[jboss-user] [EJB 3.0] - Pojo service bean question

2008-04-14 Thread cogauthier
Hi, When my service was deployed on server the jmx-console display my method like Operation exposed for management Param | ParamType | ParamValue | ParamDescription p1 String(no description) p2 String(no

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache Loader Persistence

2008-04-14 Thread [EMAIL PROTECTED]
The cache configuration file you posted above is not for PojoCache. For PojoCache the value of the code attribute of the mbean would need to be org.jboss.cache.pojo.jmx.PojoCacheJmxWrapper. You mentioned the pojo cache examples. so I assume you want to use PojoCache. And if you want to use

[jboss-user] [JBoss Tools (users)] - Re: Deploying Seam (Servers and Runtimes)

2008-04-14 Thread redbird
I found the JBoss server views. However, I get the same behavior. If the server is already started, nothing gets published. I tried using the Publish button, but nothing happened. In order to get new code to JBoss, I still have to stop the JBoss server, then do a Run As/Run On Server for

[jboss-user] [JBoss jBPM] - Re: Xforms and Jbpm

2008-04-14 Thread brca
It's finally working :) I deployed jbpm in jboss-4.2.1-GA and it's working there with iframe. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4144047#4144047 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4144047

[jboss-user] [JBoss Portal] - Re: Integration with bea weblogic portal

2008-04-14 Thread emigcrd
Hi, im trying to pass parameters from the portal to portlets, for example, when an end user log on in the portal, the user get an id (an id session for example), i need to pass this id to the portlet, my consumer is bea and im using a backing file like:

[jboss-user] [JBoss Portal] - Re: Cannot switch portlet mode

2008-04-14 Thread tuncty
Thanks for replay! I used RichFaces 3.1.4.GA. I tried it also with RichFaces 3.2.0.GA -- same problem. I tried it with JBoss Portal 2.6.4 + JSF + RichFaces 3.2.0.GA + JBoss Portlet Bridge 1.0.0.B2 -- same problem. My portlet.xml: | ... | init-param |

[jboss-user] [JBoss Tools (users)] - Re: Deploying Seam (Servers and Runtimes)

2008-04-14 Thread [EMAIL PROTECTED]
hey redbird: In hte JBoss Server's view, you can click on your server and expand hte Event Log to see what's being published and when. (you may need to right-click on Event Log and click refresh after a publish.) Then you can click the publish icon and see what's happening. Any errors will

  1   2   >