[jboss-user] [JBoss Tools (users)] - Re: Wrong JBossTools Entity Generation on DB Table Name with

2008-12-19 Thread max.ander...@jboss.com
kabil, No really fun to have wait 1 minute for a simple download...next time please just show the relevant part of the file instead of everything. The error says that it has a problem finding the property oTestTestTestTest in home.xhtml - but there is no such reference in the files you sent. W

[jboss-user] [EJB 3.0] - Re: class java.lang.ClassCastException in EJB3.0 lookup

2008-12-19 Thread harish.vamsh
Hi Peter, Yes, it worked. Thanks a lot for your help. EJB3.0 has made it very simpler. Can you share any resources on EJB3.0, if you have? Thanks again Harish View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197770#4197770 Reply to the post : http://www.jboss

[jboss-user] [EJB/JBoss] - Re: EJB lookup failure in 5.0.0.GA

2008-12-19 Thread jhsingle
Here is the exception stacktrace: java.lang.ClassCastException: javax.naming.Reference | at security.ejb.server.SecurityManagerRemoteFactory.createSecurityManangerRemote(SecurityManagerRemoteFactory.java:44) | at security.ejb.server.SecurityManagerTest.cleanup(SecurityManagerTest.java

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-19 Thread pbaker01
One more thing Using the ejb-jar.xml and jboss.xml descriptor files has solved the MDB problem wrt start/stopDelivery issue raised in: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=147390 But this missing JNDI entries causes several new problems. Also, when I change the version nu

[jboss-user] [JBoss AOP] - Re: ClassNotFound Issues with deploy-basic-lt-war in jboss-5

2008-12-19 Thread artp
just to be clear i'm using the jboss-aop-2.0.0.GA tutorial with jboss 5.0.0.CR2 for jdk6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197762#4197762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197762 ___

[jboss-user] [JBoss AOP] - ClassNotFound Issues with deploy-basic-lt-war in jboss-5.0.0

2008-12-19 Thread artp
I'm not able to get deploy-basic-lt-war to work with the exception below I tried deploy-basic-lt-war-in-jar and deploy-ear-aop with success. for deploy-basic-lt-war i set loadtimeWeaving to true and set useJBossWebLoader to true in war-deployers-jboss-beans.xml -12-19 16:51:15,182 ERROR

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-19 Thread max.ander...@jboss.com
btw. it works out of the box for me Please run eclipse with -debug and tell us what is in the error log. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197759#4197759 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Tools (users)] - Re: XSD validation in Eclipse

2008-12-19 Thread max.ander...@jboss.com
does it open in JBoss Tools XML Editor ? Or just plain text editor ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197758#4197758 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197758 _

[jboss-user] [JBoss Tools (users)] - Re: Problem creating new portal project

2008-12-19 Thread max.ander...@jboss.com
Not sure what you are referring to. You create a portlet project by adding the Portlet facet to a dynamic web project or seam web project. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197757#4197757 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBossWS] - Re: ERROR [RequestHandlerImpl] Cannot close output stream

2008-12-19 Thread memaster
I tried my application in version 5.0.0.GA and I had the same problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197755#4197755 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197755

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 4.2.3 and Maven

2008-12-19 Thread chriscarr
I was able to fix my project by correcting the entry on the pom.xml file. It is just changing the group id to a slightly different path and updating the version number. Before: | jboss | jbossall-client | 4.2.2.GA | After:

[jboss-user] [JBoss Tools (users)] - Problem creating new portal project

2008-12-19 Thread Putzeudel
Compared to the list shown in the portal tool tutorial the list i have to choose from is tiny, with "seam portal V2" being the only portal project. I am especiall missing "Portlet Project v1.0" and "Portlet Project v2.0". I installed the 2.7 bundle and JBossTools-3.0.0.Beta1-R200810311334-ALL-wi

[jboss-user] [EJB 3.0] - Re: Binding / JNDI / EJB

2008-12-19 Thread pbaker01
btw: JBoss 5.0.0 GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197750#4197750 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197750 ___ jboss-user mailing list jboss-user@

[jboss-user] [EJB 3.0] - Binding / JNDI / EJB

2008-12-19 Thread pbaker01
We have an application that has three Stateless EJBs. During the initial development we did not use ejb-jar.xml or jboss.xml config files. When the beans were deplyed the system created several entries in the Global JNDI. We have now created jBoss.xml and ejb-jar files and now the EJB Global

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss hangs, deadlock

2008-12-19 Thread PeterJ
Full stack traces for those three threads would help. Look through the stacks for any code that might be yours and see what it is you are doing with logging in that code. Note that the situation you have indicated might not be an issue - logging tends to be single-threaded (otherwise the log fi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss hangs, deadlock

2008-12-19 Thread dahlgren...@fastmail.fm
Hi all, I'm using JBoss 4.2.2.GA. When I run a specific JSP script, JBoss hangs and stops responding after some time. I took a threaddump and saw that there is some kind of deadlock. I don't want to post the whole thing unless it's necessary, but here is a snippet: Found one Java-level dead

[jboss-user] [JBoss jBPM] - Re: jBPM-3.3.0.GA Released

2008-12-19 Thread bhagatkota
I was able to successfully migrate to version 3.3 but the issue I am facing now is I am getting a few exceptions because there is _VERSION column added to few tables and I am getting the following exception Caused by: org.hibernate.PropertyAccessException: Null value was assigned to a property

[jboss-user] [MBean] Can't access to JBoss 5.0.0.GA MBean from JConsole

2008-12-19 Thread Domenico Briganti
Hi everyone. I'm using JBoss 5.0.0.GA and I want to see JBoss MBean from Java JConsole. I followed this http://www.jboss.org/community/docs/DOC-10521 but don't work with 5.0.0.GA. Any help would be greatly appreciated. Thanks Domenico __

[jboss-user] [JNDI/Naming/Network] - jndi lookup on a different app server (glassfish)

2008-12-19 Thread 20div0
Trying to do what I thought would be a easy task but search the web up and down and can't find a solution. I am try to access a remote ejb3 in glassfish(v2) from jboss (4.0.5). On a stand-alone app, it's easy, I just include the appserv-rt.jar and javaee.jar in my classpath and create an initi

[jboss-user] [JBoss Cache: Core Edition] - Problem setting up clustered JBossCache

2008-12-19 Thread mattdz
Hi everyone. We recently upgraded to JBossCache 3.0.1 and are having some troubles getting the clustered cache working. We're running on multi-homed IP systems with our clustered frontends feeding off the same directory for the web application. Here is the error we're getting: n-21} at

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Could not find PU dependency

2008-12-19 Thread toppac
I found the solution. The persistence.xml file was misnamed. Correcting it to persistence.xml resolved the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197729#4197729 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection Pool Question JBoss 4.2.x

2008-12-19 Thread PeterJ
The connection pool mbean is generated automatically when the *-ds.xml file is parsed, so you might be better off modifying the existing one than trying to wrap or replace it. I think that the connection pool manager is in the source at connector/src/main/org\jboss/resource/connectionmanager/In

[jboss-user] [EJB 3.0] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

2008-12-19 Thread ALRubinger
Please create a JIRA for this as a feature request under EJBTHREE. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197722#4197722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197722

[jboss-user] [Remoting] - JBoss AS 4.2.3.GA java.net.SocketException

2008-12-19 Thread sunilbabu
I am using JBoss AS 4.2.3.GA and jboss-4.2.0.CR2 with ejb3.0. I have a remote client that calls the method in server using sslscoket and both servers will successfully print out the echo message. But If i try to call any method on 4.2.3 server from a remote client I will get a debug message ab

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection Pool Question JBoss 4.2.x

2008-12-19 Thread chip_schoch
Thanks. This looks pretty interesting. However, we are trying to track down an issue where we are getting too many connections opened. We want to log when gets and puts to the connection pool happen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197718#41

[jboss-user] [Clustering/JBoss] - Re: Session replication, Please help

2008-12-19 Thread bstansbe...@jboss.com
My guess is your session replication channel is *not* using TCP. GMS: address is 172.16.64.21:32804 32804 seems more like a port the UDP configs would use. The session replication channel isn't configured via cluster-service.xml. It's via tc5-cluster-service.xml or jboss-web-cluster.sar/META-I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Could not find PU dependency

2008-12-19 Thread toppac
I keep getting this error for one of my ear files. [PersistenceUnitHandler] Could not find PU dependency for persistence.units:unitName=dor. Waiting for dependency to resolve I am not sure what dependency it is waiting on. I have two other ears that use the exact same persistence.xml file and t

[jboss-user] [JBoss Portal] - Re: Universal per portlet instance configuration for all use

2008-12-19 Thread mrostan
Hi, we have implemented a new CustomizationManager (by extending the default CustomizationManagerService), we have defined "scopes" associated to the instances, if the scope is 'window' the customization is associated to the window (and not the user), so you can edit the preferences (with the cu

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Connection Pool Question JBoss 4.2.x

2008-12-19 Thread PeterJ
If all you want is better logging, why not use something like log4jdbc? http://code.google.com/p/log4jdbc/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197709#4197709 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=419

[jboss-user] [JBoss Portal] - Advice needed on using Hibernate with Portlets

2008-12-19 Thread JohnnyTheHun
I want to use a HibernateSession to store and retrieve my data. Question one: does opening and closing a Hibernate session 10 times introduce a drastic overhead compared to opening and closing it once? (In this scenario there can be a good few hundred concurrent users) If it does, how can I use

[jboss-user] [JBoss Cache: Core Edition] - JBoss Cache 3.0.2.CR1 released

2008-12-19 Thread manik.surt...@jboss.com
Read all about it on the blog, this is a bug fix release on 3.x. Cheers Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197707#4197707 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197707

[jboss-user] [JCA/JBoss] - Re: How can persist JCA Mbean's attributes using Persistenc

2008-12-19 Thread PeterJ
If the properties whose values you want to persist are read/write, then you could create your own MBean to read and persist the properties, and then reset the properties on a restart. Have your MBean depend on the data source MBean so that it is started in the correct order. View the original p

[jboss-user] [JBoss Cache: Core Edition] - Re: Locks not being released under Weblogic 10.3 using MVCC

2008-12-19 Thread nathanmesser
I haven't yet been able to reproduce the problem in a controlled manner, although I'm trying. All I can confirm at the moment is that we've seen a stale/unreleased lock, reporting that it's held be a transaction that doesn't exist anymore, after having a transaction rolledback by a timeout (I c

[jboss-user] [JBoss Cache: Core Edition] - Re: Locks not being released under Weblogic 10.3 using MVCC

2008-12-19 Thread manik.surt...@jboss.com
JBCACHE-923 is really a workaround to a flawed transaction manager implementation in WLS (TMs are not allowed to let more than one thread access a specific transaction at any given instant, according to the JTA spec), and IIRC you should not see a worker thread processing a transaction and a sim

[jboss-user] [Beginners Corner] - Re: Migrate J2EE Project EJB 2 from Websphere to JBoss

2008-12-19 Thread PeterJ
It sounds like you are also declaring a data source in a *-ds.xml file. Try this. Bring up JBoss AS without anything deployed. Once it is running (wait for the "started in xxx seconds" message), deploy the *-ds.xml file. If that is nor successful, post the console log entries after "started in"

[jboss-user] [JBossWS] - JBossWS 3.0.5 Released

2008-12-19 Thread alessio.sold...@jboss.com
I'm happy to announce the release of JBossWS 3.0.5 GA which includes Native, Metro and Apache CXF integration. For a list of the new features, improvements and bug fixes, please refer the release notes available here: http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNot

[jboss-user] [Beginners Corner] - Re: JBoss will generate the WSDL while deploying ?

2008-12-19 Thread PeterJ
I have never used java2wsdl, so I cannot help you there. Any reason you are not using wsconsume? Looks like your are using SSL, I haven't done that either, so cannot help you there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197697#4197697 Reply to the

[jboss-user] [Clustering/JBoss] - Re: strace shows futex

2008-12-19 Thread b...@jboss.com
VIEW_SYNC is discussed in http://javagroups.cvs.sourceforge.net/viewvc/javagroups/JGroups/doc/design/ReliableViewInstallation.txt?revision=1.1&view=markup. To ask JGroups-related questions, your better bet is the JGroups mailing list. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [Beginners Corner] - Re: JBoss 5.0 on Windows Vista?

2008-12-19 Thread PeterJ
One more gotcha - use the latest version of JDK 5 or JDK 6, earlier versions had issues when running on Vista. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197694#4197694 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Cache: Core Edition] - Locks not being released under Weblogic 10.3 using MVCC lock

2008-12-19 Thread nathanmesser
Is the issue raised in JBCACHE-923 likely to be an issue with Weblogic using MVCC locking? We're using Weblogic 10.3 We're currently seeing a situation, after a transaction timed out while making a lot of modifications to our cache, where a particular node in the cache is locked. The behaviou

[jboss-user] [EJB/JBoss] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

2008-12-19 Thread jaikiran
Let's continue this discussion in your other post here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=147639 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197692#4197692 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [EJB 3.0] - Re: class java.lang.ClassCastException in EJB3.0 lookup

2008-12-19 Thread PeterJ
You need to include the EJB JAR file in the classpath when you compile your servlet. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197691#4197691 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197691 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 deployment issue

2008-12-19 Thread jaikiran
Can you please post the entire console logs? anonymous wrote : | 2008-12-19 21:08:01,862 WARN [org.jboss.resource.adapter.jms.inflow.JmsActivation] (WorkManager(2)- | 2) Failure in jms activation org.jboss.resource.adapter.jms.inflow.jmsactivations...@1899788(ra=org. | jboss.resource.adap

[jboss-user] [Clustering/JBoss] - Re: strace shows futex

2008-12-19 Thread mohitanchlia
Such a great explanation. Why don't I get this from docs :) I know it takes so much keep up with the docs. So if I understand correctly, in above example if for some reason election policy choses Node D as master then the view will be {D,C} instead of {C,D}. Is there a way in JMX Console to see

[jboss-user] [Beginners Corner] - Re: JBoss 5.0 on Windows Vista?

2008-12-19 Thread PeterJ
I run JBoss AS on both a 32-bit Vista (laptop) and 64-bit Vista (desktop). Be aware that the EULA you agreed to when you installed Vista (or configured if it came on your box) limits you to 10 incoming connections, therefore you should not deploy your web app to Vista in production if you have m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5, deployement sorter

2008-12-19 Thread jaikiran
See this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142538 P.S: JBossAS5 questions are better answered in the JBossAS5 specific forum here http://www.jboss.com/index.html?module=bb&op=viewforum&f=287 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Security & JAAS/JBoss] - Secure EJBs and unsecure Servlets

2008-12-19 Thread OrangeMetallicFrog
Hello again. Having read through my last post, I realised it wasn't really very clear what I was doing/having a problem with. Hopefully now it isn't so early in the day I can be a bit clearer! So, I have an EJB that I have secured. I can connect to this through my remote client. The remote

[jboss-user] [Remoting] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

2008-12-19 Thread jaikiran
"slimamar" wrote : Hello, | | I have the same problem with : | @RemoteBinding(clientBindUrl = "socket://0.0.0.0:3873") | | It works fine with JBoss 5.0.0Beta4 but not with JBoss 5.0.0.GA. | The property "jboss.bind.address" is set and the hostname '0.0.0.0' is not replaced. | |

[jboss-user] [EJB 3.0] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

2008-12-19 Thread jaikiran
Looks related to this http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146770 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197684#4197684 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197684

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBoss 5, deployement sorter

2008-12-19 Thread bragadocio
Hello, i cant find the MBean : i need it for update the URLComparator attribute. if not exist in jboss5, then how to sort deployement projects thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197682#4197682 Reply to the post : http://www.jboss.com/ind

[jboss-user] [EJB/JBoss] - Don't want to hard code the dynamic IP for @RemoteBindings->

2008-12-19 Thread slimamar
Hello, I have a problem with : @RemoteBinding(clientBindUrl = "socket://0.0.0.0:3873") It works fine with JBoss 5.0.0Beta4 but not with JBoss 5.0.0.GA. The property "jboss.bind.address" is set and the hostname '0.0.0.0' is not replaced from the client. For more information see : http://www.jbo

[jboss-user] [EJB 3.0] - Don't want to hard code the dynamic IP for @RemoteBindings->

2008-12-19 Thread slimamar
Hello, I have a problem with : @RemoteBinding(clientBindUrl = "socket://0.0.0.0:3873") It works fine with JBoss 5.0.0Beta4 but not with JBoss 5.0.0.GA. The property "jboss.bind.address" is set and the hostname '0.0.0.0' is not replaced from the client. For more information see : http://www.jbo

[jboss-user] [Management, JMX/JBoss] - MBeanServer not registering java.lang:* MXBeans on jboss sta

2008-12-19 Thread boniek
Title pretty much sums it up. I'm using latest JBoss 4.2 (same on 4.3) on Solaris with 1.6 SUN JDK. This is annoying as hell. My monitoring scripts get "java.lang:blablabla is not registered" and mxbean attributes are not available over snmp until I manually go to jmx-console. Can anyone help?:)

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 deployment issue

2008-12-19 Thread venuwin
Please find my destinations-service.xml below : | | | | | | | | | | jboss.messaging:service=ServerPeer | jboss.messaging:service=PostOffice | | | | | | jboss.messaging:service=ServerPeer | jboss.messaging:s

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss 5 deployment issue

2008-12-19 Thread venuwin
Hi, That has been fixed. Now my error is this : | 2008-12-19 21:08:01,862 WARN [org.jboss.resource.adapter.jms.inflow.JmsActivation] (WorkManager(2)-2) Failure in jms activation org.jboss.resource.adapter.jms.inflow.jmsactivations...@1899788(ra=org.jboss.resource.adapter.jms.jmsresourceada

[jboss-user] [Beginners Corner] - Re: How can a Java object get the name of the JBOSS instance

2008-12-19 Thread jaikiran
Are you looking for System.getProperty("jboss.server.name"); See this for more details https://www.jboss.org/community/docs/DOC-10730 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197674#4197674 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Connection Pool Question JBoss 4.2.x

2008-12-19 Thread chip_schoch
I would like to implement the connection pool interface to wrap the current connection pool implementation in order get better logging. This is driven by deficiencies in the DBMS (Sybase) auditing features. Can anyone point me to where I can find information on where to start. For instance, w

[jboss-user] [JBoss jBPM] - Re: How to best control access from multiple threads to a Pr

2008-12-19 Thread jse
Ronald Thanks for your answers. Am I right in thinking that two threads can, at the same time: 1) load the same ProcessInstanceForUpdate 2) Signal to their different tokens 3) Close the context (and thus commit the changed process instance state back to the database) ...without causing any clash

[jboss-user] [EJB 3.0] - Re: remote ejb and dependency injection

2008-12-19 Thread ALRubinger
"morphy" wrote : no way to inject a remote ejb??? True, the spec does not provide mechanism for injection of remote resources. In fact, until EJB 3.1 there isn't even a mandate that EJBs are bound into Global JNDI. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - BusinessCalendar for each process definition.

2008-12-19 Thread mi...@consol.pl
Hi. Is it possible to define more than one Business calendar ? I have for e.g 5 process definition and i want 5 different calendars(calendars with different data). I want to associate them with process definition. Actually its only one properties file -> jbpm.business.calendar.properties which i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EjbModule is already installed JBossAS-5.0.0.GA

2008-12-19 Thread henlin
Yes! just what I did its here: https://jira.jboss.org/jira/browse/JBAS-6335 Thanks for helping! If anyone can come up with another workaround it would be preferred because its just too much work for us in the build scripts and also backward compatibility issues with existing in-production vers

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EjbModule is already installed JBossAS-5.0.0.GA

2008-12-19 Thread jaikiran
Looks like a bug to me. You could open a JIRA issue here https://jira.jboss.org/jira/browse/JBAS. As a workaround, you can rename one of the jars to be unique. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197658#4197658 Reply to the post : http://www.jbos

[jboss-user] [EJB 3.0] - Re: Deploying an EJB3 MDB as stopped?

2008-12-19 Thread pbaker01
Hi again, I have continued to research this problem but still have not found a solution. JBoss 5.0.0 GA JBoss Messaging I'll state my problem a different way. I have a message producer that can generate upward to 50K messages. I would like to be able to control when the MDBs consume the mes

[jboss-user] [Remoting] - Re: Don't want to hard code the dynamic IP for @RemoteBindin

2008-12-19 Thread slimamar
Hello, I have the same problem with : @RemoteBinding(clientBindUrl = "socket://0.0.0.0:3873") It works fine with JBoss 5.0.0Beta4 but not with JBoss 5.0.0.GA. The property "jboss.bind.address" is set and the hostname '0.0.0.0' is not replaced. Is a bug ? View the original post : http://www.jb

[jboss-user] [Security & JAAS/JBoss] - Re: subject lookup

2008-12-19 Thread stefan.a.marty
Now I have written my own LoginModule where I return a modified principal containing the userId. Seems to work. Anyway, if someone has ha better solution please note. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197653#4197653 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: How can persist JCA Mbean's attributes using Persistenc

2008-12-19 Thread makas
I can't remove -ds.xml. Access for -ds.xml is banned for me. I can create new JMX service that contain in attributes needed JCA MBEAn's attributers, and persist it. When Service is started, I give persistence data and set up it in JCA MBeans.(past this logic in startService() method ) public c

[jboss-user] [Clustering/JBoss] - Session replication, Please help

2008-12-19 Thread navkalp
Hi, I have two sun solaris 10 machines, each machine has two nodes configured in cluster as defined in the following link. http://www.jboss.org/community/docs/DOC-9384 Please note that session replication is working on second machine. On the first machine where session replication is not workin

[jboss-user] [Clustering/JBoss] - Session replication, Please help

2008-12-19 Thread navkalp
Hi, I have two sun solaris 10 machines, each machine has two nodes configured in cluster as defined in the following link. http://www.jboss.org/community/docs/DOC-9384 Please note that session replication is working on second machine. On the first machine where session replication is not workin

[jboss-user] [EJB/JBoss] - How to manage dependencies between ejb3-jar and jpa-jar at d

2008-12-19 Thread sbon...@antel.com.uy
I have a jpa-jar package and I inject entityManager into an ejb3. If I deploy the jpa-jar first everything goes ok, but If I deploy both jars and then start jboss4.2.3, it seems jboss charge the ejb3 first and the following error apperars: Problem starting service jboss.j2ee:service=EJB3,m

[jboss-user] [JBoss Portal] - Custom Dahboard Bar

2008-12-19 Thread Broots
Hi All, I'm trying to build a custom dasboard bar as a specific region in my layout. The problem, i'm facing is to retrieve some attributes from JBossRenderRequest like "org.jboss.portal.header.ADMIN_PORTAL_URL", "org.jboss.portal.header.EDIT_DASHBOARD_URL", "org.jboss.portal.header.COPY_TO_DASH

[jboss-user] [Javassist user questions] - Replace outgoing method call

2008-12-19 Thread johanhaleby
Hi, Let's say I have a method M1 in class A that calls method M2 in class B. I would like to replace M1's call to M2 without modifying the byte-code of B (because I cannot byte-code manipulate this class, for example because it's a java.lang class). Is this possible in Javassist without using

[jboss-user] [JBoss jBPM] - Re: nulpointer in slightly complicated process

2008-12-19 Thread kukeltje
What I get from your picture: - You want 5 to only execute if 1 and 2 have finished - You want 3 and 4 to execute if 1 has finished, but 2 might not have What you do is use the join on the right as a milestone... A join is a kind of milestone, but a very specific one. Instead of a join create a '

[jboss-user] [JBoss jBPM] - Re: variable in process definition

2008-12-19 Thread kukeltje
No, not directly as you describe... search the forums for for other ways View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197625#4197625 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197625 __

[jboss-user] [JBoss jBPM] - Re: what are the active tokens

2008-12-19 Thread kukeltje
I immediately created a small testcase locally so I will not forget it anymore ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197621#4197621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197621 ___

[jboss-user] [Beginners Corner] - Migrate J2EE Project EJB 2 from Websphere to JBoss

2008-12-19 Thread garfield168
Hello, We are currently migrating from WebSphere to JBoss. The EAR contains 64 EJB 2.1 projects. We don´t want migrate to EJB3 in the next time. Anyway, do we have to make JAVA code changes (annotations) although we use EJB2.1? At the Jboss server start I run into this error: 10:39:04,000 ERRO

[jboss-user] [JBoss jBPM] - variable in process definition

2008-12-19 Thread AJanz
is it possible to define a variable and its value in a process definition? for example something like | | | | | | | | Going to the first state! | | | | | | | About to fini

[jboss-user] [JBoss jBPM] - Re: what are the active tokens

2008-12-19 Thread tbeernot
"kukeltje" wrote : Yep that was it... Does it work now? | | Yup! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197616#4197616 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197616 ___

[jboss-user] [JBoss jBPM] - Re: JBPM 3.3.0GA console. Missing class JbpmService

2008-12-19 Thread jjrs
Could anyone kindly provide some help/guidance about how to set up the jbpm console to connect to a external datasource in 3.3.0GA ? Thanks alot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197615#4197615 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss jBPM] - Re: what are the active tokens

2008-12-19 Thread kukeltje
Yep that was it... Does it work now? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197614#4197614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197614 ___ jboss-user maili

[jboss-user] [JBoss jBPM] - Re: nulpointer in slightly complicated process

2008-12-19 Thread jjrs
Hi Ronald, I am slightly confused about what when a processdefinition is illegal. anonymous wrote : not all legs of the fork arrive in the same corresponding join. From the functional and dependency point of view, not always be possible to add intermediate fork and joins without affect

[jboss-user] [JBoss jBPM] - Re: what are the active tokens

2008-12-19 Thread tbeernot
if (lNode instanceof HibernateProxy) { lNode = (Node) ((HibernateProxy)lNode).getHibernateLazyInitializer().getImplementation(); } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197611#4197611 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss jBPM] - Re: what are the active tokens

2008-12-19 Thread tbeernot
"kukeltjeStandard hibernate proxy issue... search the web on how to get the real implementation (sorry, I have no link at hand, each time I forget to put it in my bookmarks) [/quote wrote : | | Yes, I figured that out by now :-) The only solutions I find using the classname and substringin

[jboss-user] [Beginners Corner] - Re: How can a Java object get the name of the JBOSS instance

2008-12-19 Thread pedrong
Hi CrankIt, Did you find out how to get the instance? Thx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197604#4197604 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197604 ___

[jboss-user] [JBoss jBPM] - Re: what are the active tokens

2008-12-19 Thread kukeltje
anonymous wrote : That worked ok, but for some reason I now get Nodes that have a class "enhancedByCGLIB" and cannot use that anymore. Standard hibernate proxy issue... search the web on how to get the real implementation (sorry, I have no link at hand, each time I forget to put it in my bookm

[jboss-user] [EJB/JBoss] - Connection is not releasing in CMP bean on jboss 4.2.2. GA

2008-12-19 Thread javaAmtho
Hi, My CMP bean is deployed on Jboss 4.2.2. GA AS. Issue is that this cmp bean is not releasing the connection after usage in module ..and bcos of that i am getting below exception in AS. 2008-12-18 06:53:52,671 DEBUG [JDBCExceptionReporter] Cannot open connection [???] org.jboss.util.NestedSQ

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EjbModule is already installed JBossAS-5.0.0.GA

2008-12-19 Thread henlin
Hi! The problem occur when deploying my-ejbs.jar which is named the same application.xml in ear 1: | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.co

[jboss-user] [Performance Tuning] - Jboss 4.2.2 GA : No ManagedConnections available within conf

2008-12-19 Thread javaAmtho
Hi, I am getting "No ManagedConnections available within configured blocking timeout ( 3 [ms] )"issue on Jboss 4.2.2 GA Application server. I have deployed CMP EJB bean and its working fine without this issue into Jboss 4.0.5 GA. I havnt changes any code into my bean and i just ported my p

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss Transactions in AS5.0.0.GA

2008-12-19 Thread rnicholson10
That did the trick! Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197591#4197591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197591 ___ jboss-user mailing list jbo

[jboss-user] [JBoss jBPM] - what are the active tokens

2008-12-19 Thread tbeernot
I have a parent which has forked two childeren. At a certain moment the two childeren are each in some state and the parent is waiting in the fork. This means -for me- I have to two active token and one suspended. Some time later the childeren have joined and the parent is active again. This me

[jboss-user] [JBoss AOP] - Re: help with poincut for annotation parameter values

2008-12-19 Thread vladimir.kovalyuk
DerMas, thanks for help. I'm afraid what I'm looking for is actually not supported. Dynamic interception won't help 'cause I have to reflect aspectized classes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197589#4197589 Reply to the post : http://www.jbo

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with dependency on EJB JAR

2008-12-19 Thread g7r
Thanks for quick reply! I see I can reference particular EJB Bean in depends element. But can I reference entire EJB JAR? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197588#4197588 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss Transactions in AS5.0.0.GA

2008-12-19 Thread jhalliday
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119313 Use transactionManager.commit|rollback, not transaction.commit|rollback, that will probably sidestep the issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197586#4197586 Reply to the post :

[jboss-user] [Remoting] - Re: JBREM-877: New Socket Connection is being Created for Ev

2008-12-19 Thread vink
I'm using SLSB on JBoss 4.2.2.GA with Remoting 2.4.0.SP1. On using invokerDestructionDelay in ejb3 connector configuration, my system goes slow & slow and run out of resources(native threads) in few minutes. When removing this attribute, the system don't run out of resources, but many sockets a

[jboss-user] [JBoss AOP] - Re: help with poincut for annotation parameter values

2008-12-19 Thread DerMas
As far as I know you can only set pointcuts for an annotation, but not for its attributes. So you have to intercept all @Mixins annotations and then you can check out which attributes are set in your aspect/interceptor: | MethodInvocation methodInvocation = (MethodInvocation) invocation; |

[jboss-user] [EJB 3.0] - Re: remote ejb and dependency injection

2008-12-19 Thread morphy
no way to inject a remote ejb??? umpf sob sigh View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197583#4197583 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4197583 ___ jboss-

[jboss-user] [Security & JAAS/JBoss] - subject lookup

2008-12-19 Thread stefan.a.marty
Hello I try to get the subject to store an additional principal containing UserId for audit purposes (subquestion: Is that a good idea). Unfortunately I get always another subject instance so I can't persist the UserId. this are my lookup trials: Subject subject = (Subject) PolicyContext.getC

[jboss-user] [JBoss jBPM] - Re: How to best control access from multiple threads to a Pr

2008-12-19 Thread kukeltje
btw, you seem to do things synchronous in a transaction like way from E to J to P. Is there a mechanism towards P if the 200 to E cannot be send? If not, why not just do it async? I think/hope btw this is a minimal version of the process to demonstrate your issue. Otherwise the added-value of jB

[jboss-user] [JBoss jBPM] - Re: nulpointer in slightly complicated process

2008-12-19 Thread kukeltje
oh... btw... your process is not slightly complicated look here: http://download.schabell.org/presentations/STPBPM_JFall2008.pdf, sheet 15 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4197576#4197576 Reply to the post : http://www.jboss.com/index.html?m

[jboss-user] [JBoss Tools (users)] - Re: hibernate.cfg.xml not found when l launch a test

2008-12-19 Thread juanignaciosl
No, sorry, I was wrong. The app worked _before_ adding jBPM. I've created a Jira (https://jira.jboss.org/jira/browse/JBSEAM-3858) with this issue. It's more detailed than this entry. Thank you for your interest :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss Transactions in AS5.0.0.GA

2008-12-19 Thread rnicholson10
We recently moved from JBoss AS 4.0.5.GA to AS 5.0.0.GA and have begun testing our applications. The first problem I'm having is to do with transactions. In 4.0.5.GA there are no issues, but in the new version I'm getting the following exception: java.lang.IllegalStateException: Can't lock a Tr

  1   2   >