[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: IllegalArgumentException( argument type mismatch) when u

2008-04-12 Thread jaikiran
"peter_zat" wrote : | Does anyone with deeper understanding of Hibernate and/or JBoss cache have any thoughts on this? Is this is a good workaround? | | Probably, someone from the JBoss Cache team will be able to comment, if you post this in the JBoss Cache User Forums http://www.jbos

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

2008-04-12 Thread jaikiran
Forgot to mention, please post the contents of the persistence.xml too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143687#4143687 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143687 _

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

2008-04-12 Thread jaikiran
Can you post the org.jabusuite.core.users.JbsUser class? Have you annotated it using the @Entity annotation? Also, please post the logs that you see on the console. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143686#4143686 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: Problem with gravel and datatables

2008-04-12 Thread ar.mohseni
any button or link dosent work . in faces-config i use Gravel for navigation handler .if i remove navigation the linkes navigate but not suspend the task. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143684#4143684 Reply to the post : http://www.jboss.com

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

2008-04-12 Thread tuncty
I cannot switch portlet mode back to view mode when I submit something in edit mode. When I am in edit mode and click "Cancel" without submitting something it works. But when I submit something in edit mode it doesn't works, the mode label is switching from "Cancel" to "Edit" but the content is

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

2008-04-12 Thread caultonpos
I use remoting for the swing client to communicate with the application server in my open source EMR (electronic medical record) see http://www.patientos.org The additional functionality I would like is for the server to be able to stream files to the client - I do not want to pass URLs or use H

[jboss-user] [EJB 3.0] - EJB3 deployment failed on jboss5.0Beta4

2008-04-12 Thread MmarcoM
hello all, i have developed an ejb3 webservice.. which i was successfully able to deploy on jboss4.0.5.GA. I was unable to invoke it froma soapGUI, as i receive the following exception | 2008-04-12 22:52:29,953 DEBUG [javax.xml.rpc.soap.SOAPFaultException] new SOAPFaultException [code={http

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

2008-04-12 Thread Hilwi
Hello! I have a problem deploying an ear with multiple ejb-modules. I have an ejb-module called "JbsCore.jar" and another ejb-module called "JbsCalendar.jar". I set up the order of the modules in the application.xml and set strict to make sure that JbsCalendar is deployed after JbsCore. Withi

[jboss-user] [JCA/JBoss] - Re: Difference between JBoss-JCA.jar implementations

2008-04-12 Thread vickyk
"esteveavi" wrote : | I'm using Spring 2.5 + Hibernate JPA impl and I run into a name not found exception with a Oracle datasource in JBoss 4.0.4. | What exception are you getting , give us the details about the error and the code which you are using to get the DataSource from jndi ? You sh

[jboss-user] [JCA/JBoss] - Difference between JBoss-JCA.jar implementations

2008-04-12 Thread esteveavi
Hi, Can anyone tell me which are the differences between jboss-jca.jar implementations of JBoss AS 4.0.4 and 4.0.5. I'm using Spring 2.5 + Hibernate JPA impl and I run into a name not found exception with a Oracle datasource in JBoss 4.0.4. If I change de jboss-jca.jar of the 4.0.4 with the one

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

2008-04-12 Thread vpetcu
Hi all, On early versions of JBoss Tools you suppose to remove first the original Richfaces tld version and install a new one just after. But now, deleting de Richfaces from palette is not aloud. Is there any way to install another version of Richfaces ? I just tried to add the new one (3.2

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: XA connections to oracle RAC 10g

2008-04-12 Thread maralcbr
Hi, Did you get any conclusions on this issues? I have the same doubts actually. Thanks, Marcelo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143654#4143654 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143654 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: JBoss AS 4.2.2 Exception in thread

2008-04-12 Thread jaikiran
anonymous wrote : 2008-03-20 15:43:02,206 ERROR [STDERR] Caused by: java.lang.OutOfMemoryError: PermGen space You probably have to set the PermSize and MaxPermSize appropriately. See this for more details http://wiki.jboss.org/wiki/PermanentGeneration. Also, scan through the "Performance Tuni

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

2008-04-12 Thread jaikiran
I think what "depryf" is trying to do is, define a resource-ref named "app-specific/datasource" for the "java:/app/datasource" datasource and then use java:comp/env/app-specific/datasource as the jndi-name for looking up the datasource. depryf, Going by the exception stacktrace, i guess this i

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

2008-04-12 Thread ericomtx
Hi Peter It is true, running java -version in gnome terminal with my user and as root I receive : java version 1.4.2 Can I change that ? I believed that /etc/profile was responsible to set these env variables to all users ... Using JBoss in my home dir It gets the /etc/profile environment va

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

2008-04-12 Thread nathancoast
My app has a persistent business object model. I also have a persistent jbpm workflow which describes the status of an entities in my biz model. I need to select entities based on their workflow state and their data. E.g. A global document system where documents are approved by regional edit

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

2008-04-12 Thread ahmadshakil
Hi All I am currently using Jboss for my web applications. I am a developer and need to change java servlets agin and again but whenever I compiled a servlet class and update it in web directory jboss doesnot pick chnages. Any idea how to fix this. View the original post : http://www.jb

[jboss-user] [JBoss jBPM] - Problem with gravel and datatables

2008-04-12 Thread ar.mohseni
hi my code is : ID #{ti.id} Name #{ti.name} Actions the suspend link in t

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

2008-04-12 Thread thoste
"PeterJ" wrote : The question is, can you live with that timing window? | Yes, these few seconds delay are ok. Do you have another solution for me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143628#4143628 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss jBPM] - Re: Token.signal() for bpel process definitions

2008-04-12 Thread b_
Hi, Can someone please tell me how is it possible to execute the bpel process definition programatically? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143625#4143625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=41

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-12 Thread yyovkov
Hi Salaboy21: 1. Yes, I have commented out the hash algorithm line. To be sure, that it is commented out in proper way I remove it from the file. 2. I made the same with hash encoding 3. Here is the password: {MD5}Xr4ilOzQ4PCOq3aQ0qbuaQ== This is how it look in all LDAP servers {HASHMechanism}Va

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

2008-04-12 Thread nathancoast
thanks salaboy, I'll look into this today and let you know how I get on. Is there an index of these jbpm examples or howtos somewhere? cheers, Nathan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143623#4143623 Reply to the post : http://www.jboss.com/in

[jboss-user] [Beginners Corner] - Page Refresh Problem in jBoss seam

2008-04-12 Thread iravhari
Hi all, I am now stuck up with the problem with the duplicate values getting inserted when a page is refreshed. Root Cause: In the first event i enter some values to text box say name, age to the database. Later, to the first event when i try to refresh the page using F5 or page refresh the du

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

2008-04-12 Thread [EMAIL PROTECTED]
2 problems there: 1) oracle does not have catalogs so don't set it. 2) oracle is casesensitive when it comes to querying for metadata hence default_schema should probably be RA and not ra View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143620#4143620 Reply t