[jboss-user] [Beginners Corner] - Re: ubuntu + jboss

2008-05-19 Thread FrankTheTank
Java, as PeterJ mentioned, should be in the repos, but you might have to enable the multiverse and universe repos as well. Then just apt-get/aptitude install the jdk and you should be fine. Make sure you get the one with the version you like and not the virtual package. Sometimes the virtual on

[jboss-user] [EJB 3.0] - Re: OneToMany Unidirectional EntityManager remove() problem

2008-05-19 Thread jaikiran
"rkiran81" wrote : Hi JaiKiran, | | Still am getting the same error. | Please post the latest exception stacktrace and the code changes that you have done. While posting the logs or xml content or code, remember to wrap it in a code block using the Code button in the message editor window

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Same data souce multiple database

2008-05-19 Thread unnis
anonymous wrote : From what i know, Hibernate allows the schema to be set through one of its APIs. Yes hibernate allows it. But I need to create seperate sessionfactiories for each database. Since number of database is more , this may not be good solution . And if somebody gets the connectio

[jboss-user] [JBoss jBPM] - Re: problem persisting jBPM process instance

2008-05-19 Thread kukeltje
I did receive your message by mail and already replied. You did not receive that? I'll send it again. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151907#4151907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151907

[jboss-user] [JBoss jBPM] - Re: Expend Functionality of GPD

2008-05-19 Thread kukeltje
yes, do use jsf, but also go for seam. The jBPM console is also going in that direction and the jBPM4jsf might change in the not so distant future (getting more minimal) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151906#4151906 Reply to the post : http:

[jboss-user] [JBoss Messaging] - Re: How to Configure Multiple JMS Server

2008-05-19 Thread nitinmandolkar
No reply. Can any one help me about this. At least, is it fesibile in Jboss or not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151905#4151905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151905 _

[jboss-user] [JBoss jBPM] - Re: Seqance of Executing the tasks

2008-05-19 Thread kukeltje
use the logging for this, not the api for executing the tasks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151904#4151904 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151904 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Same data souce multiple database

2008-05-19 Thread jaikiran
"unnis" wrote : | | Since Hibernate and Kodo-jdo takes the connection using datasource look up in their own code, I won't be able to change the database there. So this has to managed in the datasource level. >From what i know, Hibernate allows the schema to be set through one of its >

[jboss-user] [Beginners Corner] - Re: Error setting up MySql as DefaultDS

2008-05-19 Thread jaikiran
"pepelara" wrote : | | Or even I could try with 4.2.2. I have to think of it. | | JBoss-4.2.2 GA is the latest stable version. If you don't have any specific requirement about the version of JBoss you are using, then i would recommend you go for 4.2.2 GA (You will require JDK 1.5 wit

[jboss-user] [JBoss Tools (users)] - Re: Hibernate SchemaExport

2008-05-19 Thread [EMAIL PROTECTED]
what is in the error log? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151896#4151896 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151896 ___ jboss-user mailing list jboss

[jboss-user] [JBoss jBPM] - Re: How to persist the process state to DB before leaving ea

2008-05-19 Thread parchana
Hi Ronald, Thanks for the reply. We are using JBPM timer for long running processes. This timer creation node is a wait node so data gets persisted to the DB. We want data to be persisted for short running processes as well. There we can not use async nodes/actions as it affects execution seq

[jboss-user] [JCA/JBoss] - Re: Implementing custom datasource

2008-05-19 Thread unnis
Hello: Am I missing anything obvious or haven't followed any standards in posting the question ? thanks and regards, unnis View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151892#4151892 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[jboss-user] [Beginners Corner] - Re: Error setting up MySql as DefaultDS

2008-05-19 Thread pepelara
Thanks a lot. I will download the 4.0.5 version. Is it just 4.0.5 or anything more? I mean some thing like ServicePack X, you know. Please, give me the exactly version. Or even I could try with 4.2.2. I have to think of it. Regarding, Jose Alvarez de Lara View the original post : http://www.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Same data souce multiple database

