[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2006-03-27 Thread jcash
When does this happen? What OS are you running on? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932756#3932756 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932756

[JBoss-user] [EJB 3.0] - ClassCastException after return entity from slsb method with

2006-03-27 Thread didi
Hi! I am using EJB 3 quite a while and with JBoss 4.0.3SP1 everything was working fine. So I updated to 4.0.4RC1... well here is my question: I have an pretty simple stateless session bean with a method | public UserEntityBean findUserByUsername(String username) { |

[JBoss-user] [EJB 3.0] - Re: How to persist forever?

2006-03-27 Thread richie-lea
THX,I got it! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932758#3932758 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932758 --- This SF.Net email is sponsored by

[JBoss-user] [EJB 3.0] - Re: where is my data?

2006-03-27 Thread richie-lea
Thx , I got it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932759#3932759 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932759 --- This SF.Net email is sponsored by

[JBoss-user] [JBoss jBPM] - Re: Exception Handling in JBPM

2006-03-27 Thread kirby
You have to use the get() method instead of the load() one, otherwise you'll get the same behaviour that you had before. Just replace load with get, and verify the return value (will be null if no object is found). View the original post :

[JBoss-user] [EJB/JBoss] - Re: Error Jboss 4.0.2

2006-03-27 Thread epuenteg
Ok, but what type of libraries? I'm lost. Thank you very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932761#3932761 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932761

[JBoss-user] [JBoss Portal] - jboss deploy error

2006-03-27 Thread jandrew
Cloud someone help me for this errors? thanks in adanvce. 17:02:48,297 ERROR [URLDeploymentScanner] Incomplete Deployment listing: | | --- MBeans waiting for other MBeans --- | ObjectName: portal:service=CMS | State: FAILED | Reason: org.hibernate.TransactionException: Transaction

[JBoss-user] [EJB/JBoss] - Error Jboss 4.0.2 again

2006-03-27 Thread epuenteg
Thanks very much to Scott. the client has out of date libraries, but what type of libraries. I'm lost. Thanks, Elena. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932763#3932763 Reply to the post :

[JBoss-user] [EJB 3.0] - XML config for clustered SB

2006-03-27 Thread oglueck
Hi, I am trying to configure an EJB3 session bean for clustering. As my cluster partition names are dependent on the deployment, I can not use the @Clustered annotation because this would hardcode the name. So I want to use the jboss.xml file to configure the clustering property. However I can

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Daylight savings problem

2006-03-27 Thread sumedha7
Hi..if you have found a solution to the mentioned timezone problem, please be good enough to share it with me. http://jira.jboss.com/jira/browse/JBAS-3008 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932766#3932766 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: process persistence problem with JBPM/Seam

2006-03-27 Thread dolukhanov
This is actually a jBPM (not a Seam) issue - I debugged this - it turns out, it means one of your Variables does not implement Serializable. Hence, Hibernate cannot persist this to the database. Changing the classes solved the problem for me. Regards, Peter View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - missing message body in DLQ

2006-03-27 Thread eric.bonneton
In a MDB, when a message reaches the max number of retries, it is moved to the DLQ. All message properties are OK, but the message body has diappeared. Therefore I can not try to re-process them. Is it normal, and is there a way to keep my message body. The message body is a stream object. I

[JBoss-user] [Beginners Corner] - Re: How to get a WorkManager from a Bean

2006-03-27 Thread hannes.koller
Hi, I know your post was a long time ago. I was asking myself the same Question today, and I could not find a simple example of this..so it took me a rather long time to come up with a solution..I thought it could not hurt to post it here... | //get MBean Server | MBeanServer server =

[JBoss-user] [EJB/JBoss] - @PersistenceUnit on SessionBean class

2006-03-27 Thread Petra.T
Hi, excuse my (maybe) silly question, I'm relatively new to EJBs. When I use code like this (example from the EJB3.0 specification): @PersistenceUnit( name=?persistence/InventoryAppDB?, unitName=?InventoryManagement? ) @Stateless public class InventoryManagerBean implements InventoryManager

[JBoss-user] [EJB/JBoss] - Re: Using external EJB reference

2006-03-27 Thread lalala01
It runs A lot of thanks! It was a big problem for me, and it's solved now! Thanks! mery View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932772#3932772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932772

[JBoss-user] [JBossWS] - rpc/encoded support in 4.0.4 cr2?

2006-03-27 Thread peter_kaas
I'm trying to migrate our JBoss.NET based services to new JBossWS but I'm having trouble getting rpc/encoded styles working. I need this for my Perl (SOAP::Lite) based clients. Is rpc/encoded style still supported in JBossWS? My Java code looks like: | package com.lunatech.test.jbossws; |

[JBoss-user] [JBoss Seam] - Re: JAAS and SEAM

2006-03-27 Thread mirko27
Maybe you could even share your entire Seam application? This would be great for learning Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932774#3932774 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932774

[JBoss-user] [EJB 3.0] - Re: Limit number of concurrent MDBs and number of retries?

2006-03-27 Thread peter_kaas
We use: | @MessageDriven(activationConfig = { | @ActivationConfigProperty( | propertyName = destinationType, | propertyValue = javax.jms.Queue | ), | @ActivationConfigProperty( | propertyName = destination,

[JBoss-user] [Management, JMX/JBoss] - Re: How to stop an MBean properly

2006-03-27 Thread joejag
bump. I would have thought this would be an easy question to answer for anyone with any experience with using the MBeanServer... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932778#3932778 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-27 Thread mjm_uk
Their is also a BUG here!!! If there are more than 24 states e.g. start super1 state1 state2 super2 state3 state4 super3 state5 state6 state7 state8 state9 state10 state11 state12 state13 state14 state15 state16 state17 state19 state20 state21 state22 state23 super4 state24

[JBoss-user] [JBoss Portal] - Re: dinamic ip

2006-03-27 Thread [EMAIL PROTECTED]
it is a java issue actually. try to front jboss with apache using AJP and bind jboss on a NIC that will not change its IP. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932784#3932784 Reply to the post :

[JBoss-user] [JBoss Portal] - CMS RDBMS Configuration error

2006-03-27 Thread susitha
Hi.. I am using JBServer-4.0.2 and JBPortal-2.0 and Oracle9i.. I have configured my CMS as in the Chapter5 of User guide and my configuration of jboss-service.xml is as follows. !-- The slide configuration using the database. Uncomment this and comment the above tx store for Database usage.

[JBoss-user] [EJB 3.0] - Re: Configuring SEAM test with junit

2006-03-27 Thread epbernard
So maybe try nametest/name rather than name | test | /name View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932787#3932787 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932787

[JBoss-user] [EJB 3.0] - Re: Configuring SEAM test with junit

2006-03-27 Thread epbernard
enabling logs to debug might help too, you should see what HEM is trying to do View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932788#3932788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932788

[JBoss-user] [JBoss Seam] - Re: Question about SeamTest

2006-03-27 Thread mirko27
I found a workaround for this problem. UIViewRoot had same ID then first component. So I did following: Changed start of debug.xhtml as follows: !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; ui:component

[JBoss-user] [EJB 3.0] - Re: @EJB isn't working RC4

2006-03-27 Thread hi_feroz
hi, i have the same problem, where can i find the fix? tx. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932790#3932790 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932790

[JBoss-user] [EJB 3.0] - Re: Finding Java 5.0 Enum Types

2006-03-27 Thread epbernard
set your common jar un your EAR and use ClassPath in entiotybean.jar to depend on this common jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932791#3932791 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932791

[JBoss-user] [JBoss jBPM] - jBPM and JDK 1.3?

2006-03-27 Thread BuZuS
Hi everyone, I'm trying to integrate a workflow engine in IBM Workplace, which uses WebSphere Portal 5.0, which uses JDK 1.3. I decided to give jBPM a try. I build jBPM, hibernate and some other libs for 1.3 and I think it worked. But i still get lots of exceptions, and I'm kinda stuck. In

[JBoss-user] [JBoss Seam] - What is PAGE scope?

2006-03-27 Thread prp
Can somebody explain what PAGE scope means? What is the difference between this and EVENT scope? I read the manual but it's still not clear to me. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932795#3932795 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: What is PAGE scope?

2006-03-27 Thread [EMAIL PROTECTED]
PAGE scope lasts from INVOKE_APPLICATION to INVOKE_APPLICATION (ie, it spans a form submission). EVENT scope lasts from RESTORE_VIEW to RENDER_RESPONSE. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932796#3932796 Reply to the post :

[JBoss-user] [EJB 3.0] - Getting the client IP

2006-03-27 Thread stedo
hi, I have stateful session bean which is accessed from a Swing client. When the client connects and instansiates the bean I want to log the IP of the client. Does anyone know how I can get the client IP? Thanks Stephen View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - JMS Browser for MQ

2006-03-27 Thread reflex2java
hey all, I am facing some problem when I am trying to run a queue browser on JMS queues. The JMS queue is configured to MQ Queue. When I browse through the Local JMS queue (queue/A) I am able to browse. On the other hand When the queue is configured to MQ Queue, and when I browse I have

[JBoss-user] [JBoss jBPM] - Re: Exception Handling in JBPM

2006-03-27 Thread send2shriram
Hi kirby, It worked . Thanks a lot for helping me to solve this problem. I have been worrying about handling this for over a week. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932801#3932801 Reply to the post :

[JBoss-user] [EJB 3.0] - Transaction question

2006-03-27 Thread HenkoMannen
Hi, is it possible to use transaction annotations on a method of a SFSB to make it to not be part of the transaction? The thing is I've got a login functionality that has some built in security that prevents login calls for 24 hours for a user that has failed to login more than X times in a

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2006-03-27 Thread g.tomassoni
[EMAIL PROTECTED] wrote : Yes, it does seem to fix the bug in all cases. You have to return an outcome and trigger a navigation rule from faces-config.xml. I have this problem, too. But I don't (yet) have any interceptor triggered: I'm actually prototipizing a site and have only navigation

[JBoss-user] [EJB 3.0] - Abnormal client disconnection

2006-03-27 Thread stedo
hi, I have a stateful session bean on the JBoss server which is used by a Swing client. In some cases the client may exit abnormally (power down, network cable fault ... ). This leaves the stateful session bean hanging on the server. Is there a way to check if the client is still connected on

[JBoss-user] [JBoss Seam] - Learn about JBoss Seam

2006-03-27 Thread [EMAIL PROTECTED]
If you are still not familiarized with JBoss Seam, you can read that article: http://www.onjava.com/pub/a/onjava/2006/03/15/jboss-seam.html The content of the article is consistent with what's available in the Seam beta 2. View the original post :

[JBoss-user] [JBoss jBPM] - Re: Tracing the Process Instance

2006-03-27 Thread romin.irani
Thanks for the replies. This has helped me going -- but I still have lots of questions: 1) I had overlooked the documentation and I was not calling a ctx.save(ProcessInstance). As a result of this, the JBPM_LOG table was empty. I added the ctx.save(...) call and now the table is getting

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2006-03-27 Thread [EMAIL PROTECTED]
Guys this is NOTHING TO DO WITH SEAM. It doesn't matter how many times you post here about this, I can't do anything to fix a problem with MyFaces+Facelets. Please nag the Myfaces guys (who I believe are the culprits), or the Facelets guys (who might be, but I don't think so). View the

[JBoss-user] [JBoss jBPM] - Unworkable jbpm.war downloaded from wiki knowledge base and

2006-03-27 Thread kiamfei
Hi, Could anyone pls try it out ? I found that this file is giving a lot of problem while I try to access to its context. It consists mixture of jbpm version , ie jbpm3.1.jar and jbpm-webapp-3.0.jar ... why version 3.0 is found here ? any source repository that I can download the complete

[JBoss-user] [JBoss jBPM] - Re: jBPM and JDK 1.3?

2006-03-27 Thread [EMAIL PROTECTED]
i think it requires 1.4.2 because of the nested exceptions. 1.3.1 is not one of the supported platforms. just giving it a try is the best approach. if the test suite runs, your in good shape. regards, tom. View the original post :

[JBoss-user] [EJB 3.0] - Re: Transaction question

2006-03-27 Thread epbernard
Call a submethod using @TransactionAttribute(TransactionAttributeType.REQUIRES_NEW) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932812#3932812 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932812

[JBoss-user] [EJB 3.0] - Re: Benefit of NamedQuery

2006-03-27 Thread epbernard
NamedQueries can be pre checked and precompiled by the persistence unit. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932813#3932813 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932813

[JBoss-user] [EJB 3.0] - Re: Getting the client IP

2006-03-27 Thread HenkoMannen
If you have access and control of the client you can change the interface to the EJB and submit the IP from the client. Use InetAddress.getLocalHost() to get the client IP address. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932814#3932814 Reply to the

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2006-03-27 Thread g.tomassoni
[EMAIL PROTECTED] wrote : Guys this is NOTHING TO DO WITH SEAM Well, I didn't mind to call for an impeachment of Seam in this. Just, since the people using Seam is also using myfaces+facelets, chances are they are up to date with news about this issue... Did I do something wrong? View the

[JBoss-user] [Installation, Configuration Deployment] - javax.naming.NameNotFoundException: comp not bound

2006-03-27 Thread urswag
Very informative error message!? EJB deployment can be very awful. What kind of reasons are this? 14:44:12,752 ERROR [MainDeployer] could not start deployment: file:/C:/Programme/JBoss/server/default/deploy/petstore.ear org.jboss.deployment.DeploymentException: Error during deploy; - nested

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-27 Thread mjm_uk
Well I've got a fix for this, can this be added as an issue? The issue is that the ProcessDefinition.hbm.xml has: - list-index column=NODECOLLECTIONINDEX_ / one-to-many class=org.jbpm.graph.def.Node / This means that super states nodes and normal nodes that both have an

[JBoss-user] [JBoss Seam] - Problem with @DataModel in PAGE scope

2006-03-27 Thread simon.nicholls
After a @DataModel annotated variable is set up for use in page scope, subsequent calls to the DataModel holding component from a JSF view cause the DataModel to be lost. eg: 1. dataTable refers to @DataModel annotated dataList, @Factory creates the dataList, ListDataModel wrapped dataList

[JBoss-user] [Security JAAS/JBoss] - Push/PopSubjectContext

2006-03-27 Thread MatthiasD
Hi, I'm trying to access a session bean on a second JBoss instance. Therefore I do a login for the second server using the method SecurityAssociation.pushSubjectContext(...). After the call I use SecurityAssociation.popSubjectContext() to restore the previous login. But it seems that after

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-27 Thread simon.nicholls
Oops, my numbering is wrong. Problem is caused at the third step View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932820#3932820 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932820

[JBoss-user] [JBossWS] - Re: JBOSS 4.0.3 (EJB 2.1):Two or more WS EJB ear files in on

2006-03-27 Thread kcp
Hi, I had a simular problem. In my case all webservices were deployed in a specific location /webservice/servicename. As a consequence only the WSDL of the last deployed webservice was accessible. When I changed the locations in such a way that they were completly different for the

[JBoss-user] [Installation, Configuration Deployment] - Re: JBoss Hot Redeployment

2006-03-27 Thread Hari Prasad
Hai dimitris, Thanks for your reply again. I was looking for a solution for the problem and found the article 'JBossClassLoadingUseCases'.This says, 'However, it is possible to trick the server (or the VM) into doing this. If application A interacts with application B, but doesn't have any

[JBoss-user] [EJB 3.0] - Re: Transaction question

2006-03-27 Thread HenkoMannen
Thanks Emmanuel! The structure of the code is as follows: A SSFB named UserBean receives the call and passes it from the login method to its increaseFailedLogins method if needed. Here the call is interpreted and passed forward to the update method of either the PersonBean or the CompanyBean

[JBoss-user] [EJB/JBoss] - NoClassDefFoundError with message-driven bean

2006-03-27 Thread bjoern.eilers
Hi! I have deployed a message-driven in JBoss 4.0.3RC1 whose onMessage() method creates an instance of an utility object that I have deployed within the same JAR file as the MDB. However, whenever I send a message to the Topic that the bean is listening to, I receive a NoClassDefFoundError

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError with message-driven bean

2006-03-27 Thread jaikiran
Post the stacktrace. NoClassDefFoundError is thrown when the classes referenced by a class are not found in the classpath View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932826#3932826 Reply to the post :

[JBoss-user] [Installation, Configuration Deployment] - Deployment problem(Hibernate)!

2006-03-27 Thread vadimv1982
Hi. I have Jboss 4.0 and i have such a problem that if i deploy application that use hibernate it takes sooo long time... And i need to redeploy it many times since i am in development process. Mapping classes and resources takes forever: [org.hibernate.cfg.Configuration] Mapping resource:

[JBoss-user] [Security JAAS/JBoss] - Re: Push/PopSubjectContext

2006-03-27 Thread j2ee_junkie
MatthiasD, I would first like to impress apon you not to use SecurityAssocaition directly. The purpose of the ClientLoginModule is to hide the details of this class so if the API changes, you are sheiled from such change. That said, the API of SecurityAssocation has changed since JBoss 4.0.2

[JBoss-user] [JBoss Seam] - Re: Better error message when component isn't found?!

2006-03-27 Thread Eekboom
Ah, ok. Thanks for the hint. This was invoked from one of the remaining jsps in my app (instead of JSF). I am currently turning a lot of 'pure' jsps into JSF pages. report this in CVS? Do you mean jira? View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Help with jboss and LDAP , java code

2006-03-27 Thread j2ee_junkie
Sundeep, Assuming you are using Tomcat 5.5 embeded in JBoss = 4.0.2... If you are not using EJB's at all, you could consider not using the JBossSecurityMgrRealm for the web app context described. Use Tomcat's LDAPRealm instead. See Tomcat docs

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError with message-driven bean

2006-03-27 Thread bjoern.eilers
Sure, here it is: 14:53:55,783 ERROR [JMSContainerInvoker] Exception in JMSCI message listener | javax.ejb.TransactionRolledbackLocalException: Unexpected Error | java.lang.NoClassDefFoundError: gruppe00/clairline/CLAirlineServiceLocator | at

[JBoss-user] [JBossCache] - Re: 1.3.0CR1, does it work?

2006-03-27 Thread mnewcomb
Yep. I don't know what is disabled on my company controlled laptop (damn network nazis), but I took it to a network which I control and got it to work. Thanks, Michael View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932833#3932833 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError with message-driven bean

2006-03-27 Thread jaikiran
The class(es) referred by gruppe00/clairline/CLAirlineServiceLocator, through the import statement or through the extends statement or through someother means are not there in the classpath. Make sure that all the appropriate jars/classes required by this

[JBoss-user] [JBoss jBPM] - jbpm 3.1 MySql

2006-03-27 Thread tom_sri74
Hi I dowloaded jbpm-starter-kit 3.1 and jbpm 3.1 and i execute db mysql.create.sql in MySql 4.0 I configure hibernate.cfg.xml in jbpm.sar (jbpm.sar.cfg.jar) and i replace datasouce DefaultDataSource instead of DefaultDS in jboss-service.xml under jbpm.sar\META-INF | property

[JBoss-user] [Installation, Configuration Deployment] - New to JBoss and Server is not working--Please Help

2006-03-27 Thread russray
I will tell you I am very new so I don't understand everything about the app server. I originally installed the server and had everything deploying properly, but now something is wrong involed with the logger. When JBoss AS comes up the screen displayes this error . | |

[JBoss-user] [EJB 3.0] - Re: encapsulate entity beans?

2006-03-27 Thread Eekboom
epbernard wrote : DTO are no longer useful except for specific cases where for eg you don't want only a small subset fo the object information (like a search screen showing only a summary of the object proeprties). | | If you use JSF and EJB3, I strongly encourage you to check JBoss Seam,

[JBoss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-03-27 Thread asack
sony3002 wrote : hello | i checked my JMX-Console and found this | | MBean Name: Domain Name: jboss.j2ee | service: EJB3 | name: UserLoginBean | jar: EJBModule.jar | MBean Java Class: org.jboss.ejb3.ServiceDelegateWrapper | | | is this ok ??? | | i am new to

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError with message-driven bean

2006-03-27 Thread bjoern.eilers
Thanks for you help - it was a JAR file that was missing from the classpath. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932840#3932840 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932840

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss 3.2.3 to 4.0.3SP1 - transaction timeouts

2006-03-27 Thread cbono
Also, the non-transacted unit tests start-up a transaction by calling UserTransaction.begin. So somehow the ejb that is transacted does not have its transaction joined up to the transaction started by the unit test using the UserTransaction. Anything changed w/ looking up the client user

[JBoss-user] [JCA/JBoss] - No more managed connection available.

2006-03-27 Thread partharoy
I have searched around the forum for this problem and i found a lot of info. But my problem is a new one. My application has about concurrent 100 users. I am using MySQL 4.1 as the database server. When a user presses Ctrl+F5 continuously after 30 or so seconds the server shows this error. Now

[JBoss-user] [JBoss jBPM] - Re: Get all nodes in process definition when a SuperState is

2006-03-27 Thread hiata
mjm_uk wrote : Well I've got a fix for this, can this be added as an issue? | | To resolve this issue I have added | | where=SUPERSTATE_ is null to the list criteria. | | This is probably not the best way to go (I don't really know hibernate, but a filter looked like it might be

[JBoss-user] [Clustering/JBoss] - How to Stop a Running Master Node in singleton clustering

2006-03-27 Thread rajesh32771
Hi Friends, We are Trying to stop the Running the Master Node cluster (singleton) from the Member Node Cluster (singleton). But we are not able to stop the service of the current instance. any one can you please tell me, how to stop the Master Node Service from the Member Node. Thanks in

[JBoss-user] [EJB 3.0] - Re: Finding Java 5.0 Enum Types

2006-03-27 Thread treespace
That's usually what I've done but that adds another file (manifest) and changes the build script and then you've got to repeat that for all the jars that use common.jar. It seems like a lot of needless tinkering when it should just load jars in the base of the ear listed as java modules. In

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2006-03-27 Thread g.tomassoni
However, you were right, Gavin: upgrading the MyFaces core library (api+impl) to the 1.1.3-SNAPSHOT dated march 27, 2006, solved this issue at least for me. To whom it may concern, the MyFaces core's 1.1.3 nightly snapshots may be downloaded from http://cvs.apache.org/builds/myfaces/nightly/.

[JBoss-user] [JBoss jBPM] - How to create custom button

2006-03-27 Thread zied_m
I have created a button named test to the jBPM designer, but I want to know how to add actions automaticly when the button is added. for example: when I add the button, the XML code is : | test name=test1/test | but I wanted that it adds those XML lines for example: | test name=test1

[JBoss-user] [Messaging, JMS JBossMQ] - help:what's the difference between ConnectionFactory and

2006-03-27 Thread vincent.yuan
I meet a problem ,please refer to the following codes | Object tmp = iniCtx.lookup(TOPIC_CONNECTION_FACTORY_KEY); | |String connectStatusTopicName = | ConfigUtils.getProperties().getProperty(ConnectStatusTopicName, | TopicStatus); |

[JBoss-user] [JBoss jBPM] - Re: call for jBPM performance problems

2006-03-27 Thread julian_k
I continually receive a deadlock error during insertion into the JBPM_LOG table...since there is no user control over the auditiing process, this would seem to be a jbpm application error. Any help on resolving this issue would be appreciated. This is on Postgresql 7.3.x, Tomcat 5.5.x, Java

[JBoss-user] [EJB 3.0] - Initializing a new entity bean with relations

2006-03-27 Thread treespace
I have a new entity Author and want to add a Book. The book list is empty which generates an exception in author.getBooks().add( new Book() ). Two questions. First, can any old List implementation be used to initialize the list? My impression was that was a special implementation of List

[JBoss-user] [Installation, Configuration Deployment] - Problems with Schedule...

2006-03-27 Thread liss
Hi everybody, I'm writing this message to know if has anyone had this same kind of problem of mine... I have 11 classes that implements Schedule and run under jboss-3.2.6. They work fine on developer environment, but not on client environment. These services has a regularity time to execute,

[JBoss-user] [JBoss Seam] - Re: Two Bugs?

2006-03-27 Thread [EMAIL PROTECTED]
all sounds like valid bug/feature request. put them in individually jira issues in hibernate tools jira. /max View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932855#3932855 Reply to the post :

[JBoss-user] [JBossWS] - JBOSS 4.0.3SP1 - Pb for WS deployment

2006-03-27 Thread bobunny
Hi every one, I'm trying to deploy a webservice based on a EJB, and i encountered the following JBOSS message : 2006-03-27 15:45:48,164 INFO [org.jboss.ejb.EJBDeployer] Deployed: file:/TPEDEVTT19/projets/TPE/users/tpedev19/jboss4/jboss-4.0.3/ser | ver/dvd/deploy/ticketmanager_1.0.jar |

[JBoss-user] [JBossWS] - Re: Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-03-27 Thread ngtdave
Where is this fixed? 4.0.4RC1 still has this problem. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932857#3932857 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932857

[JBoss-user] [JBoss jBPM] - Re: call for jBPM performance problems

2006-03-27 Thread julian_k
I'm sorry, I posted too hastily...here is the flow of calls to jbpm: 1) Load processinstance from newly opened JbpmSession 2) Get ContextInstance and delete a variable 3) Get TaskInstances from ProcessInstance's TaskManagementInstance 4) Loop through the TaskInstances and if the task has not

[JBoss-user] [JBoss Seam] - jBPM and the back button

2006-03-27 Thread liudan2005
I'm considering using jBPM with Seam as we've got a lot of pageflows and processes to deal with. Had a look at Seam doc and noticed back button won't be supported if jbpm is used. Is it gonna be easy to enable back button with jbpm? If this is gonna take a lot of effort to implement, I'd

[JBoss-user] [Microcontainer] - Why java.lang.class.getDeclaredConstructors order not match

2006-03-27 Thread bkeh12
| public ConstructorInfoImpl[] getConstructors(ClassInfoImpl classInfo) |{ . | Constructor[] constructors = getDeclaredConstructors(clazz); | . | return infos; |} | | | protected Constructor[] getDeclaredConstructors(final Class clazz) |

[JBoss-user] [JBoss Portal] - JBOSS and JSF Portlets (Sun RI)

2006-03-27 Thread pauljoyce
Hi, I am trying to deploy a JSF JSR 168 portlet to JBoss Portal 2.2.1 RC3. The Portlet I am trying to deploy is a Sun RI example (guess number JSF portlet). I am using this as it is Sun RI portlets I hope to deploy. I am getting an exception on deployment that mentions a MyFaces class ??

[JBoss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-03-27 Thread sony3002
hello, thank you for the reply i done as you said and found this +- UserLoginBean (class: org.jnp.interfaces.NamingContext) | | +- remote (proxy: $Proxy49 implements interface com.amlaki.cbmega.ejb.user.UserLoginRemote,interface org.jboss.ejb3.JBossProxy,interface

[JBoss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-03-27 Thread asack
sony3002 wrote : hello, | | thank you for the reply | i done as you said and found this | | +- UserLoginBean (class: org.jnp.interfaces.NamingContext) | | | +- remote (proxy: $Proxy49 implements interface com.amlaki.cbmega.ejb.user.UserLoginRemote,interface

[JBoss-user] [JBossWS] - Re: Problem installing JBossWS in JBoss AS 4.0.4 RC1

2006-03-27 Thread ngtdave
Okay, it looks like it was fixed here: jbossws-1.0.0.CR4. Now to give it a try. :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932868#3932868 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932868

[JBoss-user] [Performance Tuning] - Re: Linux or Window for JBoss web application?

2006-03-27 Thread PeterJ
All the performance testing that we have done shows no difference between Linux and Windows performance on the exact same hardware. However, if you go with Windows XP, realize that there is a limit to the number of connections allowed. I know that IIS and various other OS services enforce

[JBoss-user] [EJB 3.0] - Invalid use of destroyed classloader, UCL destroyed

2006-03-27 Thread Cybernd
Hi, Currently i use jibx for deserialisation purpose. Whenever i redeploy my ear, i get the following exception: java.lang.ClassNotFoundException: Invalid use of destroyed classloader, UCL destroyed Im not sure if the cause is the jibx bytecode enhancement, but it seems like it occours

[JBoss-user] [JBossCache] - Re: Receiving a

2006-03-27 Thread fotero
I got it! The problem is related to the Fqn that I was using. Unlike my previous post, I was using: Fqn fqn1 = new Fqn(new Object[] {/, cluster, object1}); | Fqn fqn2 = new Fqn(new Object[] {/, cluster, object2}); The extra / character caused a problem when the cache were trying to retrieve

[JBoss-user] [JBoss jBPM] - Re: Intergration of JBPM in Jboss Portal

2006-03-27 Thread antitrust1982
I post on the development a similar question, and they answered me to see how include my JBPM webapplication in a JSF portlet. Somebody know how to do this please? can you help me? thanks for your help regards Antitrust1982 View the original post :

[JBoss-user] [EJB 3.0] - Re: JMX and EJB3 compatibility

2006-03-27 Thread asack
A shameless bump! :-)! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932876#3932876 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932876 --- This SF.Net email is

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Correct EJB-QL generates faulty SQL. any ideas?

2006-03-27 Thread cwad0000
When looking in my server.log I see the following is created: 17:53:36,498 DEBUG: EJB-QL: SELECT OBJECT(o) FROM GenericRelation o WHERE (o.parent_type = ?1) 17:53:36,498 DEBUG: SQL: SELECT FROM glb_gen_relation t0_o WHERE ((t0_o.parent_type = ?)) I was expecting it to generate this SQL:

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2006-03-27 Thread [EMAIL PROTECTED]
g.tomassoni wrote : Did I do something wrong? Nono, you were fine, I was not yelling at you :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932878#3932878 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932878

[JBoss-user] [JBoss Seam] - Re: DataModel / Duplicated ID

2006-03-27 Thread [EMAIL PROTECTED]
g.tomassoni wrote : However, you were right, Gavin: upgrading the MyFaces core library (api+impl) to the 1.1.3-SNAPSHOT dated march 27, 2006, solved this issue at least for me. | | To whom it may concern, the MyFaces core's 1.1.3 nightly snapshots may be downloaded from

[JBoss-user] [JBoss Seam] - Re: Problem with @DataModel in PAGE scope

2006-03-27 Thread [EMAIL PROTECTED]
Wellyes, the idea is that if you need to keep using it in the next RENDER_RESPONSE phase, you need to re-outject it... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932880#3932880 Reply to the post :

[JBoss-user] [JBoss Portal] - Portal Demo Broken, is this real software?

2006-03-27 Thread dwelch
Was trying to view the JBoss portal using the demo portal provided(http://portal.demo.jboss.com) v. 2.2.1 and, needless to say, am extremely disappointed. After logging in, the bottom of page has invalid HTML (from the news portlet), and, you can't even click on the Edit My Profile after this,

[JBoss-user] [Installation, Configuration Deploy ment] - Configuración de mail en Jboss

2006-03-27 Thread nicoescribal
Hola, tengo algunos problemas para configurar el servidor de mail de jboss. Me gustaría saber como hacerlo. Estoy usando JBOSS 4.0.3 SP1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932882#3932882 Reply to the post :

[JBoss-user] [JBoss AOP] - Re: currentInterceptor

2006-03-27 Thread [EMAIL PROTECTED]
I can add a getCurrentInterceptor() method, but there will be no setCurrentInterceptor() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932884#3932884 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932884

  1   2   3   >