[JBoss-user] [EJB 3.0] - Re: How to tackle JBossRollbackException

2006-06-03 Thread yogendrarampuria
Have I posted this query in wronge forum View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948901#3948901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948901 ___ JBoss-us

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-03 Thread Stefan Arentz
Bill, I used the EJB3 profile from 4.0.4.GA as the base for installing this into. I simply followed the instructions and then added jboss-cache.jar jgroups.jar because it seems that this release requires those as well. That should work too right? S. View the original post : http://www.jboss

[JBoss-user] [EJB 3.0] - Performance for embedded alpha 8

2006-06-03 Thread MrHighTech
I have installed the latest alpha and the bootstrapping time has increased very dramatically. To give an order of magnitude, my configuration is completed usually in about 30 seconds for all my beans etc. With alpha 8, it takes about 150 seconds... 5 times as long. So something must be brok

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-03 Thread Stefan Arentz
"Juergen.Zimmermann" wrote : I can't find the 3 client libs | | | jboss-ejb3-client.jar | | jboss-annotations-ejb3.jar | | hibernate-client.jar | Are they missing? They are in the client directory instead of the lib directory. S. View the original post : http://www.jboss.com/

[JBoss-user] [EJB 3.0] - + JBoss Embedded EJB3 and Surefire Plugin Maven 2 PROBLEM +

2006-06-03 Thread sisepago
Hi all EJB3 and Maven 2 gurus, Is there someone that already run a sample application with JBoss Embedded EJB3 Alpha-8 and Maven 2. when yes please could u please send me the sample as zip file under this email([EMAIL PROTECTED]) . Because i try to run a sample application with Maven 2 and JBo

[JBoss-user] [JBoss Seam] - Re: Component Message Problem

2006-06-03 Thread [EMAIL PROTECTED]
Change the id from "userName" to "username". Actually this is a bug, that I will fix. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948894#3948894 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948894 __

[JBoss-user] [JBoss Seam] - Re: multiple datasources

2006-06-03 Thread [EMAIL PROTECTED]
Perhaps the best way to do this would be by using a custom Hibernate ConnectionProvider, and declaring that in persistence.xml. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948893#3948893 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - how to show in chinese?

2006-06-03 Thread lenny0519
I run the JBoss successfully,howerver,I want to run the page which in Jsp write .When I show the page ,how can I configure it which contains chinese? Now I can see the English letter successfully,while chinese cannot see? why? I am very worried ,and I deeply need your help.Thank you! View the or

[JBoss-user] [Beginners Corner] - Maven 2

2006-06-03 Thread pledge
I am trying to move my web projects from Ant over to Maven 2. Before I would just include the contents of the JBoss AS lib folder on my Ant classpath and everything was fine. The problem I am having is with setting up this JBoss dependency in my Maven 2 POM. There seem to be numerous entries

[JBoss-user] [Beginners Corner] - Re: Problems with j2ee application under Jboss

2006-06-03 Thread Raufbek
"Raufbek" wrote : | If I am calling servlet from index.htm page: | http://localhost:8080/atmbank/controller"; method=post>, | Application is working if I calling servlet from standalone index.htm file. If I am calling servlet from index.jsp (or index.htm), which is part of .war archive,

[JBoss-user] [JBoss AOP] - Re: NullPointerException at _getAdvisor