2008-05-19 Thread unnis
I can also do the same thing if my application takes the database connection using ds.getConnection() But in my case I am using Hibernate and kodo-jdo. Both cases i need a managed connection, so I am using the same -ds file for this. Finally all connections will come from same connection pool.

[jboss-user] [Javassist user questions] - Re: Accessing static variables...

2008-05-19 Thread DonnieDarko1985
>From what I think the class there are separate instances of StoreObject being >loaded. But why is that happening? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151890#4151890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=re

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Two JBoss 3.2.5 Instances

2008-05-19 Thread asamir
I would like to thank all of you for your help and support. Now it works fine. The problem seemed to be related to Oracle jvm options. The "run.bat" file was configured with debugging options. Thanks again. Regards, Samir View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss jBPM] - Seqance of Executing the tasks

2008-05-19 Thread [EMAIL PROTECTED]
Hi, I have executed a series of task where a task is executed twice because of the workflow design. Now i am not able to retrieve the tasks in th eorder they are executed using the jpdl api.Can any one tell me how to do this. I tried process.getTaskMgmtInstance().getTaskInstances(), it is not giv

[jboss-user] [JBoss Portal] - Placing portlet_instances.xml in a central place ...

2008-05-19 Thread rohit000
Hi, Seems like creating portlet instances from a central place (like portal-object.xml) is not supported. Can anyone please confirm this ? However, this looks to be a required feature which can provide proper separation of concern between portlet developer and deployer, especially if you don'

[jboss-user] [JBoss jBPM] - Re: Expend Functionality of GPD

2008-05-19 Thread tjcuwangji
Many Thanks. I want to integrate a form designer with jBPM process designer. and generate jsp file automatically. though jBPM4jsf have done this. but considering learning curve for jsf, our team don't want to jump into it. Do u have any ideas? it would be very helpful to me. --Michael Vie

[jboss-user] [JBoss jBPM] - Re: Task Specific Variables

2008-05-19 Thread [EMAIL PROTECTED]
You can use taskinstance.setVariableLocally(Key, object); This will be local to that taskinstance you are invoking. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151879#4151879 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBoss jBPM] - Re: problem persisting jBPM process instance

2008-05-19 Thread salaboy21
sorry my mail is salaboy at gmail dot com View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151878#4151878 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151878 ___ jboss-user ma

[jboss-user] [JBoss jBPM] - Re: problem persisting jBPM process instance

2008-05-19 Thread salaboy21
kukeltje can you contact me in private? i wanna talk about some implementations and i couldnt find your contacta anywhere Thanks!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151877#4151877 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [EJB/JBoss] - Re: Atomic process in Local SSB -Urgent !!!!!!!

2008-05-19 Thread kahzoo
anonymous wrote : One thing that worries me with Synchronization is that Synch is on whole bean and not the methods :). | | Now I need to have more than one Stateful session bean. | I'm sorry, but I'm failing to understand what your concern is. Are you saying that you have to split the l

[jboss-user] [EJB/JBoss] - Re: Atomic process in Local SSB -Urgent !!!!!!!

2008-05-19 Thread sankul123
"kahzoo" wrote : Can you switch to stateful session bean? | Yes I can , but after assessing there is not much hit on performance. One thing that worries me with Synchronization is that Synch is on whole bean and not the methods :). Now I need to have more than one Stateful session bean. Thi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Issue with deployment

2008-05-19 Thread PeterJ
Try adding a serviceUri attribute to the deployprocess task. For example, if you are now using HTTP port 9090: http://localhost:9090/jbpm-bpel/deployment";> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151871#4151871 Reply to the post : http://www.jboss.c

[jboss-user] [JBoss jBPM] - Re: namespace http://jbpm.org/jsf

2008-05-19 Thread kukeltje
Look in the jbpm4jsf code in jbpm. There is no real 'api' for it since they are taglibs. All the documentation there is about this is the 'taglib'/javadocs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151870#4151870 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: problem persisting jBPM process instance

