[jboss-user] [JBoss OSGi Users] - Re: OSGi and MicroContainer
anonymous wrote : | I placed the bundles into the deploy directory of my JBoss instance and they are not hot deployed | This would be a bug. Bundles are supposed to get picked up like any other hot deployment to the deploy directory View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259027#4259027 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259027 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Additional to watching you should also always vote if a specific issue is important to you. This helps finding priorities. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259025#4259025 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259025 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe
>From the Tomcat log files: | 07.10.2009 07:55:32 org.hibernate.LazyInitializationException | SCHWERWIEGEND: could not initialize proxy - no Session | org.hibernate.LazyInitializationException: could not initialize proxy - no Session | at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:86) | at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(AbstractLazyInitializer.java:140) | at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:190) | at org.jbpm.pvm.internal.model.ExecutionImpl_$$_javassist_4.getId(ExecutionImpl_$$_javassist_4.java) | at org.jbpm.integration.console.ModelAdaptor.adoptTask(ModelAdaptor.java:147) | at org.jbpm.integration.console.TaskManagementImpl.adoptTasks(TaskManagementImpl.java:69) | at org.jbpm.integration.console.TaskManagementImpl.getAssignedTasks(TaskManagementImpl.java:49) | at org.jboss.bpm.console.server.TaskListFacade.getTasksForIdRef(TaskListFacade.java:99) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:597) | at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:117) | at org.jboss.resteasy.core.ResourceMethod.invokeOnTarget(ResourceMethod.java:260) | at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:232) | at org.jboss.resteasy.core.ResourceMethod.invoke(ResourceMethod.java:166) | at org.jboss.resteasy.core.DispatcherUtilities.getJaxrsResponse(DispatcherUtilities.java:142) | at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:356) | at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:173) | at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:93) | at org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher.service(HttpServletDispatcher.java:68) | at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.jboss.bpm.console.server.util.GWTJsonFilter.doFilter(GWTJsonFilter.java:59) | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525) | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) | at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:849) | at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583) | at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:454) | at java.lang.Thread.run(Thread.java:619) | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259023#4259023 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259023 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse
Thank you for the info. That was really helpful... I downloaded the JBoss Archive Tools.. But how does this thing work.. i saw the option-Project Archives'- for creating the package for my project as exploded... how do i deploy the same in my server Any useful link for understanding the JBoss Tools stuff... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259022#4259022 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259022 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss AOP Users] - Unhandled Exception on Jboss AOP
Hi all, I am using Jboss-4.2.2.GA with AOP 1.5.5.GA. I have enabled the AOP into the App Server successfully. Its throwing the error like as in below. 16:20:59,490 WARN RequestProcessor Unhandled Exception thrown: class java.lang.RuntimeException 16:20:59,490 ERROR [action] Servlet.service() for servlet action threw exception java.lang.ClassNotFoundException: sun.reflect.GeneratedMethodAccessor131 at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1358) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1204) at org.jboss.aop.pointcut.CFlow.loadClass(CFlow.java:144) at org.jboss.aop.pointcut.CFlow.matchesClass(CFlow.java:124) at org.jboss.aop.pointcut.CFlow.matches(CFlow.java:88) at org.jboss.aop.pointcut.CFlow.matches(CFlow.java:72) at org.jboss.aop.pointcut.CFlowStack.matches(CFlowStack.java:59) at org.jboss.aop.pointcut.CFlowMatcher.visit(CFlowMatcher.java:124) at org.jboss.aop.pointcut.ast.ASTCFlow.jjtAccept(ASTCFlow.java:37) at org.jboss.aop.pointcut.CFlowMatcher.visit(CFlowMatcher.java:73) at org.jboss.aop.pointcut.ast.ASTCFlowExpression.jjtAccept(ASTCFlowExpression.java:37) at org.jboss.aop.pointcut.CFlowMatcher.matches(CFlowMatcher.java:55) at org.jboss.aop.advice.CFlowInterceptor.invoke(CFlowInterceptor.java:59 ) at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101) at org.jboss.aop.ClassAdvisor.invokeMethod(ClassAdvisor.java:1720) at com.css.labs.plugin.core.FrontController.GridifyCommandGroup(FrontController.java) at com.css.labs.plugin.core.FrontController.PerformCommandGroup(FrontController.java:123) at com.css.labs.plugin.core.FrontController.Perform(FrontController.java:69) at com.css.labs.cblite.server.actions.MyFolderAction.execute(MyFolderAction.java:198) at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484) at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274) at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482) at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:654) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:557) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:481) at com.css.labs.spinneret.server.SpinneretProxyImpl.execute(SpinneretProxyImpl.java:184) at sun.reflect.GeneratedMethodAccessor131.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.google.gwt.user.server.rpc.RPC.invokeAndEncodeResponse(RPC.java:527) at com.google.gwt.user.server.rpc.RemoteServiceServlet.processCall(RemoteServiceServlet.java:163) at com.google.gwt.user.server.rpc.RemoteServiceServlet.doPost(RemoteServiceServlet.java:85) at javax.servlet.http.HttpServlet.service(HttpServlet.java:710) at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at com.css.labs.cblite.server.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:211) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179) at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:262) at org.apache.coyote.h
[jboss-user] [JBoss Web Services Users] - Install JBossWS on AS 4.0.3SP1
Hi there, Is there any patches I can install on 4.0.3SP1 so that I can install JBossWS on it? We have other constrains on the server that we can't upgrade the server for now. Thank you very much for your help! Waterg View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259015#4259015 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259015 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - getDeliveringCount() analogous to getInProcessMessageCount()
Hi: Sorry, newbie question. Trying to upgrade an app from JBossMQ to JBoss Messaging. I can't seem to find an answer to this. In JBossMQ, QueueMBean had a method to get the 'in-process' message count - trying to figure out what the equivalent is in JBoss Messaging. Javadoc does not have any description for QueueMBean.getDeliveringCount(). Thanks for any help. And if anybody can point me to a migration document, that would be great. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259008#4259008 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259008 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JNDI and Naming] - Looking for standard jndi/jdbc java connection syntax
Deploying java servlet code on jBoss for the first time and am having trouble with jndi/jdbc database connection. Code from long running Tomcat/Resin deployments look like: Context init = new InitialContext(); | Context ctx = (Context)init.lookup("java:comp/env"); | DataSource ds = (DataSource) ctx.lookup("jdbc/" + dbName); // dbname defined in Tomcat server.xml With jBoss the above code gives: javax.naming.NameNotFoundException: jdbc not bound error. As per http://www.jboss.org/community/wiki/WhyDoIGetNameNotFoundException I have changed the last line to: DataSource ds = (DataSource) ctx.lookup("java:/" + dbName); // dbname defined in *-ds.xml for jBoss and this works. However, I would like to find a solution that works on both servers. I've looked through the JNDI Wiki and FAQ as suggested in the Sticky, but there's nothing obvious jumping out at me as to what I need to do. Thanks, Bob. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259007#4259007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259007 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Web Services Users] - Possible bug when namespace name ends with
Hello JBoss WS fans, In the schemas in the WSDL for my web service I need to refer to the namespace URI http://www.w3.org/1999/02/22-rdf-syntax-ns# which ends with "#". Unfortunately, when I do I get an error when I start the server: Caused by: java.lang.NullPointerException | at org.jboss.ws.tools.JavaToXSD.parseSchema(JavaToXSD.java:178) | at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:451) | at org.jboss.ws.tools.wsdl.WSDL11Reader.processTypes(WSDL11Reader.java:466) | at org.jboss.ws.tools.wsdl.WSDL11Reader.processDefinition(WSDL11Reader.java:180) | at org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:129) | at org.jboss.ws.metadata.umdm.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:293) | When I remove the "#" from the namespace name in the WSDL (and regenerate classes with wsconsume and make corresponding class name changes) the web service deploys without error and clients can access it. I have created a very simple WSDL file that demonstrates this error and tested it on a clean installation of JBossAS 5.1.0.GA (released 23 May 2009). Is it okay to submit it as a bug without building from the latest source and testing? Or is this not a bug? (I notice the value of the soapAction attribute in the generated WSDL includes the fragment notation "#" whether or not the namespace name includes the "#".) Thank you for any feedback or advice, Vance View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259000#4259000 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259000 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count
You know, on second thought, it was a question for the dev forum... well, kind of... So sorry for that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258994#4258994 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258994 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with SVN
In addition to setting svn:ignore on bin and *.class, you probably don't want to share your .settings folder/files either. The only useful .dotfiles are .classpath and .project, IIRC. The rest are metadata specific to your workspace that don't need to be in SVN, unless you NEED to share that because w/o it the project won't compile. (In that case you could set values in build.properties, MANIFEST.MF, or .classpath to accomplish the same thing, I believe.) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258989#4258989 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258989 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?
If there is a way, the global web.xml is not it. Think of it this way - the configuration for a web app is the combination of the contents of the global web.xml and the web.xml specific to that app. Thus to get the 404 page for app1, you would have to place a copy of 404.html into app1.war (though you do not need to add anything to the web.xml for app1 - the global web.xml declaration is sufficient.) But this still would not work if the user entered a bad context name (for example http://hostname:8080/nosuchapp/aaa) - that would still give the app server's built in error message. There is probably a way of using a filter, or some other mechanism, to do this, however. Perhaps someone knows off-hand. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258988#4258988 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258988 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with SVN
The folder with classes...otherwise all are fine... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258979#4258979 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258979 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?
So there is no way to configure the error pages in one central place have them take effect for all other applications? Just confirming ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258978#4258978 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258978 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Yep... Maybe the spring integration can be used as an example. Several concepts are the same. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258977#4258977 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258977 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Sharing Seam projects with SVN
I'm not sure, if it's the right place - if not, please move to the right one! I created a Seam web project with the jboss tools wizard. Now i want to share it with some other developers. Which files i have to ignore before i commit? Thanks in advance,swenu View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258974#4258974 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258974 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0 Users] - EJB3 entity cache in default configuration
Hi, I am using JBoss 4.2.3 and "Default" configuration. Now I have a need to do entity caching. I can see lot of documentation for caching the entities with "All" configuration or clustered environment. Is there a way to achieve entity caching for non-clustered environment? Or Default configuration of JBoss? Any pointers will be greatly appreciated. Thanks, Subhash View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258973#4258973 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258973 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Web Services Users] - Use JAX-RPC in 4.2.3.GA
Does anyone know which system properties I need to set to use JAX-RPC in jboss 4.2.3. I don't want to use the jboss.ws stuff that comes with JBoss I want to use teh sun libs. I have the libs in the correct path but I am not sure of all the System properties I need to set to get this to work correclty. i.e. -Djavax.xml.soap.MessageFactory=com.sun.xml.messaging.saaj.soap.ver1_2.SOAPMessageFactory1_2Impl -Djavax.xml.soap.MetaFactory=com.sun.xml.messaging.saaj.soap.SAAJMetaFactoryImpl -Djavax.xml.soap.SOAPFactory=com.sun.xml.messaging.saaj.soap.ver1_2.SOAPFactory1_2Impl When I do this I get: java.lang.ClassCastException: com.sun.xml.messaging.saaj.soap.ver1_1.Envelope1_1Impl at org.jboss.ws.core.soap.SOAPEnvelopeImpl So it is still going into the jboss stuff instead of the jax-rpc stuff. Any ideas? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258971#4258971 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258971 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: Install JBoss
Thank Peterj. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258960#4258960 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258960 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0 Users] - EJB with WAR Classloader
Hello Everyone, I've done some tests and realized that EJBs and Web applications always run on different Classloaders A static property of a class that an EJB access doesn't necessary have the same value of the same static property of the same class that a Web applications access. I was expecting this when we do separated deploys but I've put them together inside the same EAR and the Classloaders keep different. Is there anyway of forcing that some EJBs and some Web applications share the same Classloaders? If not, is there another way of an EJB access a static property inside the Web applications? Thank you very much. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258959#4258959 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258959 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Ha, indeed, I had a look at the code but will have to spend a lot more time with iy to get to any kind of understanding of whats required. I imagine the way to go about this is to somehow link JBPM4 Context into WebBeans/Weld's context. Cheers Pieter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258952#4258952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258952 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count
Thank for the advice. https://jira.jboss.org/jira/browse/JBPM-2567 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258951#4258951 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258951 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - bisocket and listening on all interfaces
Hi all, We want to have jboss listening on all interfaces using 0.0.0.0 but the bisocket configuration does not allow that. Is there a solution to listen on all interfaces or we must use a physical address (not localhost) ? Thanks for your ideas. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258949#4258949 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258949 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal Users] - Re: Error in submit portlet page using javascript
Does your javascript function send an HTTP get (ie: window.location) or an HTTP post (ie: dynamically set the action="" in your form)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258947#4258947 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258947 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Performance Tuning] - Re: Diff response times at different times
anonymous wrote : If I can't increase the heapsize beyond 1700MB(including permgen), Does that mean 2GB/4GB/8GB RAM will not make much difference? That is correct. As long as you are using a 32-bit JVM you are limited to a 32-bit (4GB) address space for each process. Windows uses 2GB of that space for its data (file handles, thread handles, GUI handles, etc) and leaves the other 2GB for the process' use. Then take away the memory required for the code (exe and dlls), the C/C++ data structures used by the JVM, and the thread stack memory, and you are left with around 1700MB, give or take a few 100 MB depending on the exact version of Windows. You would have to install a 64-bit OS and run with a 64-bit JVM to get a larger address space. anonymous wrote : If garbage collector is not the culprit for the difference in response times at different intervals, I wonder what else could be the reason...? Without profiling your code, it is hard to tell. You need to find out where you code is spending its time. Also, seriously consider my suggestion of running with different numbers of users - with 500 threads all fighting to get time on 4 cores you could just be overloading the system. Reducing the number of threads could very well improve your response times. even if you have requests queued up waiting for their turn. anonymous wrote : Will clustering of JBoss help me in meeting the SLA? Clustering using a software load balancer (Apache mod_jk) will probably work for you. 500 requests per minute (based on SLA of 1 min max response time for 500 users) is very low, usually you need to go to a hardware load balancer if you are handling hundreds (or thousands) of requests per second. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258944#4258944 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258944 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.2 ANT start/stop tasks
When posting XML text, please use the [ code ] tags. To do this, select the XML and click the Code button above the text editor box. [quoteFailed to connect to server localhost:1099 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258945#4258945 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258945 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JMX] - Re: JNDI lookup for all the mbeans in JBoss
anonymous wrote : I am not sure about this lookup, will it fetch all the mbeans. Did you even look at the javadoc for MBeanServerConnection? Like the queryMBeans() method? Perhaps looking at a JMX tutorial would help also. 1) What kind of connection string? Database connection? 2) JBoss AS create sevearl MBeans for each WAR deployed. You can use the MBeanServerConnection.queryMBeans() method, with a properly formatted name string, to get those MBeans. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258941#4258941 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258941 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe
I will try to verify on a second installation and I will post the stacktrace tomorrow. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258940#4258940 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258940 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: Integration problem of jBPM 4, Spring and Hibernate
Hy , sorry by my english, Meaby can you help me... I have integrated jbpm4 with spring and hibernate, and everything work perfect, but i have problems with the delete, i can`t delete anything from de jbpm database, it throw me and "java.lang.NullPointerException" , i`don´t know what hapend because all the functions of the jbpm Api work perfect, createUser, CrearDeploy , etc... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258939#4258939 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258939 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from
Feedback from the dev team: The timeperiod for the 4.2 release (due november 1st) is to short to address these. JBPM-2568 was created as a reminder to assess the open issues for the 4.3 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258931#4258931 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258931 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session
Indeed, but it only mentions non-JBoss clients. It reads: "In order to access JBoss Messaging from a client outside the JBoss app server, you will need to ensure the following jar files are on the client classpath" Since I was deploying on JBoss I expected everything was already on the classpath. As result, I guess my issue was caused by classloading scoping? Thank you View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258927#4258927 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258927 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3
"octafiantos" wrote : | | i downloaded the source from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download. | | since there is java1.5 already, i set the JAVA_HOME to /opt/java1.5 and try to You downloaded the JDK 1.6 compiled AS and are running against JDK 1.5. That won't work :) You either have to download JDK 1.6 and set JAVA_HOME to that or download the JDK 1.5 variant of the AS http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA.zip/download View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258926#4258926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258926 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Performance Tuning] - Re: Diff response times at different times
There was a typo in my earlier post regarding CPU Utilization. It was around 60-90% during peak load View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258922#4258922 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258922 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3
thank you for the reply, jaikiran. here is my boot.log (again, since it is too long), i uploaded to http://www.sistema.co.id/boot.log i downloaded the source from http://sourceforge.net/projects/jboss/files/JBoss/JBoss-5.1.0.GA/jboss-5.1.0.GA-jdk6.zip/download. i extract the file to /app/jboss-5.1.0.GA and follow the instruction in /app/jboss-5.1.0.GA/bin/jboss_init_hpux.sh since there is java1.5 already, i set the JAVA_HOME to /opt/java1.5 and try to run the script with ./run.sh -b 0.0.0.0 to allow all incoming connection. it seems that it is not necessary to add the ports to /etc/services but i add some ports including 8080 to that file. i will read the DebugBindException and try to check the logs. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258921#4258921 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258921 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse
Then please install JBoss Tools and use that ;) Plain Galileo does not support exploded deployment for JBoss - JBoss Tools server adapter does. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258913#4258913 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258913 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3
Looking at the log file you uploaded, it contains a whole lot of exceptions including Port in use errors. You need to fix that, before looking into other issues. See this for pointers http://www.jboss.org/community/wiki/DebugBindException View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258911#4258911 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258911 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3
anonymous wrote : when i compare the server.log file from ux and my fedora testbed i find that there is nothing similar to the line "2009-09-28 16:16:32,973 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080" which i assume that this is the process when port 8080 is open. There seems to be some bug hiding there, because you are now the third person to report this: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158736 http://www.jboss.org/index.html?module=bb&op=viewtopic&t=159600 Those 2 threads weren't conclusive since the original poster never replied with the data that we asked for. anonymous wrote : i put jboss in /app/jboss-5.1.0.GA Where did you download it from? Which exact link? And can you please post the details that i asked for in the other thread http://www.jboss.org/index.html?module=bb&op=viewtopic&t=159600#4248612 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258906#4258906 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258906 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count
anonymous wrote : there is a method to get all the Tasks, but none to just count them. Please file a jira issue for this. adding a .count() next to the .list() would make sense, and maybe even add it (in combination with paging) directly to the TaskService View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258901#4258901 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258901 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from
hahaha... that is not what I said... I said historical information (not your remaining days) e.g. how long it took to request a holiday etc is unimportant... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258899#4258899 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258899 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - jboss-5.1.0.GA doesn't start web service in hp-ux 11iv3
hi all, i try to deploy jboss-5.1.0.GA in hp-ux 11iv3 (hp bl8760c, itanium based with 8gb memory). the application server will be used for java/oracle software. there's already java 1.4 and java 1.5 installed in ux (/opt/java1.4 and /opt/java1.5). i put jboss in /app/jboss-5.1.0.GA and execute the script. i have added the oracle and root user to the /etc/rc.config.d/jboss. the jboss service runs, port 8083 is listening, but unfortunately the port 8080 is not listening. i try to execute the script with oracle & root user and resulting in same thing. when i compare the server.log file from ux and my fedora testbed i find that there is nothing similar to the line "2009-09-28 16:16:32,973 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080" which i assume that this is the process when port 8080 is open. i uploaded the server.log file in http://www.sistema.co.id/server.log because it contains thousands of lines (app. 2mb). what should i do to fix the problem? any suggestions would be greatly appreciated. thank you in advance. -- singgih octafianto View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258892#4258892 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258892 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - JBPM 4.1 : Task Count
Hello, I am developing an application embedding JBPM 4.1. In the front end, I need to get the list of pending tasks for a given user (and page it), as well as the total number of pending tasks ( in order, for example, to determine the number of pages). I am currently using the TaskQuery interface for that. (this one http://docs.jboss.com/jbpm/v4/javadocs/org/jbpm/api/TaskQuery.html ) It is working perfectly, but I am a bit confused by the way I am counting tasks, and suspecting there is a better way to do it. Once the different filters are set (user, activity, status ...), there is a method to get all the Tasks, but none to just count them. So what I am doing for now is get the size of the list, but I am a bit afraid of what will happen if a few million records are sent back. Not mentioning the performances. Is there a "better" way to have access to this information through the standard JBPM 4.1 API ? (topic copied / pasted from this one http://www.jboss.org/index.html?module=bb&op=viewtopic&t=162113, posted on the wrong forum) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258891#4258891 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258891 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Portal Users] - Re: Help required for implementing SSO for Jboss Portal with
Any feedback from experts? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258889#4258889 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258889 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: jboss 4.2.2 redirects with IIS7
Hi, Try the following links. Instructions with screenshots http://www.jboss.org/community/wiki/IIS7withJBOSS430 Instructions http://www.jboss.org/community/wiki/UsingModjk12WithJBossAndIIS7 Thanks RamkumarMP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258881#4258881 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258881 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Problem with IIS7(on windows 2008) with JBOSS 430 on 64bit e
Hi, Anybody configured/using IIS7(64bit) installed on Windows 2008(64bit) with JBOSS 4.3.x or JBOSS 4.x? IIS7(64bit), Windows 2008(64bit), JBOSS(64bit) - Notworking IIS7(32bit), Windows 2008(32bit), JBOSS(32bit) - Working fine. I have googled alot but I could find this topic. Can some one tell me whether it works on 64bit or not. Even after placing the 64bit mod_jk binaries, I am facing this problem. Hence I would like to know if some one succeeded on this or not? Note: I have configured on the same environment but on 32bit as given the guide http://www.jboss.org/community/wiki/IIS7withJBOSS430. This I have prepare with screenshots after doing the setup based on the http://www.jboss.org/community/wiki/UsingModjk12WithJBossAndIIS7 document Thanks RamkumarMP View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258876#4258876 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258876 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse
Im just using the jboss support provided by eclipse galileo.. nothing else View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258858#4258858 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258858 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Re: problem with publish in Eclipse....
Anybody getting a better hand on this.. Me too facing a similar issue Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258856#4258856 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258856 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - Re: Nullpointer while creating a remote JMS Session
IIRC, the user manual chapter 4 explains exactly what jars you need on the classpath, and in what order. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258855#4258855 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258855 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from
hey, do not let managers read that holiday requests may be unimportant !! ;-))) > I'll ask one of the core devs to respond. thanks! I promise I will really give at least a serious look into the code this week View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258854#4258854 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258854 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Messaging Users] - Re: After migrating from JBossMQ to JBM:
BTW, some instances of this exception are accompanied by message delivery failures: 2009-10-06 12:42:20,704 WARN [org.jboss.jms.client.container.ClientConsumer] Timed out waiting for last delivery 1 got 0 | 2009-10-06 12:42:20,709 ERROR [org.jboss.jms.client.container.ClosedInterceptor] ClosedInterceptor.ClientSessionDelegate[1q1-nuttig0g-1-i1bc6f0g-oiap2t-100j3] | : method postDeliver() did not go through, the interceptor is CLOSED | 2009-10-06 12:42:20,709 ERROR [org.jboss.jms.client.container.ClientConsumer] Failed to deliver message | javax.jms.IllegalStateException: The object is closed | at org.jboss.jms.client.container.ClosedInterceptor.invoke(ClosedInterceptor.java:157) | at org.jboss.aop.advice.PerInstanceInterceptor.invoke(PerInstanceInterceptor.java:105) | at org.jboss.jms.client.delegate.ClientSessionDelegate$postDeliver_1255239194451907669.invokeNext(ClientSessionDelegate$postDeliver_125523919445190766 | 9.java) | at org.jboss.jms.client.delegate.ClientSessionDelegate.postDeliver(ClientSessionDelegate.java) | at org.jboss.jms.client.container.ClientConsumer.callOnMessage(ClientConsumer.java:253) | at org.jboss.jms.client.container.ClientConsumer$ListenerRunner.run(ClientConsumer.java:1043) | at org.jboss.messaging.util.OrderedExecutorFactory$ChildExecutor.run(OrderedExecutorFactory.java:120) | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651) | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676) | at java.lang.Thread.run(Thread.java:595) The delivery failure occurs after a 30 second timeout from the moment the message had been sent. This isn't harmless anymore, as it causes 30 second long process executions and then failure sent back to the client. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258849#4258849 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258849 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: Defining classloading rules explicitly (through jboss-cl
"jaikiran" wrote : | The jboss-classloading.xml file should be placed in WEB-INF folder and not in WEB-INF/lib. It was a typing error, the file jboss-classloading.xml is in WEB-INF folder. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258844#4258844 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258844 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Security] - Re: JAAS Security conversion from WebSphereAS to JBossAS
Hi, Did you got any solution for this? If yes, then can you please mail the solution to bharani...@gmail.com. Please. Thanks, Bharani View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258842#4258842 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258842 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - how to start/stop jboss sever using ant scripts
can any one tell me how to start and stop jboss server using ant build scripts am using ant1.7.0 jboss : 4.0.5GA View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258841#4258841 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258841 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: Please help me to install jbpm with mysql
- It's no 'trace' it's just the logging with level info. - There are no errors - It is just the part until starting your JBoss server, nothing seems to have happened after that - ... Very, very difficult, impossible even, to help out here. I hope you understand that. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258838#4258838 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258838 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from
anonymous wrote : suppose it should not be considered that important by BPM experts, | Hmmm... Personally I think it is very important for comlpex usage like 'round tripping'. For simple usage it is not. (like holiday requests etc ;-)) Why it is in the state it is, I'm not sure. I'll ask one of the core devs to respond. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258836#4258836 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258836 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: Unit test succeeds but process does not properly run whe
If the unit tests run, it means the processdefinition is ok, your usage of the api is ok, your expectation of what the engine does is ok, the way the testbaseclasses use the engine etc are ok, but it does not mean and I do not want to do any fingerpointing whatsoever, that the console uses the api in the same correct way. Maybe there have been some changes in the api that were not incorporated in the console yet. Do you have the full stacktrace to show where the error occurs? If you think it is caused by the console, please post in that forum (not under jBPM, but under http://www.jboss.org/community/wiki/BPMConsole) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258835#4258835 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258835 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from
of course I intend to have a look at the code, if I get time (hahaha ;-) (and even more time to set up a jbpm dev environment, write tests and everything). It is too frustrating otherwise, and probably not very complicated, as you say but there is something else I do not really get : if jbpm 4 has been released without the full history functionality, I suppose it should not be considered that important by BPM experts, then I suppose I misunderstood or mis-conceived something, as a BPM-newbie, since I feel I really need it. Well, hopefully with experience I will get wisdom too ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258834#4258834 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258834 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss 4.0.5 ANT start/stop tasks
Can any one tell me how to start/stop jboss server using exec command here is the scripts: ant getting this in log file but the server is not stopping top.jboss: [echo] +-+ [echo] | | [echo] | S T O P P I N G J B O S S | [echo] | | [echo] +-+ [echo] [exec] shutdown: unused non-option argument: 192.168.113.17 [exec] shutdown: unused non-option argument: 8080 [exec] Exception in thread "main" javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 [Root exception is javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]]] [exec] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1414) [exec] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:594) [exec] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587) [exec] at javax.naming.InitialContext.lookup(InitialContext.java:351) [exec] at org.jboss.Shutdown.main(Shutdown.java:214) [exec] Caused by: javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect]] [exec] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:269) [exec] at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1385) [exec] ... 4 more [exec] Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection refused: connect] [exec] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:243) [exec] ... 5 more [exec] Caused by: java.net.ConnectException: Connection refused: connect [exec] at java.net.PlainSocketImpl.socketConnect(Native Method) [exec] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) [exec] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) [exec] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) [exec] at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) [exec] at java.net.Socket.connect(Socket.java:520) [exec] at java.net.Socket.connect(Socket.java:470) [exec] at java.net.Socket.(Socket.java:367) [exec] at java.net.Socket.(Socket.java:267) [exec] at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:84) [exec] at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:77) [exec] at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:239) [exec] ... 5 more [exec] Press any key to continue . . . [echo] +-+ [echo] | J B O S S S T O P P E D | [echo] +-+ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258833#4258833 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258833 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering] - Re: proper place for AUTH in jgroups-channelfactory-stacks.x
Thanks Brian!, confirmed, by adding the AUTH to those 2 additional stacks, the observed behavior is as expected. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258832#4258832 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258832 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from
Guys (Girls?)... The history functionality, including the api are not fully matured yet. That is what the jira issues are about. Keep a close eye on check-ins related to those, try them out as early ass possible and comment then. Helping out is also appreciated (if you take a look at the source, you'll see the code it is not that difficult to understand) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258826#4258826 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258826 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering] - Lifecycle methods with HASingletonDeployer
I'm sorry if this is a common noob question, but I can't find a solution reading FAQs and the wiki. What I'm trying to do is writing a bean that should do some work when a new master gets elected. I've read that the recomended way is to use a MDB with dependency on 'jboss.ha:service=HASingletonDeployer,type=Barrier', and then do the work in the start lifecycle method. I guess I have to register a listener on the lifecycle phase or something since I don't get any calls to my start() method, but I don't know how to do that. The version I'm using is 4.2.2.GA. This is my tiny test bean: import javax.ejb.ActivationConfigProperty; | import javax.ejb.MessageDriven; | import javax.jms.Message; | import javax.jms.MessageListener; | | import org.jboss.annotation.ejb.Depends; | | @Depends("jboss.ha:service=HASingletonDeployer,type=Barrier") | @MessageDriven(name = "DummyMDBean", activationConfig = { | @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"), | @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/testQueue"), | @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge") }) | public class DummyMDBean implements MessageListener { | | public void start() throws Exception { | System.out.println("=== START ==="); | } | | public void onMessage(Message message) { | System.out.println("message = " + message); | } | | public DummyMDBean() { | System.out.println("=== CREATE ==="); | } | } I have also tried using a Service bean without any luck. If the bean recieves a message DummyMDBean() and onMessage() gets called, but start() never gets called. The bean are stopped/started correct on all slaves and master, it's just the start() I can't get to work. Does anyone know of an alternative way to do the tasks when going from slave to master? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258825#4258825 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258825 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: jbpm 4.1 - execution not waiting for Task Form inputs
Correct, since your unittest ends (how can the test know it has to wait for something. If you e.g. build in a Thread.sleep(1000) loop endlessly and check in the loop if the task has ended (do a break then) it could work. That is *not* the way unittests are *normally* used though. The user is also 'simulated' in the unittest. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258820#4258820 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258820 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Or help out developing ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258819#4258819 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258819 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [EJB 3.0 Users] - Re:
Hi Georg, Thank you very much for this tip. This seems to be exactly what I'm looking for! Is this supported in JBoss AS 5.1.0? If not, when will it be available? Best regards, Dennis View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258813#4258813 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258813 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Beginner's Corner] - Re: custom error pages for all applications?
This two url are different 1)http://host:8080/blablah - returns correct 404 page 2)http://host:8080/app1/blablah - returns a blank page .. You must put also in app1/WEB-INF/web.xml this code | | 404 | /404.html | http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258809#4258809 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258809 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files in jboss from eclipse
What are you using for the packaging ? WTP ? Our server adapter or theirs ? Project archives ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258807#4258807 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258807 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering] - Re: TCPPING configuration
Hi Brian , I found your post here: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=157684 it solved almost all my problems. Thanks a lot Roman View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258806#4258806 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258806 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Unit test succeeds but process does not properly run when de
Good morning folks! Sorry but it's me pestering the forum with my questions again. ;) I tried to implement a kind of 4-eyes-approval where the decisions of the 2 people can be made concurrently. I had trouble with this process because when I tried to start a new instance in the jbpm-console I did not see a new instance. Furthermore when I tried to view the 2 users' tasklists to check if the tasks had been created I got an exception: | org.jboss.resteasy.spi.UnhandledException: org.hibernate.LazyInitializationException: could not initialize proxy - no Session | I thought this was a bug already reported but I don't manage to find the matching posts and the matching issue in JIRA anymore. I was sure there was a thing partly related to the engine and partly related to the console. At first I thought it was just an issue with the console because I made a unit test for the process and it passed. Afterwards I was using the API of the Process Engine instance used by the console to go through the process without using the console and it did not work. Buit when the unit test passes it should run on the server as well (in my case Tomcat), or not? Process definition and unit test follow. I am using jBPM 4.1 running on Tomcat on a Windows Server System. | | | http://jbpm.org/4.0/jpdl"; key="parallel" version="3"> | | | | | | | | | | | | | | | | | | | | | | | | | | | import java.util.Iterator; | import java.util.List; | import java.util.Set; | | import org.jbpm.api.ProcessInstance; | import org.jbpm.api.job.Job; | import org.jbpm.api.task.Task; | import org.jbpm.test.JbpmTestCase; | | | public class MeinTestfall extends JbpmTestCase { | | String deploymentId; | | protected void setUp() throws Exception { | super.setUp(); | | deploymentId = repositoryService.createDeployment() | .addResourceFromClasspath("parallel.jpdl.xml") | .deploy(); | } | | protected void tearDown() throws Exception { | repositoryService.deleteDeploymentCascade(deploymentId); | | super.tearDown(); | } | | public void testProcess() { | | ProcessInstance processInstance = executionService.startProcessInstanceById("parallel-2"); | | List tasksMike = taskService.findPersonalTasks("mike"); | List tasksPeter = taskService.findPersonalTasks("peter"); | | if(tasksMike.size() == 0) { | fail(); | } | | if(tasksPeter.size() == 0) { | fail(); | } | | Set activities = processInstance.findActiveActivityNames(); | | Iterator iterator = activities.iterator(); | | while(iterator.hasNext()) { | System.out.println(iterator.next()); | } | | taskService.completeTask(tasksMike.get(0).getId(), "yes"); | taskService.completeTask(tasksPeter.get(0).getId(), "yes"); | | processInstance = executionService.findProcessInstanceById(processInstance.getId()); | | activities = processInstance.findActiveActivityNames(); | iterator = activities.iterator(); | | while(iterator.hasNext()) { | System.out.println(iterator.next()); | } | | assertTrue(processInstance.isActive("approved")); | | // executing the job which would normally be executed by the JobExecutor | Job job = managementService.createJobQuery() | .timers() | .processInstanceId(processInstance.getId()) | .uniqueResult(); | | managementService.executeJob(job.getId()); | | // process instance should be finished right now | assertNull(executionService.findProcessInstanceById(processInstance.getId())); | | } | | } | | Hints?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258805#4258805 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258805 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: How to get history variables and processInstanceId from
Is it possible to get the name of the task that was finished from the history? To be able to get the name of the finished task one have to first find the task in the HIST_TASK table, and then look it up in HIST_ACTINST (activity_name) table too? E.g. is there any plans to simplify the programming model against the history tables to traverse relations? E.g. from a HistoryTask instance to its related HIST_ACTINST row? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258801#4258801 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258801 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Security] - Re: Active Directory and LdapExtLoginModule?
How should be the login page for LDAPLoginmodule?. Can anybody help. Thanks, Abirami View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258795#4258795 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258795 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Security] - Re: Active Directory and LdapExtLoginModule?
sdfsdf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258794#4258794 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258794 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [jBPM Users] - Re: Please help me to install jbpm with mysql
Hi, I am facing the same error. Here's my trace: | 12:52:52,757 INFO [Server] Starting JBoss (MX MicroKernel)... | 12:52:52,757 INFO [Server] Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417) | 12:52:52,758 INFO [Server] Home Dir: /home/prachi/Download/jboss/jboss-4.2.3.GA | 12:52:52,758 INFO [Server] Home URL: file:/home/prachi/Download/jboss/jboss-4.2.3.GA/ | 12:52:52,759 INFO [Server] Patch URL: null | 12:52:52,759 INFO [Server] Server Name: default | 12:52:52,759 INFO [Server] Server Home Dir: /home/prachi/Download/jboss/jboss-4.2.3.GA/server/default | 12:52:52,759 INFO [Server] Server Home URL: file:/home/prachi/Download/jboss/jboss-4.2.3.GA/server/default/ | 12:52:52,759 INFO [Server] Server Log Dir: /home/prachi/Download/jboss/jboss-4.2.3.GA/server/default/log | 12:52:52,759 INFO [Server] Server Temp Dir: /home/prachi/Download/jboss/jboss-4.2.3.GA/server/default/tmp | 12:52:52,760 INFO [Server] Root Deployment Filename: jboss-service.xml | 12:52:52,987 INFO [ServerInfo] Java version: 1.6.0_11,Sun Microsystems Inc. | 12:52:52,987 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 11.0-b16,Sun Microsystems Inc. | 12:52:52,987 INFO [ServerInfo] OS-System: Linux 2.6.27.9-73.fc9.i686,i386 | 12:52:53,260 INFO [Server] Core system initialized | 12:52:54,861 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/ | 12:52:54,862 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml | 12:52:55,181 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc. | 12:52:55,181 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer | 12:52:55,333 INFO [TransactionManagerService] Starting recovery manager | 12:52:55,400 INFO [TransactionManagerService] Recovery manager started | 12:52:55,400 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference | 12:52:57,313 INFO [EJB3Deployer] Starting java:comp multiplexer | 12:52:58,942 INFO [NativeServerConfig] JBoss Web Services - Native | 12:52:58,942 INFO [NativeServerConfig] jbossws-3.0.1-native-2.0.4.GA (build=200803312044) | 12:52:59,784 INFO [Embedded] Catalina naming disabled | 12:52:59,907 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/java/java/lib/i386/server:/usr/java/java/lib/i386:/usr/java/java/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib | 12:52:59,955 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080 | 12:52:59,955 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009 | 12:52:59,955 INFO [Catalina] Initialization processed in 170 ms | 12:52:59,955 INFO [StandardService] Starting service jboss.web | 12:52:59,957 INFO [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.1.GA | 12:52:59,993 INFO [Catalina] Server startup in 37 ms | 12:53:00,080 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/ | 12:53:00,565 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/ | 12:53:00,745 INFO [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../deploy/jbossws.sar/jbossws-context.war/ | 12:53:00,869 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ | 12:53:01,507 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/ | 12:53:01,989 INFO [MailService] Mail Service bound to java:/Mail | 12:53:02,079 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar | 12:53:02,111 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar | 12:53:02,139 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar | 12:53:02,193 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar | 12:53:02,322 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar | 12:53:02,352 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar | 12:53:02,411 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar | 12:53:02,419 INFO [QuartzResourceAdapter] start quartz!!! | 12:53:02,464 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main | 12:53:02,483 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created. | 12:53:02,485 INFO [RAMJobStore] RAMJobStore initialized. | 12:53:02,485 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initia
[jboss-user] [Performance Tuning] - Re: Diff response times at different times
Thanks Peter For your excellent support. During the load test run, I saw that the CPU utilization is around 60-70% I'm setting the PermGen Size to 512m with the params -XX:PermSize=64m -XX:MaxPermSize=512m If I donot set this, I'm quickly getting Out of Memory Permgen Space Error. If I can't increase the heapsize beyond 1700MB(including permgen), Does that mean 2GB/4GB/8GB RAM will not make much difference? If garbage collector is not the culprit for the difference in response times at different intervals, I wonder what else could be the reason...? Will clustering of JBoss help me in meeting the SLA? If yes, can I try the software clustering(with out adding any other hardware), or I have to go with Hardware Clustering only? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258791#4258791 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258791 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss Tools Users] - Deploying exploded war files in jboss from eclipse
My set up is an ear with jars and wars inside. I have an eclipse project setup and the enterprise project output is put up in exploded form(the ear is a folder and not an archive). But whatever i do my web project inside the ear is put to deploy as an archive. I want it to be deployed as a folder... Tried changing the dependency type for the web project to consumes, but this creates more problems as the ear project doesnt even recognize the war project then. Any help.. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258790#4258790 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258790 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user