[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread azharaltaf
Hi, There are two exception classes in the jar and are as follows. | @ApplicationException | public class SessionException extends LoginFailedException { | | @ApplicationException(rollback = true) | public final class AuthenticateUserServiceBean implements AuthenticateUserService

[jboss-user] [Installation, Configuration & Deployment] - Pb start jboss in windows service mode

2009-09-10 Thread sanouk
Hello, I try to start jboss in service windows on windows server 2003 r2 french. I ran on bin folder service.bat install. The new service appaired in the services list of windows. I started the service but I can't connect on my web site. If I stop the service and run jboss by run.bat, it's ok.

[jboss-user] [JBoss Portal Users] - Re: Pb starting jboss in windows service

2009-09-10 Thread sanouk
Ok Thank you Peter Sanouk View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254641#4254641 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254641 ___ jboss-user mailing list jbo

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread jaikiran
Caused by: java.lang.IllegalArgumentException: ApplicationException is only valid on an Exception | at org.jboss.metadata.annotation.creator.ejb.jboss.ApplicationExceptionProcessor.create(Application | ExceptionProcessor.java:60) | Hmm, i have to start concentrating more while looking

[jboss-user] [Javassist Users] - Re: How to add an import statement

2009-09-10 Thread Herkules000
What about classPool.importPackage("java.net"); ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254638#4254638 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254638 ___ jbo

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread azharaltaf
| C:\Documents and Settings\azhar\Desktop>jar -tf icba10-kern-security-ejb.jar | Hi Jaikiran, | | This is the output of the jar file that is causing the problem. | | META-INF/ | META-INF/MANIFEST.MF | META-INF/ejb-jar.xml | META-INF/persistence.xml | my/ | my/com/ | my/co

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread jaikiran
Post the output of jar -tf thatjar.jar thatjar.jar is the name of the jar causing this issue. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your post is

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread azharaltaf
No, there is no entry in the MANIFEST.MF file View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254633#4254633 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254633 ___ jboss-use

[jboss-user] [jBPM Users] - Re: JNDI-Lookups for the ProcessEngine in Tomcat

2009-09-10 Thread sebastian.s
Nobody? Maybe you could give a statement on this, Joram? I would be very grateful. And if it is possible but there is some work to do I will see if I can help with this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254632#4254632 Reply to the post : http:

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread jaikiran
"azharaltaf" wrote : The error only appears if i deploy one of my application jar. Does that jar have a Class-Path entry or a Main-Class attribute in the META-INF/MANIFEST.MF file? If yes, try removing those entries. View the original post : http://www.jboss.org/index.html?module=bb&op=view

[jboss-user] [EJB] - Re: Not able to Deploy Local ejbs across multiple ears

2009-09-10 Thread jaikiran
Walter, Let's discuss your issue in your other thread here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161109 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254626#4254626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[jboss-user] [EJB] - Re: NameAlreadyBoundException when migrate from JBoss 4.2.2.

2009-09-10 Thread jaikiran
anonymous wrote : I need only one instance/reference of ejb-shared , and I use @LocalBinding(jndiBinding="X") for that in the ejb's in ejb-shared.jar . If there are more than one bean trying to bind to the same JNDI name then an exception will be thrown as you have seen. anonymous wrote : |

[jboss-user] [JBoss Messaging Users] - Re: Urgent! Clustered-queue on 2 nodes failed

2009-09-10 Thread sv_srinivaas
Hi, I too have the same issue. I installed JBoss 5.1.0 GA, Messaging 2.0.0 Beta 4. Ran the ClusteredQueueExample test that comes with JBM using ant and it worked sometimes but was not consistent, but when I started the queue jboss servers explicitly (i.e. server0 and server1 with exampleQueue c

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread azharaltaf
Hi, I certainly did copy over the EAR file into the deploy folder. What I meant was I did not copy any third parties jars into my JBoss.5.0.0.GA lib/deploy folder. The error only appears if i deploy one of my application jar. If i remove the problematic jar, i do not get the exception but other

[jboss-user] [jBPM Users] - Re: HistoryTaskQuery.startedBefore() and startedAfter() dont

2009-09-10 Thread jnlugo
How do I get version 4.1? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254612#4254612 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254612 ___ jboss-user mailing list jboss

[jboss-user] [jBPM Users] - jBPM 4 and thread-safeness

2009-09-10 Thread greeneagle
Hi, I've been working for 2-3 years with jBPM 2/3 and now have the time to evaluate if I should switch to version 4 in future. In the user-guide I read the following: anonymous wrote : | For all objects that are referenced by a class name, will be instantiated during parsing time. Which impl

[jboss-user] [JBoss Tools Users] - Re: want to port project from myeclipse to jboss tools...

2009-09-10 Thread deanhiller
yes, "behind" can be relative. I am new to jboss tools, but then I was new to myeclipse when I set that up as well though it did take me an hour to setup as there was one trick that was tough. With jboss tools, I have been playing and playing with it with no luck. I have no .settings folder i

[jboss-user] [Installation, Configuration & Deployment] - Re: Incomplete Deployment listing (for the nth time)

2009-09-10 Thread mailming
for jboss server 4.2.0 timer services default ds engine is hsql if you want the error eliminated the following files are needed. ./server/default/deploy/hsqldb-ds.xml ./server/default/lib/hsqldb-plugin.jar ./server/default/lib/hsqldb.jar mailming mailm...@gmail.com View the original post : htt

[jboss-user] [jBPM Users] - Re: NullPointerException using identityService

2009-09-10 Thread kukeltje
cool... next time, please post this directly... do you have turned the log level to debug and checked if that shows more? Have you tried debugging in your IDE? Have you checked what the line effectively does? (the source is open). Sorry to not give you a direct answer, but that is mainly becau

[jboss-user] [JBoss Tools Users] - Re: jboss 5.1 runtime server is not doploying ear

2009-09-10 Thread marcilio.grisotto
I am not able to install JBossTools-Update-3.1.0.v200909100601N-H270-M3. It seems to be something wrong with site.xml. The only available option under Jboss Tools - 3.1.0.v20090901 is XLURunner 1.8.1.3-20070904. I think that the jar name is wrong inside site.xml, see: | ... | |

[jboss-user] [jBPM Users] - Re: NullPointerException using identityService

2009-09-10 Thread cjmanju123
No identiyServcie is not null. With the same configuration I am able to do everything else (like starting a process, assigning task, etc.,) By the way the version of jBPM is 4.0. and here is the exception Exception in thread "main" java.lang.NullPointerException | at org.jbpm.pvm.internal

[jboss-user] [JBoss Portal Users] - Re: synchronization of the dashboard

2009-09-10 Thread sviluppatorefico
thanks Vivek View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254592#4254592 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254592 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [jBPM Users] - Re: workflow design about wait states

2009-09-10 Thread kukeltje
anonymous wrote : Is this the right way of going about this problem? No, the best way is to show us code, preferably a full unit test (see the first post in this forum). including simulation on how the event-listener is triggered etc... (why an event-listener and not just signal the specific

[jboss-user] [jBPM Users] - Re: HistoryTaskQuery.startedBefore() and startedAfter() dont

2009-09-10 Thread kukeltje
Can you try 4.1 first? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254591#4254591 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254591 ___ jboss-user mailing list jboss-us

[jboss-user] [jBPM Users] - Re: NullPointerException using identityService

2009-09-10 Thread kukeltje
Most likely your config is not correct and the identityService is null because processEngine.getIdentityService() returns null; have you tested that?) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254590#4254590 Reply to the post : http://www.jboss.org/i

[jboss-user] [jBPM Users] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-09-10 Thread kukeltje
please do not do that... it often has the opposite effect. Besides that I do not understand your remark: anonymous wrote : Sorry for not using assert() correctly, I currently can't remove the println() from my code. | I see no reason why this could not be made into a really full testcase wi

[jboss-user] [JBoss Tools Users] - Re: want to port project from myeclipse to jboss tools...

2009-09-10 Thread rob.stry...@jboss.com
I'd have to see an example project to know for sure (i'm not too familiar with myeclipse), but I believe it probably depends mostly on the content of your project/.settings/ folder. Specifically there should be a file in there called org.eclipse.wst.component.xml (or similar). I'm also not sur

[jboss-user] [Installation, Configuration & Deployment] - Re: How to bind to all interfaces on JBoss 5.1

2009-09-10 Thread PeterJ
You can use netstat, or better yet, TCPView from sysinternal, to see what apps are using a port (4712 in this case). Some Windows apps, notably the MS Sync Center and virus scanners, seem to take random ports that JBoss AS later wants. View the original post : http://www.jboss.org/index.html?mo

[jboss-user] [EJB] - NameAlreadyBoundException when migrate from JBoss 4.2.2.GA t

2009-09-10 Thread wluque
Hi , in first time sorry for mi english ! I have multiple ear's sharing one EJB . This EJB is deployed in one each ear . EAR-A war ejb-a ejb-shared EAR-B war ejb-b ejb-shared I need only one instance/reference of ejb-shared , and I use @LocalBinding(jndiBinding="X") for that

[jboss-user] [JBoss Portal Users] - Re: org.apache.commons.discovery.DiscoveryException: Class o

2009-09-10 Thread ptouny
I am having the same problem View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254582#4254582 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254582 ___ jboss-user mailing list jb

[jboss-user] [JBoss Tools Users] - Re: want to port project from myeclipse to jboss tools...

2009-09-10 Thread deanhiller
shoot, my tabs got ripped out..here is the dir structure again | project | ---input | --javasrc - src code | --libinclude - jar files that go in WEB-INF/lib when bundling war | --libexclude - jar files needed for compile but don't go in war | --webroot - contains all t

[jboss-user] [JBoss Tools Users] - want to port project from myeclipse to jboss tools...

2009-09-10 Thread deanhiller
We have a project and we don't really want to change the directory structure as it matches all of our other projects(jar projects included here). It is like so... project input javasrc - src code libinclude - jar files that go in WEB-INF/lib when bundling war libexclude

[jboss-user] [JBoss Tools Users] - jboss 5.1 runtime server is not doploying ear

2009-09-10 Thread marcilio.grisotto
A new EAR Application created within eclipse targeting jboss 5.1 runtime does not get deployed on server deploy folder. The servers view show application status as synchronized. I am using Eclipse 3.5 and JBossTools-Update-3.1.0.M3-N200909080001-H260. I installed only Jboss Tools, not Jboss Too

[jboss-user] [Installation, Configuration & Deployment] - Re: How to bind to all interfaces on JBoss 5.1

2009-09-10 Thread ngtdave
Thank you for your quick reply PeterJ! You are right, I meant -b 0.0.0.0 but the log definitely says "/0.0.0.0", I'm not sure why. Anyway, just tried again and it seems a good old fashion Windows reboot fixed the problem. I should have known, I've seen this with other ports Windows randomly ta

[jboss-user] [jBPM Users] - HistoryTaskQuery.startedBefore() and startedAfter() dont wor

2009-09-10 Thread jnlugo
I'm using jBPM 4.0. When I use HistoryTaskQuery.startedBefore() or HistoryTaskQuery.startedAfter(), I get the following exception ... 2009-09-09 14:30:17,483 INFO [org.jbpm.pvm.internal.svc.DefaultCommandService] (http-127.0.0.1-8080-6) exception while executing command org.jbpm.pvm.internal.q

[jboss-user] [JBoss Web Services Users] - Re: having trouble specifying namespace

2009-09-10 Thread rsobchak
Update: I removed the SEI so now the web service looks like this | @WebService(serviceName = "MyEndpointService", | portName = "MyEndpointPort", | targetNamespace="http://com.myCompany";) | @WebContext(contextRoot = "/myCompany", urlPattern = "/myWe

[jboss-user] [EJB] - Re: Not able to Deploy Local ejbs across multiple ears

2009-09-10 Thread wluque
Hi , I have the same example , work fine for me in Jboss 4.2.2.GA , but I have the same InstanceAlreadyExistsException error in Jboss 5.1.0.GA . I need only one EJB instance reference running in the server used by the all EARS. Taht work in jboss4.2.2. but not work in Jboss 5.1 . Any idea? Be

[jboss-user] [Security] - Re: Problems with clientAuth=

2009-09-10 Thread walterpa
I get the same error using FireFox. What should the trust file look like. I removed the certificate then accessed the https url and accepted the exception (created the new certifictate). BUT I still get the same error message using FireFox. thanks View the original post : http://www.jboss.org

[jboss-user] [Installation, Configuration & Deployment] - Re: How to bind to all interfaces on JBoss 5.1

2009-09-10 Thread PeterJ
Also, I recommend that instead of changing run.bat you create a new batch file that contains: call run.bat -b 0.0.0.0 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254548#4254548 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[jboss-user] [Installation, Configuration & Deployment] - Re: How to bind to all interfaces on JBoss 5.1

2009-09-10 Thread PeterJ
Is this a typo: -b0.0.0.0 It should be: -b 0.0.0.0 How did you change the run.bat? According to the error message you appear to have set the bind address to "/0.0.0.0" and not "0.0.0.0". View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254546#4254546 Reply to

[jboss-user] [Beginner's Corner] - Re: No logs wrote to server.log

2009-09-10 Thread PeterJ
The logging to server.log is configured via server/default/config/jboss-log4j.xml. Perhaps that was changed (or removed???). Either that, or someone set the jboss.server.log.dir system property to relocate the log directory. View the original post : http://www.jboss.org/index.html?module=bb&op

[jboss-user] [Clustering] - Datasource settings help for clustered jboss with RAC Oracle

2009-09-10 Thread mikeike
Hi, I need some help in setting-up and testing a datasource as I am pretty new to JBoss. We have a clustered jboss environment that connects to a RAC Oracle Database. Wanted to find out how do I configure my Datasource and what is the best approach and where exactly do I need to make changes.

[jboss-user] [JBoss Portal Users] - Re: synchronization of the dashboard

2009-09-10 Thread vivek_saini07
Not immediately but after next page refresh portlets can be made added/removed ( themeChange/LayoutChange) from the dashboard. It could be achieved by modifying CustomizationManagerService. It is explained multiple times in this forum that how to modify this Mbean. View the original post : http

[jboss-user] [JBoss Messaging Users] - Re: How to create persistent queues on the fly

2009-09-10 Thread c2lindevall
Hi, Is it on the roadmap for HornetQ to extend the JMS dynamic management interface (namely JMSServerControl) with the other createQueue and createTopic versions? Not sure how important this would be for people out there, but I automatically assumed all the versions would be available (or at l

[jboss-user] [jBPM Users] - Re: JBPM Nested Fork/Joins Doesn't seem to work

2009-09-10 Thread romain_l-m
up please... I can't find my way View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254522#4254522 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254522 ___ jboss-user mailing lis

[jboss-user] [JBoss Portal Users] - Re: Pb starting jboss in windows service

2009-09-10 Thread PeterJ
sanouk, this question has nothing to do with JBoss Portal. I suggest you ask this question in the Installation, Config and Deployment forum: http://www.jboss.org/index.html?module=bb&op=viewforum&f=61 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254520#4254

[jboss-user] [JBoss Tools Users] - Re: JSP Pages are not compiling in JBoss5.1.0GA

2009-09-10 Thread nickboldt
AFAIK, JBoss AS 5.1 requires JDK 6. Are you using JDK 5? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254519#4254519 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254519 __

[jboss-user] [jBPM Users] - NullPointerException using identityService

2009-09-10 Thread cjmanju123
I am getting NullPointerException when trying to do anything using the identityservcie. following is the test code. i can create process, assign tasks but when i try any method on the identityservice it throws NullPointerException. Please help. Configuration configuration = JBPMSingleton.get

[jboss-user] [jBPM Users] - Re: does JBPM support below features?

2009-09-10 Thread koen.a...@jboss.com
Mauricio, These forums are not the place to discuss the features or the architecture of Drools Flow. Please continue these discussions in the appropriate forum. Moreover, as Tom already indicated in an earlier post in this thread, jBPM is the only BPM solution that is and will be supported and

[jboss-user] [JBoss Tools Users] - Re: JSP Pages are not compiling in JBoss5.1.0GA

2009-09-10 Thread max.ander...@jboss.com
you should ask in JBoss AS forum - the tools doesn't have anything to do with what is going on at runtime. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254515#4254515 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=425

[jboss-user] [JBoss Tools Users] - Re: Will 3.1.0.M3 be available before October?

2009-09-10 Thread max.ander...@jboss.com
Yes it will be. What project is that ? Late night testing of JBoss Tools development releases ? :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254514#4254514 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254514 __

[jboss-user] [jBPM Users] - Re: does JBPM support below features?

2009-09-10 Thread salaboy21
@Jan The Drools team always appreciates feedback, so I would like to ask you to clarify a few of your statements if that is ok? What gives you the impression that Drools Flow does not perform well in the Java world? An action node can contain any Java code you want. You have direct access to

[jboss-user] [Installation, Configuration & Deployment] - Re: One deploy dir per user

2009-09-10 Thread pplupo
On Tomcat there is a config file where one can declare: where "c:\homes" is where users' home folders are and "public_html" is the folder to be scanned for WAR files. Then if there is a user called "pplupo", his contents will be found at C:\homes\pplupo\public_html and his applications w

[jboss-user] [JBoss Tools Users] - JSP Pages are not compiling in JBoss5.1.0GA

2009-09-10 Thread m.sudharsana
Hi Folks, We have developed an webapplication and we deployed in JBoss4.0.1sp1 application is running fine. One week back we downloaded JBoss5.1.0GA and we deployed the same application in JBoss5.1.0GA, but we are getting this eaception "org.apache.jasper.JasperException: Unable to compile cla

[jboss-user] [Clustering] - Failover falied with network failure

2009-09-10 Thread mayankmit2002
I have 2 JBoss 4.2.3GA in a cluster with Jboss Messaging 1.4.2 SP1, on network failover following exceptions are comming: | | | | | | | | | | | | | | | | | | | | | | | | | | View the original post : http://www.jbo

[jboss-user] [JBoss Tools Users] - Will 3.1.0.M3 be available before October?

2009-09-10 Thread Juergen.Zimmermann
Just a question for project planning. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254483#4254483 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254483 ___ jboss-user mailin

[jboss-user] [JBoss Messaging Users] - Re: Failed to send changeRate message

2009-09-10 Thread mayankmit2002
I am experiencing the same problem, I my case I've following scenario: I have 2 nodes(JBOSS AS 4.2.3GA, on two machines) and client is on third machine, when I unplug the network cable of any of the server node, I an receiving following exception on the other server but there is no exception on

[jboss-user] [jBPM Users] - workflow design about wait states

2009-09-10 Thread mmusaji
JBPM 4.0 - My workflow contains a fork with multiple custom nodes that all change different objects. My problem is in real life, I won't know how long this process takes. I'm experimenting (without much luck) having a wait state before the join which would use an event-listener to ensure all th

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread rnicholson10
I love it! I'll let them know the solution and they can add it to their WIKI, it'll save others the hassle of the search. Thanks a million, R. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254477#4254477 Reply to the post : http://www.jboss.org/index.htm

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread alesj
"rnicholson10" wrote : Ok, so I looked in the -jboss-beans.xml file but every bean defined has a name. It's not easy to figure out which is the one I'm looking for. | In the worst case you can ask the HornetQ guys about the name. ;-) If they happen use custom schema, I agree, it can be non-tri

[jboss-user] [Installation, Configuration & Deployment] - Unable to load class sun.reflect.GeneratedMethodAccessor

2009-09-10 Thread lawc
Hi, We have our application ear deployed on jboss 4.2.2. We have integrated GridGain into our application to grid-enable some of the methods. GridGain allows you to annotate a method and then it uses AOP crosscutting to interject grid logic for the method. Calling these methods works fine the

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: How to import EJB 3.0 Workbook Exercises into Netbeans

2009-09-10 Thread BonnyBO
I was not able to make the import. I tried by creating an enterprise application project with existin source by selecting the relevant inside the IDE and To achieve theese goals I googled and I read: 1) chapter 6 of Pro NetBeans IDE 5.5 Enterprise Edition - creating an enterprise application

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread rnicholson10
Ok, so I looked in the -jboss-beans.xml file but every bean defined has a name. It's not easy to figure out which is the one I'm looking for. The new admin-console (which I'd never seen before), has absolutely no mention of HornetQServer, nor can I see any mention of micro-containers in the tree

[jboss-user] [Clustering] - Re: Clustering nodes on different machine.

2009-09-10 Thread mausam
Please also note that if I cluster nodes on same machine (different package) it works fine, but if I move to different machine, clustering does not work. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254465#4254465 Reply to the post : http://www.jboss.org/i

[jboss-user] [Clustering] - Clustering nodes on different machine.

2009-09-10 Thread mausam
Hello What are the parameters that define the communication between two nodes to be clustered on two different machines? I have to create two nodes in a cluster. The two nodes has to reside on different machine. In node1 (machine1) if have specified PartitionName and udpGroup as 228.1.2.3 (as

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread alesj
"rnicholson10" wrote : | How would you normally figure out what the correct name is for the MC Bean? | There are several ways: * look into the -jboss-beans.xml file where this bean is defined --> its name attribute * new admin-console * Grapher tool View the original post : http://www.jbos

[jboss-user] [JBoss Portal Users] - Re: Global logoff

2009-09-10 Thread dawebster
Thanks, that helps. I was thinking there might be some sort of JSR186/268 type mechanism to assist with that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254461#4254461 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread alesj
"jaikiran" wrote : | @Depends(value={"jboss.deployment:id=HornetQServer,type=Component"}) | | That's a MBean created for the deployment of the HornetQServer MC bean. I don't think, adding that dependency will work (although i am not sure). | No it wouldn't. As this is only part of MBean

[jboss-user] [EJB 3.0 Users] - Re: Session EJB and MDB Configuration

2009-09-10 Thread jaikiran
"kyle.bober" wrote : Not sure if this is anything but I also noticed an extra ' single quote in the logging output of the container name. Is it possible there is a bug adding an extra ' single quote to the container name? Just a thought. You can ignore the extra single quote in the log output. T

[jboss-user] [JBoss Cache Users] - Re: JBoss Cache (PojoCache) with Hibernate Collections (Pers

2009-09-10 Thread galder.zamarr...@jboss.com
angusm, re: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=159042, JBC is only supported as either read only or transactional cache, never read-write. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254455#4254455 Reply to the post : http://www.jbo

[jboss-user] [jBPM Users] - Re: Deploy jbpm-console in Weblogic Server

2009-09-10 Thread kukeltje
Then turn up the debug logging of the jbpm console/wls to see if the authentication works at all... little initiative please ;-), we cannot 'guess' from nothing and are certainly (well at least I am not) clairvoyant.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtop

[jboss-user] [EJB 3.0 Users] - Re: Session EJB and MDB Configuration

2009-09-10 Thread kyle.bober
Not sure if this is anything but I also noticed an extra ' single quote in the logging output of the container name. Is it possible there is a bug adding an extra ' single quote to the container name? Just a thought. DEPLOYMENTS IN ERROR: Deployment "vfszip:/C:/ApplicationServers/jboss-5.1.0.GA

[jboss-user] [EJB 3.0 Users] - Re: Session EJB and MDB Configuration

2009-09-10 Thread kyle.bober
Yup, the mydomain-aop.xml file is definetly present in the META-INF directory. Here is the contents of the jar as you requested. META-INF/ META-INF/MANIFEST.MF com/ com/thesearchagency/ com/thesearchagency/service/ com/thesearchagency/service/kat/ com/thesearchagency/service/kat/adapter/ com/thes

[jboss-user] [EJB] - Re: Accessing EJB 2.1 in a isolated EARs

2009-09-10 Thread gjeudy
@ghepardo, I came to the conclusion that it's not possible to use CallByReference between 2 ears with classloader isolation. You have to enable CallByValue, this makes class translation between classloaders possible through the use of Java serialization. See this: http://www.jboss.org/communit

[jboss-user] [jBPM Users] - Re: Deploy jbpm-console in Weblogic Server

2009-09-10 Thread pradeep.gulla
I didn't see any errors in logs/console Application repeatedly asking for user/password View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254442#4254442 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254442 __

[jboss-user] [JNDI and Naming] - ejb-ref lookup does not work in JBoss 4.2.0.GA_CP07

2009-09-10 Thread ghepardo
Hi, I am using JBoss 4.2.0.GA_CP07 with ear-isolation = true and call-by-value=false I have the following situation: ejb A needs to call ejb B, and both are in different isolated EARs. To do this, as stated on the JBoss community wiki's: http://www.jboss.org/community/wiki/classloadingconfigura

[jboss-user] [EJB 3.0 Users] - Re: Session EJB and MDB Configuration

2009-09-10 Thread jaikiran
anonymous wrote : Both of these are included in my ejbname-ejb.jar file in the META-INF folder Are you sure the mydomain-aop.xml is included in the META-INF of the ejb jar? Please post the output of jar -tf service-kat-ejb-0.0.1-SNAPSHOT.jar View the original post : http://www.jboss.org/inde

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 5.0.0.GA failing to deploy

2009-09-10 Thread jaikiran
anonymous wrote : I have not copied any Jar files into any location besides the ones that come with the JBoss.5.0.0.GA zip file. You mean you have not even copied your EAR to the deploy folder? This error happens on a clean AS installation? By the way, i would recommend that you upgrade to the

[jboss-user] [JBoss Microcontainer Users] - Re: How to inject the result of a JNDI lookup?

2009-09-10 Thread swruch
Thanks, I was able to get it working with the JNDIKernelRegistryPlugin. I'm not using Spring here, so I prefer the native mechanism. For those who come looking for a solution, here's what it looks like. In this case, I'm injecting a DataSource that is bound as "java:/MySqlDS": | |

[jboss-user] [Security] - Re: NullPointerException @ DatabaseServerLoginModule.java:14

2009-09-10 Thread mactex
I get exactly the same error message when trying to use the Databaseserver loginmodule. I use JBoss 4.2.3. In the log there is the following: javax.security.auth.login.LoginException: java.lang.NullPointerException | at org.jboss.security.auth.spi.DatabaseServerLoginModule.getUsersPasswor

[jboss-user] [jBPM Users] - Re: Deploy jbpm-console in Weblogic Server

2009-09-10 Thread kukeltje
errors? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254425#4254425 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254425 ___ jboss-user mailing list jboss-user@lists.jboss.

[jboss-user] [jBPM Users] - Re: Why unique activity names?

2009-09-10 Thread sravyts
We succeeded in using the description as the task name (so in the tasklists, we use the description instead of the name), but in another view we need to show the active activities in a proces, we callexecution.findActiveActivityNames() and get (of course) the names which are again the id's so no

[jboss-user] [jBPM Users] - Re: Deploy jbpm-console in Weblogic Server

2009-09-10 Thread pradeep.gulla
Hi, I've deployed gwt-console, gwt-console-server.war and created a database realm too through weblogic console But when I'm unable login. Any suggestions?? - Pradeep View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254419#4254419 Reply to the post : http:

[jboss-user] [jBPM Users] - Timer is not working

2009-09-10 Thread prajatna
Hi, I have designed a timer with a task node. simply it should print a message after the given duedate i.e 20 seconds. the code is as follows.. | | | | | | | | | | Waiting f

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread rnicholson10
Apologies, I was using a EJB3 Service Bean. The solution by Jakiran works correctly and is as follows: | @Service | @Local(InputServiceBeanLocal.class) | @Remote(InputServiceBeanRemote.class) | @Management(InputServiceBeanManagement.class) | @Depends(value={"HornetQServer"}) | publi

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread jaikiran
Ah, too slow to click on submit! Did not see Ales' reply :) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254409#4254409 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254409 ___

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread jaikiran
1) What does the import statement for @Depends look like (there is a @Depends annotaiton in MC as well as EJB3, so want to make sure you are using the correct one). 2) In that other post, you mentioned you are adding a @Depends on the HornetQServer like this: @Depends(value={"jboss.deployment:

[jboss-user] [JBoss Microcontainer Users] - Re: Declare a dependency on an MC bean

2009-09-10 Thread alesj
I need more info. Where do you put this @Depends? "I have an ServiceBean" tells me nothing. What type of service is this? How is it deployed? ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4254405#4254405 Reply to the post : http://www.jboss.org/index.ht

[jboss-user] [JBoss Microcontainer Users] - Re: How to inject the result of a JNDI lookup?

2009-09-10 Thread alesj
Interestingly, it's exactly the same. See any -jboss-beans.xml, and just copy your snippet properly. Or you wanna know how to pull something out of JNDI? There is JNDIKernelRegistryPlugin that does that for you. You must simply add it as a bean. Note: it adds some performance penalty as once it's

[jboss-user] [JBoss Microcontainer Users] - Declare a dependency on an MC bean

2009-09-10 Thread rnicholson10
I'm trying to declare a dependency on the HornetQServer MC bean. I took the name of the bean from the JMX Console to create the depends clause but it does not work: | @Depends(value={"jboss.deployment:id=HornetQServer,type=Component"}) | This is the only reference I can find to HornetQSer

[jboss-user] [JCA] - Threading issues with WrapperDataSourceService in 4.0.5GA?

2009-09-10 Thread jbaxter
Hi there, I have exposed my DataSource over JNDI (to an external JVM) from JBoss by setting use-java-context to false. The external process is multi-threaded and doing a lot of database queries. I am getting the following exception periodically... | 2009-09-10 11:12:40 ERROR PDMThread_3 [c

[jboss-user] [jBPM Users] - Re: cannot start jbpm-console

2009-09-10 Thread hoodi
Hi, everything is working now. i did not change anything, just ran the run.bat and waited until it was booted, then i could access the jbpm-console. ...i guess something went from during the server startup executed by the demo ant skript. perhaps it never started up at all. well, thank you for

[jboss-user] [JBoss Portal Users] - Re: ava.lang.ClassCastException: org.jboss.portal.portlet.im

2009-09-10 Thread guenther.her...@softcon.de
the download use the window-name from *-object.xml instead: default overwrite invserverproject invserverprojectPortletWindow invserverprojectPortletInstance center 0 maximized

[jboss-user] [JBoss Portal Users] - Re: ava.lang.ClassCastException: org.jboss.portal.portlet.im

2009-09-10 Thread guenther.her...@softcon.de
If I use our default SEAM Solution: /** * */ package de.softcon.ivory.invserver.action.report; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Iterator; import java.util.Map;

[jboss-user] [EJB] - Re: Accessing EJB 2.1 in a isolated EARs

2009-09-10 Thread ghepardo
I have the same problem. I am using CallByValue=false and Isolated=true. I have added correctly the ejb-ref into the jboss.xml and ejb-jar.xml, and in my company we are using Jboss As 4.2 cp07. I can succesfully lookup the EJB, but I get this exception: | Invalid invocation, check your deplo

[jboss-user] [JBoss Portal Users] - synchronization of the dashboard

2009-09-10 Thread sviluppatorefico
hi can I keep the synchronization of my dashboard with the template a session level? I would that the administrator delete a portlet inside template and automatically that portlet go away bu the user dashboard View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p

[jboss-user] [jBPM Users] - Re: Manager role in Tomcat demo setup

2009-09-10 Thread sebastian.s
Hi Joram, yes, that would be a workaround I think. I noticed this after I had posted. I am going to try this but I would prefer a separate realm since this manager user has nothing to do with jBPM but with the server administration. If I get it working I will of course provide the information h

[jboss-user] [Installation, Configuration & Deployment] - Re: Starting javax.ejb.timer causes java.lang.IllegalStateEx

2009-09-10 Thread lvonk2000
Self reply: I found this https://jira.jboss.org/jira/browse/EJBTHREE-1701 after more forum searching. as work-around we are now moving the initiation of starting the timers to servlets as suggested in this very on post http://onjava.com/pub/a/onjava/2004/10/13/j2ee-timers.html?page=last View th

[jboss-user] [jBPM Users] - Re: [jBPM4] ESB Service

2009-09-10 Thread c4s4l
Hello, I'm using the ServiceInvoker from the JBoss ESB to invoke an ESB service within the context of a custom activity in jBPM4. I'm getting the exception IncompatibleTransactionScopeException which I understand from the ESB Programmers guide, nevertheless I just want to make a syncronous call

[jboss-user] [jBPM Users] - Re: Manager role in Tomcat demo setup

2009-09-10 Thread jbarrez
The 'struggling' guy would be me ;-) The Realm configuration was a last minute addition just before the 4.1 release. I followed the Tomcat doc to get a separate Realm for the jbpm-console (by adding a config in /conf/catalina/localhost/jbpm-console), but that didn't work. I also tried to narrow

  1   2   >