2008-05-19 Thread kukeltje
wow... seam 4.0? which year are you from? 2011? Oh... and 4.2 also... I'm amazed... Assuming you mean JBoss AS 4.0 and 4.2, I'd like to ask *you* to post FULL stacktraces, not just errors since I see no errors related to jBPM, not even errors related to seam. View the original post : http://w

[jboss-user] [JBoss jBPM] - Re: Problem with Timer execution. process classloader can't

2008-05-19 Thread kukeltje
known issue afaik with forks that do not contain waitstates in each 'leg' of the fork (shouldn't that be called 'tooth') View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151867#4151867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki

2008-05-19 Thread kukeltje
known issue in the current webconsole. afaik it is fixed in the cvs head version View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151866#4151866 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151866 _

[jboss-user] [JBoss jBPM] - Re: Task Specific Variables

2008-05-19 Thread kukeltje
I never used it, but it might be that 'transient variables' is what you need. Not sure though View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151865#4151865 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151865

[jboss-user] [JNDI/Naming/Network] - Re: jboss-client.jar really needed for Tomcat?

2008-05-19 Thread henk53
"kahzoo" wrote : | The reason is, although the JNDI application programming interface is publicly defined by J2EE spec, the underlying communication protocol (between the JNDI server and client) is vendor specific, and if you need to connect to JBoss's JNDI sever, you need JNDI client classes

[jboss-user] [JBoss jBPM] - Re: swimlane task assignment in process definition not worki

2008-05-19 Thread Fornachari
I am having the same problem, and I could not fix it doing what jeffcwang said. I am using JBoss jBPM 3.2.2. When I execute the websale example the swimlane task assignment don't work well. I am runing the websale using jBPM Console Administrator, when I run the websale example, show in the tas

[jboss-user] [JBoss jBPM] - Task Specific Variables

2008-05-19 Thread tkelly
I want to be able to set variables on an individual task without having that value override a variable belonging to all tasks. When I set a value like so... taskInstance.setVariable(someVariable, "someString"), what I set overrides the process variable value. Is there anyway to avoid this? Tha

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Issue with deployment

2008-05-19 Thread shruthi
H, I am also facing the same problem, I changed my port number of JBoss AS from 8080. But its still looking for 8080. How to change? Do you know where org.jbpm.bpel.tools.ant.DeploymentTask resides? If you have found a solution for your problem, please share with me. Thanks in advance Sh

[jboss-user] [JBoss Tools (users)] - Hibernate SchemaExport

2008-05-19 Thread fabricio.lemos
Hello, I need help to generate my db tables from my hbm files. I right click on my Hibernate Configuration and then choose "Run SchemaExport" but i got the message "1 error(s) while performing SchemaExport, see Error Log for details / Reason: ". My hibernate.cfg.xml is | | http://hibe

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Jboss Connection pool/ my sql freeze

2008-05-19 Thread iyerji2
Hi I'm not sure if this is an XP problem or mysql or JBoss Issue. After 24 hours of runnning JBoss 4.2 on win XP freezes (I cant do netstat or ipconfig). First the connection is reset on the jboss side. Mysql still sees the connection and is just waiting for it to time out. The connection pool tri

[jboss-user] [Beginners Corner] - Re: XAResource

2008-05-19 Thread PeterJ
1) What do you mean by "active"? Examples of RMs included databases. Consider that the app server maintains a pool of database connections, then the database is always "active". 2) You need to configure the RM correctly. For example, for a database, in the *-ds.xml file you need to use the xa-d

[jboss-user] [Beginners Corner] - Double dispatching: identify yourself to another bean

2008-05-19 Thread sanches
Hello All, Is there a special way in JBoss a bean/service could identify itself to another bean/service? Let's say, we have some beans which make a call to a special bean, called Dispatcher. We want Dispatcher to replicate that call to all of beans but originator. To do that, we need to enumera

[jboss-user] [Beginners Corner] - Re: XAResource

2008-05-19 Thread mohitanchlia
Thanks .. some more questions: 1. Is resouce manager active only for the scope of the transaction ? 2. So TM tells RM to not autocommit ? Is it possible to explain how and when that happens ? 3. Do RM need to register with TM ? How does it register and how does TM communicates with RM 4. In case