2006-06-03 Thread Luntain
Removing prevented the exception but that prepare is necessary for another more important aspect. :( | | | | | | | | | I extracted code from my project and minimized it in steps in search for the cause of exception. I can post the rest (abo

[JBoss-user] [JCA/JBoss] - please help me for the error of

2006-06-03 Thread yuanwh
Hi, I use JTA to control transaction with Oracle 9i and JBoss 4.02. but each time I call commit(), it always throw the exception of "The XID is not valid" I have tried it both by ojdbc14.jar && classes12.jar. Any one can give me some tips? thank in advance! my oracle-xa-ds.xml is like this: |

[JBoss-user] [Beginners Corner] - Problems with j2ee application under Jboss

2006-06-03 Thread Raufbek
I have problem with my J2EE application. Problem is when jsp welcome page is calling servlet. Message is: anonymous wrote : HTTP Status 404 - /atmbank/atmbank/controller | . | description The requested resource (/atmbank/atmbank/controller) is not available. It's really strange because

[JBoss-user] [EJB 3.0] - Re: EJB2 CMP not bound in

2006-06-03 Thread [EMAIL PROTECTED]
did you change your ejb-jar.xml file at all? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948885#3948885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948885 ___ JBoss-us

[JBoss-user] [Performance Tuning] - Re: SessionBean vs. Static Method

2006-06-03 Thread Lauri
I'd prefer staless bean which operates with local enity beans. It should be slower than usual static method but it will bring all the advances from message above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948884#3948884 Reply to the post : http://www.j

[JBoss-user] [Performance Tuning] - Re: SessionBean vs. Static Method

2006-06-03 Thread Lauri
Static methods live inside one virtual machine and it is you who must take resposibility to "scale" solution and take other decisions on mny other issues. On other hand, J2EE containers does much the dirty work for you. You just need to give some details in deplayment descriptors. Container will

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problems with Xdoclet under JbossIDE

2006-06-03 Thread Raufbek
"Raufbek" wrote : All I done is correct. | I mean here, I done how it was described in JBossIDE-tutorial: 1. Created new EJB configuration; 2. Added new doclet: ejbdoclet; 3. Added new enries with parameters: deploymentdecriptor; fileset; homeinterface; remoteinterface; pa

[JBoss-user] [JBossCache] - Re: InterceptorChain + Custom Interceptor

2006-06-03 Thread [EMAIL PROTECTED]
Absolutely. Currently, you have to grab the interceptor chain manually (getInterceptors()), and add your custom interceptor. In the future, we will expose the interceptor chain via XML, the JIRA issue is http://jira.jboss.com/jira/browse/JBCACHE-89. This is planned for 2.0. View the original po

[JBoss-user] [JBoss Eclipse IDE (users)] - Problems with Xdoclet under JbossIDE

2006-06-03 Thread Raufbek
I only started with JbossIDE and trying to create a simple J2EE project. I created EJB and configured XdocLet as described in JBossIDE-tutorial. But Xdoclet script did not create home and remote interfaces and did not finish jboss.xml(... ) and ejb-jar.xml (...). I checked Xdoclet configuration

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate exceptions and container managed transaction

2006-06-03 Thread joris77
Hi, In our applications we use JDK-1.4.2, Hibernate 3.1.2 and jboss 4.0.2. Hibernate is configured to join the transactions of the EJB container in which it runs. The DAO's are executed in SessionBeans. In my DAO methods I have catch statements that catch all HibernateExceptions. In this catch

[JBoss-user] [EJB/JBoss] - Re: 4.0.4.GA - @javax.persistence.OneToOne(mappedBy) with PK

2006-06-03 Thread cjc
Hi, I have a similar problem and as fix arround I used a @OneToMany and just use the first Entry of the List. This is very dirty and i down't know how to fix. If anybody has a simple working *.jar with @OneToOne pleace post a link!! View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [JBoss jBPM] - Re: problem with timer

2006-06-03 Thread Saviola
Hi! Excuse me, kukeltje but I couldn't stand waiting to your answer :( http://www.catb.org/~esr/faqs/smart-questions.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948873#3948873 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[JBoss-user] [EJB 3.0] - Re: ejb3 and administration console

2006-06-03 Thread leonell
"adrienogee" wrote : | The server didn't tell a word... and when I checked on the repertory, my file (CalculatorBean.jar) was there... | When I deploy my EAR file with entity beans and session beans I get many records in server.log file. Here is example: | INFO [org.jboss.deploymen

[JBoss-user] [JBossCache] - InterceptorChain + Custom Interceptor

2006-06-03 Thread louth
I was wondering whether it is possible to add your own custom CacheInterceptor to the InterceptorChain dynamically or via configuration. I would like to add on distributed tracing capabilities into the JBoss Cache product so that our JBoss customers could understand the transactional and cached

[JBoss-user] [Advanced Documentation] - Re: jta transaction doesnt rollback hibernate update in case

2006-06-03 Thread joris77
I think it is not rolling back because you catch the exception. } catch (Exception e) { | e.printStackTrace(); | } and not rethrow it. Joris wijlens View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948868#3948868 Reply to the post : http://www.jboss.co

[JBoss-user] [Security & JAAS/JBoss] - Use cases

2006-06-03 Thread joris77
Anil as you have asked some thoughts about Single Sign On requirements. Requirements: The possibility to register partner applications (web applications on the same Jboss cluster) with Single Sign On and exclude other applications from SSO. | Central customizable login screen that comes with J

[JBoss-user] [EJB 3.0] - Re: ejb3 and administration console

2006-06-03 Thread adrienogee
Merci du coup de main... Has anyone fixed this problem ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948862#3948862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948862 ___

[JBoss-user] [JBoss Seam] - Re: Seam annotations and '@Inherited'

2006-06-03 Thread amin59
Thanks to nobody :) I found my answer here : http://jira.jboss.com/jira/browse/JBSEAM-142 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948861#3948861 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948861 ___

[JBoss-user] [EJB 3.0] - EJB2 CMP not bound in "JBoss 4.0.4 GA + EJB3"

2006-06-03 Thread smalbequi
Hi, sorry for my english, first. I want to migrate to EJB3 a J2EE application (EJB 2.0 Session Stateless + Entity CMP) which works fine with "JBoss 4.0.4 GA". First, I try to deploy the app.ear file without any change in the JBoss 4.0.4 GA + EJB3 configuration And my problem is : even I see t

[JBoss-user] [EJB 3.0] - Re: EJB3 WebServices

2006-06-03 Thread leonell
One comment: I tested it with "http://localhost:8080/Hello/HelloBean?wsdl"; because my ear name is "Hello.ear". Result (=Error) is the same. Leos View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948857#3948857 Reply to the post : http://www.jboss.com/index.ht

[JBoss-user] [EJB 3.0] - EJB3 WebServices

2006-06-03 Thread leonell
Hi, I created very simple application (hello.ear) with very simple WebService. File application.xml (EAR descriptor): | | http://java.sun.com/dtd/application_1_3.dtd";> | |Hello Enterprise Archive | | Hello-SBI.jar | | | Hello-SBS.jar | |