[jboss-user] [Beginners Corner] - Re: Error setting up MySql as DefaultDS

2008-05-19 Thread PeterJ
Use Code, not Quote, when posting xml contents. The type-mapping looks correct. I have this working on 4.0.4, 4.0.5, 4.2.x and 5.0.0.betax, not sure why it is not working on 4.0.0. By the way, you should be able to write EJB 2.0 apps on 4.0.5 and even 4.2.2. View the original post : http://ww

[jboss-user] [Beginners Corner] - Re: XAResource

2008-05-19 Thread PeterJ
Basically, XA transactions work like this. A transaction manager (TM) will manage multiple resource managers (RM). The app will start a transaction with the TM. As the app make updates, it could update the data in multiple RMs, each of which is then enlisted into the transaction by the TM. Then

[jboss-user] [Beginners Corner] - Re: Error setting up MySql as DefaultDS

2008-05-19 Thread pepelara
Thanks Peter for your interesting, indeed. Yes, it is 4.0.0. I looked for it because I am using EJB 2.0 and I was not sure what version use. This is my *-ds.xml, anonymous wrote : | | | | DefaultDS | jdbc:mysql://localhost:3306/myDB | com.mysql.jdbc.Driver |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Maximum JVM Settings?

2008-05-19 Thread ejsdeveloper
I am running a Windows box with 4GB of RAM and JDK 1.6. I have nothing else running on the server. What is the maximum memory I can allocate to JBoss 4.0.1? I currenlty startup JBoss with \bin\run.bat: set JAVA_OPTS=%JAVA_OPTS% -Xms512m -Xmx1536m. If I increase the -Xmx greater than 1536m,

[jboss-user] [Beginners Corner] - XAResource

2008-05-19 Thread mohitanchlia
Could somebody explain me how global transactions work. I understand there are resource managers etc. but what I don't understand is how a transaction is able to commit or rollback all the resources involved during the process. For eg: if data is updated and then a message is sent. So if messag

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-19 Thread jagr
The problem is that jax-ws only generate .class :/ but if I create a simple java project with main class and execute as java aplication runs ok but in jbpm thrown the exception NoClassDefFoundError View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151835#4151835

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Not using SSL on localhost, using SSL externally

2008-05-19 Thread safetytrick
I have a strange problem, my web application needs to be connected to the web using an SSL connection, there can be no accessible standard http connection. My application also connects to postfix installed locally on the same server. SSL is working correctly, great really but I can't get postfi

[jboss-user] [JBoss AOP] - Re: Dynamic AOP and User-Defined Class Loader

2008-05-19 Thread shu_boston
Hi, Thank you very much for your help. I tried what you said in the topic you created, and I have bad news and good news :P Unfortunatelly, it still doens't work with 2.0.0 CR8, but I found it works with 1.5.6. When I override getResource(), my application is sometime required to load "Object.

[jboss-user] [Javassist user questions] - Re: Accessing static variables...

2008-05-19 Thread DonnieDarko1985
bump. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151829#4151829 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151829 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [Beginners Corner] - Re: Error setting up MySql as DefaultDS

2008-05-19 Thread PeterJ
Is it really 4.0.0? Or is is 4.0.3.SP1 or 4.0.5 or some other versions? Did you include a type-mapping entry in your *-ds.xml file. This entry is critical for the app server to perform the correct database mappings. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Two JBoss 3.2.5 Instances

2008-05-19 Thread PeterJ
Also, 1.4.1 is a very old JDK. Could you upgrade to the latest 1.4.2 JDK and try again. There might be an incompatibility between 1.4.1 and Windows Server 2003. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151821#4151821 Reply to the post : http://www.jb

[jboss-user] [EJB 3.0] - Re: OneToMany Unidirectional EntityManager remove() problem

2008-05-19 Thread rkiran81
Hi JaiKiran, Still am getting the same error. CascadeType.ALL takes care of deleting refrenced child entries also know, then how does org.hibernate.annotations.CascadeType.DELETE_ORPHAN help. But anyway it dint work sir. Could you please suggest any other options. View the original post : http

[jboss-user] [JBoss jBPM] - Re: Problem with Timer execution. process classloader can't

2008-05-19 Thread a.wintersteiger
Hi rayun, I have exactly the same problem and - thanks for posting - am working on it since last friday. I have built a simple test process and the problem comes in with *even only one timer* - but only when you fork! I have tried the same thing without any forked executions, works fine. But I

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-19 Thread salaboy21
like i said before.. add the source classes and then compile it all together... make sure that you can import the classes in your action handler... Hope it helps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151812#4151812 Reply to the post : http://www.jbo

[jboss-user] [Beginners Corner] - org.apache.axis.wsdl.Java2WSDL

2008-05-19 Thread ptsai12003
I run the following command by build.xml or command prompt it shows the same error message. The error message is : wsdl: [java] java.lang.NoClassDefFoundError: org/apache/axis/wsdl/Java2WSDL [java] Except

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Database Connection Problem

2008-05-19 Thread PeterJ
Sorry, but I cannot help you with NetBeans (this is the JBossAS forum, after all, not the NetBeans forum). But it does look like the password is incorrect. If you need JBossAS help with connection to MySQL, then provide the information I asked for earlier. And the stack trace should come from th

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Same data souce multiple database

2008-05-19 Thread PeterJ
I haven't tried this, but here is what I would do. First, set up only one *-ds.xml file connected to one of the MySQL databases. I would also make sure that the user-name and password has rights to all of the MySQL databases. Then have the apps initially connect to the database defined by the *

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: How do I stop a Jboss server using shutdown.bat by passs

2008-05-19 Thread PeterJ
Do this. Edit shutdown.bat to comment out the "echo off" statement on the first line. Open a command prompt. 'cd' to %jboss_home%\bin. Run: "shutdown -S". Post the output that appears. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151800#4151800 Reply to th

[jboss-user] [Security & JAAS/JBoss] - Eclipse RAP application and JBoss JAAS

2008-05-19 Thread sandello
Hi, I have a project consists two parts: ejb3-server part and RAP-client. Both parts are deployed in JBoss 4.2.1. I need to implement Authentication and Authorization in the project. I do this: 1. add this to web.xml in RAP client war-file | | | MyProject | /* |

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Not able to access https://localhost:8009 or http://loca

2008-05-19 Thread PeterJ
The AprLifecycleListner message is expected. It just means that it could not find the platform-specific APR dlls, and thus will run pure Java. If you want the APR dlls, you can download them from http://www.jboss.org/jbossweb/downloads/jboss-native/?action=a&windowstate=maximized. The SecurityM

[jboss-user] [JBoss Messaging] - How to Configure Multiple JMS Server

2008-05-19 Thread nitinmandolkar
Hi Jboss Team I am migrating application from weblogic 8.1 to jboss 4.2.2. we do have have couple of JMS server on weblogic that i want to migrate to JBOSS. But i do not know how to create multiple JMS server on JBOSS. -Nit View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Security & JAAS/JBoss] - Re: 'sufficient' loginmodules combined with ClientLoginModul

2008-05-19 Thread [EMAIL PROTECTED]
Thanks for the reply. However, that configuration doesn't do what I want: In this situation: LdapModule1 (required)=>pass LdapModule2 (required)=>fail ClientModule (optional)=>pass I want the authentication process to pass. But as LdapModule2 is required, the overall result is fail. Also, I wan

[jboss-user] [Messaging, JMS & JBossMQ] - Re: java.io.IOException: Client is not connected

2008-05-19 Thread santhoshreddyn
iam always getting these problem can u resolve these problem and let me know the status to these email id :[EMAIL PROTECTED] View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151794#4151794 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-19 Thread jagr
Why sometimes when I execute process and enter in node that invoke webservice Exception is thrown because don't find the class? | ava.lang.NoClassDefFoundError: com/aixtelecom/portbooker/UpdatePrice_Service | at com.aixtelecom.portbooker.bpm.actions.Node1Action.execute(Node1Action.java:

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-19 Thread fungrim
I've testng'd this now. Here: http://www.cubeia.com/misc/statetransfer/src2.zip This uses the available buddy replication config in the test resources, so it tests REPL_SYNC with buddy replication with and without user transactions. I can also confirm that it fails on all JBC versions I have av

[jboss-user] [EJB 3.0] - Re: OneToMany Unidirectional EntityManager remove() problem

2008-05-19 Thread jaikiran
Add an additional annotation org.hibernate.annotations.Cascade to your OneToMany mapping, as follows: @OneToMany(cascade = {CascadeType.ALL}) | @JoinColumn(name="PROFILE_ID") | @org.hibernate.annotations.Cascade(value=org.hibernate.annotations.CascadeType.DELETE_ORPHAN) | public Collectio

[jboss-user] [JBossWS] - Re: WebService behind LB/SSL Proxy

2008-05-19 Thread SunFire
443... man I hate this "you can't edit your posts" policy! ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151771#4151771 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151771 _

[jboss-user] [JBossWS] - Re: WebService behind LB/SSL Proxy

2008-05-19 Thread SunFire
I meant change port 8080 to 433 of course. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151770#4151770 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151770 ___ jboss-user m

[jboss-user] [JBossWS] - WebService behind LB/SSL Proxy

2008-05-19 Thread SunFire
Hi, I was wondering how I can configure the following scenario: We have a setup where 4 JBoss AS servers run behind a box acting as a LoadBalancer and a SSL Proxy. This means the public WSDL location is https://secure.domain.com/webservices/application?wsdl behind the LB it will then internall

[jboss-user] [JBoss Tools (users)] - Re: Commit & Checkout Seam Project

2008-05-19 Thread [EMAIL PROTECTED]
"goik" wrote : This way other developers in a SVN team might define MY_JBOSS_LIBS in a way suiting their needs. But I found no way changing these settings after using the Seam Tools wizard. | huh ? The projects are normal eclipse projects so you can change it as much as you can with normal e

[jboss-user] [Messaging, JMS & JBossMQ] - Re: XA Recovery of messages sent to a Topic

2008-05-19 Thread mmusgrov
I seem to be having trouble posting to this forum - here's another go (sorry if it comes through multiple times): anonymous wrote : I don't understand this? If JBossMQ doesn't return the XID then the TM | must assume it was committed. If the JBossMQ unilaterally rolls the transaction forward

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with JMS behind firewall

2008-05-19 Thread Unnijboss
I have a question here. Does ConnectAddress and ConnectPort attributes in uil2-service.xml for the same purpose. These will be passed on to client to connect back to the server. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151759#4151759 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Server trying to connect to another IP

2008-05-19 Thread philiparad
Hi I have a JBoss server running on IP 172.16.11.25 (-b option). For some unknown reason the server, from time to time tries to connect to another IP (172.16.1.217) and fails, since this IP is not running any server:

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread erasmomarciano
Cab uou attach the following file? run.conf server.xml jndi.properies have you got free space on disk View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151752#4151752 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=415

[jboss-user] [EJB 3.0] - Re: OneToMany Unidirectional EntityManager remove() problem

2008-05-19 Thread rkiran81
The PROFILE_ID column in Child table "LK_PROFILE_QUERY" does not allow null. i modified it to allow null values, deletion works properly. But i dont want that to allow null values. So how could i proceed further. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4

[jboss-user] [EJB 3.0] - Re: Exception during passivation a stateful session bean

2008-05-19 Thread jaikiran
See this documentation http://www.jboss.org/file-access/default/members/jbossas/freezone/docs/Server_Configuration_Guide/beta422/html/clustering-session.html#clustering-session-sfsb30. Probably the idleTimeoutSeconds is what you are looking for. View the original post : http://www.jboss.com/in

[jboss-user] [JBoss Portal] - Portal 2.6.4+Seam 2.0.2: File Upload

2008-05-19 Thread brain101
i am trying to get a file upload portlet working on jboss portal 2.6.4 and jboss seam 2.0.2. the behavior is, that after the submit of the form including the s:fileUpload tag , the next page shows the empty form, but data is not passed to the backing bean. has anybody got this working as a port

[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problem with JMS behind firewall

2008-05-19 Thread kahzoo
The wiki indicates that it is one of the "system properties that a JMS client using the UIL2 transport can set". So you should be able to define it on the JMS client side as below: java -Dorg.jboss.mq.il.uil2.serverAddr=... View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Re: Exception during passivation a stateful session bean

2008-05-19 Thread rockerman
Yes, I know the links and they're related to the passivation exception and therefore I know the reason why this error happens. My problem is how to reproduce this error by setting the right configuration properties for JBoss because this problem only occurs in production environment. I think I h

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-19 Thread [EMAIL PROTECTED]
Sorry, no - I've been tied down with 2.2.0.CR1 release work. This should be released today. Do you see the problem with 2.2.0.Beta1 or a snapshot from SVN, by the way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151745#4151745 Reply to the post : http:

[jboss-user] [JBoss Cache: Core Edition] - Re: State transfer errors

2008-05-19 Thread FredrikJ
Did you ever find something out regarding this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151744#4151744 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151744 ___ jboss-u

[jboss-user] [EJB/JBoss] - Re: Atomic process in Local SSB -Urgent !!!!!!!

2008-05-19 Thread kahzoo
Can you switch to stateful session bean? If yes, you can try the following: 1. Have the stateful sesion bean class implements javax.ejb.SessionSynchronization interface. 2. Make the database operation transactional, so that in the case of JTA rollback the data is not updated in the DB. 2. With

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Two JBoss 3.2.5 Instances

2008-05-19 Thread jaikiran
What exactly did you change? Can you post the changes in the configuration files? Port 0 is not a port which JBoss uses in any of its port configurations. While posting the logs or xml content or code, remember to wrap it in a code block using the Code button in the message editor window and ple

[jboss-user] [EJB 3.0] - Re: Exception during passivation a stateful session bean

2008-05-19 Thread jaikiran
anonymous wrote : Caused by: java.lang.NoClassDefFoundError: org/jaxen/VariableContext See if these are related http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133872 http://jira.jboss.com/jira/browse/EJBTHREE-1297 View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Exception during passivation a stateful session bean

2008-05-19 Thread rockerman
Hi, I have a problem with an exception during passivation a stateful session bean that only occurs in product environment. The server produces the following stack trace: | FATAL [org.jboss.serial.persister.RegularObjectPersister] error | java.lang.reflect.InvocationTargetException | a

[jboss-user] [JBoss Tools (users)] - Re: Commit & Checkout Seam Project

2008-05-19 Thread goik
I'd like to refer to Max's answer checking in the 4 sub projects xxx/... . You probably exclude xxx/.metadata from versioning? I'd like to keep at least the bulk of (standard) libraries like xxx/xxx/WebContent/WEB-INF/lib and xxx/xxx-test/lib in a centralized location (e.g. /usr/share/java/seam

[jboss-user] [JBossWS] - Http Basic Authentication / GET and POST differences?

2008-05-19 Thread boopet
Hello, we are using a JBossWS 2.0.1 client to access a Axis2 Webservice secured with Http Basic Authentication. The client side gets username and password to login this way: BindingProvider.getRequestContext().put(BindingProvider.USERNAME_PROPERTY, "username"); | .. The authentication to th

[jboss-user] [Security & JAAS/JBoss] - What does JBoss XACML provide

2008-05-19 Thread clajoie
I need a XACML implementation for an upcoming project. Could you please say what JBossXACML provides over the sunxacml implementation (which I know JBossXACML uses)? The target container is not going to be JBoss so any features related to the integration of JBossXACML with the rest of the con

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread narendrakchoudhary
Thanks it works but new error came 16:05:03,451 INFO [MainDeployer] Adding deployer: [EMAIL PROTECTED] 16:05:03,451 INFO [RARDeployer] Started jboss.jca:service=RARDeployer 16:05:03,452 INFO [MainDeployer] Adding deployer: [EMAIL PROTECTED] 16:05:03,452 INFO [XSLSubDeployer] Started jboss.jc

[jboss-user] [JBoss AOP] - What's the difference between: Joinpoint - JoinPointBean - J

2008-05-19 Thread Danamin
Hi, I'm currently studying the JBoss AOP joinpoint model and I noticed there are 4 hyrarchies of classes that represent it. Joinpoint - JoinPointBean - JoinPointInfo - Invocation Now I wonder, why four times the same? What's the difference and why is each kind of object used. Wouter View the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Two JBoss 3.2.5 Instances

2008-05-19 Thread asamir
JBoss Version: 3.2.5 jdk version: 1.4.1_02 OS version: Windows 2003 Server Enterprise Edition. Full Error message from JBoss console (No exceptions are thrown): === . JBoss Bootstrap Environment . JBOSS_HOME: D:\jboss-

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Database Connection Problem

2008-05-19 Thread badhikary81
"PeterJ" wrote : Please post the following items: | | The *-ds.xml file for you datasource. | The stack trace for the excpetion you are getting.The code used to access the database. | Thanks for reply. Here is the main problem that I am not able to connect remote server database which

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread erasmomarciano
You try root user chown -R gpmstesting.gpmstesting /home/gpmstesting/jboss-3.2.3 gpmstesting user cd /home/gpmstesting/jboss-3.2.3/bin you only have to ./run.sh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151708#4151708 Reply to the post : http

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread narendrakchoudhary
Inside server total 12 drwxr-xr-x 10 gpmstesting gpmstesting 4096 May 16 11:19 all drwxr-xr-x 9 gpmstesting gpmstesting 4096 May 30 2007 default drwxr-xr-x 7 gpmstesting gpmstesting 4096 May 16 13:47 minimal inside default total 44 drwxrwxrwx 3 gpmstesting gpmstesting 4096 May 16 16:

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread erasmomarciano
no :) run command cd /home/gpmstesting/jboss-3.2.3/server e then ls View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151705#4151705 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151705

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread narendrakchoudhary
these are the directories under server that i have already sent total 20 drwxr-xr-x 2 gpmstesting gpmstesting 4096 May 16 11:31 bin drwxr-xr-x 2 gpmstesting gpmstesting 4096 May 30 2007 client drwxr-xr-x 5 gpmstesting gpmstesting 4096 May 30 2007 docs drwxr-xr-x 2 gpmstesting gpmstesting 40

[jboss-user] [JCA/JBoss] - one data source with multiple database users

2008-05-19 Thread diemon
Hello I have problem with configuring JBoss 4.2.1+Seam 2.0.1+Oracle 10 to use one data source with multiple users. I have configured *-ds.xml file with | | | myDatasource | jdbc:oracle:thin:@server:1521:db | oracle.jdbc.driver.OracleDriver | MyRealm | | | and

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Problem in starting jboss

2008-05-19 Thread erasmomarciano
Do : cd server; ls -l; I want to see wich nodes are listed under the directory server View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4151702#4151702 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4151702

[jboss-user] [JBoss jBPM] - problem persisting jBPM process instance

2008-05-19 Thread alex_enache
Hi guys, I have a problem persisting a process instance using hibernate. Here is the scenario: - I had a project based on jBPM, created on seam 4.0; when persisting a process instance there were no problems - in the meantime I changed the project structure to work on seam 4.2; and now I get err

[jboss-user] [Management, JMX/JBoss] - Number threads Scheduler Jboss

2008-05-19 Thread ctormo
Hi, I am currently using 4.0.4 GA version of JBoss AS. I am configuring the jboss-service.xml of a *.sar/META-INF/ folder, for that, I a defining several mbeans to be executed at a certain hour. When doing my tests I am realizing that there is only a single thread (Timer-X) in charge of this e

[jboss-user] [Security & JAAS/JBoss] - Re: Authentication policies conflict

2008-05-19 Thread tremalnaik
Sure, the jboss-web.xml security configuration for the application WAR is: java:/jaas/bitastarRealm | the the jboss-web.xml security configuration for the WAR of the web services is: java:/jaas/bitastarRealm_noDisable | and the application jboss.xml conf is | | |

  1   2   >