From do-not-reply at jboss.com Thu Oct 1 01:48:36 2009
From: do-not-reply at jboss.com (jjp)
Date: Thu, 1 Oct 2009 01:48:36 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4.1, JBoss 4.23 and Seam 2.2.0
Message-ID: <1520014.1254376116289.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I want to use JBPM in my Application and a I can not change the environment of my application (Seam/Richfaces/persistence.xml), so I try to configure JBPM in that way, that it works together.
I want to store my entities in JBPM Workflows. The first try was not successful, because the ProcessEngine serialized the entities as a Blob. I expected that the PE will only store the hibernate ID of my entity.
So I searched in the documentation and forum, and the source code. By the way, a great work !
I found that JBPM and my application used two different hibernate sessions. And the described way was the solution.
My hope is now, that this configuration is not a dead end in future versions, and You don't say "For God's sake!" this this a anti-example.
May this solution is helpful for some people with similar problems.
Thanks,
Joerg
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258037#4258037
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258037
From do-not-reply at jboss.com Thu Oct 1 01:58:25 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 01:58:25 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1
Message-ID: <21462137.1254376705191.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I commented on this again since I consider this really important because at the moment it makes you change your process model for escalations which is probably not wanted. If this was possible in 3.x this would also lead to problems when migrating from 3.x to 4.x, right?
Regarding the behaviour in 3.x Joram stated in the comments answering your question:
anonymous wrote :
| The most logical is not necessarily what was in 3 ;-)
|
| But you are right: in 3, the task is kept open, but it can't be completed anymore. The only option is than to delete the task. Imo, this makes sense.
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258038#4258038
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258038
From do-not-reply at jboss.com Thu Oct 1 02:59:20 2009
From: do-not-reply at jboss.com (tom.baeyens@jboss.com)
Date: Thu, 1 Oct 2009 02:59:20 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on
jboss 4.2.3
Message-ID: <22382366.1254380360093.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
files of jboss 4 are still in the sources, but it is not supported.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258044#4258044
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258044
From do-not-reply at jboss.com Thu Oct 1 03:01:31 2009
From: do-not-reply at jboss.com (belcar)
Date: Thu, 1 Oct 2009 03:01:31 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: links from portlet content
to another portal page
Message-ID: <30438880.1254380491752.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The reference guide has a topic about this: "13.9.3. Link to other pages."
// Get the ParentNode. Since we are inside a Window, the Parent is the Page
| PortalNode thisNode = req.getPortalNode().getParent();
| // Get the Node in the Portal hierarchy tree known as "../default"
| PortalNode linkToNode = thisNode.resolve("../default");
| // Create a RenderURL to the "../default" Page Node
| PortalNodeURL pageURL = resp.createRenderURL(linkToNode);
| // Output the Node's name and URL for users
| Samples
| 149
| html.append("Page: " + linkToNode.getName() + " -> ");
| html.append("" + linkToNode.getName() + "");
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258045#4258045
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258045
From do-not-reply at jboss.com Thu Oct 1 03:04:43 2009
From: do-not-reply at jboss.com (saytomahendra)
Date: Thu, 1 Oct 2009 03:04:43 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - how to get the pooled actors information
Message-ID: <28643480.1254380683034.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
i am novice to the jbpm
i have problem in retrieving the audit Trail data,i am using jbpm3.2.3
can anybody tell me how to retrieve the data from either Jbpm database(MSSQL 2005) or history apis.
1. i want the information about the pooled actors
2. who has performed a perticular action.
thanks in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258046#4258046
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258046
From do-not-reply at jboss.com Thu Oct 1 03:07:07 2009
From: do-not-reply at jboss.com (bodrin)
Date: Thu, 1 Oct 2009 03:07:07 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - jbossall-client.jar and the
jar hell at remote JBM client
Message-ID: <5135025.1254380827737.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
[JBM.1.4.0.SP3 \ jboss-4.2.2.GA]
Hi,
>From a remote JBM client point of view we need some JBoss jars including jbossall-client.jar (http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.0.SP3/html/installation.html#inst.remoteclient). I see two main problems with this:
1) The order of this jars does matter - this I think is not even mentioned into the docs, but if you list them into your classpath into a different order it will not work some times. The bigger problem is that in some places/containers there is no way to specify any such order like in tomcat for example.
2) If your project uses some library which is duplicated in jbossall-client.jar also and the versions are different - again we have a problem. One such example is hibernate.
I have found in this thread http://www.jboss.org/index.html?module=bb&op=viewtopic&t=153853&postdays=0&postorder=asc&start=10 that
anonymous wrote : jbossall-client.jar is an evil aggregation of jars. You will need to use the individual client jars from /jboss/client. I have changes the examples to make use of the correct jars, and we have documented the minimal set for JBM, but depending on the other EE features you use you may need to add more client jars...
So, the question is what is the minimal set of client jars needed for a remote JBM client?
And does this will solve problem 1) ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258047#4258047
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258047
From do-not-reply at jboss.com Thu Oct 1 03:17:41 2009
From: do-not-reply at jboss.com (agrajm)
Date: Thu, 1 Oct 2009 03:17:41 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: WSException: Cannot
obtain endpoint
Message-ID: <9752852.1254381461851.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I'm facing the same problem when deploying my web service with JBoss4.2.3 and JDK1.5.
There is no exception when I start the server. But when I try to access the WSDL, it gives me the same exception ?
Have you found out any solution to this problem ?
I'm a newbie to this world of web services so please let me know what I'm missing here.
Best Regards,
Agraj
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258048#4258048
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258048
From do-not-reply at jboss.com Thu Oct 1 03:34:49 2009
From: do-not-reply at jboss.com (killian)
Date: Thu, 1 Oct 2009 03:34:49 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Problem with the VacationRequest example
Message-ID: <25963145.1254382489596.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I'm novice to jbpm.
I have installed JBPM 4.1 on my computer on Tomcat 6.0.14 and i deployed the VacationRequest example (the taskform example).
My problem is when i change Tomcat's port to 8081 for example, http://localhost:8081/gwt-console-server/rs/process/definitions give me "http://localhost:8080/gwt-console-server/rs/form/process/VacationRequest-1/render" in the formUrl attribute of VacationRequest-1 process.
If i do the same thing from another computer in the network, it's return the same value of formUrl attribute.
>From jbpm-console, i can't start an instance of the VacationRequest-1 process because jbpm-console tries to reach localhost:8080 to get the form instead of the ip and the port of the tomcat server.
I think i forgot something to configure but i can't find what.
Thanks in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258050#4258050
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258050
From do-not-reply at jboss.com Thu Oct 1 04:10:02 2009
From: do-not-reply at jboss.com (timfox)
Date: Thu, 1 Oct 2009 04:10:02 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and
the jar hell at remote JBM clien
Message-ID: <23244347.1254384602283.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
There exact jars you need on the client side is explained in detail in section 4.4 of the user manual, and yes, it does also say in a yellow note box that they must appear in a different order:
http://labs.jboss.com/file-access/default/members/jbossmessaging/freezone/docs/userguide-1.4.5.GA/html/installation.html#inst.remoteclient
It's always worth looking in the documentation before asking a question like this.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258052#4258052
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258052
From do-not-reply at jboss.com Thu Oct 1 04:13:20 2009
From: do-not-reply at jboss.com (noicangi)
Date: Thu, 1 Oct 2009 04:13:20 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - jbpm4.1 process project
Message-ID: <26451144.1254384800278.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
hi this is my configuration: jboss 5.1.0ga + mysql5 + jbpm4 + galileo + tools m3
my question is, how i create a jbpm4 process project on eclipse? how can i do that?
or i need to create a jbpm3 project and a jbpm4 process definition in that project? also i noticed that on jboss with signavio the swinlines are missing, this is normal? or i commited an error during instalation?
thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258055#4258055
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258055
From do-not-reply at jboss.com Thu Oct 1 04:20:32 2009
From: do-not-reply at jboss.com (asafz)
Date: Thu, 1 Oct 2009 04:20:32 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: using error-page in web.xml for
custom error page
Message-ID: <9832057.1254385232193.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Still no answers so I will add more information:
1. I'm using jboss 5.0.1 and 5.1 and see the same problem
2. I'm throwing RuntimeException from the application
3. even when using exception-type instead of error-type and setting it to Exception I still can not reach to my custom error page.
Again, any ideas???
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258057#4258057
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258057
From do-not-reply at jboss.com Thu Oct 1 04:32:20 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 04:32:20 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <22019650.1254385940330.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Starting with jbpm 4.0 there is no project type named "process project" anymore. Just create a java project and afterwards create a new jbpm process definition. The swimlanes are missing in the Signavio editor and this is normal. About 2 weeks ago I was talking to one of the Signavio guys about this on a exhibition and he told me that this was just the first step for the integration and maybe further elements will be added in the next releases.
HTH
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258061#4258061
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258061
From do-not-reply at jboss.com Thu Oct 1 04:53:14 2009
From: do-not-reply at jboss.com (elhostis)
Date: Thu, 1 Oct 2009 04:53:14 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found
Message-ID: <28680777.1254387194314.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I think the problem is on the java command.
In dev, I use Eclipse to test my application.
In production, I use the java command. Something is missing, but why ?
I use jBPM 3.1.1, so what ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258065#4258065
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258065
From do-not-reply at jboss.com Thu Oct 1 05:10:55 2009
From: do-not-reply at jboss.com (mglowacki)
Date: Thu, 1 Oct 2009 05:10:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Adding JBossCache 4.2 to JBoss
5.1 default configuration
Message-ID: <3592448.1254388255615.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I can't find any instructions of adding cache to default configuration of jboss 5. I recently switched from 4.2.3, where it was very easy - just local-cache-service.xml into deploy dir and aprioprate jars into lib dir. Now I see it doesn't work, and all what I can find is configuration of cache for clustering. Also 'all' server configuration is for cluster use... And I just need cache for my applications, so I can store common data in it and take some stress out of database.
I put local.xml from etc dir of jbosscache4.20-all.jar, but then I check in jmx-console to see if it's installed. no :(
Anyone got any link, steps to do it?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258072#4258072
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258072
From do-not-reply at jboss.com Thu Oct 1 05:31:44 2009
From: do-not-reply at jboss.com (nikolay.elenkov)
Date: Thu, 1 Oct 2009 05:31:44 -0400 (EDT)
Subject: [jboss-user] [Clustering] - shutting down cluster node causes
massive memory usage in ot
Message-ID: <29605783.1254389504510.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
We have a two-node JBoss cluster (eap-4.2_cp06) with session and SFSB replication enabled. Apache with mod_jk does load balancing and failover,
with sticky sessions. This set up is working with no problems most of the time.
Due to some problems with an application (memory leaks), at some point one of the nodes (n1) needs to be restarted. In theory, since the other node (n2) is operational (memory usage is normal), we should be able to restart n1 while n2 is serving requests. However once n1 is stopped, n2's memory usage goes through the roof and doesn't stabilize. Eventually, n2 needs to be restarted as well.
I've yet to get logs and more detailed data, but any pointers as what could be causing this or how to debug it?
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258075#4258075
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258075
From do-not-reply at jboss.com Thu Oct 1 05:47:45 2009
From: do-not-reply at jboss.com (karin1123)
Date: Thu, 1 Oct 2009 05:47:45 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - configuration - config-login.xml
Message-ID: <12970346.1254390465880.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
since a few days i am trying to setup a jboss server that was running for a long time, but wasn't used for the past months. the deploy path is available with all the contents and is working like expected where no login is needed (apache and tomcat is also configured like before). database connections are loging in successfully.
the project itself is very huge - but the company that did the first setup is not available anymore. so we need to get it up and running ourselfs.
from my investigations the problem is the missing conf path. (login-conf.xml maybe)
when the application sends the auth - the tomcat is sending back that an auth is needed but not given and so the "RequestProcessor" is not available. There is no sql statements executed (i am monitoring the mysql.log on a development machine)
corresponding web.xml
ProtectedServlets/RequestProcessorMyUserBASICMy Web ServiceMyUser
corresponding jboss-web.xml
java:/jaas/myDataBase
ejb/JBossRequestProcessorSession
myDataBase/JBossRequestProcessorSession
.......
.......
.......
used for the test is an internal server with an internal name test.intern so that no traffic goes out - that is all workin well in the network so no need to think about that
what happens in auth is this
the client sends
.4......HTTP/1.1.../server/RequestProcessor...192.168.0.110.....www.test.intern..P.......Basic.bWFya3VzOmFzZGZhc2Rm.....Jakarta.Commons-HttpClient/2.0.2.....www.test.intern.....36....!application/x-www-form-urlencoded...........
the jk.log says
You cannot put individual files on the classpath, only archives (zip, jar) and directories. Change /home/config/hibernate.cfg.xml to /home/config
And regarding 3.1.1, there also is a 3.1.4 and even that is 'old'. When starting a new project (as you seem to do since it has not run in production) I'd certainly switch to at least 3.2.6SP1
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258079#4258079
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258079
From do-not-reply at jboss.com Thu Oct 1 05:48:54 2009
From: do-not-reply at jboss.com (karin1123)
Date: Thu, 1 Oct 2009 05:48:54 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: configuration - config-login.xml
Message-ID: <22653145.1254390534140.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
jboss 3.2.7 is used - as it was the version where it was running in the past
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258080#4258080
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258080
From do-not-reply at jboss.com Thu Oct 1 05:54:09 2009
From: do-not-reply at jboss.com (erasmomarciano)
Date: Thu, 1 Oct 2009 05:54:09 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: using error-page in web.xml for
custom error page
Message-ID: <11970502.1254390849352.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
try
404
/error404.jsp
500
/error500.jsp
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258081#4258081
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258081
From do-not-reply at jboss.com Thu Oct 1 05:56:01 2009
From: do-not-reply at jboss.com (erasmomarciano)
Date: Thu, 1 Oct 2009 05:56:01 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: using error-page in web.xml for
custom error page
Message-ID: <14593846.1254390961454.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
ops
| 404
| /error404.jsp
|
Are you sure of to make an error 404?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258082#4258082
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258082
From do-not-reply at jboss.com Thu Oct 1 06:05:59 2009
From: do-not-reply at jboss.com (elhostis)
Date: Thu, 1 Oct 2009 06:05:59 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: hibernate.cfg.xml not found
Message-ID: <21532045.1254391559385.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"kukeltje" wrote : You cannot put individual files on the classpath, only archives (zip, jar) and directories. Change /home/config/hibernate.cfg.xml to /home/config
It was that ! Thanks a lot !
"kukeltje" wrote : And regarding 3.1.1, there also is a 3.1.4 and even that is 'old'. When starting a new project (as you seem to do since it has not run in production) I'd certainly switch to at least 3.2.6SP1
It's not a new project. The old project was running with jBPM 3.1.1 but I never understood how the config file was found because the file was not in the classpath. Now, I understand.
But, you've probably right. I should upgrade my jBPM... I will see with my boss.
Thks again.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258083#4258083
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258083
From do-not-reply at jboss.com Thu Oct 1 06:16:35 2009
From: do-not-reply at jboss.com (praenti)
Date: Thu, 1 Oct 2009 06:16:35 -0400 (EDT)
Subject: [jboss-user] [Security] - Caller unauthorized on using a ejb3
statetlesssessionbean fr
Message-ID: <23711636.1254392195415.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi everybody,
I have a big problem using JAAS in JBoss 5.1.0GA, which I try to solve about 2 days (my employer is not very amused of that...). I use a own JASSLoginModule to authenticate a user on a LDAP directory. The roleSet is fetched from a database. This part works as I can see and give me the result - "AdminUser".
But now when I call a EJB stateless session bean, I always get the Caller unauthorized error (Stacktrace is at bottom of the message).
Can anybody give me a hint whats wrong.
The Constants in the @RolesAllowed has "AdminUser" in the list. The class is also attached at the end of the message
| javax.ejb.EJBAccessException: Caller unauthorized
| at org.jboss.ejb3.security.RoleBasedAuthorizationInterceptorv2.invoke(Ro
| leBasedAuthorizationInterceptorv2.java:199)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3Au
| thenticationInterceptorv2.java:186)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterce
| ptor.java:41)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContaine
| rShutdownInterceptor.java:67)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invo
| ke(CurrentInvocationInterceptor.java:67)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContain
| er.java:176)
| at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContain
| er.java:216)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandl
| erBase.invoke(SessionProxyInvocationHandlerBase.java:207)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandl
| erBase.invoke(SessionProxyInvocationHandlerBase.java:164)
| at $Proxy1287.getAllUsers(Unknown Source)
| at vwg.yyy.cancard.ui.action.Usermanagement.Usermanagement.list(Userman
| agement.java:41)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
| java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
| sorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:597)
| at com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultA
| ctionInvocation.java:404)
| at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(Defa
| ultActionInvocation.java:267)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:229)
| at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doInte
| rcept(DefaultWorkflowInterceptor.java:221)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(V
| alidationInterceptor.java:150)
| at org.apache.struts2.interceptor.validation.AnnotationValidationInterce
| ptor.doIntercept(AnnotationValidationInterceptor.java:48)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.interc
| ept(ConversionErrorInterceptor.java:123)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept
| (ParametersInterceptor.java:167)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.inter
| cept(StaticParametersInterceptor.java:105)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.CheckboxInterceptor.intercept(Checkbox
| Interceptor.java:83)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUp
| loadInterceptor.java:207)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(
| ModelDrivenInterceptor.java:74)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor.inte
| rcept(ScopedModelDrivenInterceptor.java:127)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.ProfilingActivationInterceptor.interce
| pt(ProfilingActivationInterceptor.java:107)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.debugging.DebuggingInterceptor.interce
| pt(DebuggingInterceptor.java:206)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ChainingInterceptor.intercept(Cha
| iningInterceptor.java:115)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInt
| erceptor.java:143)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(Pr
| epareInterceptor.java:121)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(Ser
| vletConfigInterceptor.java:170)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.AliasInterceptor.intercept(AliasI
| nterceptor.java:123)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.inter
| cept(ExceptionMappingInterceptor.java:176)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at vwg.yyy.cancard.ui.interceptor.RolecheckUsermanagerInterceptor.conti
| nueAction(RolecheckUsermanagerInterceptor.java:86)
| at vwg.yyy.cancard.ui.interceptor.RolecheckUsermanagerInterceptor.inter
| cept(RolecheckUsermanagerInterceptor.java:71)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at vwg.yyy.cancard.ui.interceptor.JAASLoginInterceptor.intercept(JAASLo
| ginInterceptor.java:78)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doInte
| rcept(DefaultWorkflowInterceptor.java:221)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(V
| alidationInterceptor.java:150)
| at org.apache.struts2.interceptor.validation.AnnotationValidationInterce
| ptor.doIntercept(AnnotationValidationInterceptor.java:48)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.interc
| ept(ConversionErrorInterceptor.java:123)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept
| (ParametersInterceptor.java:167)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.inter
| cept(StaticParametersInterceptor.java:105)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.CheckboxInterceptor.intercept(Checkbox
| Interceptor.java:83)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUp
| loadInterceptor.java:207)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(
| ModelDrivenInterceptor.java:74)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ChainingInterceptor.intercept(Cha
| iningInterceptor.java:115)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInt
| erceptor.java:143)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(Pr
| epareInterceptor.java:121)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(Ser
| vletConfigInterceptor.java:170)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept
| (ParametersInterceptor.java:167)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.AliasInterceptor.intercept(AliasI
| nterceptor.java:123)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.inter
| cept(ExceptionMappingInterceptor.java:176)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at vwg.yyy.cancard.ui.interceptor.RedirectMessageInterceptor.doIntercep
| t(RedirectMessageInterceptor.java:51)
| at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept
| (MethodFilterInterceptor.java:86)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:223)
| at com.opensymphony.xwork2.util.profiling.UtilTimerStack.profile(UtilTim
| erStack.java:455)
| at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionI
| nvocation.java:221)
| at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.j
| ava:50)
| at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.jav
| a:504)
| at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatc
| her.java:419)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
| icationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
| ilterChain.java:206)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFi
| lter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
| icationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
| ilterChain.java:206)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
| alve.java:235)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
| alve.java:191)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(Securit
| yAssociationValve.java:190)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValv
| e.java:92)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.proce
| ss(SecurityContextEstablishmentValve.java:126)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invok
| e(SecurityContextEstablishmentValve.java:70)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
| ava:127)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
| ava:102)
| at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedC
| onnectionValve.java:158)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
| ve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
| a:330)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
| :829)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
| ss(Http11Protocol.java:598)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
| 7)
| at java.lang.Thread.run(Thread.java:619)
UserFacadeBean.java:
| /**
| *
| */
| package vwg.yyy.cancard.business.facade;
|
| import java.util.ArrayList;
| import java.util.List;
| import java.util.Set;
|
| import javax.annotation.PostConstruct;
| import javax.annotation.Resource;
| import javax.annotation.security.RolesAllowed;
| import javax.annotation.security.RunAs;
| import javax.ejb.EJB;
| import javax.ejb.Local;
| import javax.ejb.Remote;
| import javax.ejb.SessionContext;
| import javax.ejb.Stateless;
| import javax.persistence.EntityExistsException;
| import javax.persistence.EntityNotFoundException;
| import javax.security.auth.Subject;
| import javax.security.jacc.PolicyContext;
| import javax.security.jacc.PolicyContextException;
|
| import org.apache.log4j.Logger;
| import org.hibernate.exception.ConstraintViolationException;
| import org.jboss.ejb3.annotation.SecurityDomain;
| import org.jboss.security.auth.spi.ADLoginIdentifier;
|
| import vwg.yyy.cancard.ApplicationConstants;
| import vwg.yyy.cancard.MyApplicationException;
| import vwg.yyy.cancard.business.user.TooManyHitsException;
| import vwg.yyy.cancard.dao.ApplicationRoleDao;
| import vwg.yyy.cancard.dao.ApplicationUserDao;
| import vwg.yyy.cancard.dao.DAOFactory;
| import vwg.yyy.cancard.ldap.LDAPSearcher;
| import vwg.yyy.cancard.model.basic.ApplicationRole;
| import vwg.yyy.cancard.model.basic.ApplicationUser;
|
|
| /**
| * Implementation of user service interface.
| *
| * @author Michael Obster (michael.obster at epos-cat.de)
| */
| @SecurityDomain("java:/jaas/cancardDomain")
| @RolesAllowed({ApplicationConstants.ROLE_ADMIN, ApplicationConstants.ROLE_NORMAL, "internal"})
| @RunAs("internal")
| @Local({UserFacade.class})
| @Remote({UserFacadeRemote.class})
| @Stateless
| public class UserFacadeBean implements UserFacade {
| private static final String SUBJECT_CONTEXT_KEY = "javax.security.auth.Subject.container";
|
| private static Logger log = Logger.getLogger(UserFacadeBean.class);
|
| /**
| * Session context for security checks.
| */
| @Resource
| private SessionContext ctx;
|
| @EJB
| private DAOFactory daoFactory;
|
| private ApplicationUserDao userDao;
| private ApplicationRoleDao roleDao;
|
| /**
| * Inits the daos.
| */
| @PostConstruct
| public void initDao() {
| userDao = daoFactory.getApplicationUserDao();
| roleDao = daoFactory.getApplicationRoleDao();
| }
|
| public List getAllUsers() {
| return userDao.findAllOrdered("lastname, firstname");
| }
|
| public ApplicationUser saveUser(ApplicationUser user, boolean updateZebra) {
| if (updateZebra) {
| // Update current user from zebra
| LDAPSearcher searcher = new LDAPSearcher();
| searcher.updateUserAD(user);
| }
| return userDao.merge(user);
| }
|
| public boolean deleteUser(String gid) {
| try {
| userDao.remove(gid);
| } catch (EntityNotFoundException e) {
| log.debug(e);
| throw new MyApplicationException("db.alreadydeleted");
| } catch (EntityExistsException e) {
| log.debug(e.getCause());
| if (e.getCause() instanceof ConstraintViolationException) {
| // User still used elsewhere
| throw new MyApplicationException("db.stillused");
| }
| else {
| // Should never happen
| throw (EntityExistsException) e.fillInStackTrace();
| }
| }
| return true;
| }
|
| public ApplicationUser findUserById(String userId) throws EntityNotFoundException {
| return userDao.findById(userId);
| }
|
| public ApplicationUser findFullUserById(String userId) throws EntityNotFoundException {
| ApplicationUser user = userDao.findById(userId);
| return userDao.fetchFullUser(user);
| }
|
| public List getAllRoles() {
| return roleDao.findAllOrdered("reihe");
| }
|
| public List findDirectoryUsers(ApplicationUser user)
| throws TooManyHitsException {
| LDAPSearcher searcher = new LDAPSearcher();
| return searcher.findByCriteriaAD(user);
| }
|
| public ApplicationUser findDirectoryUser(String userId) {
| LDAPSearcher searcher = new LDAPSearcher();
| ApplicationUser user = new ApplicationUser();
| user.setId(userId);
| searcher.updateUserAD(user);
| return user;
| }
|
| @Override
| public List findByCriteria(String firstname,
| String lastname, String department, String phone,
| String email, String id) {
| LDAPSearcher searcher = new LDAPSearcher();
| return searcher.findByCriteria(firstname, lastname,
| department, phone, email, id);
| }
|
| @Override
| public List getRolesNotUser(ApplicationUser user) {
| user = userDao.fetchFullUser(user);
| return roleDao.findNonRolesOfUser(user);
| }
|
| @Override
| public List getUserRoles(ApplicationUser user) {
| user = userDao.fetchFullUser(user);
| return new ArrayList(user.getRole());
| }
|
| @Override
| public boolean addRole(ApplicationRole role, ApplicationUser user) {
| user = userDao.fetchFullUser(user);
| return userDao.linkRoleToUser(role, user);
| }
|
| @Override
| public boolean deleteRole(ApplicationRole role, ApplicationUser user) {
| user = userDao.fetchFullUser(user);
| return userDao.unlinkRoleToUser(role, user);
| }
|
| @Override
| public ApplicationRole findRoleById(String roleId)
| throws EntityNotFoundException {
| return roleDao.findById(roleId);
| }
|
| public void updateUser() throws MyApplicationException {
| // Get user from DB
| LDAPSearcher searcher = new LDAPSearcher();
| ApplicationUser dbUser=null;
| try {
| dbUser = userDao.findById(getUserId(ctx));
| }
| catch(EntityNotFoundException e) {
| throw new MyApplicationException("User not found in database.", e);
| }
|
| // Get current user data from zebra
| // searcher.updateUserAD(dbUser);
|
| // Save user
| // userDao.merge(dbUser);
| }
|
| /**
| * Static helper method: Get userId from EJB context.
| *
| * @param ctx SessionContext for no-ad-case
| * @return userId
| */
| public static String getUserId(SessionContext ctx) {
| try {
| Subject subject = (Subject) PolicyContext.getContext(UserFacadeBean.SUBJECT_CONTEXT_KEY);
| Set pc = subject.getPublicCredentials(ADLoginIdentifier.class);
| if (pc == null || pc.isEmpty()) {
| /*
| * Should only happen in JUnit case, return user name as GID
| * NOT dangerous because:
| * - Spiider is the only login method on production server
| * - The following update from Zebra will fail and throw an Exception
| */
| log.warn("Logging in without ADLoginIdentifier, should only happen in JUnit test!");
| return ctx.getCallerPrincipal().getName();
| }
| else {
| return pc.iterator().next().getUserId();
| }
| } catch (PolicyContextException e) {
| throw new MyApplicationException("Jaas subject could not be retrieved.", e);
| }
| }
|
| @Override
| public boolean userHasRole(ApplicationRole role, ApplicationUser user) {
| user = userDao.fetchFullUser(user);
| Set roles = user.getRole();
| if (roles.contains(role)) {
| return true;
| }
| else {
| return false;
| }
| }
|
| @Override
| public ApplicationRole getRolesById(String roleid) {
| ApplicationRole role = roleDao.findById(roleid);
| return role;
| }
|
| }
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258089#4258089
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258089
From do-not-reply at jboss.com Thu Oct 1 06:17:46 2009
From: do-not-reply at jboss.com (prachi.mukhija)
Date: Thu, 1 Oct 2009 06:17:46 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for
SOAPMessage is NULL
Message-ID: <3793477.1254392266482.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I am pretty new to jbpm-bpel. I have downloaded the jbpm-bpel-1.1.1 version.
My envrironment is:
jboss-4.2.2.GA server
However, I am facing the same error when deploying "Hello" example.
Here's the stack trace.
| 15:31:26,746 INFO [DeploymentServlet] deployed process definition: HelloWorld
| 15:31:26,846 ERROR [[deploymentServlet]] Servlet.service() for servlet deploymentServlet threw exception
| java.lang.NullPointerException
| at org.jbpm.bpel.tools.WscompileTool.getLocation(WscompileTool.java:240)
| at org.jbpm.bpel.tools.WscompileTool.formatClasspath(WscompileTool.java:227)
| at org.jbpm.bpel.tools.WscompileTool.callWscompile(WscompileTool.java:197)
| at org.jbpm.bpel.tools.WscompileTool.generateJavaMappingImpl(WscompileTool.java:156)
| at org.jbpm.bpel.tools.WscompileTool.generateJavaMapping(WscompileTool.java:143)
| at org.jbpm.bpel.tools.WebModuleBuilder.callJavaMappingTool(WebModuleBuilder.java:264)
| at org.jbpm.bpel.tools.WebModuleBuilder.buildModuleImpl(WebModuleBuilder.java:102)
| at org.jbpm.bpel.tools.WebModuleBuilder.buildModule(WebModuleBuilder.java:84)
| at org.jbpm.bpel.web.DeploymentServlet.deployWebModule(DeploymentServlet.java:205)
| at org.jbpm.bpel.web.DeploymentServlet.doPost(DeploymentServlet.java:99)
| 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.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.http11.Http11Processor.process(Http11Processor.java:844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
| at java.lang.Thread.run(Unknown Source)
|
Please help out. Any hint would be grateful.
Thanks in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258090#4258090
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258090
From do-not-reply at jboss.com Thu Oct 1 06:23:16 2009
From: do-not-reply at jboss.com (mircea.markus)
Date: Thu, 1 Oct 2009 06:23:16 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: What is an invocation,
and the related option override?
Message-ID: <171301.1254392596535.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
it only makes sense to use setForceWriteLock(true) on read. Normally when you do an cache.get(fqn) an read lock is aquired, but setting the forceWriteLock to true would force a write lock acquisition. when you do a put(fqn)(generally a write), a WL (write lock) is acquired so having the flag is redundant. As a general rule, the forceWriteLock only apply for one call, i.e. for one invocation.
tm.begin();
| // force write lock even on read operations
| cache.getInvocationContext().getOptionOverrides().setForceWriteLock(true);
|
| // read node
| Object value = cache.get(myFqn, "key");
|
| Object value = cache.get(myFqn2, "key");
|
| tm.commit();
In this example a WL is acquired for myFqn and a RL is acquired for myFqn2
anonymous wrote : In other words, once I set the "setForceWriteLock(true)", all future cache related operations in this thread will see this option set to "true". No. Only the next call, after that the flag is cleaned. As mentioned in the previous post, an invocation is an call to the cache.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258093#4258093
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258093
From do-not-reply at jboss.com Thu Oct 1 06:25:35 2009
From: do-not-reply at jboss.com (enriqueam)
Date: Thu, 1 Oct 2009 06:25:35 -0400 (EDT)
Subject: [jboss-user] [JBoss Remoting Users] - Re: No ping on
secondaryBindPort
Message-ID: <25639695.1254392735154.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello Ron,
Thank you for your quick response!
I have downloaded Remoting release 2.2.3.SP1 and replace the existing one in my standalone client and in JBoss As 4.2.3.GA server's libs (in the server configuration for JBoss Messaging 1.4.4.GA)
I have configured remoting-bisocket-service.xml with the attribute values you suggest and have also added the attribute
true
to connection-factories-service.xml to make sure Messaging accepts the changes in those immutable attributes.
Still no luck. The firewall does not timeout primary port 4457 because there is a ping between client and server. However, the ServerThread running on the client blocks on the secondary bind port, fixed to value 4458, to read the version, as shown in trace line
56411 [WorkerThread#0[192.168.6.1:4458]] TRACE org.jboss.remoting.transport.socket.ServerThread - blocking to read version from input stream
The problem is that if no message is sent, the firewall times out that port and not 4457. Upon a new message is posted on the topic after the port 4458 has timed out at the firewall, the messages is received by the client and then the client and server detects a problem on port 4458. However, the client does not scale the exception to the Messaging ExceptionListener. Instead, it logs out the exception, and just keeps pinging the server on port 4457, which completes successfully every time. As I said, the ServerThread working on port 4458 gets stuck on a call to wait().
>From that point on, when a new message is posted on the queue, the client does not receive it.
Should Remoting be informing JBM of the problem if I'm using generalizeSockeException?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258094#4258094
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258094
From do-not-reply at jboss.com Thu Oct 1 06:45:42 2009
From: do-not-reply at jboss.com (asafz)
Date: Thu, 1 Oct 2009 06:45:42 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: using error-page in web.xml for
custom error page
Message-ID: <31293347.1254393942063.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Well 404 is working for me, I just enter none exist URL and I do see my custom error page,
But when I try to create 500 error to see my custom error page I still see Jboss default error page and not my custom page.
I'm doing it by throwing runtimexception from my EJB tier.
Just wanted to add that I'm using EJB3, JSF, richfaces.
I'm sure that this is not related to my problem but just wanted to add this extra information.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258100#4258100
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258100
From do-not-reply at jboss.com Thu Oct 1 06:46:55 2009
From: do-not-reply at jboss.com (kennardconsulting)
Date: Thu, 1 Oct 2009 06:46:55 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Cluster falls apart: FD_SOCK errors
Message-ID: <14003500.1254394015242.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Guys,
We are seeing these warnings on our cluster nodes sometimes after a redeploy. The primary cluster node stays up,
but the other 2 (we have 3) die and keep saying this.
2009-10-01 20:04:34,302 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
| 2009-10-01 20:04:37,315 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
| 2009-10-01 20:04:40,318 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
| 2009-10-01 20:04:43,321 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
| 2009-10-01 20:04:46,323 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
| 2009-10-01 20:04:49,326 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
| 2009-10-01 20:04:52,329 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
| 2009-10-01 20:04:55,332 main WARN [org.jgroups.protocols.pbcast.GMS] join(192.168.1.2:37802) sent to 192.168.1.1:52187 timed out (after 3000 ms), retrying
They keep saying this even after a restart. Only restarting the primary node fixes things. We can see 192.168.1.1:52187 is listening on the primary with netstat -panu
On that server, the logs say
192.168.1.2:37802 ERROR [org.jgroups.protocols.FD_SOCK] socket address for 192.168.1.2:37802 could not be fetched, retrying.
However, on the 192.168.1.2 box, we can see 192.168.1.2:37802 is also listening.
We can ping and telnet to tcp ports on both boxes and between each box, and ipconfig shows no packet losses, collisions or other
networking errors. Also a restart of JBoss on the primary fixes the problem.
Therefore the problem seems to be something within JBoss.
On the primary server there are a number of threads referring to port 52187 and none of these seem locked up (as far as I can see).
Here are some of the threads from the Primary:
This looks like the server socket:
"FD_SOCK server socket acceptor,192.168.1.1:52187" daemon prio=10 tid=0x0ac19800 nid=0x6281 runnable [0x66293000]
| java.lang.Thread.State: RUNNABLE
| at java.net.PlainSocketImpl.socketAccept(Native Method)
| at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:390)
| - locked <0xab976ea0> (a java.net.SocksSocketImpl)
| at java.net.ServerSocket.implAccept(ServerSocket.java:453)
| at java.net.ServerSocket.accept(ServerSocket.java:421)
| at org.jgroups.protocols.FD_SOCK$ServerSocketHandler.run(FD_SOCK.java:1022)
| at java.lang.Thread.run(Thread.java:619)
This looks like the connection handler:
"FD_SOCK client connection handler,AvantProduction,192.168.1.1:52187" daemon prio=10 tid=0x097e8000 nid=0x1a6c runnable [0x62c
| 71000]
| java.lang.Thread.State: RUNNABLE
| at java.net.SocketInputStream.socketRead0(Native Method)
| at java.net.SocketInputStream.read(SocketInputStream.java:129)
| at java.net.SocketInputStream.read(SocketInputStream.java:182)
| at org.jgroups.protocols.FD_SOCK$ClientConnectionHandler.run(FD_SOCK.java:1089)
| at java.lang.Thread.run(Thread.java:619)
And these are threads waiting in a pool by the look of it:
"Incoming-14,192.168.1.1:52187" prio=10 tid=0x091c9400 nid=0x5f7f waiting on condition [0x68e1f000]
| java.lang.Thread.State: WAITING (parking)
| at sun.misc.Unsafe.park(Native Method)
| - parking to wait for <0x8b246af0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
| at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
| at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
| at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
| at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
| at java.lang.Thread.run(Thread.java:619)
|
| "Incoming-13,192.168.1.1:52187" prio=10 tid=0x091c7c00 nid=0x5f7e waiting on condition [0x68e70000]
| java.lang.Thread.State: WAITING (parking)
| at sun.misc.Unsafe.park(Native Method)
| - parking to wait for <0x8b246af0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
| at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
| at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
| at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
| at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
| at java.lang.Thread.run(Thread.java:619)
Here is a list of all threads referring to port 52187:
"VERIFY_SUSPECT.TimerThread,AvantProduction-HAPartitionCache,192.168.1.1:52187" daemon prio=10 tid=0x0b838400 nid=0x1d9d waiting on condition [0x5f1fe000]
| "OOB-680,192.168.1.1:52187" prio=10 tid=0x73163400 nid=0x1d9c waiting on condition [0x66c48000]
| "OOB-678,192.168.1.1:52187" prio=10 tid=0x6ef51800 nid=0x1c8e waiting on condition [0x66a62000]
| "FD_SOCK client connection handler,AvantProduction,192.168.1.1:52187" daemon prio=10 tid=0x097e8000 nid=0x1a6c runnable [0x62c71000]
| "FD_SOCK pinger,AvantProduction-HAPartitionCache,192.168.1.1:52187" daemon prio=10 tid=0x092ba400 nid=0x69b7 waiting on condition [0x5f15c000]
| "ViewHandler,AvantProduction-HAPartitionCache,192.168.1.1:52187" prio=10 tid=0x0c48d400 nid=0x6506 waiting on condition [0x5f1ad000]
| "FD_SOCK server socket acceptor,192.168.1.1:52187" daemon prio=10 tid=0x0ac19800 nid=0x6281 runnable [0x66293000]
| "Incoming-20,192.168.1.1:52187" prio=10 tid=0x71df4400 nid=0x5f8d waiting on condition [0x68a02000]
| "Incoming-19,192.168.1.1:52187" prio=10 tid=0x091ed400 nid=0x5f89 waiting on condition [0x68b46000]
| "Incoming-18,192.168.1.1:52187" prio=10 tid=0x7161dc00 nid=0x5f88 waiting on condition [0x68b97000]
| "Incoming-17,192.168.1.1:52187" prio=10 tid=0x091ecc00 nid=0x5f84 waiting on condition [0x68c8a000]
| "Incoming-16,192.168.1.1:52187" prio=10 tid=0x72a4a800 nid=0x5f83 waiting on condition [0x68cdb000]
| "Incoming-15,192.168.1.1:52187" prio=10 tid=0x091ca400 nid=0x5f80 waiting on condition [0x68dce000]
| "Incoming-14,192.168.1.1:52187" prio=10 tid=0x091c9400 nid=0x5f7f waiting on condition [0x68e1f000]
| "Incoming-13,192.168.1.1:52187" prio=10 tid=0x091c7c00 nid=0x5f7e waiting on condition [0x68e70000]
| "Incoming-12,192.168.1.1:52187" prio=10 tid=0x08f7ec00 nid=0x5f7d waiting on condition [0x68ec1000]
| "Incoming-11,192.168.1.1:52187" prio=10 tid=0x6d3f8400 nid=0x5f7c waiting on condition [0x68f12000]
| "Incoming-10,192.168.1.1:52187" prio=10 tid=0x091c5800 nid=0x5f7b waiting on condition [0x68f63000]
| "Incoming-9,192.168.1.1:52187" prio=10 tid=0x713f5800 nid=0x5f7a waiting on condition [0x68fb4000]
| "Incoming-8,192.168.1.1:52187" prio=10 tid=0x09cbe000 nid=0x5f79 waiting on condition [0x69005000]
| "Timer-12,192.168.1.1:52187" daemon prio=10 tid=0x713e5800 nid=0x5f78 waiting on condition [0x69056000]
| "Timer-11,192.168.1.1:52187" daemon prio=10 tid=0x6cdf8800 nid=0x5f77 waiting on condition [0x690a7000]
| "Timer-10,192.168.1.1:52187" daemon prio=10 tid=0x71471c00 nid=0x5f75 waiting on condition [0x69149000]
| "Incoming-7,192.168.1.1:52187" prio=10 tid=0x09cbac00 nid=0x5f74 waiting on condition [0x6919a000]
| "Incoming-6,192.168.1.1:52187" prio=10 tid=0x08f7f800 nid=0x5f72 waiting on condition [0x6923c000]
| "Timer-9,192.168.1.1:52187" daemon prio=10 tid=0x08d8a800 nid=0x5f71 waiting on condition [0x6928d000]
| "Timer-8,192.168.1.1:52187" daemon prio=10 tid=0x08fd1000 nid=0x5f6f waiting on condition [0x6932f000]
| "Timer-7,192.168.1.1:52187" daemon prio=10 tid=0x0927f800 nid=0x5f6d waiting on condition [0x693d1000]
| "Incoming-5,192.168.1.1:52187" prio=10 tid=0x091ae800 nid=0x5f6c waiting on condition [0x69422000]
| "Incoming-4,192.168.1.1:52187" prio=10 tid=0x091ad400 nid=0x5f6b waiting on condition [0x69473000]
| "Incoming-3,192.168.1.1:52187" prio=10 tid=0x08e98800 nid=0x5f6a waiting on condition [0x694c4000]
| "Incoming-2,192.168.1.1:52187" prio=10 tid=0x08e97800 nid=0x5f69 waiting on condition [0x69515000]
| "Incoming-1,192.168.1.1:52187" prio=10 tid=0x08ee5800 nid=0x5f68 waiting on condition [0x69566000]
| "Timer-6,192.168.1.1:52187" daemon prio=10 tid=0x717d2800 nid=0x5f67 waiting on condition [0x695b7000]
| "Timer-5,192.168.1.1:52187" daemon prio=10 tid=0x712ff000 nid=0x5f66 waiting on condition [0x69608000]
| "Timer-4,192.168.1.1:52187" daemon prio=10 tid=0x711fd800 nid=0x5f64 waiting on condition [0x696aa000]
| "Timer-3,192.168.1.1:52187" daemon prio=10 tid=0x09297800 nid=0x5f62 waiting on condition [0x696fb000]
| "Timer-2,192.168.1.1:52187" daemon prio=10 tid=0x090a6800 nid=0x5f5f waiting on condition [0x697ee000]
| "UDP mcast,192.168.1.1:52187" prio=10 tid=0x09956c00 nid=0x5f5e runnable [0x6983f000]
| "UDP ucast,192.168.1.1:52187" prio=10 tid=0x09956800 nid=0x5f5d runnable [0x69890000]
| "DiagnosticsHandler,192.168.1.1:52187" daemon prio=10 tid=0x08ee6c00 nid=0x5f5c runnable [0x698e1000]
| "Timer-1,192.168.1.1:52187" daemon prio=10 tid=0x08e56c00 nid=0x5f5a waiting on condition [0x69983000]
This is really hurting our up-time. Could anybody point us in the right direction?
Regards,
Richard.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258102#4258102
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258102
From do-not-reply at jboss.com Thu Oct 1 06:49:52 2009
From: do-not-reply at jboss.com (c4s4l)
Date: Thu, 1 Oct 2009 06:49:52 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - [jBPM4] TaskForm Variables
Message-ID: <6493023.1254394192244.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
In the jBPM Dev Guide is stated that the 'Form field names become process variables names and vice versa', but what about the activity context or the execution context, can I access to them in the form (ftl)? Are there implicit process variables injected in the form task? which ones?
Thanks,
Sergio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258104#4258104
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258104
From do-not-reply at jboss.com Thu Oct 1 07:02:21 2009
From: do-not-reply at jboss.com (the_olo)
Date: Thu, 1 Oct 2009 07:02:21 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - After migrating from JBossMQ
to JBM:
Message-ID: <20774890.1254394941460.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi!
After migrating from JBoss MQ to JBoss Messaging (which also required deploying the relevant queues manually), our installation of jBPM-BPEL has started throwing the following exception in the logs:
2009-10-01 12:51:46,648 ERROR [org.jboss.jms.client.container.ClosedInterceptor] ClosedInterceptor.ClientSessionDelegate[46-n2vsd90g-1-2wuqd90g-x8tmkt-100j3]:
| method postDeliver() did not go through, the interceptor is CLOSED
| 2009-10-01 12:51:46,648 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)
This is thrown after the SOAP response is sent back to the client, at the end of BPEL process execution, so it doesn't seem to influence its correct outcome. However, I'm afraid of any side effects (e.g. performance issues, rolled back XA transactions?).
One more symptom that I've observed is that message counters on the queues aren't incremented in queue MBeans (name=JbpmCommandQueue,service=Queue and name=JbpmJobQueue,service=Queue) - I think it could be related to this exception.
Here's how the queue MBeans are configured for jBPM-BPEL:
|
|
|
| jboss.messaging:service=ServerPeer
| jboss.messaging:service=PostOffice
|
|
| jboss.messaging:service=ServerPeer
| jboss.messaging:service=PostOffice
|
|
|
Any ideas what might cause the problem?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258110#4258110
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258110
From do-not-reply at jboss.com Thu Oct 1 07:19:17 2009
From: do-not-reply at jboss.com (newcomer1)
Date: Thu, 1 Oct 2009 07:19:17 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Translation of task node from jBPM3
to 4
Message-ID: <22817209.1254395957271.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"kukeltje" wrote : Yes, use a plain fork-join for this.
I still have to admit that I think the task-node approach is much easier to work with.
The jbpm documentation should have more information about differences from the jbpm 3.x way to model stuff. E.g. to associate tasks with a state.
How would you model a simple scenario as this:
start -> Registered (state) with 2 tasks that are created when the state is entered, one that MUST be performed, and one that is optional -> Handle, state with several tasks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258118#4258118
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258118
From do-not-reply at jboss.com Thu Oct 1 07:40:00 2009
From: do-not-reply at jboss.com (Shenaz)
Date: Thu, 1 Oct 2009 07:40:00 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Non clustered Queue
Message-ID: <25239642.1254397200270.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
We are using Jboss 4 AS in clustered mode. From the docs that I've read, its understood that JMS queues and topics are implemented as singleton service in a clustered environment. Is it possible to have non clustered queues? i.e., each local queues on node in the cluster?
Regards
Shenaz
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258122#4258122
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258122
From do-not-reply at jboss.com Thu Oct 1 07:48:04 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 07:48:04 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1
Message-ID: <1787057.1254397684656.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
It seems strange to me that are just a few people interested in this topic although the situation described seems to me very common. Are there still so few people working with 4.x or has nobody run across the problem? If you have it would be great to count on your vote in JIRA.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258123#4258123
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258123
From do-not-reply at jboss.com Thu Oct 1 07:49:54 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 07:49:54 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables
Message-ID: <8281405.1254397794763.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
afaik, there are none, butr I'm not 100% sure. If you want to be sure, look at the console code and see what jBPM api calls are used.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258124#4258124
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258124
From do-not-reply at jboss.com Thu Oct 1 07:52:34 2009
From: do-not-reply at jboss.com (bulhar)
Date: Thu, 1 Oct 2009 07:52:34 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: cannot be cast to
org.jbpm.graph.def.ActionHandler
Message-ID: <28118126.1254397954606.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
How did you solved the "cannot be cast to org.jbpm.graph.def.ActionHandler" exception? thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258125#4258125
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258125
From do-not-reply at jboss.com Thu Oct 1 08:04:15 2009
From: do-not-reply at jboss.com (enriqueam)
Date: Thu, 1 Oct 2009 08:04:15 -0400 (EDT)
Subject: [jboss-user] [JBoss Remoting Users] - Re: No ping on
secondaryBindPort
Message-ID: <19526215.1254398655159.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello Ron,
Please ignore my last post. Ping is sent on that port and firewall does not time it out.
Thank you for help!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258129#4258129
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258129
From do-not-reply at jboss.com Thu Oct 1 08:11:14 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 08:11:14 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Translation of task node from jBPM3
to 4
Message-ID: <26289294.1254399074431.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
tasks are never associated with a state. Tasks are now just 'simple' tasks, not 'complex' tasks anymore (the task has been 'promoted' to the level of the former task-node. That might be explicitly missing in the docs, I won't deny that. But
What you describe is not a 'simple' scenario, it is already a more complex one. You probably combined the 'blocking' attribute on the task within the task-node, the signal attribute on the task-node and maybe also the signalling. I agree that jBPM made this seem simple :-)
>From what we've experienced these were not used alot. In jBPM 4, for now, you need to do something like using an eventhandler to cancel the 'parallel task'. In the future this will be made more explicit by using things like the bpmn cancel signal.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258131#4258131
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258131
From do-not-reply at jboss.com Thu Oct 1 08:13:42 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 08:13:42 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: cannot be cast to
org.jbpm.graph.def.ActionHandler
Message-ID: <9752419.1254399222758.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Read carefully... he had another implementation of a class with the same package and classname but that did not implement the correct interface.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258132#4258132
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258132
From do-not-reply at jboss.com Thu Oct 1 08:34:02 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Thu, 1 Oct 2009 08:34:02 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Design: When the line between
domain objects and service
Message-ID: <28083620.1254400442842.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I think you need a layer beetween MailBox and your EJB, which encapsulates the logic specific to the mailbox implementation. "findMailbox" should not return the entity, but the the implementation of the layer.
Assume an interface (or an abstract base class):
public interface IMailBoxHandler
| {
| public void handleMail (Message message);
| }
|
It has only one method which handles an incoming mail.
Now you create subclasses/implementations:
public class MailBoxHandlerHelpDesk implements IMailBoxHandler
| {
| @Override
| public void handleMail (Message message)
| {
| ...
| }
| }
|
and so on...
"findMailBox" should probably return an appropriate IMailBoxHandler implementation.
"incomingMail" would be:
public void incomingMail(String destination, Message message) {
| IMailboxHandler mb = findMailBox(destination);
| mb.handleMail (message);
| }
|
This way, your domain model is free of controller logic.
Hope this is a reasonable approach ;-)
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258136#4258136
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258136
From do-not-reply at jboss.com Thu Oct 1 08:51:20 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Thu, 1 Oct 2009 08:51:20 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <20652226.1254401480047.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Michael,
you probably checked the JBoss log of the security layer (see question 4 in FAQ)? Do you see output that JBoss could map a user to the required roles?
Please post the relevant snippets of your login module.
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258140#4258140
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258140
From do-not-reply at jboss.com Thu Oct 1 08:55:50 2009
From: do-not-reply at jboss.com (mircea.markus)
Date: Thu, 1 Oct 2009 08:55:50 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - JBossCache 3.2.1.GA released
Message-ID: <10524000.1254401750629.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
More on this on the blog: http://jbosscache.blogspot.com/2009/10/jbosscache-321ga-released.html
Enjoy!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258143#4258143
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258143
From do-not-reply at jboss.com Thu Oct 1 09:15:12 2009
From: do-not-reply at jboss.com (mmichalek)
Date: Thu, 1 Oct 2009 09:15:12 -0400 (EDT)
Subject: [jboss-user] [EJB] - MDB Deployment Fails with Ear Isolation Enabled
Message-ID: <20834729.1254402912644.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I'm trying to deploy an EJB 2 MDB to JBoss 4.2.3.
Here are the points of interest:
JBoss Messaging 1.4.4
JBoss Remoting 2.2.3
ear deployment Isolated=true
Here's some of my initial findings:
1) If I turn off ear deployment isolation, this problem goes away (and apparently remoting is not used for the lookup in that scenerio.)
2) From this log and looking at the source, it looks like a JNDI lookup for java:/StdJMSPool is failing (returning null) - but I don't understanding why that's happening.
Let me know if you have any ideas. It's important to me to get make the ear deployment isolation work.
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.ejb.plugin
| s.jms.JMSContainerInvoker] Using client id: null
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.ejb.plugin
| s.jms.JMSContainerInvoker] looking up session pool factory: java:/StdJMSPool
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.jms.server
| .connectionmanager.SimpleConnectionManager] unregistered connection ConnectionEndpoint[l3-c3gw510g-1
| -cy6v510g-ys6ooo-7375o4c5] with remoting session ID ...-g015wfyk-3f
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.I
| nvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 4b2199 from registry
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.C
| lient] Client[12933527:5c4o5737-ooo6sy-g015v6yc-1-g015wg3c-3k] is disconnected
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.jms.server
| .remoting.JMSServerInvocationHandler] removing callback handler ServerInvokerCallbackHandler[5c4o573
| 7-ooo6sy-g015v6yc-1-g015wfyk-3f+5c4o5737-ooo6sy-g015v6yc-1-g015wg3c-3i]
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.C
| lient] Client[9099123:5c4o5737-ooo6sy-g015v6yc-1-g015wfyk-3f].connect(null)
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.C
| lient] Client[9099123:5c4o5737-ooo6sy-g015v6yc-1-g015wfyk-3f] connected to InvokerLocator [bisocket:
| //192.168.187.115:2088433572/callback?callbackServerHost=192.168.187.115&callbackServerPort=2088433572&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=5c4o5737-ooo6sy-g015v6yc-1-g015wfyk-3h&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper]
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.S
| erverInvoker] ServerInvoker (SocketServerInvoker[UNINITIALIZED]) removing client callback handler wi
| th session id of 5c4o5737-ooo6sy-g015v6yc-1-g015wfyk-3f+5c4o5737-ooo6sy-g015v6yc-1-g015wg3c-3i.
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.t
| ransport.bisocket.BisocketServerInvoker] unrecognized listener ID: 5c4o5737-ooo6sy-g015v6yc-1-g015wg
| 3c-3i
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.I
| nvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 146c67a from registry
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.C
| lient] Client[9099123:5c4o5737-ooo6sy-g015v6yc-1-g015wfyk-3f] is disconnected
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.S
| erverInvoker] SocketServerInvoker[UNINITIALIZED] stopped
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.I
| nvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker at da85fe's count, cu
| rrent count 5
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.C
| lient] Client[8486630:5c4o5737-ooo6sy-g015v6yc-1-g015wfyk-3f] is disconnected
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.I
| nvokerRegistry] decremented org.jboss.remoting.transport.local.LocalClientInvoker at 93133e's count, cu
| rrent count 5
| 12:43:23,640 DEBUG [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.remoting.C
| lient] Client[28468394:5c4o5737-ooo6sy-g015v6yc-1-g015wfyk-3g] is disconnected
| 12:43:23,640 ERROR [JMSContainerInvoker(OfflineEventLogConsumerMDB) Reconnect] [org.jboss.ejb.plugin
| s.jms.JMSContainerInvoker] Reconnect failed: JMS provider failure detected for OfflineEventLogConsum
| erMDB
| org.jboss.deployment.DeploymentException: Error during topic setup; - nested throwable: (java.lang.N
| ullPointerException)
| at org.jboss.deployment.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:5
| 3)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:825)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker$ExceptionListenerImpl$ExceptionListenerRunnable.ru
| n(JMSContainerInvoker.java:1533)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: java.lang.NullPointerException
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker.createSessionPool(JMSContainerInvoker.java:1276)
| at org.jboss.ejb.plugins.jms.JMSContainerInvoker.innerStartDelivery(JMSContainerInvoker.java:770)
| ... 2 more
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258150#4258150
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258150
From do-not-reply at jboss.com Thu Oct 1 09:16:42 2009
From: do-not-reply at jboss.com (mmichalek)
Date: Thu, 1 Oct 2009 09:16:42 -0400 (EDT)
Subject: [jboss-user] [JBoss Remoting Users] - Re: JNDI Lookup Fails,
Causes Failed EJB2 MDB
Message-ID: <25540677.1254403002025.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks, I reposted here: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258150#4258150
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258151#4258151
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258151
From do-not-reply at jboss.com Thu Oct 1 09:20:16 2009
From: do-not-reply at jboss.com (mmichalek)
Date: Thu, 1 Oct 2009 09:20:16 -0400 (EDT)
Subject: [jboss-user] [EJB] - Re: MDB Deployment Fails with Ear Isolation
Enabled
Message-ID: <9376673.1254403216128.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I also found that when I converted these MDB's to use the @MessageDriven annotation (instead of ejb xml), they deployed and received messages successfully.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258152#4258152
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258152
From do-not-reply at jboss.com Thu Oct 1 09:36:43 2009
From: do-not-reply at jboss.com (makarandk502)
Date: Thu, 1 Oct 2009 09:36:43 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - jbpm 4.1 : Running jbpm test case -
issue
Message-ID: <12766824.1254404203556.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Can anybody guide me in resolving this issue ?
I am getting following error while running following jbpm test case
I have also attached process xml file
----
Error
|
| 18:07:16,924 FIN | [BaseJbpmTestCase] === starting testTaskAssignee =============================
| ### EXCEPTION ###########################################
| 18:07:16,954 INF | [Parser] couldn't set schema language property
| org.xml.sax.SAXNotRecognizedException: http://java.sun.com/xml/jaxp/properties/schemaLanguage
| at gnu.xml.aelfred2.XmlReader.getProperty(XmlReader.java:181)
| at gnu.xml.aelfred2.XmlReader.setProperty(XmlReader.java:166)
| at gnu.xml.aelfred2.JAXPFactory$JaxpParser.setProperty(JAXPFactory.java:147)
| at org.jbpm.pvm.internal.xml.Parser.buildDom(Parser.java:423)
| at org.jbpm.pvm.internal.xml.Parser.execute(Parser.java:389)
| at org.jbpm.pvm.internal.xml.Parse.execute(Parse.java:157)
| at org.jbpm.pvm.internal.wire.xml.WireParser.(WireParser.java:279)
| at org.jbpm.pvm.internal.env.JbpmConfigurationParser.(JbpmConfigurationParser.java:47)
| at org.jbpm.pvm.internal.env.JbpmConfigurationParser.(JbpmConfigurationParser.java:50)
| at org.jbpm.pvm.internal.cfg.JbpmConfiguration.parse(JbpmConfiguration.java:178)
| at org.jbpm.pvm.internal.cfg.JbpmConfiguration.setResource(JbpmConfiguration.java:150)
| at org.jbpm.api.Configuration.setResource(Configuration.java:112)
| at org.jbpm.api.Configuration.getProcessEngine(Configuration.java:164)
| at org.jbpm.test.JbpmTestCase.initialize(JbpmTestCase.java:81)
| at org.jbpm.test.JbpmTestCase.setUp(JbpmTestCase.java:76)
| at tcs.com.java.TaskAssigneeTest.setUp(TaskAssigneeTest.java:41)
| at junit.framework.TestCase.runBare(TestCase.java:128)
| at junit.framework.TestResult$1.protect(TestResult.java:106)
| at junit.framework.TestResult.runProtected(TestResult.java:124)
| at junit.framework.TestResult.run(TestResult.java:109)
| at junit.framework.TestCase.run(TestCase.java:120)
| at junit.framework.TestSuite.runTest(TestSuite.java:230)
| at junit.framework.TestSuite.run(TestSuite.java:225)
| at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
| at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
| ### EXCEPTION ###########################################
| ### EXCEPTION ###########################################
| 18:07:16,964 INF | [Parser] couldn't set dynamic validation feature
| org.xml.sax.SAXNotRecognizedException: http://apache.org/xml/features/validation/dynamic
| at gnu.xml.aelfred2.SAXDriver.getFeature(SAXDriver.java:414)
| at gnu.xml.aelfred2.XmlReader.getFeature(XmlReader.java:234)
| at gnu.xml.aelfred2.XmlReader.setFeature(XmlReader.java:206)
| at org.jbpm.pvm.internal.xml.Parser.buildDom(Parser.java:437)
| at org.jbpm.pvm.internal.xml.Parser.execute(Parser.java:389)
| at org.jbpm.pvm.internal.xml.Parse.execute(Parse.java:157)
| at org.jbpm.pvm.internal.wire.xml.WireParser.(WireParser.java:279)
| at org.jbpm.pvm.internal.env.JbpmConfigurationParser.(JbpmConfigurationParser.java:47)
| at org.jbpm.pvm.internal.env.JbpmConfigurationParser.(JbpmConfigurationParser.java:50)
| at org.jbpm.pvm.internal.cfg.JbpmConfiguration.parse(JbpmConfiguration.java:178)
| at org.jbpm.pvm.internal.cfg.JbpmConfiguration.setResource(JbpmConfiguration.java:150)
| at org.jbpm.api.Configuration.setResource(Configuration.java:112)
| at org.jbpm.api.Configuration.getProcessEngine(Configuration.java:164)
| at org.jbpm.test.JbpmTestCase.initialize(JbpmTestCase.java:81)
| at org.jbpm.test.JbpmTestCase.setUp(JbpmTestCase.java:76)
| at tcs.com.java.TaskAssigneeTest.setUp(TaskAssigneeTest.java:41)
| at junit.framework.TestCase.runBare(TestCase.java:128)
| at junit.framework.TestResult$1.protect(TestResult.java:106)
| at junit.framework.TestResult.runProtected(TestResult.java:124)
| at junit.framework.TestResult.run(TestResult.java:109)
| at junit.framework.TestCase.run(TestCase.java:120)
| at junit.framework.TestSuite.runTest(TestSuite.java:230)
| at junit.framework.TestSuite.run(TestSuite.java:225)
| at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestReference.run(JUnit3TestReference.java:130)
| at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390)
| at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197)
| ### EXCEPTION ###########################################
|
|
jbpm testcase
|
| package tcs.com.java;
|
| import java.util.HashMap;
| import java.util.List;
| import java.util.Map;
|
| import org.jbpm.api.ProcessInstance;
| import org.jbpm.api.task.Task;
| import org.jbpm.test.JbpmTestCase;
|
|
|
| public class TaskAssigneeTest extends JbpmTestCase {
|
| String deploymentId;
|
| protected void setUp() throws Exception {
| super.setUp();
|
| deploymentId = repositoryService.createDeployment()
| .addResourceFromClasspath("tcs/com/java/process.jpdl.xml")
| .deploy();
| }
|
| protected void tearDown() throws Exception {
| repositoryService.deleteDeploymentCascade(deploymentId);
|
| super.tearDown();
| }
|
| public void testTaskAssignee() {
| Map variables = new HashMap();
| variables.put("order", new Order("johndoe"));
| ProcessInstance processInstance = executionService.startProcessInstanceByKey("TaskAssignee", variables);
| String pid = processInstance.getId();
|
|
| }
| }
|
|
-- Process xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258158#4258158
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258158
From do-not-reply at jboss.com Thu Oct 1 09:47:40 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Thu, 1 Oct 2009 09:47:40 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: unified invoker startup error
Message-ID: <23369262.1254404860103.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
that's one small typo in "web.xml": in the sample attached to JIRA, open "EJB3-JBM-Servlet-Example\lib\http-uinvoker.sar\unified-invoker.war\WEB-INF\web.xml" and remove the "-" beetween the last "servlet" element and the first "servlet-mapping" element ;-).
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258161#4258161
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258161
From do-not-reply at jboss.com Thu Oct 1 10:06:11 2009
From: do-not-reply at jboss.com (praenti)
Date: Thu, 1 Oct 2009 10:06:11 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <16392520.1254405971263.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Some new output was generated after enabling debugging. But the only thing I can see, that the error is not in the login module but somewhere in the servlet container.
Is there something special that I have to pay attention when I'm using Struts2 as framework?
| ...
| 16:01:50,566 INFO [SpiiderLoginModule] Logged into LDAP server, javax.naming.ld
| ap.InitialLdapContext at 6857da
| 16:01:50,581 INFO [SpiiderLoginModule] getRoleSets using rolesQuery: SELECT u.u
| serid, r."role" FROM "security".application_user u, "security".application_role
| r, "security".user_role ur WHERE u.userid = ? AND u.userid = ur.user_id AND ur.r
| ole_id = r."role", gid: 79A44E672EA8C49B
| 16:01:50,769 ERROR [[default]] Servlet.service() for servlet default threw excep
| tion
| javax.ejb.EJBAccessException: Caller unauthorized
| ...
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258167#4258167
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258167
From do-not-reply at jboss.com Thu Oct 1 10:15:26 2009
From: do-not-reply at jboss.com (mcalpay)
Date: Thu, 1 Oct 2009 10:15:26 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - JBOSS Tools Html editor content
assist problem
Message-ID: <4081811.1254406526990.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
On eclipse content assist works fine with taglibs like tomahawk, richfaces but it doesn't work for our custom components. Anyone have any idea why ?
Thanks
MC
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258169#4258169
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258169
From do-not-reply at jboss.com Thu Oct 1 10:22:03 2009
From: do-not-reply at jboss.com (praenti)
Date: Thu, 1 Oct 2009 10:22:03 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <12533444.1254406923558.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
My web.xml:
|
|
|
| CANCardViewer
|
|
| jaasLoginDomain
| cancardDomain
|
|
|
| jaasClientLoginDomain
| client-login
|
|
| jmesaPreferencesLocation
|
| /resources/jmesa.properties
|
|
|
| jmesaMessagesLocation
| applicationResources
|
|
|
| struts2
|
| org.apache.struts2.dispatcher.FilterDispatcher
|
|
|
|
|
|
| struts2
| /*
|
|
|
| worksheet
| org.jmesa.worksheet.servlet.WorksheetServlet
|
|
|
| worksheet
| *.wrk
|
|
|
|
|
| org.springframework.web.context.ContextLoaderListener
|
|
|
|
| index.jsp
|
|
|
|
And the struts2 interceptor I use on sites you have to be logged in:
JaasLoginInterceptor:
| /**
| *
| */
| package vwg.audi.cancard.ui.interceptor;
|
| import javax.servlet.http.HttpServletRequest;
|
| import org.apache.log4j.Logger;
| import org.apache.struts2.ServletActionContext;
|
| import vwg.yyy.cancard.business.LoginFacade;
| import vwg.yyy.cancard.ui.JAASConstants;
|
| import com.opensymphony.xwork2.Action;
| import com.opensymphony.xwork2.ActionInvocation;
| import com.opensymphony.xwork2.interceptor.Interceptor;
|
| /**
| * JAASLoginFilter
| *
| * @author Michael Obster
| */
| public class JAASLoginInterceptor implements Interceptor {
|
| private static final long serialVersionUID = -1983088770872827621L;
|
| private Logger log = Logger.getLogger(this.getClass());
|
| String loginDomain = "";
| String clientLoginDomain = "";
|
| LoginFacade loginFacade;
|
| @Override
| public void init() {
|
| }
|
| @Override
| public String intercept(ActionInvocation actionInvocation) throws Exception {
| loginDomain = ServletActionContext.getServletContext().getInitParameter("jaasLoginDomain");
| clientLoginDomain = ServletActionContext.getServletContext().getInitParameter("jaasClientLoginDomain");
| if (log.isDebugEnabled()) {
| log.debug("init JAASInterceptor: loginDomain:" + loginDomain + " clientLoginDomain:" + clientLoginDomain);
| }
|
| HttpServletRequest request = ServletActionContext.getRequest();
| String servletPath = request.getServletPath();
| String pathInfo = request.getPathInfo();
| String path = (servletPath == null ? "" : servletPath)
| + (pathInfo == null ? "" : pathInfo);
| if (log.isDebugEnabled()) {
| log.debug("Login INTERCEPT");
| }
| loginFacade = new LoginFacade(loginDomain, clientLoginDomain);
|
|
| if (!JAASConstants.USER_IS_VALID.equals(request
| .getSession().getAttribute(
| JAASConstants.USER_VALIDITY))) {
| log.info("requested path: " + path);
| return Action.LOGIN;
| }
|
| //Perform client-login
| String username = (String)request.getSession().getAttribute(JAASConstants.USERNAME);
| String strPassword = (String)request.getSession().getAttribute(JAASConstants.PASSWORD);
|
| // Classic login by username and password
| loginFacade.clientLogin(username, strPassword);
| if (log.isDebugEnabled()) {
| log.debug("*****CLIENTLOGIN COMPLETE****");
| }
|
| return actionInvocation.invoke();
| }
|
| @Override
| public void destroy() {
| loginFacade.logout();
| }
|
|
|
| }
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258172#4258172
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258172
From do-not-reply at jboss.com Thu Oct 1 10:22:07 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Thu, 1 Oct 2009 10:22:07 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: Non clustered Queue
Message-ID: <1338780.1254406927834.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Should be possible, yeah.
I haven't tried this myself, so beware, test carefully, be prepared for possible bumps in the road etc.
But you should be able to:
1) Remove the server/all/deploy-hasingleton/jms folder
2) Replace the contents of server/all/deploy/jms with those from server/default/deploy/jms
The key thing here, is the JMS server is no longer a singleton -- each AS instance is running a JMS server. That means you need to configure them so they aren't all trying to persist to the same place in your DB. Each needs to write to a separate catalog (in a shared db) or each to its own db.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258173#4258173
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258173
From do-not-reply at jboss.com Thu Oct 1 10:29:11 2009
From: do-not-reply at jboss.com (nilspreusker)
Date: Thu, 1 Oct 2009 10:29:11 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - jBPM4 - .bar deployment to embedded jBPM
Message-ID: <23132360.1254407351805.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
if I'm not mistaken, there is currently no deployment mechanism for .bar files for jBPM as an embedded framework (e.g. in a Spring application). In other words, to deploy both jPDL files and task forms, every resource has to be added separately like this:
deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/process.jpdl.xml");
| deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/process.png");
| deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/verify_request.ftl");
| deployment.addResourceFromClasspath("be/jorambarrez/jbpm4/demo/taskform/request_vacation.ftl");
|
Joram Barrez also mentions this in his blog:
anonymous wrote : Do note that [...] you'll need to add all the forms to the deployment. We're looking into ways of simplifying this in a next release.
I've checked the JIRA, but didn't find anything for the next two releases (4.2 and 4.3). So I'm wondering what the status of this is, maybe someone can point me to a JIRA case or a thread in the development forum that I might have missed... Cheers! Nils
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258178#4258178
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258178
From do-not-reply at jboss.com Thu Oct 1 10:42:57 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Thu, 1 Oct 2009 10:42:57 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: shutting down cluster node causes
massive memory usage i
Message-ID: <19607811.1254408177835.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
First off, if you are using EAP you are quite likely a support customer. If so you should open a ticket on the Customer Support Portal, where you'll get much better support than I can provide in the half hour or so I day I spend on this forum.
A basic debugging step is to take a heap histogram on n1 a) before restart n2 b) after n1's memory usage starts climbing c) before restarting n2. That will give a picture of what types of objects are increasing in the heap.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258181#4258181
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258181
From do-not-reply at jboss.com Thu Oct 1 10:44:34 2009
From: do-not-reply at jboss.com (c4s4l)
Date: Thu, 1 Oct 2009 10:44:34 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables
Message-ID: <11512.1254408274315.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
So there is no way of knowing what is the task name or the activity name that I'm in?
Thanks,
Sergio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258182#4258182
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258182
From do-not-reply at jboss.com Thu Oct 1 10:49:01 2009
From: do-not-reply at jboss.com (oneworld95)
Date: Thu, 1 Oct 2009 10:49:01 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Where does JBoss cache files?
Message-ID: <30161695.1254408541668.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi. We're running into some odd behavior with an app on JBoss 4.2.3.GA: We can make modifications to it, put the WAR file on our server, see it deployed in the log, and not see the server-side changes when we load the pages.
Does JBoss cache files somewhere? How can we be sure we're running the latest version of our app? Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258185#4258185
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258185
From do-not-reply at jboss.com Thu Oct 1 10:54:26 2009
From: do-not-reply at jboss.com (rmz)
Date: Thu, 1 Oct 2009 10:54:26 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Question regarding
PersistenceContext propagation
Message-ID: <15337854.1254408866505.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi everyone,
I have a secenario similar to the following. There are different persistent entity classes, "a", "b" and "c". Entity a contains one ore more of b, and b contains one or more of c.
Also, there are three different stateful session beans that wrap the three entities for client access, e.g., entity a is wrapped by stateful Bean A,
b is wrapped by stateful bean B and correspondingly for c and C.
Now when a client asks for entity a it gets access via a bean interface to A. When persisting or loading the entity structure this works via A (with
the PersistenceContext of A).
In all bean classes A, B, C I'm using Extended Persistent Contexts which I assume are propagated (from A --> B --> C) to the child beans when the
parent beans instantiate the childs.
However, it seems that the Persistence Context is not properly propagated by the container although the EntityManager's are the same for all beans
A, B, C. This means, entities that are attached to the Entity Manager in bean A are no longer attached to the same Entity Manager when called in bean B. To my understanding this can only happen when the persistece context is not properly propagated.
Can somebody provide an advice about how to ensure that the persistence context is propagated? I looked through a number of resources including "Hibernate in Action" but did not find something useful. Maybe I'm missing some annotation. Unfortunately I cannot easily construct a simple example because the entire thing is embedded in a larger project.
Thanks in advance for your comments,
-Rainer
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258188#4258188
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258188
From do-not-reply at jboss.com Thu Oct 1 10:54:33 2009
From: do-not-reply at jboss.com (kabir.khan@jboss.com)
Date: Thu, 1 Oct 2009 10:54:33 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?
Message-ID: <7604385.1254408873912.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Wrong forum
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258189#4258189
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258189
From do-not-reply at jboss.com Thu Oct 1 10:57:43 2009
From: do-not-reply at jboss.com (oneworld95)
Date: Thu, 1 Oct 2009 10:57:43 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?
Message-ID: <22594842.1254409063129.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Sorry about that. Which forum for this topic?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258190#4258190
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258190
From do-not-reply at jboss.com Thu Oct 1 11:02:13 2009
From: do-not-reply at jboss.com (oneworld95)
Date: Thu, 1 Oct 2009 11:02:13 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: Where does JBoss cache files?
Message-ID: <28329083.1254409333478.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I think I found the correct forum, though I don't know how to move a topic from one forum to another: http://www.jboss.org/index.html?module=bb&op=viewforum&f=287
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258192#4258192
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258192
From do-not-reply at jboss.com Thu Oct 1 11:02:44 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Thu, 1 Oct 2009 11:02:44 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: JBoss fallback mechanism for
authentication methods
Message-ID: <12527006.1254409364034.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Steve,
this is possible. JBoss security is configured through a file "login-config.xml", where you declare the login modules for security domains.
There is an option for each of those configs whether the login module has to succeed or whether another module is used as fallback when it fails.
You might start with the JBoss security FAQ: http://www.jboss.org/community/wiki/SecurityFAQ
Sorry for my short reply, I don't have much more time now, but I am willing to help another day.
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258193#4258193
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258193
From do-not-reply at jboss.com Thu Oct 1 11:07:23 2009
From: do-not-reply at jboss.com (akazakov)
Date: Thu, 1 Oct 2009 11:07:23 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor
content assist problem
Message-ID: <8643750.1254409643870.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
What version of JBoss Tools are you using?
Do you have tld or only facelet tag lib?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258196#4258196
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258196
From do-not-reply at jboss.com Thu Oct 1 11:07:58 2009
From: do-not-reply at jboss.com (nikolay.elenkov)
Date: Thu, 1 Oct 2009 11:07:58 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: shutting down cluster node causes
massive memory usage i
Message-ID: <27784943.1254409678418.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thank you for your reply.
Those are our customer's servers, so I don't have a direct line to JBoss customer support, but I might try to have a ticket opened once I have something more concrete.
I am planning on getting a heap dump when I get the chance to reproduce this, but I was wondering how this is tied to clustering. I did some simple tests, and it does not seem (at least from the org.jboss.cache logs) that any replication happens while n1 is being shut down. But still something is triggering increased memory usage on n2 at exactly this point. Is there any other log category that might give more insight into what is happening?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258197#4258197
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258197
From do-not-reply at jboss.com Thu Oct 1 11:19:18 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Thu, 1 Oct 2009 11:19:18 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: JBoss fallback mechanism for
authentication methods
Message-ID: <17441911.1254410358031.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
OK, having some more time ;-).
I think I misunderstood your question: you are still at the web level of security configuration, but I was much deeper in the security config ;-).
I think for the web layer, this is not possible. The only way I can imagine is that you call the authentication yourself using this: http://www.jboss.org/community/wiki/WebAuthentication
If the certificate login attempt fails, you might perform a user/password login.
Or you could try to find out how to extend JBoss to use multiple auth methods.
For the JBoss specific config of the multiple login modules, here is a helpful link: http://www.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.2.0.cp07/html/Server_Configuration_Guide/Security_on_JBoss-Defining_Security_Domains.html
See the sample for an application-policy named "todo".
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258201#4258201
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258201
From do-not-reply at jboss.com Thu Oct 1 11:34:12 2009
From: do-not-reply at jboss.com (noicangi)
Date: Thu, 1 Oct 2009 11:34:12 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <19499917.1254411252682.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks Sebastian for the information it's a very complete answer, but on eclipse galileo using the jboss tools m3, i create a java proyect and create a bpm4 process definition, but the libraries are not copied into de the project, also the build.xml, jbpm.cfg.xml,jbpm.hibernate.cfg.xml and other jbpm.properties files. how can i do that? it is posible to put this on the jbpm user guide?
i'm new in jbpm and i'm recently change from jbpm3 to jbpm4.
thanks
noicangi
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258207#4258207
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258207
From do-not-reply at jboss.com Thu Oct 1 11:36:15 2009
From: do-not-reply at jboss.com (RichardTaylor)
Date: Thu, 1 Oct 2009 11:36:15 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: JBossCache 3.2.1.GA released
Message-ID: <12798042.1254411375558.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the good news.
I'm assuming this page (http://www.jboss.org/community/wiki/JBossCacheDownloadsPage) will be updated with the 3.2.1 release for downloading?
For installing JBoss Cache 3.2.1 into JBoss AS 5.1.0, is it safe to drop the updated JBoss Cache (3.2.1) and JGroups (2.6.13) jars into their respective places in JBoss AS? Or are there additional configuration tweaks that need to be made? (I haven't been able to find documentation on this topic, so feel free to point me there if I'm missing it).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258209#4258209
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258209
From do-not-reply at jboss.com Thu Oct 1 11:48:08 2009
From: do-not-reply at jboss.com (RichardTaylor)
Date: Thu, 1 Oct 2009 11:48:08 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: JBossCache 3.2.1.GA released
Message-ID: <17474387.1254412088719.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the reply on the blog, I was just able to download it from http://repository.jboss.org/maven2/org/jboss/cache/jbosscache-core/3.2.1.GA/ .
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258213#4258213
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258213
From do-not-reply at jboss.com Thu Oct 1 11:53:15 2009
From: do-not-reply at jboss.com (rodrigorjo)
Date: Thu, 1 Oct 2009 11:53:15 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Problem consuming EJB3 with remote
client between JBoss 5 an
Message-ID: <1761419.1254412395606.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello everyone.
I have a problem that I really need to resolve as fast as possible.
I have an EJB3 application deployed on JBoss 5.1.0.GA.
Consuming those EJB3 with remote clients in other applications also deployed in JBoss 5 works fine.
But the problem is that I need to consume one EJB3 in a client that has to be deployed in a JBoss 4.2.3.GA.
I always get ClassCastException, I imagine because of diferent ClassLoaders.
I can't find anywhere what I have to do. I tryed to put several JBoss5 jars in the classpath of the application running in JBoss 4, but still can't manage to make it work.
The articles I found about ClassLoaders are usualy about isolating applications running in the same JBoss, but I want to consume in a remote client in a diferent JBoss.
Please, can somebody tell me or lead me to some article or document to help me?
Thanks,
Rodrigo
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258214#4258214
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258214
From do-not-reply at jboss.com Thu Oct 1 12:09:46 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Thu, 1 Oct 2009 12:09:46 -0400 (EDT)
Subject: [jboss-user] [JMX] - Exception while Server Shutdown
Message-ID: <17775989.1254413386222.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
As part of slimming the Jboss default server, I have removed couple of things in jboss\server\default directory without complete knowledge.
After doing that, while trying to shutdown the server by calling
shutdown -S, I'm getting the below error
Exception in thread "main" javax.naming.NameNotFoundException: jmx not bound
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)
| at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)
| at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
| at org.jnp.server.NamingServer.lookup(NamingServer.java:267)
| 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:585)
| at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
| at sun.rmi.transport.Transport$1.run(Transport.java:153)
| at java.security.AccessController.doPrivileged(Native Method)
| at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
| at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
| at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
| at java.lang.Thread.run(Thread.java:595)
| at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
|
| at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
| at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
| at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:667)
| at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
| at javax.naming.InitialContext.lookup(InitialContext.java:351)
| at org.jboss.Shutdown.main(Shutdown.java:214)
Can somebody please let me know what I might have deleted by mistake?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258220#4258220
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258220
From do-not-reply at jboss.com Thu Oct 1 12:10:31 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 12:10:31 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <9128347.1254413431696.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi noicangi,
in the section of the user's guide describing the installation of jBPM there is also the step of adding a library entry for the jBPM libraries. I have done this and afterwards I just use "Add user library" in eclipse chosing jBPM libraries or however you called them to add the libraries to the classpath.
Regarding the configuration files:
To start a new project to make unit tests for experimenting I always copy the following files from the example project to my project.
| jbpm.cfg.xml
| jbpm.hibernate.cfg.xml
| jbpm.mail.properties
| jbpm.mail.templates.examples.xml
| logging.properties
|
Not very convient but works for me. I fully agree that there should be a more convient way to quickly define a process and deploy it to jBPM.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258222#4258222
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258222
From do-not-reply at jboss.com Thu Oct 1 12:13:49 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 12:13:49 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables
Message-ID: <29767411.1254413629516.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
No, not from what I've seen in the code. Reusing taskforms in multiple tasks and displaying the taskname sounds like a nice 'enhancement'. Please file a Jira issue for this.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258226#4258226
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258226
From do-not-reply at jboss.com Thu Oct 1 12:16:08 2009
From: do-not-reply at jboss.com (killian)
Date: Thu, 1 Oct 2009 12:16:08 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Problem with the VacationRequest
example
Message-ID: <15572250.1254413768497.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have found the origin of my problem.
When tomcat is used org.jbpm.integration.spi.mgmt.ServerConfigFactory return an org.jbpm.integration.spi.mgmt.DefaultServerConfig object.
And in org.jbpm.integration.spi.mgmt.DefaultServerConfig the host and the port are hard-coded:
| public class DefaultServerConfig implements ServerConfig {
|
| private static final String DEFAULT_HOST = "localhost";
|
| private static final int DEFAULT_PORT = 8080;
|
| public String getWebServiceHost() {
| return DEFAULT_HOST;
| }
|
| public int getWebServicePort() {
| return DEFAULT_PORT;
| }
| ...
| }
|
In ServerConfigFactory.java there is a fixme comment :
// FIXME: workaround for Tomcat: if no JBoss classes were found, fall back to defaults
|
I would like to know when it will be fixed.
Thanks in advance
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258227#4258227
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258227
From do-not-reply at jboss.com Thu Oct 1 12:18:34 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 12:18:34 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 : Running jbpm test case -
issue
Message-ID: <17391591.1254413914691.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Do you use a custom xml parser (Aelfred) ? Or a specific JDK or....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258229#4258229
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258229
From do-not-reply at jboss.com Thu Oct 1 12:32:59 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 12:32:59 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Problem with the VacationRequest
example
Message-ID: <21506635.1254414779514.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
look in the jira for an issue. That will tell you when it will be fixed. If there is no issue reported please do
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258236#4258236
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258236
From do-not-reply at jboss.com Thu Oct 1 12:41:41 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 12:41:41 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Problem with the VacationRequest
example
Message-ID: <31892815.1254415301525.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Is there a jira issue for this? If so, you can see the target for it being fixed (might also be empty though). If there is no jira issue, it is not on the list for being fixed in the near future. Please file an issue in that case.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258238#4258238
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258238
From do-not-reply at jboss.com Thu Oct 1 12:42:27 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 12:42:27 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Problem with the VacationRequest
example
Message-ID: <14001536.1254415347781.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
DUHHHHHHHHHH why do post get visible delayed... I though one of my posts disappeared.... Sigh....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258239#4258239
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258239
From do-not-reply at jboss.com Thu Oct 1 12:57:46 2009
From: do-not-reply at jboss.com (noicangi)
Date: Thu, 1 Oct 2009 12:57:46 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <32766401.1254416266404.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
thanks again, i configured all libraries like de user guide describes, but as you said "thats right its not the ideal procedure" but if works its just fine.
the only thing thats its not clear for me is that i configured the jbpm libraries as the user guide says, but when i create the java project the jbpm libraries not apears on the list to include.
im evaluating returning to jbpm3....but bpmn notation of jbpm4 its great!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258241#4258241
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258241
From do-not-reply at jboss.com Thu Oct 1 13:01:38 2009
From: do-not-reply at jboss.com (hamptont)
Date: Thu, 1 Oct 2009 13:01:38 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: links from portlet content
to another portal page
Message-ID: <17506259.1254416498873.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I tried the code from the reference guide but I can't get it working correctly. The following is a test portlet jsp fragment that I'm working with.
The portal page structure is like this
| pageA
| pageB
| pageC
|
The jsp fragment below is for a portlet that is on page B and is trying to resolve the pageURL to pageC which is a sub-page of pageB
| <%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet" %>
| <%@ page isELIgnored="false" %>
| <%@ page import="org.jboss.portlet.JBossRenderRequest" %>
| <%@ page import="org.jboss.portlet.JBossRenderResponse" %>
| <%@ page import="org.jboss.portal.api.node.PortalNode" %>
| <%@ page import="org.jboss.portal.api.node.PortalNodeURL" %>
|
|
|
| <%
| JBossRenderRequest req = new JBossRenderRequest(renderRequest);
| JBossRenderResponse resp = new JBossRenderResponse(renderResponse);
|
| PortalNode thisNode = null;
| PortalNode linkToNode = null;
| PortalNodeURL pageURL = null;
|
| thisNode = req.getPortalNode().getParent();
| if (thisNode != null) linkToNode = thisNode.resolve("pageC");
| if (linkToNode != null) pageURL = resp.createRenderURL(linkToNode);
| %>
|
|
|
|
This example also produces a bizarre and very long error on the call to thisNode.resolve(). I am not sure that I'm getting the references to JBossRenderRequest & JBossRenderResponse correctly, but the example in the reference guide does not say what the correct way is to get these objects.
| 12:46:07,397 ERROR [PortalPermissionCollection] Permission check against the repository failed
| org.hibernate.HibernateException: Unable to locate current JTA transaction
| .........
|
I'm not sure what to the correct way to do this is but I'm pretty sure I did it wrong :)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258242#4258242
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258242
From do-not-reply at jboss.com Thu Oct 1 13:02:38 2009
From: do-not-reply at jboss.com (c4s4l)
Date: Thu, 1 Oct 2009 13:02:38 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] TaskForm Variables
Message-ID: <5175604.1254416558037.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok, I've created the JBPM-2561 (https://jira.jboss.org/jira/browse/JBPM-2561)
Anyone who also wants this feature, vote for it please.
Thanks,
Sergio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258243#4258243
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258243
From do-not-reply at jboss.com Thu Oct 1 13:07:51 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 13:07:51 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <18394216.1254416871242.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
As I said you explicitly have to add the libraries to the project.
Right click on your project -> Select properties -> Select Java Build Path
Right there select the tab "Libraries" and on the right side click "Add Library", chose User Library in the wizard and click next. Now select the entry you previously created according to the documentation.
HTH
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258244#4258244
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258244
From do-not-reply at jboss.com Thu Oct 1 13:10:16 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 13:10:16 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Problem with the VacationRequest
example
Message-ID: <17321536.1254417016494.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am plagued by the same problem, Ronald. It's kind of annoying.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258245#4258245
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258245
From do-not-reply at jboss.com Thu Oct 1 13:11:19 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 13:11:19 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Implementing Escalation in jBPM 4.1
Message-ID: <33209985.1254417079652.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
*push*
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258246#4258246
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258246
From do-not-reply at jboss.com Thu Oct 1 13:15:29 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 13:15:29 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for
SOAPMessage is NULL
Message-ID: <8782164.1254417329640.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
prachi.mukhija, use the trunk or wait for the next release.
Bernd: If I got it right there will only be bugfixes for jBPM BPEL since there is a new JBoss project for BPEL 2.0 called Riftsaw based up-on Apache ODE?? Actually my question is: Why are you are playing around with the BPEL 1.x implementation?
Best regards
Sebastian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258248#4258248
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258248
From do-not-reply at jboss.com Thu Oct 1 13:30:55 2009
From: do-not-reply at jboss.com (camunda)
Date: Thu, 1 Oct 2009 13:30:55 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for
SOAPMessage is NULL
Message-ID: <20095853.1254418255456.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Sebastian.
Look on the date of my post, it was in the beginning of 2008. Riftsaw came this year... This is the downside of hijacking threads ;-)
For today you are totally right: If you want BPEL look at Riftsaw, but best is to avoid BPEL if you can and go for jPDL or wait for executable BPMN 2.0 ;-)
Cheers
Bernd
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258249#4258249
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258249
From do-not-reply at jboss.com Thu Oct 1 13:33:53 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Thu, 1 Oct 2009 13:33:53 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: shutting down cluster node causes
massive memory usage i
Message-ID: <12741697.1254418433266.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I don't have any specific log categories, no, as without more information on what's increasing in the heap there's not much to go on.
When n1 is shut down, n2 starts getting failover requests and starts doing twice as much work, so memory increase is expected. Perhaps the increase would be a bit more than you'd expect, as a session that is being actively handled on a node takes ~ 2x the memory of one that is just being stored as a backup for another node. (That BTW is not the case in JBoss 5.) But whether that's the problem, or it's just that n2 is now doing n1's work, or if it's some bug, there's not enough information to say.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258250#4258250
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258250
From do-not-reply at jboss.com Thu Oct 1 13:40:57 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 1 Oct 2009 13:40:57 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for
SOAPMessage is NULL
Message-ID: <27451867.1254418857657.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the hint, I got confused completely because prachi.mukhija posted in the same thread and I thought I just overlooked the post.
And no thanks I do not want BPEL at all. :) I can't wait for executable BPMN 2.0 but right now I am bit worried if it will be accepted by vendors since a lot of them have made huge invests in their own execution models.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258251#4258251
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258251
From do-not-reply at jboss.com Thu Oct 1 13:55:59 2009
From: do-not-reply at jboss.com (camunda)
Date: Thu, 1 Oct 2009 13:55:59 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: BPEL 1.1GA: CodeSource for
SOAPMessage is NULL
Message-ID: <2001543.1254419759681.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : I am bit worried if it will be accepted by vendors since a lot of them have made huge invests in their own execution models.
Me not, since they all partizipate in the standardization team of BPMN (we joined that as well by the way ;-)). Basically I expect the most of them to pimp their BPEL engines to support BPMN. After all, the concepts are not THAT miles away (at least, most of them).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258255#4258255
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258255
From do-not-reply at jboss.com Thu Oct 1 14:19:01 2009
From: do-not-reply at jboss.com (souma)
Date: Thu, 1 Oct 2009 14:19:01 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - PLEASE answer me I really need
your help
Message-ID: <9304667.1254421141984.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
please where can i find a complete example of introduction (Interface introductions+Mixins) of jboss AOP
if anyone wants to help me by mail send me a simple example here is my e-mail sourire1986 at yahoo.fr
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258258#4258258
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258258
From do-not-reply at jboss.com Thu Oct 1 14:21:11 2009
From: do-not-reply at jboss.com (kabir.khan@jboss.com)
Date: Thu, 1 Oct 2009 14:21:11 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need
your help
Message-ID: <10144139.1254421271394.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
In the documentation and tutorials
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258259#4258259
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258259
From do-not-reply at jboss.com Thu Oct 1 14:47:46 2009
From: do-not-reply at jboss.com (souma)
Date: Thu, 1 Oct 2009 14:47:46 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need
your help
Message-ID: <26753020.1254422866885.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
yes I found it but it is not complete .. how can i manage it via a Main class for example (I know it it is a bad question!!!but I'm beginner)
PS: i am sorry for my bad english ..please help me
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258264#4258264
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258264
From do-not-reply at jboss.com Thu Oct 1 14:49:32 2009
From: do-not-reply at jboss.com (noicangi)
Date: Thu, 1 Oct 2009 14:49:32 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <22631573.1254422972424.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
thanks sebastian, i was doing the previous steps you mensioned but i was stuck on the list because i wasn't able to identify "my bpm library" that was on user libraries.
now i will copy the configuration files and properties to start studing jbpm.
Very grateful
Noicangi
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258265#4258265
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258265
From do-not-reply at jboss.com Thu Oct 1 14:55:12 2009
From: do-not-reply at jboss.com (lperea)
Date: Thu, 1 Oct 2009 14:55:12 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1
Message-ID: <21471200.1254423312876.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
thanks for the fast reply, I've modified my configuration files, but i have a problem
When I set up the first SessionFactory (for Jbpm) it works fine, but when I set up the second SessionFactory (for the second datasource) it throw this error:
| exception while executing command org.jbpm.pvm.internal.jobexecutor.AcquireJobsCmd at 1f7e273
| org.jbpm.pvm.internal.wire.WireException: couldn't find hibernate-session-factory by type to open a hibernate-session
| at org.jbpm.pvm.internal.wire.descriptor.HibernateSessionDescriptor.construct(HibernateSessionDescriptor.java:66)
| at org.jbpm.pvm.internal.wire.WireContext.construct(WireContext.java:473)
| at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:452)
| at org.jbpm.pvm.internal.wire.WireContext.create(WireContext.java:441)
| at org.jbpm.pvm.internal.wire.WireContext.get(WireContext.java:421)
| at org.jbpm.pvm.internal.wire.WireContext.get(WireContext.java:331)
(I'm not using JPA)
any idea?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258267#4258267
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258267
From do-not-reply at jboss.com Thu Oct 1 15:02:17 2009
From: do-not-reply at jboss.com (unsavory)
Date: Thu, 1 Oct 2009 15:02:17 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1
Message-ID: <6326581.1254423737729.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Sorry, I don't.
Our second datasource is not being used for jBPM. We are running jBPM and our application code against the same database. We have a 2nd database for accessing some data we get from our partners.
So our usage is slightly different than yours. It sounds like you have jBPM in a different database than your application correct?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258268#4258268
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258268
From do-not-reply at jboss.com Thu Oct 1 16:00:48 2009
From: do-not-reply at jboss.com (souma)
Date: Thu, 1 Oct 2009 16:00:48 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need
your help
Message-ID: <24164209.1254427248322.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
example I want to translate the pattern memnto (from aspectj) to jboss aop
package MEMENTO;
|
| public class Initiateur {
|
| protected int valeur = 0;
|
| public void incrementation() {
| valeur++;
| }
|
| public void affichage() {
| System.out.println("La valeur courante est : " + valeur);
| }
|
|
| public void setMemento(InitiateurI o, Memento m){}
| }
package MEMENTO;
|
| public class Initiateur1Memento implements InitiateurI{
|
|
|
| public Initiateur1Memento (){
|
| }
|
| public Memento createMementoFor(InitiateurI o) {
| if (o instanceof Initiateur) {
| Memento m = new Memento() {
| private Integer state;
|
| public void setetat(Integer state) {
| this.state = (Integer) state;
| }
|
| public int getState(){
| return state;
| }
| };
| m.setetat(new Integer(((Initiateur)o).valeur));
| return m;
| }
| else {
| throw new MementoException("Initialisateur invalide");
| }
| }
|
| public void setMemento(InitiateurI o, Memento m) {
| if (o instanceof Initiateur) {
| Integer integer = (Integer) m.getState();
| ((Initiateur)o).valeur = integer.intValue();
| } else {
| throw new MementoException("Initialisateur invalide");
| }
| }
| }
|
package MEMENTO;
|
| public interface InitiateurI {
| public Memento createMementoFor(InitiateurI o);
|
| public void setMemento(InitiateurI o, Memento m);
| }
package MEMENTO;
|
| public interface Memento {
| public void setetat(Integer state);
| public int getState();
| }
public class Main {
|
|
| public static void main(String[] args) {
|
| Memento memento1 = null;
| Initiateur initiateur = new Initiateur();
|
| for (int i=1; i<=5; i++) {
| if (i==1){memento1= Initiateur1Memento.createMementoFor(initiateur);}
| else {memento1.setetat(initiateur.valeur);}
|
| initiateur.incrementation();
| initiateur.affichage();
|
| }
| System.out.println("");
| System.out.println(" <- annuler");
| Initiateur1Memento.setMemento(initiateur, memento1);
| initiateur.affichage();
|
|
| }
|
|
| }
|
|
|
|
|
|
| MEMENTO.InitiateurI
|
| MEMENTO.Initiateur1Memento
| new MEMENTO.Initiateur1Memento(this)
|
|
|
|
eclipse tells me 2 error in the Main
line 14 "The method createMementoFor(InitiateurI) in the type Initiateur1Memento is not applicable for the arguments (Initiateur)"
line23 "The method setMemento(InitiateurI, Memento) in the type Initiateur1Memento is not applicable for the arguments (Initiateur, Memento)"
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258278#4258278
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258278
From do-not-reply at jboss.com Thu Oct 1 16:58:08 2009
From: do-not-reply at jboss.com (rsobchak)
Date: Thu, 1 Oct 2009 16:58:08 -0400 (EDT)
Subject: [jboss-user] [JMX] - Re: Exception when deploying a XMBean
Message-ID: <12010810.1254430688132.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
a couple of things i have discovered.
First, i was able to deploy an XMBean if the MBean classes were not in a jar file contained in the .sar file.
Second, I could not get an XMBean to deploy within the .esb file. Maybe a limitation of the esb?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258283#4258283
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258283
From do-not-reply at jboss.com Thu Oct 1 17:19:44 2009
From: do-not-reply at jboss.com (henk53)
Date: Thu, 1 Oct 2009 17:19:44 -0400 (EDT)
Subject: [jboss-user] [Persistence] - Re: JBoss does not reconnect after
mysql-server restart
Message-ID: <20824177.1254431984523.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Anyone any ideas?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258287#4258287
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258287
From do-not-reply at jboss.com Thu Oct 1 18:32:53 2009
From: do-not-reply at jboss.com (lperea)
Date: Thu, 1 Oct 2009 18:32:53 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1
Message-ID: <20085851.1254436373582.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Correct, we have an existing app running in informix and the JBPM in postgress.
But seems that finally is working, I've just modify the jbpm.cfg.xml to add the name of the sessionFactory to use. :)
this is the line:
|
|
some tricky, but it works :)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258292#4258292
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258292
From do-not-reply at jboss.com Thu Oct 1 18:57:35 2009
From: do-not-reply at jboss.com (unsavory)
Date: Thu, 1 Oct 2009 18:57:35 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1
Message-ID: <1650801.1254437855572.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Awesome! Glad you got it working.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258293#4258293
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258293
From do-not-reply at jboss.com Thu Oct 1 18:58:21 2009
From: do-not-reply at jboss.com (ramapala)
Date: Thu, 1 Oct 2009 18:58:21 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Rolling back to a previous state in
jBPM 3.3.2.GA
Message-ID: <17181097.1254437901508.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
We are using jBPM 3.3.2.GA. The business wants to have rollback functionality. i.e., Move the token to a previous state in the workflow. Is there native suppor for this in jBPM ?
-Ram
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258294#4258294
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258294
From do-not-reply at jboss.com Thu Oct 1 19:17:55 2009
From: do-not-reply at jboss.com (3adil)
Date: Thu, 1 Oct 2009 19:17:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - JBoss messaging hangs with
an Http client
Message-ID: <33460787.1254439075208.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I have installed JBoss messaging 1.4.4 on JBoss 4.2.3 (jdk6) (with JBoss remoting 2.2.3) and this works fine with a jnp client.
When I use an HTTP client with the following JNDI properties:
HttpConnectionFactory
org.jboss.naming.HttpNamingContextFactory
http://localhost:8080/invoker/JNDIFactory
queue/testQueue
The message is well sent to the sever, and I see it in my Oracle database. However the call never ends at the client side, seems like the call hangs.
Your help will be highly appreciable !
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258295#4258295
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258295
From do-not-reply at jboss.com Thu Oct 1 19:21:52 2009
From: do-not-reply at jboss.com (wellerk)
Date: Thu, 1 Oct 2009 19:21:52 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: OutOfMemory exception
when loading xml schemas in WSDL
Message-ID: <33093572.1254439312194.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Still had issues with deploying complex hl7 webservice. Here is a patch to WSDL11Reader (version 3.1.1) that solved my HL7V3 issues:
| --- WSDL11Reader.java 2009-09-25 13:06:36.847867600 -0400
| +++ WSDL11Reader.java.new 2009-10-01 18:46:58.741045900 -0400
| @@ -145,6 +145,8 @@
|
| // Temporary files used by this reader.
| private List tempFiles = new ArrayList();
| + private Map publocation = new HashMap();
| + private List published = new ArrayList();
|
| // SWA handling
| private Map> skippedSWAParts = new HashMap>();
| @@ -423,7 +425,6 @@
| String localname = domElementClone.getLocalName();
| try
| {
| - List published = new LinkedList();
| if ("import".equals(localname))
| {
| processSchemaImport(destTypes, wsdlLoc, domElementClone, published);
| @@ -436,8 +437,8 @@
| {
| throw new IllegalArgumentException("Unsuported schema element: " + localname);
| }
| - published.clear();
| - published = null;
| +// published.clear();
| +// published = null;
| }
| catch (IOException e)
| {
| @@ -529,7 +530,7 @@
| }
| }
|
| - private void processSchemaImport(WSDLTypes types, URL wsdlLoc, Element importEl, List published) throws IOException, WSDLException
| + private void processSchemaImport(WSDLTypes types, URL wsdlLoc, Element importEl, List published) throws IOException, WSDLException
| {
| if (wsdlLoc == null)
| throw new IllegalArgumentException("Cannot process import, parent location not set");
| @@ -542,16 +543,25 @@
|
| URL locationURL = getLocationURL(wsdlLoc, location);
| Element rootElement = DOMUtils.parse(new ResourceURL(locationURL).openStream());
| - if (!published.contains(locationURL))
| + if (!published.contains(locationURL.toExternalForm()))
| {
| - published.add(locationURL);
| + published.add(locationURL.toExternalForm());
| URL newloc = processSchemaInclude(types, locationURL, rootElement, published);
| - if (newloc != null)
| + if (newloc != null) {
| importEl.setAttribute("schemaLocation", newloc.toExternalForm());
| + publocation.put(locationURL.toExternalForm(), newloc.toExternalForm());
| + }
| + }
| + else {
| + if (publocation.containsKey(locationURL.toExternalForm())) {
| + if (publocation.get(locationURL.toExternalForm()) != null) {
| + importEl.setAttribute("schemaLocation", (String)publocation.get(locationURL));
| + }
| + }
| }
| }
|
| - private URL processSchemaInclude(WSDLTypes types, URL wsdlLoc, Element schemaEl, List published) throws IOException, WSDLException
| + private URL processSchemaInclude(WSDLTypes types, URL wsdlLoc, Element schemaEl, List published) throws IOException, WSDLException
| {
| if (wsdlLoc == null)
| throw new IllegalArgumentException("Cannot process iclude, parent location not set");
| @@ -580,12 +590,21 @@
|
| URL locationURL = getLocationURL(wsdlLoc, location);
| Element rootElement = DOMUtils.parse(new ResourceURL(locationURL).openStream());
| - if (!published.contains(locationURL))
| + if (!published.contains(locationURL.toExternalForm()))
| {
| - published.add(locationURL);
| + published.add(locationURL.toExternalForm());
| URL newloc = processSchemaInclude(types, locationURL, rootElement, published);
| - if (newloc != null)
| + if (newloc != null) {
| includeEl.setAttribute("schemaLocation", newloc.toExternalForm());
| + publocation.put(locationURL.toExternalForm(),newloc.toExternalForm());
| + }
| + }
| + else {
| + if (publocation.containsKey(locationURL.toExternalForm())) {
| + if (publocation.get(locationURL.toExternalForm()) != null) {
| + includeEl.setAttribute("schemaLocation", (String)publocation.get(locationURL));
| + }
| + }
| }
| }
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258296#4258296
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258296
From do-not-reply at jboss.com Thu Oct 1 19:49:00 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 19:49:00 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <12928233.1254440940307.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
you can also add al these config files in a jar and add that to the library as well. Or put them in a directory and add that to the library (that's what I did)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258297#4258297
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258297
From do-not-reply at jboss.com Thu Oct 1 19:53:04 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 1 Oct 2009 19:53:04 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Rolling back to a previous state in
jBPM 3.3.2.GA
Message-ID: <24418888.1254441184581.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
there is no 3.3.2.GA, and rollback functionality is not there natively since it is very dependent on the business side of things. The times I implemented 'rollback' functionality I explicitly modeled it in the process. Like you would when e.g. sending a correcting invoice. You do not retract the previous one, but send a new one....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258298#4258298
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258298
From do-not-reply at jboss.com Thu Oct 1 20:32:42 2009
From: do-not-reply at jboss.com (benzeman)
Date: Thu, 1 Oct 2009 20:32:42 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Install JBoss
Message-ID: <23045145.1254443562580.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all.
i am new user to Jboss . I have a question to ask all help me .
i am just download jboss-5.1.0.GA.zip , of course i already set up the enviroment of JAVA with JDK to be 1.6.0_16 .
How can is run Jboss ?
How to configuration Jboss run on eclipse ?
thank in advance for any helps.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258300#4258300
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258300
From do-not-reply at jboss.com Thu Oct 1 20:33:12 2009
From: do-not-reply at jboss.com (nakker)
Date: Thu, 1 Oct 2009 20:33:12 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: JNDI lookup for object in
remote server returns local ob
Message-ID: <29141398.1254443592032.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Have you tried
properties.put("jnp.disableDiscovery", "true");
Worked for me in a similar situation. This property forces the connection to only connect to the specified server and no one else (including self). It does have clustering implications you need to examine though.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258301#4258301
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258301
From do-not-reply at jboss.com Thu Oct 1 22:55:19 2009
From: do-not-reply at jboss.com (pbaltz)
Date: Thu, 1 Oct 2009 22:55:19 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 installation problems on
jboss 4.2.3
Message-ID: <4608177.1254452119026.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the information. I was not aware that JBoss 4.x wasn't supported. Will have to move forward with 5 then.
Regards,
Pat
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258302#4258302
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258302
From do-not-reply at jboss.com Fri Oct 2 02:25:27 2009
From: do-not-reply at jboss.com (mcalpay)
Date: Fri, 2 Oct 2009 02:25:27 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor
content assist problem
Message-ID: <19937199.1254464727398.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
we are using a 2.0.0 nightly build. I have tld's and facelet tag lib's.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258308#4258308
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258308
From do-not-reply at jboss.com Fri Oct 2 02:28:52 2009
From: do-not-reply at jboss.com (mcalpay)
Date: Fri, 2 Oct 2009 02:28:52 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor
content assist problem
Message-ID: <26267323.1254464932551.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Its version is 3.0.2 my mistake
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258310#4258310
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258310
From do-not-reply at jboss.com Fri Oct 2 02:39:56 2009
From: do-not-reply at jboss.com (akazakov)
Date: Fri, 2 Oct 2009 02:39:56 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor
content assist problem
Message-ID: <22972338.1254465596888.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Unfortunately JBDS 2.0 doesn't use TLD's nor Facelet tag lib's to provide content assist in XHTML editor. There are special XMLs in org.jboss.tools.core.kb plug-in with meta information about tags and attributes for particular tag libs.
This problem was solved in JBoss Tools 3.1M3.
See http://www.jboss.org/community/wiki/NewKBplug-inandCodeAssistinJBossTools310M3 for details.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258311#4258311
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258311
From do-not-reply at jboss.com Fri Oct 2 02:46:51 2009
From: do-not-reply at jboss.com (mcalpay)
Date: Fri, 2 Oct 2009 02:46:51 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor
content assist problem
Message-ID: <28269631.1254466011882.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
would you recommend me to update to milestone ? Is it stable enough ?
Also can you point me to xml's you mentioned ?
Thanks for the quick reply
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258312#4258312
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258312
From do-not-reply at jboss.com Fri Oct 2 02:53:02 2009
From: do-not-reply at jboss.com (puag)
Date: Fri, 2 Oct 2009 02:53:02 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Deploy a project
Message-ID: <23548728.1254466382226.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
hello, i??m a begginer with jbpm and I need to deploy the jbpm project on a jboss server without using the eclipse plugin. Can you tell me the way please? Thank you.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258313#4258313
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258313
From do-not-reply at jboss.com Fri Oct 2 03:03:47 2009
From: do-not-reply at jboss.com (akazakov)
Date: Fri, 2 Oct 2009 03:03:47 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: JBOSS Tools Html editor
content assist problem
Message-ID: <9188497.1254467027714.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"mcalpay" wrote : would you recommend me to update to milestone ? Is it stable enough ?
JBT 3.1 requeres Eclipse 3.5
JBT 3.0 requeres Eclipse 3.4
If you are ok to swith to the latest Eclipse then I would recomend you to try JBT 3.1.M3
"mcalpay" wrote : Also can you point me to xml's you mentioned ?
See org.jboss.tools.common.kb.*\schemas\tld\*
and org.jboss.tools.common.kb.*\plugin.xml
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258316#4258316
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258316
From do-not-reply at jboss.com Fri Oct 2 03:37:17 2009
From: do-not-reply at jboss.com (bodrin)
Date: Fri, 2 Oct 2009 03:37:17 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and
the jar hell at remote JBM clien
Message-ID: <11621656.1254469037180.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok, the thing about the order is there, sorry I haven't saw it, I just used the order from the examples.
But the question I wanted to ask was :) :
What is the minimal set of jars to be included from $JBOSS_HOME/client in order to replace the evil jbossall-client.jar in a remote JBM client?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258321#4258321
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258321
From do-not-reply at jboss.com Fri Oct 2 03:43:41 2009
From: do-not-reply at jboss.com (justkeys)
Date: Fri, 2 Oct 2009 03:43:41 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: Message Selector based on the host
name in clustered env
Message-ID: <15696664.1254469421452.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Maybe you dont need jms / mdb for this: you have all handlers in the same vm as the senders.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258322#4258322
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258322
From do-not-reply at jboss.com Fri Oct 2 03:49:45 2009
From: do-not-reply at jboss.com (justkeys)
Date: Fri, 2 Oct 2009 03:49:45 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: cluster networking with 2 interface
Message-ID: <23695396.1254469785007.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
-Djgroups.bind_addr=172.0.0.2 forces all cluster-communication over this interface
-Djboss.bind.address=10.0.0.2 binds jboss only on this interface
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258323#4258323
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258323
From do-not-reply at jboss.com Fri Oct 2 03:53:36 2009
From: do-not-reply at jboss.com (justkeys)
Date: Fri, 2 Oct 2009 03:53:36 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: HA Singleton service lookup in
cluster
Message-ID: <4042438.1254470016567.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
If the SLSB depends on the cluster-wide singleton (due to eg @EJB IYoursingleton ... in its implementation class) then it "becomes a cluster-wide singleton" of its own. To make this SLSB available on all nodes, remove the @EJB, and perform a HA lookup (manually, without injection) whenever you need to talk to the singleton.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258325#4258325
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258325
From do-not-reply at jboss.com Fri Oct 2 04:06:24 2009
From: do-not-reply at jboss.com (koen.aers@jboss.com)
Date: Fri, 2 Oct 2009 04:06:24 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <3952348.1254470784554.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
More convenience is on the way. AFAICS it will be for 4.3 though (Januari 1st 2010).
Regards
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258328#4258328
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258328
From do-not-reply at jboss.com Fri Oct 2 04:34:09 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Fri, 2 Oct 2009 04:34:09 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <2214420.1254472449283.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I think I get it now. Your JAASLoginInterceptor should perform a login using the class "org.jboss.web.tomcat.security.login.WebAuthentication": http://www.jboss.org/community/wiki/WebAuthentication
This way, your authentication will be propagated to the security layer.
I don't know your class "LoginFacade", but I assume that you don't use "WebAuthentication" there?
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258331#4258331
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258331
From do-not-reply at jboss.com Fri Oct 2 04:44:15 2009
From: do-not-reply at jboss.com (praenti)
Date: Fri, 2 Oct 2009 04:44:15 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <6150891.1254473055152.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Perhaps you're right I will test that in the next hours. To be complete, this is my LoginFacade:
| /**
| *
| */
| package vwg.audi.cancard.business;
|
| import javax.naming.AuthenticationException;
| import javax.security.auth.login.LoginContext;
| import javax.security.auth.login.LoginException;
|
| import org.apache.log4j.Logger;
| import org.jboss.security.auth.callback.UsernamePasswordHandler;
|
| import vwg.audi.cancard.JAASLoginException;
| import vwg.audi.cancard.ui.JAASConstants;
|
| /**
| * LoginFacade
| *
| * @author Michael Obster (michael.obster at epos-cat.de)
| */
| public class LoginFacade {
| private Logger log = Logger.getLogger(this.getClass());
|
| private LoginContext lc = null;
| private String loginContext = "";
| private String clientContext = "";
|
| public LoginFacade(String loginContext, String clientContext) {
| this.loginContext = loginContext;
| this.clientContext = clientContext;
| }
|
| /**
| * Real login, used by GUI.
| *
| * @param username
| * @param strPassword
| * @throws Exception
| */
| public void login(String username, String strPassword) throws Exception{
| char[] password = strPassword != null ? strPassword.toCharArray() : "".toCharArray() ;
| UsernamePasswordHandler handler = new UsernamePasswordHandler(username, password);
|
| lc = null;
| try {
| //Login for usercheck
| lc = new LoginContext(loginContext, handler);
| lc.login();
|
| } catch (Exception e) {
| Throwable t = e;
| while (t.getCause() != null) {
|
| if (t instanceof AuthenticationException) {
| break;
| }
| t = t.getCause();
| }
|
| //Analyse AuthenticationException
| if (t instanceof AuthenticationException) {
| AuthenticationException ex = (AuthenticationException)t;
| String emsg = ex.getExplanation();
| if (!hasValue(emsg)) {
| emsg = "";
| }
| String errorhint = JAASConstants.USER_NOT_AUTHENTICATED;
| if (emsg.indexOf("password expired") > 0) {
| errorhint = JAASConstants.PASSWORD_EXPIRED;
| } else if (emsg.indexOf("error code 49") > 0) {
| errorhint = JAASConstants.PASSWORD_INVALID;
| } else if (emsg.indexOf("error code 19") > 0) {
| errorhint = JAASConstants.USER_REVOKED;
| } else if (emsg.indexOf("error code 32") > 0) {
| errorhint = JAASConstants.USER_INVALID;
| }
| log.debug(username + " " + ex.getExplanation() + " hint: " + errorhint);
| throw new JAASLoginException(errorhint, ex);
|
| } else if (t instanceof LoginException) {
| LoginException ex = (LoginException)t;
| String emsg = ex.getMessage();
| if (!hasValue(emsg)) {
| emsg = "";
| }
| String errorhint = JAASConstants.USER_NOT_AUTHENTICATED;
| if (emsg.indexOf("Password Required") > 0) {
| errorhint = JAASConstants.PASSWORD_INVALID;
| }
| log.debug(username + " " + emsg + " " + errorhint);
| throw new JAASLoginException(errorhint, ex);
| } else {
| log.debug(username + " " + t.getMessage() + " " + JAASConstants.UNEXPECTED_ERROR);
| throw new JAASLoginException(JAASConstants.UNEXPECTED_ERROR, t);
| }
| }
| }
|
| /**
| * Background Login, set user and password from filter.
| */
| public void clientLogin(String username, String strPassword) throws JAASLoginException {
| char[] password = strPassword != null ? strPassword.toCharArray() : "".toCharArray() ;
| UsernamePasswordHandler handler = new UsernamePasswordHandler(username, password);
| try {
| lc = new LoginContext(clientContext, handler);
| lc.login();
| } catch (LoginException e) {
|
| throw new JAASLoginException(JAASConstants.UNEXPECTED_ERROR);
| }
| }
|
| public void logout() throws JAASLoginException {
| if (lc == null)
| return;
|
| try {
| lc.logout();
| } catch (LoginException e) {
| log.error("JAAS-Logout failed!", e);
| throw new JAASLoginException(JAASConstants.UNEXPECTED_ERROR);
| }
| }
|
| /**
| * Helper function tests if Strings have a value.
| *
| * @param s - the String to test.
| * @return true or false
| */
| boolean hasValue(String s) {
| return s != null && s.trim().length() != 0 ? true : false;
| }
| }
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258333#4258333
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258333
From do-not-reply at jboss.com Fri Oct 2 04:48:59 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Fri, 2 Oct 2009 04:48:59 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <28631937.1254473339322.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
to start the JBoss:
-extract "jboss-5.1.0.GA.zip" to some directory.
-call "bin\run.bat" or the script for your OS.
To use JBoss in Eclipse, you need a plugin. You could either use the "Web Tools Platform" plugin 3.1.1, or the "JBoss Tools" plugin (the latter I don't know).
Take a look at the Eclipse help to find out how to configure it for Web Tools Platform plugin. See http://help.eclipse.org/galileo/index.jsp (one the left side, browse to "Web Tools Platform user guide" => "Using the server tools".
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258335#4258335
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258335
From do-not-reply at jboss.com Fri Oct 2 05:00:02 2009
From: do-not-reply at jboss.com (npirard)
Date: Fri, 2 Oct 2009 05:00:02 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <16632861.1254474002776.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
[jBPM 4]
hello,
I think I need access to history variables too. Here is my need :
_ I create a process instance that does some stuff, and in particular creates a business object I will need to retrieve (an entity stored somewhere)
_ after the workflow is over, I would like to retrieve what it has created. So my idea was that my workflow would set a variable with the id of my business object, and after the workflow is finished I will search the history and get my variable.
it is easy when my workflow is not ended :
String businessId = (String) executionService.getVariable(processId, "businessId");
but when it is ended there is nothing in the API like I could do:
String businessId = (String) historyService.getVariable(processId, "businessId");
and I have not found any other way
so my question is : does the jBPM team intend to do something like that, so that the variable of history processes can be retrieved via the API ?
or maybe I overlooked something that already exists?
I searched the JIRA, but did not fully understand what was intended, especially with this one :
https://jira.jboss.org/jira/browse/JBPM-2398
the description : "expose the history that is in the database through the api" sounds nice, but then it seems to specialize on tasks, plus it seems a bit dead
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258338#4258338
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258338
From do-not-reply at jboss.com Fri Oct 2 05:03:27 2009
From: do-not-reply at jboss.com (nikolay.elenkov)
Date: Fri, 2 Oct 2009 05:03:27 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: shutting down cluster node causes
massive memory usage i
Message-ID: <8348042.1254474207834.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I did a bit more testing, and it seems that once I shut down n1, there is some increase in HashMap$Entry's and TreeMap$Entry's on n2. This is a test setup, so n2 is not servicing any requests when I stop n1. So I am guessing, it might have to do with the session being promoted from backup to active, as you suggested. Could you point me to the relevant code in JBoss so I can verify? (I want to check where those map entries are instantiated)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258339#4258339
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258339
From do-not-reply at jboss.com Fri Oct 2 05:33:51 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 2 Oct 2009 05:33:51 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: @Resource and
systemproperties-service.xml
Message-ID: <4032052.1254476031378.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I think there's a way out. Instead of specifying the properties in the deploy/systemproperties-service.xml file, you can instead have a MBean as follows in the JBOSS_HOME/server/< servername>/conf/jboss-service.xml:
|
|
|
|
|
| serverName=blahblah
|
|
|
|
|
That way, you don't have to worry about the deployment ordering and dependencies, since the conf/jboss-service.xml is always loaded during bootstrap of the server, before it picks up the deployments.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258345#4258345
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258345
From do-not-reply at jboss.com Fri Oct 2 06:20:46 2009
From: do-not-reply at jboss.com (benzeman)
Date: Fri, 2 Oct 2009 06:20:46 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <24593928.1254478846022.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Wolfgang Knauf.
thank your reply.
For running Jboss , Is there setting configuration for JBOSS_HOME variable?
thank regards
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258361#4258361
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258361
From do-not-reply at jboss.com Fri Oct 2 06:39:38 2009
From: do-not-reply at jboss.com (ravirachannavar)
Date: Fri, 2 Oct 2009 06:39:38 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Unauthenticated caller null N
sqlException
Message-ID: <25027840.1254479978943.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Peter,
The class file is present in a crimson.jar
This jar is used for xml parsing.
We have deployed this ear successfully in weblogic,websphere and in JBoss 4.2 also with this jar
Can you please suggest wht can be done
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258364#4258364
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258364
From do-not-reply at jboss.com Fri Oct 2 06:41:19 2009
From: do-not-reply at jboss.com (ravirachannavar)
Date: Fri, 2 Oct 2009 06:41:19 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Unauthenticated caller null N
sqlException
Message-ID: <24398455.1254480079451.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Peter,
The class file is present in a crimson.jar
This jar is used for xml parsing.
We have deployed this ear successfully in weblogic,websphere and in JBoss 4.2 also with this jar
Can you please suggest wht can be done
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258365#4258365
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258365
From do-not-reply at jboss.com Fri Oct 2 07:15:23 2009
From: do-not-reply at jboss.com (freiburger)
Date: Fri, 2 Oct 2009 07:15:23 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - [jBPM4] Problem retrieving activities
from history
Message-ID: <1387610.1254482123691.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi there,
I'm stuck with the following scenario using jBPM 4.1:
I have a simple fork/join pattern like
| [...]
|
|
|
|
|
|
|
|
|
|
|
| [...]
|
Now I'm trying to retrieve _all_ past activities from a running process instance. This is no problem using the history service as long as all child processes are still running by simply recursing into them and doing a query on each executions ID, but as soon as a child process has terminated I do see no way getting the IDs of them for building a history query on them. As far as I see the only place where the IDs are then stored in the DB is in the JBPM4_HIST_ACTINST table itsself, but before I can query it I would need exactly those IDs using another mechanism. I hope you understand my problem, to sum it up:
How do I get the IDs of terminated child executions of a running process instance?
Thanks for your help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258374#4258374
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258374
From do-not-reply at jboss.com Fri Oct 2 07:18:18 2009
From: do-not-reply at jboss.com (ascandroli)
Date: Fri, 2 Oct 2009 07:18:18 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: TaskControllerHandler in jBPM4 ?
Message-ID: <3954128.1254482298676.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Anyone? Any tips?
This is what I'm trying to port:
|
|
|
|
|
| variable1, descripcion, HIDDEN
|
|
|
|
|
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258375#4258375
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258375
From do-not-reply at jboss.com Fri Oct 2 07:20:55 2009
From: do-not-reply at jboss.com (benzeman)
Date: Fri, 2 Oct 2009 07:20:55 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <19104946.1254482455179.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi .
i also setup a JBOSS_HOME variable for JBOSS , But i get error when launching
error like that :
Calling C:\jboss-5.1.0.GA\bin\run.conf.bat
Could not locate "C:\jboss-5.1.0.GA\bin\bin\run.jar".
Please check that you are in the bin directory when running this script.
Press any key to continue . . .
thank for any help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258377#4258377
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258377
From do-not-reply at jboss.com Fri Oct 2 07:37:06 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Fri, 2 Oct 2009 07:37:06 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <3438006.1254483426669.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
as far as I know, you don't even need a "JBOSS_HOME".
Simply open a command prompt, "cd" to the JBoss installation directory, go to "bin" and call "run.bat".
Your error message contains "...\bin\bin\...", which seems a bit strange.
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258384#4258384
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258384
From do-not-reply at jboss.com Fri Oct 2 07:46:29 2009
From: do-not-reply at jboss.com (praenti)
Date: Fri, 2 Oct 2009 07:46:29 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <2969685.1254483989408.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
After some trying I get another error, so I tried to find out where the method isUserInRole is implemented, because I want to know what happens there. So where can I have a deeper look into that?
The error is
| ...
| 13:33:02,033 INFO [Login] User extern.michael.obster: login successfull!
| 13:33:02,049 DEBUG [CoyoteAdapter] Requested cookie session id is 935A59F3B0ED6
| 44F944D50636D518275
| 13:33:02,080 DEBUG [JAASLoginInterceptor] Login INTERCEPT
| 13:33:02,096 DEBUG [JAASLoginInterceptor] User Principal=extern.michael.obster
| 13:33:02,096 DEBUG [RealmBase] Username extern.michael.obster does NOT have role
| RegularUser
| 13:33:02,096 DEBUG [JAASLoginInterceptor] isUserInRole(Authorized User)=false
| 13:33:02,096 DEBUG [RealmBase] Username extern.michael.obster does NOT have role
| RegularUser
| 13:33:02,096 ERROR [[default]] Servlet.service() for servlet default threw excep
| tion
| javax.servlet.ServletException: User is not authenticated or the isUserInRole ch
| eck failed
| at vwg.audi.cancard.ui.interceptor.JAASLoginInterceptor.intercept(JAASLo
| ginInterceptor.java:77)
| at com.opensymphony.xwork2.DefaultActionInvocation$2.doProfiling(Default
| ActionInvocation.java:224)
| ...
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258390#4258390
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258390
From do-not-reply at jboss.com Fri Oct 2 07:50:05 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 2 Oct 2009 07:50:05 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <3458514.1254484205458.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Wolfgang is right, you don't have to set JBOSS_HOME. Infact it's always recommended not to set it, since as you see now you might end up setting it wrong.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258391#4258391
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258391
From do-not-reply at jboss.com Fri Oct 2 08:33:09 2009
From: do-not-reply at jboss.com (flavia.rainone@jboss.com)
Date: Fri, 2 Oct 2009 08:33:09 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need
your help
Message-ID: <1609392.1254486789394.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The point is that you are trying to achieve something with a framework that you used to do with a language extension.
Given AspectJ is a language extension of Java, its compiler would know to recognize that Initiateur now implements InitiateurI. JBoss AOP is not an extension of Java, it is a framework. Hence you have to use javac standard compiler to compile your code; javac won't recognize that after compiling you are going to use a tool that makes Initiateur implemnt InitiateurI. So, you have to use a casting:
| ...
| if (i==1){memento1= Initiateur1Memento.createMementoFor((InitiateurI) initiateur);}
| ...
| Initiateur1Memento.setMemento((InitiateurI) initiateur, memento1);
| ...
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258401#4258401
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258401
From do-not-reply at jboss.com Fri Oct 2 09:19:05 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 2 Oct 2009 09:19:05 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] Problem retrieving
activities from history
Message-ID: <18920936.1254489545928.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
As mentioned in several other posts and a jira issue, the history is not fullly enabled yet. Vote for the jira issue and refer to this post there.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258412#4258412
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258412
From do-not-reply at jboss.com Fri Oct 2 09:27:42 2009
From: do-not-reply at jboss.com (Marcos_APS)
Date: Fri, 2 Oct 2009 09:27:42 -0400 (EDT)
Subject: [jboss-user] [Persistence] - How to get an EntityManager or
EntityManagerFactory using JN
Message-ID: <21422326.1254490062062.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
- JBoss 4.2.3.GA
Hello!
How do I get an EntityManager or EntityManagerFactory using JNDI? What are their JNDI names?
Thank you.
Marcos
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258415#4258415
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258415
From do-not-reply at jboss.com Fri Oct 2 09:28:39 2009
From: do-not-reply at jboss.com (benzeman)
Date: Fri, 2 Oct 2009 09:28:39 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <11821361.1254490119946.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thank all.
i am intended build one web with JBoss . but i don't know which tool i can use to write my project such as eclipse, netbeans, or others tool .....
Could anyone give me suggestion which tool i can use to build the web configuration running with JBOSS?
thank in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258416#4258416
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258416
From do-not-reply at jboss.com Fri Oct 2 10:03:18 2009
From: do-not-reply at jboss.com (newmanw10)
Date: Fri, 2 Oct 2009 10:03:18 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - How do I catch a user
define exception on the client (SOAP/J
Message-ID: <23425925.1254492198571.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side.
I have a user defined exception:
| <xsd:element name="TestExceptionElement" type="xsd:string"/>
|
| <message name="TestException">
| <part name="message" type="TestExceptionElement"/>
| </message>
| .
| .
| <operation name="throwTestException">
| <input message="tns:throwTestException_request"/>
| <output message="tns:throwTestException_response"/>
| <fault name="TestException" message="tns:TestException"t/>
| </operation>
|
This generates the following code for the exception:
| public class TestException extends java.lang.Exception {
| private java.lang.String message;
|
| public TestException(java.lang.String message) {
| super(message);
| this.message = message;
| }
|
| public String getMessage() {
| return message;
| }
| }
|
When I throw this exception on the server side things look ok. However on the client side I catch a SOAPFaultException instead of my TestException. Has anyone successfully defined an exception and caught that exception on the client side?
Thanks,
Billy
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258418#4258418
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258418
From do-not-reply at jboss.com Fri Oct 2 10:04:51 2009
From: do-not-reply at jboss.com (newmanw10)
Date: Fri, 2 Oct 2009 10:04:51 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - How do I catch a user
define exception on the client (SOAP/J
Message-ID: <11575764.1254492291182.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side.
I have a user defined exception:
| ;
|
| ;
| ;
| .
| .
|
| ;
|
|
|
|
This generates the following code for the exception:
| public class TestException extends java.lang.Exception {
| private java.lang.String message;
|
| public TestException(java.lang.String message) {
| super(message);
| this.message = message;
| }
|
| public String getMessage() {
| return message;
| }
| }
|
When I throw this exception on the server side things look ok. However on the client side I catch a SOAPFaultException instead of my TestException. Has anyone successfully defined an exception and caught that exception on the client side?
Thanks,
Billy
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258419#4258419
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258419
From do-not-reply at jboss.com Fri Oct 2 10:05:05 2009
From: do-not-reply at jboss.com (newmanw10)
Date: Fri, 2 Oct 2009 10:05:05 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - How do I catch a user
define exception on the client (SOAP/J
Message-ID: <26273100.1254492305999.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side.
I have a user defined exception:
|
|
|
| ;
| .
| .
|
|
|
|
|
|
This generates the following code for the exception:
| public class TestException extends java.lang.Exception {
| private java.lang.String message;
|
| public TestException(java.lang.String message) {
| super(message);
| this.message = message;
| }
|
| public String getMessage() {
| return message;
| }
| }
|
When I throw this exception on the server side things look ok. However on the client side I catch a SOAPFaultException instead of my TestException. Has anyone successfully defined an exception and caught that exception on the client side?
Thanks,
Billy
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258420#4258420
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258420
From do-not-reply at jboss.com Fri Oct 2 10:05:15 2009
From: do-not-reply at jboss.com (newmanw10)
Date: Fri, 2 Oct 2009 10:05:15 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - How do I catch a user
define exception on the client (SOAP/J
Message-ID: <28582423.1254492315766.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Seems like I am following the spec correctly and JAX-RPC is generating the exception class correctly (I think), but I still cannot get this to work. I am wondering if there is something configuration wise that I need to setup in JBoss to get the correct exception back on the client side.
I have a user defined exception:
|
|
|
|
| .
| .
|
|
|
|
|
|
This generates the following code for the exception:
| public class TestException extends java.lang.Exception {
| private java.lang.String message;
|
| public TestException(java.lang.String message) {
| super(message);
| this.message = message;
| }
|
| public String getMessage() {
| return message;
| }
| }
|
When I throw this exception on the server side things look ok. However on the client side I catch a SOAPFaultException instead of my TestException. Has anyone successfully defined an exception and caught that exception on the client side?
Thanks,
Billy
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258421#4258421
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258421
From do-not-reply at jboss.com Fri Oct 2 10:10:33 2009
From: do-not-reply at jboss.com (lvonk2000)
Date: Fri, 2 Oct 2009 10:10:33 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: @RunAs in JBoss 5 - Caller
unauthorized in second call
Message-ID: <33165116.1254492633826.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
We are experiencing the same thing. Have you found an answer?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258422#4258422
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258422
From do-not-reply at jboss.com Fri Oct 2 10:22:51 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Fri, 2 Oct 2009 10:22:51 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: shutting down cluster node causes
massive memory usage i
Message-ID: <925836.1254493371645.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
http://anonsvn.jboss.org/repos/jbossas/tags/JBPAPP_4_2_0_GA_CP06/tomcat/src/main/org/jboss/web/tomcat/service/session/ is the package where the distributed session manager code resides.
http://anonsvn.jboss.org/repos/jbossas/tags/JBPAPP_4_2_0_GA_CP06/tomcat/src/main/org/jboss/web/tomcat/service/session/JBossCacheManager.java is the key class.
I highly recommend you get a case opened on the Customer Support Portal.
Note that the only thing that promotes a session from backup to active is a user request.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258423#4258423
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258423
From do-not-reply at jboss.com Fri Oct 2 10:37:26 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 10:37:26 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <9264099.1254494246488.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
You could do what I do - use a text editor to edit the files, use Ant or Maven to build the WAR/EAR and then deploy it.
Or you could use JBoss Tools: http://www.jboss.org/tools/.
The Getting Started guide at http://docs.jboss.org/tools/3.1.0.M2/ should help get you set up and started with your first app. The other guides offer helpful tutorials.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258425#4258425
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258425
From do-not-reply at jboss.com Fri Oct 2 10:47:53 2009
From: do-not-reply at jboss.com (vdeminico)
Date: Fri, 2 Oct 2009 10:47:53 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - error accessing webapp
Message-ID: <561484.1254494874002.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
hi,
i'm new in seam. I'm trying to create a new seam web project using jboss tools. After importing all seam libraries and solving problems with datasource, tomcat correctly deploys my application. Accessing to my web-app by browser, the server shows a message error 404 accessing to debug.seam?cid=1...
which is the problem????
thanks,
Valerio.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258429#4258429
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258429
From do-not-reply at jboss.com Fri Oct 2 11:08:36 2009
From: do-not-reply at jboss.com (cdivita)
Date: Fri, 2 Oct 2009 11:08:36 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Defining classloading rules
explicitly (through jboss-classl
Message-ID: <8105126.1254496116243.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi to all,
I want to deploy on JBoss 5.1.0 a web application that use log4j through commons-logging, and I want to configure logging using a custom log4j.properties file.
So I tried to add the file jboss-classloading.xml to directory WEB-INF/lib to my WAR, as reported http://www.jboss.org/community/wiki/useJBossWebClassLoaderinJBoss5.
Unfortunately the log4j.properties file that is int WEB-INF/classes directory of the WAR is ignored
I think that
for the war
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258430#4258430
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258430
From do-not-reply at jboss.com Fri Oct 2 11:12:51 2009
From: do-not-reply at jboss.com (cdivita)
Date: Fri, 2 Oct 2009 11:12:51 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Defining classloading rules
explicitly (through jboss-cl
Message-ID: <27226494.1254496371805.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"cdivita" wrote : Hi to all,
|
| I want to deploy on JBoss 5.1.0 a web application that use log4j through commons-logging, and I want to configure logging using a custom log4j.properties file.
|
| So I tried to add the file jboss-classloading.xml to directory WEB-INF/lib to my WAR, as reported http://www.jboss.org/community/wiki/useJBossWebClassLoaderinJBoss5.
|
| Unfortunately the log4j.properties file that is int WEB-INF/classes directory of the WAR is ignored
I'm sorry, the post wasn't complete when I submit it.
The jboss-classloading.xml content is:
|
|
|
My war also contains jars of commons-logging and log4j. Someone can help me ??
Thank you,
Claudio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258431#4258431
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258431
From do-not-reply at jboss.com Fri Oct 2 11:13:35 2009
From: do-not-reply at jboss.com (matjohn)
Date: Fri, 2 Oct 2009 11:13:35 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Problem WAR deploy (jboss-5.1.0.GA)
Message-ID: <3557883.1254496415452.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi, I have follow exception when deploy my application :
2009-10-02 16:31:18,265 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Configured: name=jboss.j2ee:module="mad.war",service=EjbModule state=Instantiated mode=Manual requiredState=Configured
java.lang.RuntimeException: Exception setting attribute WebServiceName on mbean jboss.j2ee:service=EjbModule,module="mad.war"
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:170)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:42)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.install(ServiceController.java:274)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Unknown Source)
Caused by: javax.management.InvalidAttributeValueException: Set attribute has class class javax.management.ObjectName loaded from null that is not assignable to attribute class class javax.management.ObjectName loaded from BaseClassLoader at d99967{vfszip:/D:/projects/jboss-5.1.0.GA/server/default/deploy/mad.war/}
at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.checkAssignable(ModelMBeanAttributeInterceptor.java:229)
at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:88)
at org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:76)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at org.jboss.mx.server.AbstractMBeanInvoker.setAttribute(AbstractMBeanInvoker.java:461)
at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:617)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:166)
... 51 more
2009-10-02 16:31:26,701 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Real: name=vfszip:/D:/projects/jboss-5.1.0.GA/server/default/deploy/mad.war/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: Error deploying: jboss.j2ee:service=EjbModule,module="mad.war"
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:118)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: Exception setting attribute WebServiceName on mbean jboss.j2ee:service=EjbModule,module="mad.war"
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:170)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:114)
at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:58)
at org.jboss.system.microcontainer.ConfigureAction.installAction(ConfigureAction.java:42)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.install(ServiceController.java:274)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:90)
... 34 more
Caused by: javax.management.InvalidAttributeValueException: Set attribute has class class javax.management.ObjectName loaded from null that is not assignable to attribute class class javax.management.ObjectName loaded from BaseClassLoader at d99967{vfszip:/D:/projects/jboss-5.1.0.GA/server/default/deploy/mad.war/}
at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.checkAssignable(ModelMBeanAttributeInterceptor.java:229)
at org.jboss.mx.interceptor.ModelMBeanAttributeInterceptor.invoke(ModelMBeanAttributeInterceptor.java:88)
at org.jboss.mx.interceptor.PersistenceInterceptor.invoke(PersistenceInterceptor.java:76)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
at org.jboss.mx.server.AbstractMBeanInvoker.setAttribute(AbstractMBeanInvoker.java:461)
at org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:617)
at org.jboss.system.ServiceConfigurator.configure(ServiceConfigurator.java:166)
... 51 more
2009-10-02 16:31:26,935 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] (main) deploy, ctxPath=/testwar
2009-10-02 16:31:26,998 ERROR [org.jboss.system.server.profileservice.ProfileServiceBootstrap] (main) Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS IN ERROR:
Deployment "vfszip:/D:/projects/jboss-5.1.0.GA/server/default/deploy/mad.war/" is in error due to the following reason(s): javax.management.InvalidAttributeValueException: Set attribute has class class javax.management.ObjectName loaded from null that is not assignable to attribute class class javax.management.ObjectName loaded from BaseClassLoader at d99967{vfszip:/D:/projects/jboss-5.1.0.GA/server/default/deploy/mad.war/}
2009-10-02 16:31:27,014 INFO [org.apache.coyote.http11.Http11Protocol] (main) Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
2009-10-02 16:31:27,029 INFO [org.apache.coyote.ajp.AjpProtocol] (main) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
2009-10-02 16:31:27,045 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 1m:17s:540ms
I use webwork 2.2.4.
I don't have idea to resolve this, I need help .
Best regards.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258432#4258432
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258432
From do-not-reply at jboss.com Fri Oct 2 11:16:19 2009
From: do-not-reply at jboss.com (oenyinna)
Date: Fri, 2 Oct 2009 11:16:19 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: Connection handle has been
closed and is unusable
Message-ID: <28546875.1254496579374.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I'm trying to keep a jdbc connection open between method calls but it seems to close automatically. How can I keep it open? I'm using Jboss 4.0.5. Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258433#4258433
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258433
From do-not-reply at jboss.com Fri Oct 2 11:21:15 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 11:21:15 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <28263519.1254496875714.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
One more thing. I noticed you wrote that you downloaded jboss-5.1.0.GA.zip. That download is for use with JDK 1.5, but you are using JDK 6. Go back to the downloads page and get jboss-5.1.0.GA-jdk6.zip - that one is for use with JDK 6.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258434#4258434
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258434
From do-not-reply at jboss.com Fri Oct 2 11:22:04 2009
From: do-not-reply at jboss.com (nagavijay)
Date: Fri, 2 Oct 2009 11:22:04 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: issues with seting up jboss
windows serivces.
Message-ID: <1917715.1254496924012.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Yes I ran the service.bat as "Run as a Adminstration". After running as adminstration I do not see the service installed on window services.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258435#4258435
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258435
From do-not-reply at jboss.com Fri Oct 2 11:29:39 2009
From: do-not-reply at jboss.com (roman.mandeleil@gmail.com)
Date: Fri, 2 Oct 2009 11:29:39 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - ClusteredConnectionFactory
Message-ID: <2990160.1254497379195.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I try to cook load balancing through JMS connection factory here is two questions to the pros:
1) When I use it from the stand alone it really works, which means it creates connection to each node in it's turn. The question is when I get the object - JBossConnectionFactory I see it encapsulates ClientClusteredConnectionFactoryDelegate object which is reasonable but the data member supportLoadBalancing is false, the question is why ?
2) The second question is when I try the same stuff not from the stand alone to a server but from server to server it doesn't work the connection been created each time to one node despite the fact there is two nodes in the cluster, again the question is what can be the problem ?
Here is all the details:
I am using JBoss 5.1 GA all - configuration, two nodes - ports binding 02 and 03.
on the client here is the code that gets the factory and creates the connection:
| Connection connection = null;
| InitialContext initialContext = null;
|
|
| Hashtable jndiParameters = new Hashtable();
| jndiParameters.put("java.naming.provider.url", "127.0.0.1:1300,127.0.0.1:1400");
| jndiParameters.put("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory");
| jndiParameters.put("java.naming.factory.url.pkgs", "org.jboss.naming:org.jnp.interfaces");
|
|
| initialContext = new InitialContext(jndiParameters);
|
| Queue queue = (Queue) initialContext.lookup("/queue/DLQ");
|
| ConnectionFactory cf = (ConnectionFactory) initialContext
| .lookup("/ClusteredConnectionFactory");
|
| for (Integer i = 0; true; i++) {
| try {
|
|
| connection = cf.createConnection();
|
| Session session = connection.createSession(false,
| Session.AUTO_ACKNOWLEDGE);
| MessageProducer producer = session.createProducer(queue);
|
| String myString = new String(i.toString());
| ObjectMessage objectMessage = session.createObjectMessage(myString);
|
| producer.send(objectMessage);
|
| } catch (Throwable th){
|
| th.printStackTrace();
| continue;
|
| } finally {
| if (connection != null) {
| connection.close();
| }
| }
| }
| }
|
|
on the server I use the same principle.
Thanks in advance
Roman
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258436#4258436
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258436
From do-not-reply at jboss.com Fri Oct 2 11:31:05 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 11:31:05 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Unauthenticated caller null N
sqlException
Message-ID: <13634197.1254497465801.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
You are going to have to do some debugging to find out why you are getting the class cast exception. You will need at least the sources for crimson and for the JDK (specifically the source for javax.xml.parsers.SAXParserFactory).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258437#4258437
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258437
From do-not-reply at jboss.com Fri Oct 2 11:35:40 2009
From: do-not-reply at jboss.com (souma)
Date: Fri, 2 Oct 2009 11:35:40 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Re: PLEASE answer me I really need
your help
Message-ID: <21584798.1254497740168.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Merci beaucoup(thank you very much) ... it work:)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258438#4258438
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258438
From do-not-reply at jboss.com Fri Oct 2 11:42:34 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 11:42:34 -0400 (EDT)
Subject: [jboss-user] [Persistence] - Re: How to get an EntityManager or
EntityManagerFactory usin
Message-ID: <7140532.1254498154878.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
You can use the JNVIView mbean to see all of the names in JNDI.
http://www.jboss.org/community/wiki/DisplayTheJNDITreeWithTheJMXConsole
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258439#4258439
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258439
From do-not-reply at jboss.com Fri Oct 2 11:47:22 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 11:47:22 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: issues with seting up jboss
windows serivces.
Message-ID: <18576311.1254498442085.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Just to be clear, when I ran "service.bat install" in a command prompt, the service did not get registered. But when I ran "service.bat install" in a command prompt opened using "Run as Administrator", the service did get registered. This was in Server 2008.
Therefore, I have to assume that there is something else wrong. Go into the service.bat file and comment out the "echo off" statement and run it again. Post the command and all of the output.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258440#4258440
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258440
From do-not-reply at jboss.com Fri Oct 2 11:58:58 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 2 Oct 2009 11:58:58 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem WAR deploy
(jboss-5.1.0.GA)
Message-ID: <1221338.1254499138212.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : Caused by: javax.management.InvalidAttributeValueException: Set attribute has class class javax.management.ObjectName loaded from null that is not assignable to attribute class class javax.management.ObjectName loaded from BaseClassLoader at d99967{vfszip:/D:/projects/jboss-5.1.0.GA/server/default/deploy/mad.war/}
Are you packaging any jar files containing javax.management.* classes? If yes remove those jars from your application packaging.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258443#4258443
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258443
From do-not-reply at jboss.com Fri Oct 2 12:06:37 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 2 Oct 2009 12:06:37 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Defining classloading rules
explicitly (through jboss-cl
Message-ID: <17062706.1254499597733.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"cdivita" wrote :
|
| So I tried to add the file jboss-classloading.xml to directory WEB-INF/lib to my WAR,
The jboss-classloading.xml file should be placed in WEB-INF folder and not in WEB-INF/lib.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258445#4258445
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258445
From do-not-reply at jboss.com Fri Oct 2 12:06:50 2009
From: do-not-reply at jboss.com (KevinNCSU)
Date: Fri, 2 Oct 2009 12:06:50 -0400 (EDT)
Subject: [jboss-user] [Security] - SPNEGO JAAS CallBackHandler?
Message-ID: <29511469.1254499610409.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I'm writing a thick java client application which interfaces with a JBOSS 5.1 back-end. For one deployment a SPNEGO Login module is used. I've had success before autheticating to LDAP login modules using the UsernamePasswordCallbackHandler but when I tried to use this to authenticate to SPNEGO a null pointer was thrown.
I've been searching around for a callbackhandler specific to SPNEGO but have been unable to find one, does anyone know if such a thing exists or if not, can you point me in the right direction for authenticating to SPNEGO using a thick java client?
UsernamePasswordHandler handler = new UsernamePasswordHandler(username,
| password);
|
| LoginContext lc = new LoginContext("SPNEGO", handler);
| lc.login();
javax.security.auth.login.LoginException: java.lang.NullPointerException
| at org.jboss.security.negotiation.spnego.SPNEGOLoginModule.login(SPNEGOLoginModule.java:106)
| 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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:769)
| at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
| at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
| at java.security.AccessController.doPrivileged(Native Method)
| at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
| at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258446#4258446
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258446
From do-not-reply at jboss.com Fri Oct 2 12:14:43 2009
From: do-not-reply at jboss.com (matjohn)
Date: Fri, 2 Oct 2009 12:14:43 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem WAR deploy
(jboss-5.1.0.GA)
Message-ID: <19873835.1254500083298.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I don't have jar files containing javax.management.* .
Few minutes ago, I try to deploy same WAR at "jboss-4.2.3.GA" and it work properly !!
Is it a bug for 5.1.0 version ?
Thanks for the help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258447#4258447
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258447
From do-not-reply at jboss.com Fri Oct 2 12:16:20 2009
From: do-not-reply at jboss.com (kmasood)
Date: Fri, 2 Oct 2009 12:16:20 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - custom error pages for all
applications?
Message-ID: <4514044.1254500180471.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I'm looking for guidance on configuring custom error pages in our JBoss App Server across *all* the applications.
For e.g, lets say we have 4 applications running under jboss. I know how to configure error pages per application, but I would like to configure them in a central place and have them take effect in all 4.
I found some resources for configuring error pages per application (http://it.amid.com/2009/03/06/custom-404-page-using-jboss/), but none that could suggest configuring them across all applications.
Any ideas?
Thanks!
KM
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258449#4258449
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258449
From do-not-reply at jboss.com Fri Oct 2 12:20:11 2009
From: do-not-reply at jboss.com (Fuchs)
Date: Fri, 2 Oct 2009 12:20:11 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Developing an automatic service
Message-ID: <18469244.1254500411855.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I am using JBP 2.7.2 and I would like to know, how I could execute an automatic service.
This service should start every month without human activity.
Should I develop a new JBoss module or what you think I could do?
Any pointers will be greatly appreciated.
Thanks!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258451#4258451
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258451
From do-not-reply at jboss.com Fri Oct 2 12:32:56 2009
From: do-not-reply at jboss.com (nagavijay)
Date: Fri, 2 Oct 2009 12:32:56 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: issues with seting up jboss
windows serivces.
Message-ID: <13112780.1254501176375.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks peter now the services got registered.
Previously I was running service.bat by clicking running as adminstration. Now I made setting to my command prompt and after running the service.bat then i see the services registered.
Again Thanks for all your help.
Vijay
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258457#4258457
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258457
From do-not-reply at jboss.com Fri Oct 2 12:49:09 2009
From: do-not-reply at jboss.com (jprio)
Date: Fri, 2 Oct 2009 12:49:09 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: @Resource and
systemproperties-service.xml
Message-ID: <31561679.1254502149012.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanx for the answer. Looks like it works !
The only remaining little problem is that we used to have a per-webapp systemproperties-service, which seems not to be possible anymore.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258458#4258458
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258458
From do-not-reply at jboss.com Fri Oct 2 12:54:07 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 12:54:07 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: custom error pages for all
applications?
Message-ID: <22665125.1254502447969.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The global web.xml is located at server/xxx/deployers/jbossweb.deployer, you can specify them there. And you will probably want to place the HTML pages in server/xxx/deploy/ROOT.war.
P.S. You never said with version of JBoss AS so I assume the latest (5.x).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258460#4258460
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258460
From do-not-reply at jboss.com Fri Oct 2 12:59:28 2009
From: do-not-reply at jboss.com (Marcos_APS)
Date: Fri, 2 Oct 2009 12:59:28 -0400 (EDT)
Subject: [jboss-user] [Persistence] - Re: How to get an EntityManager or
EntityManagerFactory usin
Message-ID: <15441479.1254502768979.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"PeterJ" wrote : You can use the JNVIView mbean to see all of the names in JNDI.
| http://www.jboss.org/community/wiki/DisplayTheJNDITreeWithTheJMXConsole
|
I have done some research on this topic and I had to do this to get an EntityManagerFactory using JNDI:
In my persistence.xml:
|
|
|
|
Now I can use the code:
| EntityManagerFactory emf = (EntityManagerFactory) new InitialContext().lookup(
| "java:/persistence/solicitacoes");
| EntityManager em = emf.createEntityManager();
|
Is this the "official" way or is there a simple one?
Marcos
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258463#4258463
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258463
From do-not-reply at jboss.com Fri Oct 2 13:40:04 2009
From: do-not-reply at jboss.com (s3filho)
Date: Fri, 2 Oct 2009 13:40:04 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Soap Attachment causes
OutOfMemoryError
Message-ID: <10009264.1254505204463.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello Everyone,
I am building a Web Services that will receive a file attachment in its message.
I used the DataHandler classe and the specified annotations (@XmlAttachmentRef) and it worked prety fine.
The problem is that when the file to be transmited is really big (more than 100MB, for example) the Client throws an
java.lang.OutOfMemoryError, and I belive it does that before even start sending the message.
My Client code is:
| SignerService service = new SignerService();
| Signer signer = service.getSignerPort();
|
| BindingProvider bp = (BindingProvider)signer;
| Binding binding = bp.getBinding();
| ((SOAPBinding)binding).setMTOMEnabled(true);
|
| String path = "..."; //My file path
|
| MyDocument doc = new MyDocument();
| FileDataSource dataSource = new FileDataSource(path);
| doc.setDataHandler(new DataHandler(dataSource));
|
| signer.sendDoc(doc);
|
Where MyDocument is:
| @XmlAccessorType(XmlAccessType.FIELD)
| @XmlType(name = "myDocument", propOrder = {
| "dataHandler"
| })
| public class MyDocument {
|
| @XmlElement(type = String.class)
| @XmlAttachmentRef
| protected DataHandler dataHandler;
|
| public DataHandler getDataHandler() {
| return dataHandler;
| }
| public void setDataHandler(DataHandler value) {
| this.dataHandler = value;
| }
| }
|
The stack trace is:
| Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
| at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:95)
| at sun.net.www.http.PosterOutputStream.write(PosterOutputStream.java:61)
| at javax.activation.DataHandler.writeTo(DataHandler.java:308)
| at com.sun.xml.ws.message.DataHandlerAttachment.writeTo(DataHandlerAttachment.java:110)
| at com.sun.xml.ws.encoding.MtomCodec.writeAttachments(MtomCodec.java:216)
| at com.sun.xml.ws.encoding.MtomCodec.encode(MtomCodec.java:167)
| at com.sun.xml.ws.encoding.SOAPBindingCodec.encode(SOAPBindingCodec.java:258)
| at com.sun.xml.ws.transport.http.client.HttpTransportPipe.process(HttpTransportPipe.java:142)
| at com.sun.xml.ws.transport.http.client.HttpTransportPipe.processRequest(HttpTransportPipe.java:86)
| at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:595)
| at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:554)
| at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:539)
| at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:436)
| at com.sun.xml.ws.client.Stub.process(Stub.java:248)
| at com.sun.xml.ws.client.sei.SEIStub.doProcess(SEIStub.java:135)
| at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:109)
| at com.sun.xml.ws.client.sei.SyncMethodHandler.invoke(SyncMethodHandler.java:89)
| at com.sun.xml.ws.client.sei.SEIStub.invoke(SEIStub.java:118)
| at $Proxy29.sendDoc(Unknown Source)
| ...
|
Increasing the Java heap space of Client (to 256MB) does resolve the problem for that file but if I try sending a bigger file
(500MB) the Error comes back. Since I can't limit a file size to my system, increasing the heap space is only a workaround.
It seems that the whole file is being loaded into the memory heap and I though DataHandler class and MTMO property were to address this memory problem, by using cache and flushing routines.
Is there anyway to assure that my file will be sent regardless of its size?
Thank you very much
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258467#4258467
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258467
From do-not-reply at jboss.com Fri Oct 2 13:59:50 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 2 Oct 2009 13:59:50 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem WAR deploy
(jboss-5.1.0.GA)
Message-ID: <32898877.1254506390936.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Post the output of
jar -tf mad.war
I am mainly interested in the jar files packaged in that application.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258473#4258473
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258473
From do-not-reply at jboss.com Fri Oct 2 14:05:27 2009
From: do-not-reply at jboss.com (freiburger)
Date: Fri, 2 Oct 2009 14:05:27 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] Problem retrieving
activities from history
Message-ID: <16959915.1254506727831.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok thanks, I've voted for it.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258474#4258474
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258474
From do-not-reply at jboss.com Fri Oct 2 14:11:28 2009
From: do-not-reply at jboss.com (benzeman)
Date: Fri, 2 Oct 2009 14:11:28 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <15119295.1254507088112.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thank PeterJ.
i am just configuration Jboss to run on eclipse and update Jboss tool for eclipse . But i can not create project with seam 1.2 from eclipse updating when new project is create . look like i miss seam runtime ?
How can i create web dynamic project with seam 1.2 on eclipse?
[img]http://up.anhso.net/upload/20091003/01/o/anhso-21_create_seam.jpg[/img]
thank in advance.[/url]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258475#4258475
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258475
From do-not-reply at jboss.com Fri Oct 2 14:35:29 2009
From: do-not-reply at jboss.com (kmasood)
Date: Fri, 2 Oct 2009 14:35:29 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: custom error pages for all
applications?
Message-ID: <4724907.1254508529124.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Peter,
Thank you for the reply. I am using version 4.2.3 and I have successfully added the error-page tag in web.xml in
server/all/deploy/jboss-web.deployer/ROOT.war/WEB-INF/
When I go to http://host:8080/blablah, I see the customized 404 page.
However, when I go to http://host:8080/app1/blablah or http://host:8080/app2/blablah, etc, I get the standard JBoss error.
I think I am almost there, and missing an obvious step, but easy step ... any ideas?
KM
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258478#4258478
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258478
From do-not-reply at jboss.com Fri Oct 2 15:16:45 2009
From: do-not-reply at jboss.com (vishnukn)
Date: Fri, 2 Oct 2009 15:16:45 -0400 (EDT)
Subject: [jboss-user] [MQ] - Re: Weird behavior with ping timeouts
Message-ID: <11066519.1254511005638.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
in my case , my jboss is not in clustered, but why should it need to do the ping and pong, is there some thing i need to do in the configuration to stop this.
| 2009-10-02 03:04:53,140 WARN [org.jboss.mq.Connection] Connection failure, use javax.jms.Connection.setExceptionListener() to handle this error and reconnect
| org.jboss.mq.SpyJMSException: No pong received; - nested throwable: (java.io.IOException: ping timeout.)
| at org.jboss.mq.Connection$PingTask.run(Connection.java:1277)
| at EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: java.io.IOException: ping timeout.
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258484#4258484
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258484
From do-not-reply at jboss.com Fri Oct 2 15:42:27 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 15:42:27 -0400 (EDT)
Subject: [jboss-user] [Persistence] - Re: How to get an EntityManager or
EntityManagerFactory usin
Message-ID: <24295679.1254512547865.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Yes, that is the official way.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258486#4258486
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258486
From do-not-reply at jboss.com Fri Oct 2 15:47:04 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 15:47:04 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <13435118.1254512824196.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Looks like you need to click Add next to the Seam Runtime text field and let Eclipse know where Seam is located.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258488#4258488
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258488
From do-not-reply at jboss.com Fri Oct 2 15:49:32 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Fri, 2 Oct 2009 15:49:32 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: custom error pages for all
applications?
Message-ID: <19148762.1254512972238.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Wrong web.xml file - the one you edited is specific to the ROOT application. You need to edit the global web.xml file. In 4.2.x it is located at server/xxx/deploy/jboss-web.deployer/conf.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258489#4258489
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258489
From do-not-reply at jboss.com Fri Oct 2 16:19:13 2009
From: do-not-reply at jboss.com (bdamato)
Date: Fri, 2 Oct 2009 16:19:13 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - More ServiceBindingSet questions
Message-ID: <10785276.1254514753306.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I've got a jboss server that's running behind an apache web server, so I have the HTTP and HTTPS connectors disabled in jbossweb.sar/server.xml. Only AJP is running:
|
|
I'm using the port offset feature in bindingservice.beans/META-INF/bindings-jboss-beans.xml to handle the ports. Everything is working properly, except that when I hit a secured web page, jboss is redirecting me to port 9143 instead of 8443 (port offset is 700). This is my config:
|
|
|
|
| CouponEngineBindings
|
| ${jboss.bind.address}
|
| 700
|
|
|
|
| jboss:service=Naming
| Port
| 8299
| The listening socket for the Naming service
| true
|
|
| jboss.web:service=WebServer
| HttpsConnector
| 8443
| JBoss Web HTTPS connector socket
| true
|
|
|
|
|
|
Any ideas on how I make tomcat redirect HTTPS requests to the correct port?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258492#4258492
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258492
From do-not-reply at jboss.com Fri Oct 2 17:18:34 2009
From: do-not-reply at jboss.com (adorandish)
Date: Fri, 2 Oct 2009 17:18:34 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: Failed to create a
new SAX parser
Message-ID: <32159674.1254518314688.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
have you figured out the problem yet?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258499#4258499
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258499
From do-not-reply at jboss.com Fri Oct 2 17:18:45 2009
From: do-not-reply at jboss.com (b.eckenfels)
Date: Fri, 2 Oct 2009 17:18:45 -0400 (EDT)
Subject: [jboss-user] [MQ] - Re: Weird behavior with ping timeouts
Message-ID: <15530841.1254518325231.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
First of all, you abolsutely must register an error listener if you want to recover from problems.
Usual reasons for this pong timeout are:
- long garbage collection times in one of the participating JVMs
- delays in the database when you use jdbc persistence
- network problems
- os virtualization freezes (like vmotion)
Greetings
Bernd
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258500#4258500
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258500
From do-not-reply at jboss.com Fri Oct 2 17:26:01 2009
From: do-not-reply at jboss.com (clebert.suconic@jboss.com)
Date: Fri, 2 Oct 2009 17:26:01 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re:
ClusteredConnectionFactory
Message-ID: <5759245.1254518761849.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
If you are inside the server, it will always connect to that same server.
You can enable load balancing on the CF used by the Resource Adapter, but it would become a mess.
As you have MDBs and other Beans, you will have other things controlling balancing for you. For instance as you get traffic on nodeA on a HTTPServer, you use most of the load on that node. If you mix up load balancing on the server side you will actually hurt performance instead.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258502#4258502
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258502
From do-not-reply at jboss.com Fri Oct 2 18:12:43 2009
From: do-not-reply at jboss.com (roman.mandeleil@gmail.com)
Date: Fri, 2 Oct 2009 18:12:43 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re:
ClusteredConnectionFactory
Message-ID: <5371281.1254521563883.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I think I am over that issue, the problem was that when I look-up from the server to ClusterConnectionFactory it actually gives me the local instance and it doesn't matter what addresses been mentioned in the java.naming.provider.url.
So I have solved that problem by creating another CF on the distant cluster with different JNDI binding.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258505#4258505
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258505
From do-not-reply at jboss.com Fri Oct 2 18:48:18 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Fri, 2 Oct 2009 18:48:18 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: Farm deployment errors with large
WAR files
Message-ID: <6479601.1254523698790.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I've commented on the JIRA, but will go into a bit more detail here.
First, the logs you sent me, Adam, showed the file that was being farmed was actually "xxx.ear.filepart" not "xxx.ear". From that I believe you were using a tool (perhaps WinSCP?) to upload the file directly to the farm directory. That's a lengthy enough operation that the hot deployment scanner ran in the middle.
Hence my recommendation on the JIRA to stop the hot deployment scanner thread before doing lengthy I/O operations.
The scanner can be stopped by invoking the JMX stop() operation on the jboss.deployment:flavor=URL,type=DeploymentScanner MBean. This can be done via the jmx-console or via the twiddle utility in $JBOSS_HOME/bin.
I also you recommend you do your upload to a temp folder and then do a local copy into farm/. Otherwise if there is a failure during the upload you'll be leaving a corrupt file in farm/.
Second, looking closely at the logs tells me that a very high percentage of messages JGroups is sending from the master are not being received on the child. This makes things go very slowly. You need to determine why there is such a high rate of loss on your network. Earlier in the thread we've discussed the OS maximum read buffer setting. You can also adjust the maximum write buffer. Note also that changes made via sysctl -w are not persistent across restarts; for persistent changes you need to edit /etc/sysctl.conf.
If you can't eliminate the UDP packet losses, you might consider using a TCP stack, particularly if yours is a 2 node cluster, where there is no benefit from using IP multicast. If you can use IP multicast for the initial cluster discovery messages (which seems to be working fine) then it's very easy to configure the AS to use TCP for regular traffic, just add this to your command line arguments:
-Djboss.default.jgroups.stack=tcp
(Switching to TCP is a bit more complicated if IP multicast for discovery isn't an option.)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258506#4258506
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258506
From do-not-reply at jboss.com Fri Oct 2 22:17:37 2009
From: do-not-reply at jboss.com (alllle)
Date: Fri, 2 Oct 2009 22:17:37 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: What is an invocation,
and the related option override?
Message-ID: <11595935.1254536257017.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the reply!
Your explanation makes sense, however, it seems conflict with sample in the [url=http://www.jboss.org/file-access/default/members/jbosscache/freezone/docs/3.2.0.GA/userguide_en/html_single/index.html#configuration.options]user guide section
3.4.1. (Overriding the Configuration via the Option API) [/url].
Will that be true that if the override is inside a transaction, the lock will be kept for the rest of the transaction?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258507#4258507
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258507
From do-not-reply at jboss.com Fri Oct 2 23:01:51 2009
From: do-not-reply at jboss.com (alllle)
Date: Fri, 2 Oct 2009 23:01:51 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: What is an invocation,
and the related option override?
Message-ID: <25601970.1254538911084.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"mircea.markus" wrote : it only makes sense to use setForceWriteLock(true) on read. Normally when you do an cache.get(fqn) an read lock is aquired, but setting the forceWriteLock to true would force a write lock acquisition. when you do a put(fqn)(generally a write), a WL (write lock) is acquired so having the flag is redundant. As a general rule, the forceWriteLock only apply for one call, i.e. for one invocation.
| tm.begin();
| | // force write lock even on read operations
| | cache.getInvocationContext().getOptionOverrides().setForceWriteLock(true);
| |
| | // read node
| | Object value = cache.get(myFqn, "key");
| |
| | Object value = cache.get(myFqn2, "key");
| |
| | tm.commit();
|
| In this example a WL is acquired for myFqn and a RL is acquired for myFqn2
|
| anonymous wrote : In other words, once I set the "setForceWriteLock(true)", all future cache related operations in this thread will see this option set to "true". No. Only the next call, after that the flag is cleaned. As mentioned in the previous post, an invocation is an call to the cache.
I did a quick test and you are absolutely right. Just like what you pointed out in your sample code, after each read or write, the over write option is reset. This clears the confusion I had. Thanks!
The reason for this post was that I'm trying to find a reliable way to do a "select for update" kind of operation in the new MVCC locking, i.e., a read followed by a write and the write value depends on the read result. Could you please comment on this thread?
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161530&postdays=0&postorder=asc&start=0
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258508#4258508
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258508
From do-not-reply at jboss.com Sat Oct 3 00:35:39 2009
From: do-not-reply at jboss.com (sridhar1985)
Date: Sat, 3 Oct 2009 00:35:39 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: Failed to create a
new SAX parser
Message-ID: <4979006.1254544539673.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Yes. I have deleted the xmlparserv2.jar which i really do not need.
And i have removed the hibernate capabilities from my project which are adding xml... jars to my WAR file which are causing problem in jboss 5.1.0 GA.
Jboss 5.1 contains xml jars already. So do not need them in your WAR.
Sridhar.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258509#4258509
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258509
From do-not-reply at jboss.com Sat Oct 3 01:28:30 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Sat, 3 Oct 2009 01:28:30 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Diff response times at
different times
Message-ID: <1281107.1254547710897.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
We have a strict SLA requirement that the reports should be displayed in 1 min max for a load of 500 users
We are running a load test of 500 users on the application.
We are getting different response times in different time intervals. The deviation is from 1 min. to 2 min.
I want to understand why the application is giving huge diff. in response times at different time intervals.
1. Is it some thing because of garbage collection? If yes, how to analyze it?
2. Is it because of any memory leaks in the application? If yes, how to analyze it?
Can you please help me regarding this?
I'm setting the JVM Parameters Xms, -Xmx both to 1024.
All the other parameters I'm leaving them as they are in \bin\run.bat
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258512#4258512
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258512
From do-not-reply at jboss.com Sat Oct 3 03:14:57 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Sat, 3 Oct 2009 03:14:57 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <7994654.1254554097230.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I tried with the below JVM Settings :
set JAVA_OPTS=%JAVA_OPTS% -Xms1024m ???Xmx1024m ???XX:NewSize=300M ???XX:MaxNewSize=300M ???XX:SurvivorRatio=32 ???XX:+UseTLAB ???XX:TLABSize=64K
But this settings didn't work well for me.
With this setting, I observed that the response time is increased even more.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258516#4258516
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258516
From do-not-reply at jboss.com Sat Oct 3 08:36:21 2009
From: do-not-reply at jboss.com (benzeman)
Date: Sat, 3 Oct 2009 08:36:21 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <9835762.1254573381332.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi PeterJ.
thank your reply.
That is question i wanted to ask you help me.
Because i am install Jboss using eclipse by updating form the Jboss website . After i install Jboss that it download a lot of thing to entry plugin directory . I can specify where the Seam is located.
Have you ever create Seam project ?
To base on your work , What is the best method install Jboss?
using eclipse to update Jboss or install directly from Jar file ?
thank in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258529#4258529
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258529
From do-not-reply at jboss.com Sat Oct 3 09:55:23 2009
From: do-not-reply at jboss.com (iraevsky)
Date: Sat, 3 Oct 2009 09:55:23 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Need help with install jboss 4.2.2
Message-ID: <23557442.1254578123826.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi guys!!!
I have not a lot expirience in linux, but i need to install jboss to debian.
so i unziped zip archive, and run "./rub.sh"
it is going to start, but there is nothing after strings
| 21:49:25,490 INFO [ServerInfo] OS-System: Linux 2.6.26-2-686,i386
| 21:49:26,475 INFO [Server] Core system initialized
|
and there is no access by web(localhost:8080), so think jboss as does not start.
here is boot.log, please help me with this problem,thx
| 21:49:23,334 INFO [Server] Starting JBoss (MX MicroKernel)...
| 21:49:23,336 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)
| 21:49:23,337 DEBUG [Server] Using config: org.jboss.system.server.ServerConfigImpl at 181f00
| 21:49:23,337 DEBUG [Server] Server type: class org.jboss.system.server.ServerImpl
| 21:49:23,337 DEBUG [Server] Server loaded through: org.jboss.system.server.NoAnnotationURLClassLoader
| 21:49:23,337 DEBUG [Server] Boot URLs:
| 21:49:23,337 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/endorsed/serializer.jar
| 21:49:23,337 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/endorsed/xercesImpl.jar
| 21:49:23,338 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/endorsed/xalan.jar
| 21:49:23,339 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/jboss-jmx.jar
| 21:49:23,339 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/concurrent.jar
| 21:49:23,339 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/log4j-boot.jar
| 21:49:23,339 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/jboss-common.jar
| 21:49:23,339 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/jboss-system.jar
| 21:49:23,339 DEBUG [Server] file:/usr/local/jboss-4.2.2.GA/lib/jboss-xml-binding.jar
| 21:49:23,339 INFO [Server] Home Dir: /usr/local/jboss-4.2.2.GA
| 21:49:23,340 INFO [Server] Home URL: file:/usr/local/jboss-4.2.2.GA/
| 21:49:23,340 DEBUG [Server] Library URL: file:/usr/local/jboss-4.2.2.GA/lib/
| 21:49:23,343 INFO [Server] Patch URL: null
| 21:49:23,343 INFO [Server] Server Name: default
| 21:49:23,344 INFO [Server] Server Home Dir: /usr/local/jboss-4.2.2.GA/server/default
| 21:49:23,344 INFO [Server] Server Home URL: file:/usr/local/jboss-4.2.2.GA/server/default/
| 21:49:23,344 INFO [Server] Server Log Dir: /usr/local/jboss-4.2.2.GA/server/default/log
| 21:49:23,345 DEBUG [Server] Server Data Dir: /usr/local/jboss-4.2.2.GA/server/default/data
| 21:49:23,345 INFO [Server] Server Temp Dir: /usr/local/jboss-4.2.2.GA/server/default/tmp
| 21:49:23,378 DEBUG [Server] Server Config URL: file:/usr/local/jboss-4.2.2.GA/server/default/conf/
| 21:49:23,378 DEBUG [Server] Server Library URL: file:/usr/local/jboss-4.2.2.GA/server/default/lib/
| 21:49:23,378 INFO [Server] Root Deployment Filename: jboss-service.xml
| 21:49:23,390 DEBUG [Server] Starting General Purpose Architecture (GPA)...
| 21:49:24,387 DEBUG [Server] Created MBeanServer: org.jboss.mx.server.MBeanServerImpl at 4173d8[ defaultDomain='jboss' ]
| 21:49:24,736 DEBUG [Server] Boot url list: [file:/usr/local/jboss-4.2.2.GA/server/default/conf/]
| 21:49:24,737 DEBUG [Server] Creating loader for URL: file:/usr/local/jboss-4.2.2.GA/server/default/conf/
| 21:49:24,757 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3 at ade10, cl=org.jboss.mx.loading.UnifiedClassLoader3 at a36f50{ url=file:/usr/local/jboss-4.2.2.GA/server/default/conf/ ,addedOrder=0}
| 21:49:24,757 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3 at ade10, cl=org.jboss.mx.loading.UnifiedClassLoader3 at a36f50{ url=file:/usr/local/jboss-4.2.2.GA/server/default/conf/ ,addedOrder=0}
| 21:49:24,758 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3 at a36f50{ url=file:/usr/local/jboss-4.2.2.GA/server/default/conf/ ,addedOrder=0}
| 21:49:25,378 DEBUG [Server] Failed to create xmbean for: org.jboss.system.server.ServerInfo
| 21:49:25,490 INFO [ServerInfo] Java version: 1.5.0,Free Software Foundation, Inc.
| 21:49:25,490 INFO [ServerInfo] Java VM: GNU libgcj 4.3.2,Free Software Foundation, Inc.
| 21:49:25,490 INFO [ServerInfo] OS-System: Linux 2.6.26-2-686,i386
| 21:49:25,491 DEBUG [ServerInfo] Full System Properties Dump
| 21:49:25,491 DEBUG [ServerInfo] jboss.server.base.dir: /usr/local/jboss-4.2.2.GA/server
| 21:49:25,491 DEBUG [ServerInfo] java.protocol.handler.pkgs: org.jboss.net.protocol
| 21:49:25,491 DEBUG [ServerInfo] jboss.server.lib.url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/
| 21:49:25,491 DEBUG [ServerInfo] path.separator: :
| 21:49:25,492 DEBUG [ServerInfo] java.vm.name: GNU libgcj
| 21:49:25,492 DEBUG [ServerInfo] jboss.server.data.dir: /usr/local/jboss-4.2.2.GA/server/default/data
| 21:49:25,492 DEBUG [ServerInfo] program.name: run.sh
| 21:49:25,492 DEBUG [ServerInfo] java.vm.specification.name: Java(tm) Virtual Machine Specification
| 21:49:25,492 DEBUG [ServerInfo] jboss.server.base.url: file:/usr/local/jboss-4.2.2.GA/server/
| 21:49:25,492 DEBUG [ServerInfo] java.runtime.version: 1.5.0
| 21:49:25,492 DEBUG [ServerInfo] java.home: /usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre
| 21:49:25,493 DEBUG [ServerInfo] java.vm.specification.version: 1.0
| 21:49:25,493 DEBUG [ServerInfo] jboss.server.name: default
| 21:49:25,493 DEBUG [ServerInfo] java.endorsed.dirs: /usr/local/jboss-4.2.2.GA/lib/endorsed
| 21:49:25,493 DEBUG [ServerInfo] line.separator:
|
| 21:49:25,493 DEBUG [ServerInfo] jbossmx.loader.repository.class: org.jboss.mx.loading.UnifiedLoaderRepository3
| 21:49:25,493 DEBUG [ServerInfo] java.vm.specification.vendor: Sun Microsystems Inc.
| 21:49:25,494 DEBUG [ServerInfo] gnu.classpath.home.url: file:///usr/lib
| 21:49:25,494 DEBUG [ServerInfo] gnu.gcj.progname: org.jboss.Main
| 21:49:25,494 DEBUG [ServerInfo] gnu.classpath.version: 0.95
| 21:49:25,494 DEBUG [ServerInfo] jboss.bind.address: 127.0.0.1
| 21:49:25,494 DEBUG [ServerInfo] jboss.server.temp.dir: /usr/local/jboss-4.2.2.GA/server/default/tmp
| 21:49:25,494 DEBUG [ServerInfo] java.specification.version: 1.5
| 21:49:25,494 DEBUG [ServerInfo] jboss.home.dir: /usr/local/jboss-4.2.2.GA
| 21:49:25,495 DEBUG [ServerInfo] gnu.java.util.zoneinfo.dir: /usr/share/zoneinfo
| 21:49:25,495 DEBUG [ServerInfo] java.library.path: /usr/lib/../lib/gcj-4.3-90:/usr/lib/jni
| 21:49:25,495 DEBUG [ServerInfo] gnu.classpath.vm.shortname: libgcj
| 21:49:25,495 DEBUG [ServerInfo] jboss.server.home.dir: /usr/local/jboss-4.2.2.GA/server/default
| 21:49:25,495 DEBUG [ServerInfo] java.net.preferIPv4Stack: true
| 21:49:25,495 DEBUG [ServerInfo] java.class.version: 49.0
| 21:49:25,495 DEBUG [ServerInfo] java.specification.name: Java(tm) Platform API Specification
| 21:49:25,496 DEBUG [ServerInfo] jboss.server.config.url: file:/usr/local/jboss-4.2.2.GA/server/default/conf/
| 21:49:25,496 DEBUG [ServerInfo] jboss.home.url: file:/usr/local/jboss-4.2.2.GA/
| 21:49:25,496 DEBUG [ServerInfo] os.version: 2.6.26-2-686
| 21:49:25,496 DEBUG [ServerInfo] gnu.classpath.home: /usr
| 21:49:25,496 DEBUG [ServerInfo] user.home: /home/ilya
| 21:49:25,496 DEBUG [ServerInfo] file.encoding: UTF-8
| 21:49:25,496 DEBUG [ServerInfo] jboss.server.home.url: file:/usr/local/jboss-4.2.2.GA/server/default/
| 21:49:25,496 DEBUG [ServerInfo] os.name: Linux
| 21:49:25,497 DEBUG [ServerInfo] jboss.server.log.dir: /usr/local/jboss-4.2.2.GA/server/default/log
| 21:49:25,497 DEBUG [ServerInfo] java.class.path: /usr/local/jboss-4.2.2.GA/bin/run.jar
| 21:49:25,497 DEBUG [ServerInfo] user.name: ilya
| 21:49:25,497 DEBUG [ServerInfo] java.io.tmpdir: /tmp
| 21:49:25,497 DEBUG [ServerInfo] sun.rmi.dgc.server.gcInterval: 3600000
| 21:49:25,497 DEBUG [ServerInfo] jboss.lib.url: file:/usr/local/jboss-4.2.2.GA/lib/
| 21:49:25,498 DEBUG [ServerInfo] os.arch: i386
| 21:49:25,498 DEBUG [ServerInfo] java.fullversion: GNU libgcj 4.3.2
| 21:49:25,498 DEBUG [ServerInfo] java.specification.vendor: Sun Microsystems Inc.
| 21:49:25,498 DEBUG [ServerInfo] user.language: ru
| 21:49:25,498 DEBUG [ServerInfo] user.dir: /home/ilya
| 21:49:25,498 DEBUG [ServerInfo] java.vm.info: GNU libgcj 4.3.2
| 21:49:25,498 DEBUG [ServerInfo] java.version: 1.5.0
| 21:49:25,498 DEBUG [ServerInfo] java.ext.dirs: /usr/share/java/ext
| 21:49:25,499 DEBUG [ServerInfo] gnu.gcj.user.realname: ilya,,,
| 21:49:25,499 DEBUG [ServerInfo] sun.boot.class.path: /usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre/lib/rt.jar
| 21:49:25,499 DEBUG [ServerInfo] java.vendor: Free Software Foundation, Inc.
| 21:49:25,499 DEBUG [ServerInfo] java.vendor.url: http://gcc.gnu.org/java/
| 21:49:25,499 DEBUG [ServerInfo] java.vm.vendor: Free Software Foundation, Inc.
| 21:49:25,499 DEBUG [ServerInfo] file.separator: /
| 21:49:25,500 DEBUG [ServerInfo] sun.rmi.dgc.client.gcInterval: 3600000
| 21:49:25,500 DEBUG [ServerInfo] javax.management.builder.initial: org.jboss.mx.server.MBeanServerBuilderImpl
| 21:49:25,500 DEBUG [ServerInfo] java.vm.version: 4.3.2
| 21:49:25,500 DEBUG [ServerInfo] java.rmi.server.hostname: 127.0.0.1
| 21:49:25,500 DEBUG [ServerInfo] http.agent: gnu-classpath/0.95 (libgcj/4.3.2)
| 21:49:25,500 DEBUG [ServerInfo] gnu.cpu.endian: little
| 21:49:25,500 DEBUG [ServerInfo] gnu.gcj.precompiled.db.path: /var/lib/gcj-4.3/classmap.db
| 21:49:25,501 DEBUG [ServerInfo] user.region: RU
| 21:49:25,501 DEBUG [ServerInfo] gnu.gcj.runtime.endorsed.dirs: /usr/share/java/gcj-endorsed
| 21:49:25,656 DEBUG [Server] Created system MBean: jboss.system:type=ServerInfo
| 21:49:25,685 DEBUG [Server] Failed to create xmbean for: org.jboss.system.ServiceController
| 21:49:25,849 DEBUG [ServiceController] Controller MBean online
| 21:49:25,859 DEBUG [Server] Created system MBean: jboss.system:service=ServiceController
| 21:49:25,902 DEBUG [Server] Failed to create xmbean for: org.jboss.deployment.MainDeployer
| 21:49:26,070 DEBUG [Server] Created system MBean: jboss.system:service=MainDeployer
| 21:49:26,071 DEBUG [ServiceController] Creating service jboss.system:service=MainDeployer
| 21:49:26,097 DEBUG [MainDeployer] Creating jboss.system:service=MainDeployer
| 21:49:26,136 DEBUG [MainDeployer] Created jboss.system:service=MainDeployer
| 21:49:26,136 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=MainDeployer dependents are: []
| 21:49:26,137 DEBUG [ServiceController] starting service jboss.system:service=MainDeployer
| 21:49:26,137 DEBUG [MainDeployer] Starting jboss.system:service=MainDeployer
| 21:49:26,138 DEBUG [MainDeployer] Started jboss.system:service=MainDeployer
| 21:49:26,138 DEBUG [ServiceController] Starting dependent components for: jboss.system:service=MainDeployer dependent components: []
| 21:49:26,143 DEBUG [Server] Shutdown hook added
| 21:49:26,220 DEBUG [Server] Failed to create xmbean for: org.jboss.deployment.JARDeployer
| 21:49:26,318 DEBUG [Server] Created system MBean: jboss.system:service=JARDeployer
| 21:49:26,318 DEBUG [ServiceController] Creating service jboss.system:service=JARDeployer
| 21:49:26,321 DEBUG [JARDeployer] Creating jboss.system:service=JARDeployer
| 21:49:26,335 DEBUG [JARDeployer] Created jboss.system:service=JARDeployer
| 21:49:26,335 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=JARDeployer dependents are: []
| 21:49:26,335 DEBUG [ServiceController] starting service jboss.system:service=JARDeployer
| 21:49:26,336 DEBUG [JARDeployer] Starting jboss.system:service=JARDeployer
| 21:49:26,336 DEBUG [MainDeployer] Adding deployer: org.jboss.deployment.JARDeployer at 5ece40
| 21:49:26,337 DEBUG [MainDeployer] jboss.system:service=JARDeployer does not support EnhancedSuffixes
| 21:49:26,338 DEBUG [JARDeployer] Started jboss.system:service=JARDeployer
| 21:49:26,338 DEBUG [ServiceController] Starting dependent components for: jboss.system:service=JARDeployer dependent components: []
| 21:49:26,353 DEBUG [Server] Failed to create xmbean for: org.jboss.deployment.SARDeployer
| 21:49:26,452 DEBUG [Server] Created system MBean: jboss.system:service=ServiceDeployer
| 21:49:26,452 DEBUG [ServiceController] Creating service jboss.system:service=ServiceDeployer
| 21:49:26,457 DEBUG [SARDeployer] Creating jboss.system:service=ServiceDeployer
| 21:49:26,463 DEBUG [SARDeployer] Created jboss.system:service=ServiceDeployer
| 21:49:26,463 DEBUG [ServiceController] Creating dependent components for: jboss.system:service=ServiceDeployer dependents are: []
| 21:49:26,463 DEBUG [ServiceController] starting service jboss.system:service=ServiceDeployer
| 21:49:26,464 DEBUG [SARDeployer] Starting jboss.system:service=ServiceDeployer
| 21:49:26,464 DEBUG [MainDeployer] Adding deployer: org.jboss.deployment.SARDeployer at 181300
| 21:49:26,475 DEBUG [SARDeployer] Started jboss.system:service=ServiceDeployer
| 21:49:26,475 DEBUG [ServiceController] Starting dependent components for: jboss.system:service=ServiceDeployer dependent components: []
| 21:49:26,475 INFO [Server] Core system initialized
| 21:49:26,502 DEBUG [MainDeployer] Starting deployment of package: file:/usr/local/jboss-4.2.2.GA/server/default/conf/jboss-service.xml
| 21:49:26,503 DEBUG [MainDeployer] Starting deployment (init step) of package at: file:/usr/local/jboss-4.2.2.GA/server/default/conf/jboss-service.xml
| 21:49:26,503 DEBUG [MainDeployer] Copying file:/usr/local/jboss-4.2.2.GA/server/default/conf/jboss-service.xml -> /usr/local/jboss-4.2.2.GA/server/default/tmp/deploy/tmppmtdxjjboss-service.xml
| 21:49:26,534 DEBUG [MainDeployer] using deployer org.jboss.deployment.SARDeployer at 181300
| 21:49:26,988 DEBUG [SARDeployer] Found classpath element: [classpath: null]
| 21:49:26,998 DEBUG [SARDeployer] codebase URL is file:/usr/local/jboss-4.2.2.GA/server/default/lib/
| 21:49:26,998 DEBUG [SARDeployer] listing codebase for archives matching *
| 21:49:27,024 DEBUG [SARDeployer] URLLister class is org.jboss.net.protocol.file.FileURLLister
| 21:49:27,076 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/ejb3-persistence.jar
| 21:49:27,076 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/hsqldb-plugin.jar
| 21:49:27,076 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/bcel.jar
| 21:49:27,076 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossws-framework.jar
| 21:49:27,076 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-cache-jdk50.jar
| 21:49:27,077 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/commons-codec.jar
| 21:49:27,077 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/bindingservice-plugin.jar
| 21:49:27,077 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/activation.jar
| 21:49:27,077 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossjta-integration.jar
| 21:49:27,077 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jnpserver.jar
| 21:49:27,077 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-saaj.jar
| 21:49:27,077 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/commons-collections.jar
| 21:49:27,078 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/cglib.jar
| 21:49:27,078 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-srp.jar
| 21:49:27,078 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/scheduler-plugin-example.jar
| 21:49:27,078 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/hibernate-entitymanager.jar
| 21:49:27,078 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jaxen.jar
| 21:49:27,078 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-ejb3x.jar
| 21:49:27,079 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/mail.jar
| 21:49:27,079 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/servlet-api.jar
| 21:49:27,079 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/el-api.jar
| 21:49:27,079 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/joesnmp.jar
| 21:49:27,079 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/scheduler-plugin.jar
| 21:49:27,079 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-common-jdbc-wrapper.jar
| 21:49:27,079 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jpl-util.jar
| 21:49:27,080 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/antlr.jar
| 21:49:27,080 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/javassist.jar
| 21:49:27,080 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/mail-plugin.jar
| 21:49:27,080 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jmx-adaptor-plugin.jar
| 21:49:27,080 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-vfs.jar
| 21:49:27,080 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jpl-pattern.jar
| 21:49:27,081 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossmq.jar
| 21:49:27,081 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/hibernate-annotations.jar
| 21:49:27,081 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossws-spi.jar
| 21:49:27,081 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jsp-api.jar
| 21:49:27,081 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-remoting.jar
| 21:49:27,081 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbosssx.jar
| 21:49:27,082 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/quartz.jar
| 21:49:27,082 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-jaxrpc.jar
| 21:49:27,082 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/commons-httpclient.jar
| 21:49:27,082 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/commons-logging.jar
| 21:49:27,082 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/log4j.jar
| 21:49:27,083 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-hibernate.jar
| 21:49:27,083 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/hibernate3.jar
| 21:49:27,083 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-jca.jar
| 21:49:27,084 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossjta.jar
| 21:49:27,084 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/hsqldb.jar
| 21:49:27,084 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossws-common.jar
| 21:49:27,084 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossws-jboss42.jar
| 21:49:27,084 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss.jar
| 21:49:27,085 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/xmlentitymgr.jar
| 21:49:27,086 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/autonumber-plugin.jar
| 21:49:27,086 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-serialization.jar
| 21:49:27,086 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/bsh-deployer.jar
| 21:49:27,086 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-transaction.jar
| 21:49:27,086 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/log4j-snmp-appender.jar
| 21:49:27,086 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-jaxws.jar
| 21:49:27,087 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-j2ee.jar
| 21:49:27,087 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-management.jar
| 21:49:27,087 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-jsr77.jar
| 21:49:27,087 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-jsr88.jar
| 21:49:27,087 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/properties-plugin.jar
| 21:49:27,087 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/bsf.jar
| 21:49:27,088 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-monitoring.jar
| 21:49:27,088 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/bsh.jar
| 21:49:27,088 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-remoting-int.jar
| 21:49:27,088 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/dom4j.jar
| 21:49:27,088 DEBUG [SARDeployer] deployed classes for file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossts-common.jar
| 21:49:27,093 DEBUG [SARDeployer] about to copy 0 local directories
| 21:49:27,099 DEBUG [SARDeployer] looking for nested deployments in : file:/usr/local/jboss-4.2.2.GA/server/default/conf/jboss-service.xml
| 21:49:27,104 DEBUG [DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: null, repositoryConfig: null)
| 21:49:27,105 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3 at ade10, cl=org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=0}
| 21:49:27,105 DEBUG [RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3 at ade10, cl=org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=0}
| 21:49:27,105 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=0}
| 21:49:27,117 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/ejb3-persistence.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,124 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/hsqldb-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,186 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/bcel.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,200 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossws-framework.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,266 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg:
| 21:49:27,266 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-cache-jdk50.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,275 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/commons-codec.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,288 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/bindingservice-plugin.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,301 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/activation.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,314 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/jbossjta-integration.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,327 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/jnpserver.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
| 21:49:27,334 DEBUG [RepositoryClassLoader] Added url: file:/usr/local/jboss-4.2.2.GA/server/default/lib/jboss-saaj.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3 at a36e70{ url=null ,addedOrder=2}
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258533#4258533
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258533
From do-not-reply at jboss.com Sat Oct 3 11:28:18 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Sat, 3 Oct 2009 11:28:18 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <2071077.1254583698654.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
My heap graph with JVM Parameters :
1. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m
Graph is http://img260.imageshack.us/img260/2228/withoutyoungsize.jpg
[img]http://img260.imageshack.us/img260/2228/withoutyoungsize.jpg[/img]
2. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m -XX:NewSize=300M -XX:MaxNewSize=300M -XX:SurvivorRatio=32 -XX:+UseTLAB -XX:TLABSize=64K
Graph is [url]http://img260.imageshack.us/img260/1281/withyoungsize.jpg
[/url]
[img]http://img260.imageshack.us/img260/1281/withyoungsize.jpg
[/img]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258538#4258538
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258538
From do-not-reply at jboss.com Sat Oct 3 11:43:28 2009
From: do-not-reply at jboss.com (billson)
Date: Sat, 3 Oct 2009 11:43:28 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Path expected for join!
Message-ID: <18810905.1254584608279.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"meselfe" wrote : to answer myself the query should have been:
| select p from Project as p join p.tasks as t where p.id = :projectid
if attached with the *.hbm.xml would be better for newb like me to understand. tks man.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258539#4258539
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258539
From do-not-reply at jboss.com Sat Oct 3 12:24:10 2009
From: do-not-reply at jboss.com (CatchSandeepVaid)
Date: Sat, 3 Oct 2009 12:24:10 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - CMT and Connection Objects
Message-ID: <815326.1254587050724.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
@TransactionAttribute(TransactionAttributeType.REQUIRED)
public void someMethod(...) {
// obtain con1 and con2 connection objects
con1 = ...;
con2 = ...;
stmt1 = con1.createStatement();
stmt2 = con2.createStatement();
//
// Perform some updates on con1 and con2. The container
// automatically enlists con1 and con2 with the container-
// managed transaction.
//
}
As we have specified TransactionAttributeType.REQUIRED, container will start a transaction (i guess on a Connection)
Q- a) Container will start transaction on which Connection (database) Object? From where it obtains information about my database ?
In other words does container uses JTA (Distributed transaction manager layer), from where it obtains info regarding my databses,
user password, url etc..
Q- b) What does the statement means "The container automatically enlists con1 and con2 with the container-manager transaction"?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258541#4258541
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258541
From do-not-reply at jboss.com Sat Oct 3 12:54:52 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Sat, 3 Oct 2009 12:54:52 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Need help with install jboss 4.2.2
Message-ID: <2926793.1254588892494.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : 21:49:25,490 INFO [ServerInfo] Java version: 1.5.0,Free Software Foundation, Inc.
| 21:49:25,490 INFO [ServerInfo] Java VM: GNU libgcj 4.3.2,Free Software Foundation, Inc.
This GNU JVM is not a certified JVM - JBoss AS will not run with it. You need to install either the OpenJDK or a Sun JDK and use that.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258542#4258542
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258542
From do-not-reply at jboss.com Sat Oct 3 13:16:03 2009
From: do-not-reply at jboss.com (iraevsky)
Date: Sat, 3 Oct 2009 13:16:03 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Need help with install jboss 4.2.2
Message-ID: <3856223.1254590163277.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
thank you very much, i will try soon !!!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258543#4258543
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258543
From do-not-reply at jboss.com Sat Oct 3 13:39:01 2009
From: do-not-reply at jboss.com (iraevsky)
Date: Sat, 3 Oct 2009 13:39:01 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Need help with install jboss 4.2.2
Message-ID: <325329.1254591541872.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
INFO [Server] JBoss (MX MicroKernel) [4.2.2.GA (build: SVNTag=JBoss_4_2_2_GA date=200710221139)] Started in 46s:542ms
Thank you very much!!!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258544#4258544
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258544
From do-not-reply at jboss.com Sat Oct 3 14:50:29 2009
From: do-not-reply at jboss.com (newcomer1)
Date: Sat, 3 Oct 2009 14:50:29 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Awesome job with jBPM 4.1
Message-ID: <11144479.1254595829224.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"unsavory" wrote : I just wanted to say what a great job you guys did with the jBPM 4.1 release. Not only was it released on time, but the support promised for Tomcat was also delivered. Thank you!
|
| As of 3:30AM this morning we now have 2 production application servers running jBPM 4.1 in Tomcat with Spring + JPA + Hibernate + JTA + JOTM.
|
| I struggled for a long time trying to get this configuration to work with jBPM 4 and I never quite got it working right. Most of the issues were related to the Job Executor which now starts like it is supposed to in this environment and actually executes jobs correctly (ie: can find the spring transaction manager). But it all worked as soon as I plugged jBPM 4.1 in.
|
| There are some JTA transaction issues with JOTM I'm struggling with in regards to rollbacks on exceptions, but I do not believe it is related to jBPM.
|
| Thanks again for a great product and a great release!
This sounds great! We are running jbpm 4 and had to roll our own transaction interceptor (and/or JtaTransaction implementation) to get the jobexecutor to play along with spring and jta.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258548#4258548
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258548
From do-not-reply at jboss.com Sat Oct 3 15:46:00 2009
From: do-not-reply at jboss.com (noicangi)
Date: Sat, 3 Oct 2009 15:46:00 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <13273931.1254599160554.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
that's and excelent idea, kukeltje complementing the idea from sebastian, thanks.
i think i cannot wait until january.....i need to finish this university project, and go to beach! :P ( summer time on this latitude...)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258550#4258550
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258550
From do-not-reply at jboss.com Sat Oct 3 16:59:56 2009
From: do-not-reply at jboss.com (jthinaka)
Date: Sat, 3 Oct 2009 16:59:56 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: Beans disappear in Global JNDI
Namespace after running a
Message-ID: <20958700.1254603596294.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
happy_robot, did you ever get a response to your problem?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258551#4258551
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258551
From do-not-reply at jboss.com Sat Oct 3 19:08:27 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Sat, 3 Oct 2009 19:08:27 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm4.1 process project
Message-ID: <31996577.1254611307690.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Is it is a latitude where it is always summertime? Then I don't envy you.... :-)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258552#4258552
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258552
From do-not-reply at jboss.com Sun Oct 4 03:58:11 2009
From: do-not-reply at jboss.com (newcomer1)
Date: Sun, 4 Oct 2009 03:58:11 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: What is the best pattern to deny
method executions?
Message-ID: <2770328.1254643091412.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"lzdobylak" wrote : I'm starting learning jBPM and I was wandering what is the best pattern to deny method executions?
| I mean how to prevent calling some methods depending on object state in workflow, or even more:
| In arhitecture Client SWT <-> jboss EJB3 Application with jBPM
| how to disable some actions on view (ex. in context menu of object)
| ???
| Do I need implement it all from scrach?
| Is there any support from workflow engine?
| Is there any good pattern to do this?
|
| Thansk for everyone :))))
Have you concidered using the gof state pattern?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258556#4258556
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258556
From do-not-reply at jboss.com Sun Oct 4 05:58:16 2009
From: do-not-reply at jboss.com (JithuK)
Date: Sun, 4 Oct 2009 05:58:16 -0400 (EDT)
Subject: [jboss-user] [Installation, Configuration & Deployment] - Urgent:
org.jboss.xb.binding.JBossXBException: Failed to par
Message-ID: <7197159.1254650296717.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi All,
I am trying to migrate an application from jBoss 4 to jBoss 5.
I am getting below error , while deploying a war file.
Can someone let me identify what exactly has gone wrong here ..
Any help is highly appreciated.
15:05:18,080 ERROR [AbstractKernelController] Error installing to Parse: name=vfszip:/home/clarify/appserver/jboss-5.1.0.GA/s
erver/tBroker/deploy/ibmpm.war/ state=Not Installed mode=Manual requiredState=Parse
org.jboss.deployers.spi.DeploymentException: Error creating managed object for vfszip:/home/clarify/appserver/jboss-5.1.0.GA/
server/tBroker/deploy/impm.war/
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerW
ithOutput.java:362)
at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerW
ithOutput.java:322)
at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerW
ithOutput.java:294)
at org.jboss.deployment.JBossEjbParsingDeployer.createMetaData(JBossEjbParsingDeployer.java:95)
at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.deploy(AbstractParsingDeployerWithOutpu
t.java:234)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.ja
va:306)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:595)
Caused by: org.jboss.xb.binding.JBossXBException: Failed to parse source: container-configuration cannot appear in this posit
ion. Expected content of jboss is unordered_sequence: jmx-name? enforce-ejb-restrictions? unauthenticated-principal? resource
-managers? exception-on-rollback? enterprise-beans* container-configurations? missing-method-permissions-excluded-mode? invok
er-proxy-bindings? loader-repository? security-domain? webservices? assembly-descriptor?
at org.jboss.xb.binding.parser.sax.SaxJBossXBParser.parse(SaxJBossXBParser.java:203)
at org.jboss.xb.binding.UnmarshallerImpl.unmarshal(UnmarshallerImpl.java:168)
at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:189)
at org.jboss.xb.util.JBossXBHelper.parse(JBossXBHelper.java:166)
at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:137)
at org.jboss.deployers.vfs.spi.deployer.SchemaResolverDeployer.parse(SchemaResolverDeployer.java:121)
at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parseAndInit(AbstractVFSParsingDeployer.java:256)
at org.jboss.deployers.vfs.spi.deployer.AbstractVFSParsingDeployer.parse(AbstractVFSParsingDeployer.java:188)
at org.jboss.deployers.spi.deployer.helpers.AbstractParsingDeployerWithOutput.createMetaData(AbstractParsingDeployerW
ithOutput.java:348)
... 34 more
Caused by: org.jboss.xb.binding.JBossXBRuntimeException: container-configuration cannot appear in this position. Expected con
tent of jboss is unordered_sequence: jmx-name? enforce-ejb-restrictions? unauthenticated-principal? resource-managers? except
ion-on-rollback? enterprise-beans* container-configurations? missing-method-permissions-excluded-mode? invoker-proxy-bindings
? loader-repository? security-domain? webservices? assembly-descriptor?
at org.jboss.xb.binding.sunday.unmarshalling.SundayContentHandler.startElement(SundayContentHandler.java:449)
at org
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258560#4258560
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258560
From do-not-reply at jboss.com Sun Oct 4 08:19:08 2009
From: do-not-reply at jboss.com (bdamato)
Date: Sun, 4 Oct 2009 08:19:08 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: More ServiceBindingSet questions
Message-ID: <30118468.1254658748801.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Anyone have any ideas on this one?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258563#4258563
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258563
From do-not-reply at jboss.com Sun Oct 4 08:33:31 2009
From: do-not-reply at jboss.com (happy_robot)
Date: Sun, 4 Oct 2009 08:33:31 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: Beans disappear in Global JNDI
Namespace after running a
Message-ID: <12839351.1254659611880.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
yes, i solved it! i had a jndi.properties file in my EJB-project, after removing this it solved the problem.
it seems a little bit curios to me, but running a local JBOSS with my project with this jndi.properties file (targeting to my i-net JBOSS instance running the same project) kills all registered beans on my i-net JBoss on shutdown.
greetings and thanks for your help
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258564#4258564
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258564
From do-not-reply at jboss.com Sun Oct 4 09:47:27 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Sun, 4 Oct 2009 09:47:27 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: Beans disappear in Global JNDI
Namespace after running a
Message-ID: <8721384.1254664047133.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"happy_robot" wrote :
| it seems a little bit curios to me, but running a local JBOSS with my project with this jndi.properties file (targeting to my i-net JBOSS instance running the same project) kills all registered beans on my i-net JBoss on shutdown.
|
|
So you have 2 systems A and B with application myapp deployed on both. myapp has a jndi.properties pointing to B. And on shutting down A, the beans deployed in B get unregistered?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258567#4258567
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258567
From do-not-reply at jboss.com Sun Oct 4 09:50:09 2009
From: do-not-reply at jboss.com (happy_robot)
Date: Sun, 4 Oct 2009 09:50:09 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: Beans disappear in Global JNDI
Namespace after running a
Message-ID: <4059010.1254664209597.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
yes, exactly!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258568#4258568
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258568
From do-not-reply at jboss.com Sun Oct 4 10:05:27 2009
From: do-not-reply at jboss.com (mattjiang)
Date: Sun, 4 Oct 2009 10:05:27 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - What is the exact correct way to
make JBoss datasource JNDI
Message-ID: <2172572.1254665127785.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi All,
I saw many people got confused of configuring DataSource JNDI on JBoss, I saw two major example, but for me only one works.
I use Spring 2.5.6, Jboss 4.2.2GA, Sun JDK 1.5
Example 1:(works)
mysql-ds.xml
|
|
| jdbc/esoafds
| jdbc:mysql://192.168.1.2:3306/jbranch?useUnicode=true&characterEncoding=UTF8&autoReconnect=true
| com.mysql.jdbc.Driver
| root
|
| 3
| 100
| false
|
| mySQL
|
|
|
Spring applicationContext.xml
Above example, could someone advises me why I have to add false to make this config works?
Example 2:(It should work, but NOT)
mysql-ds.xml
|
|
| jdbc/esoafds
| jdbc:mysql://192.168.1.2:3306/jbranch?useUnicode=true&characterEncoding=UTF8&autoReconnect=true
| com.mysql.jdbc.Driver
| root
|
| 3
| 100
|
| mySQL
|
|
|
Please be aware that no "use-java-context" tag needed.
web.xml
| Esoaf DataSource
| jdbc/esoafds
| javax.sql.DataSource
| Container
|
jboss-web.xml
|
|
| jdbc/esoafds
| java:jdbc/esoafds
|
|
|
Spring applicationContext.xml
|
|
Should I add "java:" before "jdbc/esoafds" or not?
The second example can find correct JNDI name from JBoss, but it returns null from JNDI look up.
Can any body give me a hint what's the concept difference between the two approaches? Why my example 1 works, but exmple 2 return null look up.
Thanks a lot.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258569#4258569
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258569
From do-not-reply at jboss.com Sun Oct 4 10:59:54 2009
From: do-not-reply at jboss.com (roman.mandeleil@gmail.com)
Date: Sun, 4 Oct 2009 10:59:54 -0400 (EDT)
Subject: [jboss-user] [Clustering] - TCPPING configuration
Message-ID: <11771794.1254668394395.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Trying to configure a cluster that uses only TCP but without a success, the ports been assigned correct to the transport but the nodes are not trying to discover each other, any advice ?.
Here is my configuration:
1) two 5.1 nodes on localhost.
2) run commands:
jboss-5.1.0.GA-node1\bin\run.bat -Djboss.service.binding.set=ports-02 -c all
jboss-5.1.0.GA-node2\bin\run.bat -Djboss.service.binding.set=ports-03 -c all
3)
Node - 1
Node - 2
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258570#4258570
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258570
From do-not-reply at jboss.com Sun Oct 4 13:18:10 2009
From: do-not-reply at jboss.com (avenkatesh)
Date: Sun, 4 Oct 2009 13:18:10 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - 100% CPU utilization by JBoss
java process
Message-ID: <10108751.1254676690897.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
We are running load tests with our application using JBoss as the application server. In random load tests (not all) and at a random interval in these load tests, we have observed the JBoss java process running on the application server spike to 100% CPU and remain at 100% unless JBoss is manually restarted. We have captured thread dumps each time we've hit this problem, diagnosed concurrency issues leading to repeated looping, etc, introduced fixes, and monitored. The problem still appears, and we believe at this stage we have exhausted all options that relate to thread dumps.
At this point, all key observations in the thread dumps have been addressed. Are there any known limitations with JBoss Application Server that anyone is aware of, or faced, which could possibly lead to this problem? Please help.
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258572#4258572
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258572
From do-not-reply at jboss.com Sun Oct 4 13:57:52 2009
From: do-not-reply at jboss.com (souma)
Date: Sun, 4 Oct 2009 13:57:52 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - method foo is the only one that
can be executed??
Message-ID: <29430491.1254679072332.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Good morning
I do not understand why the example foo is the only one that can be executed ... if I change the names or parameters eclipse tells me an error!!! ..
package Essai;
|
| public class Foo {
| public int fooField;
|
| public Foo () {
| fooField = 0;
| }
|
| }
|
| package Essai;
|
| public class FooMixin implements FooMixinInt {
| public FooMixin(){}
|
| public String fooMethod2 (int i) {
| System.out.print("Message");
| return Integer.toString ( 4- i);
| }
|
| }
|
package Essai;
| public interface FooMixinInt {
| public String fooMethod2 (int i);
| }
package Essai;
|
| public class Main {
|
|
| public static void main(String[] args) {
|
| Foo foo = new Foo ();
| FooMixinInt fooint = (FooMixinInt) foo;
| String s = foo.fooMethod2(-2);
|
| }
|
| }
|
|
|
| Essai.FooMixinInt
| Essai.FooMixin
| new Essai.FooMixin()
|
|
|
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258573#4258573
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258573
From do-not-reply at jboss.com Sun Oct 4 15:40:33 2009
From: do-not-reply at jboss.com (aapthorp)
Date: Sun, 4 Oct 2009 15:40:33 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: sub process event propagation
Message-ID: <14704822.1254685233181.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have rather belatedly come back to this one, having not made the switch to jBPM4 - I find the jbpm-console more friendly for trying things out thanks to the ability to signal tokens.
I still don't see how this works in JBPM3, may be it works in 4. What I'm trying to achieve is similar to signal events as described in the following (section New Signal Event):
http://www.brsilver.com/wordpress/2008/09/15/concepts-and-terminology-in-bpmn-20/
In order to implement this behaviour I have an actionhandler in the subprocess which propagates the event to the superprocess. Question is do I use another handler at the superprocess level and "wire" it to the target node, or do I get the actionhandler to find a handler for the event on the target node?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258575#4258575
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258575
From do-not-reply at jboss.com Sun Oct 4 15:50:29 2009
From: do-not-reply at jboss.com (aapthorp)
Date: Sun, 4 Oct 2009 15:50:29 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: superstate timer error
Message-ID: <19876289.1254685829206.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Banging my head against this one...
"aapthorp" wrote : Hmm, same problem.
|
| Also, I had to change the datasource configuration in
|
| ..\jboss-4.2.3.GA\server\default\deploy\ejb-deployer.xml
|
|
Have changed the ejb-deployer config as per the following
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=147824
This at least gets over the connection failure exception as mentioned in the referenced thread. I assume this is correct...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258576#4258576
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258576
From do-not-reply at jboss.com Sun Oct 4 21:14:41 2009
From: do-not-reply at jboss.com (kennardconsulting)
Date: Sun, 4 Oct 2009 21:14:41 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Upgrade JBoss AS 5.1.0 to
JBoss Messaging 1.4.5.GA?
Message-ID: <26493623.1254705281992.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi guys,
Are there special considerations involved in upgrading JBoss 5.1.0 to use the new JBoss Messaging 1.4.5.GA? I'm keen to be updated on the latest bugfixes.
I tried just copying the jboss-messaging.jar into JBoss, but now none of my queues are recognised:
[org.jboss.resource.adapter.jms.inflow.JmsActivation] Failure in jms activation org.jboss.resource.adapter.jms.inflow.JmsActivationSpec at 15e154a(ra=org.jboss.resource.adapter.jms.JmsResourceAdapter at 9b7ca4 destination=jnp://localhost:1100/queue/avant-ss-production.emails destinationType=javax.jms.Queue tx=true durable=false reconnect=10 provider=java:/DefaultJMSProvider user=null maxMessages=1 minSession=1 maxSession=15 keepAlive=60000 useDLQ=false)
| javax.naming.NameNotFoundException: queue not bound
I also note there is no equivalent jboss-messaging-int.jar. Does there need to be?
Regards,
Richard.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258579#4258579
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258579
From do-not-reply at jboss.com Mon Oct 5 01:30:30 2009
From: do-not-reply at jboss.com (makarandk502)
Date: Mon, 5 Oct 2009 01:30:30 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 : Running jbpm test case -
issue
Message-ID: <17691965.1254720630400.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I am not using any custom XML parser. I am trying to test process definition using JbpmTestCase. version is JRE 1.6
When I debugged the code, I got to know that it has failed in
protected Document buildDom(Parse parse)
( parser.java in org.jbpm.pvm.internal.xml )
line is
saxParser.setProperty("http://java.sun.com/xml/jaxp/properties/schemaLanguage", "http://www.w3.org/2001/XMLSchema");
xmlReader.setFeature("http://apache.org/xml/features/validation/dynamic", true);
I am just using jbpmtestcase to test my process
-Regards
Makarand
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258585#4258585
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258585
From do-not-reply at jboss.com Mon Oct 5 02:21:02 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Mon, 5 Oct 2009 02:21:02 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: error accessing webapp
Message-ID: <26592741.1254723662683.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I can't tell since you don't provide much info on what is actually inside the error ?
Also I can't see if this is a tooling specific error or if it is "just" for seam - if just for seam try asking at the forums at seamframework.org.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258590#4258590
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258590
From do-not-reply at jboss.com Mon Oct 5 02:26:37 2009
From: do-not-reply at jboss.com (Shenaz)
Date: Mon, 5 Oct 2009 02:26:37 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: Non clustered Queue
Message-ID: <27345842.1254723997727.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Brian,
Thanks a ton for the reply.
One more doubt. Is it possible to have a combination of singleton and non singleton queues in the clustered environment?
Our requirement is to have just one of the queues as non-clustered and all other queues as normal singleton queues.
Regards
Shenaz
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258593#4258593
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258593
From do-not-reply at jboss.com Mon Oct 5 03:57:40 2009
From: do-not-reply at jboss.com (matjohn)
Date: Mon, 5 Oct 2009 03:57:40 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem WAR deploy
(jboss-5.1.0.GA)
Message-ID: <16360663.1254729460933.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok, ops, I have a wrong build script, wrong presence WEB-INF/lib/jmx-1.0.jar !
Now, it's ok.
Thanks for your time.
"jaikiran" wrote : Post the output of
|
| jar -tf mad.war
|
| I am mainly interested in the jar files packaged in that application.
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258598#4258598
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258598
From do-not-reply at jboss.com Mon Oct 5 04:03:46 2009
From: do-not-reply at jboss.com (anindya.tcs)
Date: Mon, 5 Oct 2009 04:03:46 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: aj4 calls failing in jboss
portal 2.7.2
Message-ID: <5946058.1254729826038.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi ,
We tried with following versions and see Ajax calls are happening -
richfaces(3.3.0 GA)
jsf-facelets-1.1.15.B1.jar
JBossPortletBridge-1.0.0.CR1
Configuration done for this is as below -
com.sun.faces.enableRestoreView11Compatibilitytrue
However we see following changes in behaviour -
1.JSF beans which are stored in session can't be fetched from JSF SessionMap (probably as this uses HTTPSession and not PortalSession)
Hence the standard call
appSecBeanInst = (ApplicationSecurityDataBean) context
.getExternalContext().getSessionMap().get(ApplicationConstants.APPLICATIONSECDATABEAN)
is not working as expected(SessionMap is coming as empty object)
2.Unlike FaceletViewHandler , the PortletViewHandler(used as View handler) prefixes Portalname,Pagename and Window name with every JSF element id . Hence any JavaScript calls which are made using document.getElementByid.. are failing.
Please guide us how to address this issues, as those are being used in our application earlier.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258599#4258599
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258599
From do-not-reply at jboss.com Mon Oct 5 04:33:04 2009
From: do-not-reply at jboss.com (ragadeepika)
Date: Mon, 5 Oct 2009 04:33:04 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: Help! Timeout occuring.
Message-ID: <20061270.1254731584201.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I'm also getting same exception if i leave my browser for 10 min. I'm using jsf-facelets 1.1.14, Richfaces 3.2, portal bridge 1.0.0.B6 and portal server 2.6.4. Can anyone help me?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258602#4258602
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258602
From do-not-reply at jboss.com Mon Oct 5 05:06:46 2009
From: do-not-reply at jboss.com (makarandk502)
Date: Mon, 5 Oct 2009 05:06:46 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - jbpm 4.1 - execution not waiting for
Task Form inputs
Message-ID: <32564805.1254733606077.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Simple process definition( with a taskform ) when run using jbPM APIS is not getting stopped at task form node but it completes its execution.
I am trying to test the process using jBPM APIs not console.
Code attached below for reference.
Process should wait for user inputs through a form which is attached to "review" task. I also tried removing line " taskService.completeTask(task.getId());"
from jbpm test case but no sucsess.
Can anybody guide me in this regard ?
Process definition :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
jbpm test case :
| package org.jbpm.examples.formdynamic;
|
| import java.util.HashMap;
| import java.util.List;
| import java.util.Map;
|
| import org.jbpm.api.ProcessInstance;
| import org.jbpm.api.task.Task;
| import org.jbpm.test.JbpmTestCase;
|
| public class FormDynamicTest extends JbpmTestCase {
| String deploymentId;
|
| protected void setUp() throws Exception {
| super.setUp();
|
| deploymentId = repositoryService.createDeployment()
| .addResourceFromClasspath("org/jbpm/examples/formdynamic/FormDynamic.jpdl.xml")
| .deploy();
| }
|
| protected void tearDown() throws Exception {
| repositoryService.deleteDeploymentCascade(deploymentId);
|
| super.tearDown();
| }
|
| public void testTaskAssignee() {
| Map variables = new HashMap();
| variables.put("order", "johndoe");
| ProcessInstance processInstance = executionService.startProcessInstanceByKey("FormDynamic", variables);
| String pid = processInstance.getId();
| //ProcessInstance processInstance = executionService.startProcessInstanceByKey("FormDynamic");
| List taskList=taskService.findPersonalTasks("peter");
| Task task=taskList.get(0);
|
| taskService.completeTask(task.getId());
|
| System.out.println("List is"+taskList);
|
| // verify that process moved to the next state
| processInstance = executionService.findProcessInstanceById(pid);
| assertTrue(processInstance.isActive("wait"));
|
|
|
| }
| }
|
jbpm test case result :
| 14:31:37,940 FIN | [BaseJbpmTestCase] === starting testTaskAssignee =============================
| 14:31:38,231 INF | [Environment] Hibernate 3.3.1.GA
| 14:31:38,231 INF | [Environment] hibernate.properties not found
| 14:31:38,231 INF | [Environment] Bytecode provider name : javassist
| 14:31:38,231 INF | [Environment] using JDK 1.4 java.sql.Timestamp handling
| 14:31:38,271 INF | [Configuration] configuring from resource: jbpm.hibernate.cfg.xml
| 14:31:38,271 INF | [Configuration] Configuration resource: jbpm.hibernate.cfg.xml
| 14:31:38,321 INF | [Configuration] Reading mappings from resource : jbpm.repository.hbm.xml
| 14:31:38,441 INF | [Configuration] Reading mappings from resource : jbpm.execution.hbm.xml
| 14:31:38,541 INF | [Configuration] Reading mappings from resource : jbpm.history.hbm.xml
| 14:31:38,591 INF | [Configuration] Reading mappings from resource : jbpm.task.hbm.xml
| 14:31:38,621 INF | [Configuration] Reading mappings from resource : jbpm.identity.hbm.xml
| 14:31:38,631 INF | [Configuration] Configured SessionFactory: null
| 14:31:38,651 INF | [DriverManagerConnectionProvider] Using Hibernate built-in connection pool (not for production use!)
| 14:31:38,651 INF | [DriverManagerConnectionProvider] Hibernate connection pool size: 20
| 14:31:38,651 INF | [DriverManagerConnectionProvider] autocommit mode: false
| 14:31:38,651 INF | [DriverManagerConnectionProvider] using driver: org.hsqldb.jdbcDriver at URL: jdbc:hsqldb:mem:.
| 14:31:38,651 INF | [DriverManagerConnectionProvider] connection properties: {user=sa, password=****}
| 14:31:38,791 INF | [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
| 14:31:38,791 INF | [TransactionFactoryFactory] Using default transaction strategy (direct JDBC transactions)
| 14:31:38,801 INF | [TransactionManagerLookupFactory] No TransactionManagerLookup configured (in JTA environment, use of read-write or transactional second-level cache is not recommended)
| 14:31:38,801 INF | [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
| 14:31:38,831 INF | [SessionFactoryImpl] building session factory
| 14:31:39,322 INF | [SessionFactoryObjectFactory] Not binding factory to JNDI, no JNDI name configured
| 14:31:39,332 INF | [SchemaExport] Running hbm2ddl schema export
| 14:31:39,332 INF | [SchemaExport] exporting generated schema to database
| 14:31:39,362 INF | [SchemaExport] schema export complete
| 14:31:39,793 FIN | [ProcessDefinitionImpl] creating new execution for process 'FormDynamic'
| 14:31:39,793 FIN | [DefaultIdGenerator] generated execution id FormDynamic.1
| 14:31:39,813 FIN | [ScopeInstanceImpl] create variable 'order' in 'execution[FormDynamic.1]' with value 'johndoe'
| 14:31:39,813 FIN | [ExecuteActivity] executing activity(17872448)
| 14:31:39,813 FIN | [ExecuteActivity] executing activity(review)
| 14:31:39,843 FIN | [TaskQueryImpl] select task from org.jbpm.pvm.internal.task.TaskImpl as task where task.assignee = :assignee order by task.priority desc
| 14:31:39,853 FIN | [TaskQueryImpl] setting parameter assignee: peter
| 14:31:39,863 FIN | [Signal] signalling activity(review), signalName=completed
| 14:31:39,863 FIN | [ExecuteActivity] executing activity(wait)
| List is[Task(review)]
| 14:31:39,903 FIN | [DbSessionImpl] deleting history process instance FormDynamic.1
| 14:31:39,923 FIN | [DbSessionImpl] deleting process instance FormDynamic.1
| 14:31:39,923 FIN | [DeleteDeploymentCmd] deleting deployment 1
| 14:31:39,953 FIN | [BaseJbpmTestCase] === ending testTaskAssignee =============================
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258605#4258605
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258605
From do-not-reply at jboss.com Mon Oct 5 04:13:11 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 5 Oct 2009 04:13:11 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: More ServiceBindingSet questions
Message-ID: <21310758.1254730391610.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Can you please post the console logs? Especially the lines which show the ports being used:
13:09:54,208 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
| 13:09:54,208 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8009
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258600#4258600
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258600
From do-not-reply at jboss.com Mon Oct 5 05:22:48 2009
From: do-not-reply at jboss.com (nikhil_chidgopkar)
Date: Mon, 5 Oct 2009 05:22:48 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Migration to Jboss 4.05
Message-ID: <8049967.1254734568472.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I have requirement of migrating a project from tomcat 5.5.28 to jboss 4.05 .
While doing the above ,I am facing the issues in jar file loading.
In the tomcat there are folder like ???common??? and ???shared??? which contains some project specific jar file which needs to be loaded.
Is there similar functionality in jboss 4.05 (Have seen it in jboss-5.0.0.GA version).
I tried to place all the jars in the JBOSS_HOME\server\default\lib folder ,but still it doesn???t work.
I don???t have an option of re-bundling wars.
Please let me know any solution for it.
Thanks in advance.
--Nikhil Chidgopkar
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258606#4258606
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258606
From do-not-reply at jboss.com Mon Oct 5 05:32:27 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 5 Oct 2009 05:32:27 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Migration to Jboss 4.05
Message-ID: <11639779.1254735147887.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"nikhil_chidgopkar" wrote : Hi,
| I have requirement of migrating a project from tomcat 5.5.28 to jboss 4.05 .
|
Any specific reason, you want to migrate to an older version of JBoss? The latest stable 4.x version of JBoss AS is 4.2.3 GA.
"nikhil_chidgopkar" wrote :
|
| In the tomcat there are folder like "common" and "shared" which contains some project specific jar file which needs to be loaded.
|
| Is there similar functionality in jboss 4.05 (Have seen it in jboss-5.0.0.GA version).
|
Project specific jar files are always recommended to be packaged within the application. But since you say that:
"nikhil_chidgopkar" wrote :
| I don????????????t have an option of re-bundling wars.
|
The next best thing to do would be place these jars in the JBOSS_HOME/server/< servername>/lib folder.
"nikhil_chidgopkar" wrote :
| I tried to place all the jars in the JBOSS_HOME\server\default\lib folder ,but still it doesn????????????t work.
|
|
What doesn't work? Please provide the exact details including any relevant stacktrace.
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 correctly formatted.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258607#4258607
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258607
From do-not-reply at jboss.com Mon Oct 5 05:44:57 2009
From: do-not-reply at jboss.com (dschulten)
Date: Mon, 5 Oct 2009 05:44:57 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Issues with Maven support in
JBoss Tools M3
Message-ID: <10988267.1254735897344.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
when I create a Seam Web Project with JBoss Tools 3.1 M3 as shown here:
http://www.screencast.com/users/Snjeza/folders/Jing/media/3d61f7d6-0fad-4e3b-83cf-6fb23ad020c4
then only three projects are created (testmaven-parent, testmaven-test and a testmaven war project) rather than five; in other words, the -ejb and the -ear project are missing.
Furthermore, in the parent pom I had to add the dependency to mvel14 with version property:
org.mvel
mvel14 ${mvel.version}
Has anyone had the same problem? What can be the reason for this behaviour?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258608#4258608
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258608
From do-not-reply at jboss.com Mon Oct 5 05:45:06 2009
From: do-not-reply at jboss.com (dschulten)
Date: Mon, 5 Oct 2009 05:45:06 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Issues with Maven support in
JBoss Tools M3
Message-ID: <26667940.1254735906881.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
when I create a Seam Web Project with JBoss Tools 3.1 M3 as shown here:
http://www.screencast.com/users/Snjeza/folders/Jing/media/3d61f7d6-0fad-4e3b-83cf-6fb23ad020c4
then only three projects are created (testmaven-parent, testmaven-test and a testmaven war project) rather than five; in other words, the -ejb and the -ear project are missing.
Furthermore, in the parent pom I had to add the dependency to mvel14 with version property:
org.mvel
mvel14 ${mvel.version}
Has anyone had the same problem? What can be the reason for this behaviour?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258609#4258609
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258609
From do-not-reply at jboss.com Mon Oct 5 05:47:18 2009
From: do-not-reply at jboss.com (oenyinna)
Date: Mon, 5 Oct 2009 05:47:18 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Keeping ResultSet open
Message-ID: <24979505.1254736038761.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am trying to keep a ResultSet object open across method calls in my bean but when I try to access without creating a new connection, I get the error "Connection handle has been closed and is unusable". Is there a way to keep the Connection open until I'm done with the ResultSet?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258610#4258610
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258610
From torsten.reinhard at gi-de.com Mon Oct 5 05:57:41 2009
From: torsten.reinhard at gi-de.com (torsten.reinhard at gi-de.com)
Date: Mon, 5 Oct 2009 11:57:41 +0200
Subject: [jboss-user] get JMX data from JBoss via Ant or Maven?
Message-ID:
Hi,
in our Continuous Build System we have some integration / regression
tests, running against a deployed (JBoss) application.
All I know of this application is the JNP Url, which is always the same.
The directory, where this system is deployed is "dynamically" and created
by concatenation of buildversion, port, database system and so on,
for examle: OurProduct_2.8.1.xxx_Oracle_Port_57080
Is there any way, to come from this JNP Url to the directory (path) where
this system is running?
I need this information to copy the server.log files from there via scp
for example back to the client, where the tests are running.
I know that I can get a lot of data from JBoss via the JMX Console - but
how can I do this call(s) from within ANT or Maven?
Do i have to write my own Task or plugin?
Thanx,
Torsten Reinhard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20091005/9c667161/attachment.html
From do-not-reply at jboss.com Mon Oct 5 06:34:46 2009
From: do-not-reply at jboss.com (Jimmy56)
Date: Mon, 5 Oct 2009 06:34:46 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Ending task with timer - session is
closed
Message-ID: <10470654.1254738886608.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok,
nobody met same issue? With mentioned configuration it seems that helped us to disable cureent session for persistence service - by changing in jbpm.configuration.xml:
|
|
|
|
|
|
|
|
|
It helped in earlier described case, but seems it happens in another scenarios which I need to scan more in detail later.
Also I think I need to specify configuration more precisely , which contains jbpm deployed twice - once in our application and once within default deployment which comes with JBoss SOA Platform 4.3 which we are using. Job executor is configured in default jbpm deployment, not in our application.
But my knowledge of JBPM and Seam is not so deep to know what and why it happens, so if anybody can give an explanation, it will be appreciated.
Jakub.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258613#4258613
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258613
From do-not-reply at jboss.com Mon Oct 5 06:51:15 2009
From: do-not-reply at jboss.com (RonanKER)
Date: Mon, 5 Oct 2009 06:51:15 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Cannot stop jboss AS service on
windows serveur 2003
Message-ID: <1224603.1254739875999.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
We are using JBOSS 4.2.1 on windows serveur 2003.
JBoss AS is installed as a windows service.
Since we added "JBoss Native 2.0.3" in order to use APR capabilities, we can't stop the jboss service. We have the following traces:
| 11:49:29,405 INFO [AjpAprProtocol] (JBoss Shutdown Hook:) - Stopping Coyote AJP/1.3 on ajp-127.0.0.1-8009
| 11:54:22,796 ERROR [AjpAprProtocol] (ajp-127.0.0.1-8009-3:) - Error reading request, ignored
| java.lang.NullPointerException
| at org.apache.tomcat.util.net.AprEndpoint.getPoller(AprEndpoint.java:347)
| at org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:453)
| at org.apache.coyote.ajp.AjpAprProtocol$AjpConnectionHandler.process(AjpAprProtocol.java:393)
| at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1513)
| at java.lang.Thread.run(Thread.java:619)
|
I found this jira that seems related to:
https://jira.jboss.org/jira/browse/JBPAPP-1470
But I can't find if it fixed for JBoss AS and in which version.
Any hint ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258615#4258615
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258615
From do-not-reply at jboss.com Mon Oct 5 07:24:13 2009
From: do-not-reply at jboss.com (tknyziak)
Date: Mon, 5 Oct 2009 07:24:13 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Locking parent nodes even with
lockParentForChildInsertRemov
Message-ID: <3178902.1254741853160.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
To stress test my JBossCache instance (3.2.0 GA, local mode, synchronous JDBCCacheLoader), I've designed a multi-threaded application which inserts numerous nodes under a common root, e.g. /a/b/c/1, /a/b/c/2, /a/b/c/3, etc. The cache is configured NOT to lock parents for child insert/remove, still, I occasionally get TimeoutExceptions while trying to lock one of the parent nodes, such as a or b, with the MVCCNodeHelper.wrapNodeForWriting being blamed in the stack trace.
Digging into the JBoss Cache sources, I've found out that MVCCNodeHelper.wrapNodeForWriting is being called recursively, and although lockForWriting parameter is false for parent nodes, they still get write-locked, I assume - because they don't exist in the current InvocationContext and are 'createdIfAbsent' - which in turn locks their Fqn's for writing until they're fetched from the DataContainer.
To make long story short, this seems to me like the lockParentForChildInsertRemove = false setting is not effective in my case - parents get locked for writing anyway. Might it be by design? Has anybody stumbled upon this? Or should MVCCNodeHelper.wrapNodeForWriting delegate the recursive call for parent node to wrapNodeForReading (instead of wrapNodeForWriting) if lockParent = false and parent is not in the InvocationContext?
Any help greatly appreciated,
Kind Regards
Tomasz Knyziak
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258622#4258622
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258622
From do-not-reply at jboss.com Mon Oct 5 07:41:10 2009
From: do-not-reply at jboss.com (cnstntn)
Date: Mon, 5 Oct 2009 07:41:10 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - ThreadLocal in handler
chain.
Message-ID: <12679010.1254742870948.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
The "Web Services for Java EE, Version 1.2"(JSR 109, chapter 6.2.3) says:
"A container is not required to use the same thread for invoking each Handler or for invoking the Service Implementation Bean."
Does it mean that i can not use ThreadLocal from Handler to pass variables to Service Implementation Bean?
Does JBOSS use the same thread to invoke handlers and service beans?
Where i can find information according to this problem?
Thank you for answers.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258629#4258629
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258629
From do-not-reply at jboss.com Mon Oct 5 07:48:07 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Mon, 5 Oct 2009 07:48:07 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <25839795.1254743287978.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
did you move your code to "WebAuthentication"? If yes: please post an update. I am not sure whether the WebAuthentication class will work with a Struts2 interceptor, but I hope so.
"HttpServletRequest.isUserInRole" should be part of the Tomcat implementation of the servlet spec. So, if you need the sources, take a look at the Tomcat source code.
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258631#4258631
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258631
From do-not-reply at jboss.com Mon Oct 5 07:53:59 2009
From: do-not-reply at jboss.com (bdamato)
Date: Mon, 5 Oct 2009 07:53:59 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: More ServiceBindingSet questions
Message-ID: <12613998.1254743639743.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
| 2009-10-05 07:44:37,270 WARN [org.jboss.annotation.factory.AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
| 2009-10-05 07:44:37,886 WARN [org.jboss.annotation.factory.AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
| 2009-10-05 07:44:42,829 INFO [org.apache.catalina.core.AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: /usr/local/lib
| 2009-10-05 07:44:43,210 INFO [org.apache.coyote.ajp.AjpProtocol] Initializing Coyote AJP/1.3 on ajp-0.0.0.0-8709
| 2009-10-05 07:44:43,334 INFO [org.apache.catalina.core.StandardService] Starting service jboss.web
| 2009-10-05 07:44:43,347 INFO [org.apache.catalina.core.StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
| 2009-10-05 07:44:43,693 INFO [org.apache.catalina.startup.Catalina] Server startup in 481 ms
| 2009-10-05 07:44:43,812 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/jbossws
| ....
|
| 2009-10-05 07:46:02,831 INFO [org.jboss.web.tomcat.service.deployers.TomcatDeployment] deploy, ctxPath=/vpservice
| 2009-10-05 07:46:03,853 INFO [org.apache.coyote.ajp.AjpProtocol] Starting Coyote AJP/1.3 on ajp-0.0.0.0-8709
| 2009-10-05 07:46:04,034 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 5m:1s:569ms
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258632#4258632
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258632
From do-not-reply at jboss.com Mon Oct 5 07:55:57 2009
From: do-not-reply at jboss.com (richard.opalka@jboss.com)
Date: Mon, 5 Oct 2009 07:55:57 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in
handler chain.
Message-ID: <9003011.1254743757018.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"cnstntn" wrote :
| Does it mean that i can not use ThreadLocal from Handler to pass variables to Service Implementation Bean?
|
You shouldn't use threadlocals in handlers on client side, because executor threads can be different (you can customize executors on service proxy BTW).
"cnstntn" wrote :
| Does JBOSS use the same thread to invoke handlers and service beans?
|
On server side yes.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258633#4258633
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258633
From do-not-reply at jboss.com Mon Oct 5 08:02:36 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Mon, 5 Oct 2009 08:02:36 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Urgent:
org.jboss.xb.binding.JBossXBException: Failed to
Message-ID: <6768451.1254744156904.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
seems your "jboss-web.xml" is invalid (order of elements is wrong). JBoss 5 is much stricter when validating xml files against DTD/schema.
Please use an editor which validates the file (e.g. Eclipse + Web Tools Platform) to verify and fix the file.
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258635#4258635
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258635
From do-not-reply at jboss.com Mon Oct 5 08:03:14 2009
From: do-not-reply at jboss.com (snjeza)
Date: Mon, 5 Oct 2009 08:03:14 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Issues with Maven support in
JBoss Tools M3
Message-ID: <27147359.1254744194588.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Which version of m2eclipse are you using?
Could you send log file?
It would be good if you could try the latest version of m2eclipse (http://m2eclipse.sonatype.org/update-dev) and JBoss Tools nightly build (http://download.jboss.org/jbosstools/updates/nightly/trunk).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258636#4258636
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258636
From do-not-reply at jboss.com Mon Oct 5 08:12:37 2009
From: do-not-reply at jboss.com (belcar)
Date: Mon, 5 Oct 2009 08:12:37 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Nullpointer while
creating a remote JMS Session
Message-ID: <11783304.1254744757734.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I've managed to reproduce this error on a windows environment, but only when the 2 JBoss processes are remote.
Since you need to patch JBoss Remoting to get JBM working I guess my issue might be related to just that!
As a result, I wonder how and where I need to provide this patch. Currently I've added the jboss-remoting (2.2.3) to the WEB-INF/lib but that doesn't seem to work.
Can somebody please provide more details about this?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258637#4258637
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258637
From do-not-reply at jboss.com Mon Oct 5 08:30:17 2009
From: do-not-reply at jboss.com (belcar)
Date: Mon, 5 Oct 2009 08:30:17 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Nullpointer while
creating a remote JMS Session
Message-ID: <14890807.1254745817237.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
FYI: The update to JBM 1.4.5 had no effect.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258641#4258641
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258641
From do-not-reply at jboss.com Mon Oct 5 08:44:19 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 08:44:19 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <6672985.1254746659321.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
When you say "JBoss", what are you talking about? The JBoss Application Server, or JBoss Tools? I think you mean JBoss Tools, so that is what my answer is based on.
anonymous wrote : What is the best method install Jboss?
The best way to install JBoss Tools is by using the Install New Software selection in the Help menu in Eclipse.
anonymous wrote : I can specify where the Seam is located
Did you download Seam? Then all you need to do in Eclipse to create a Seam runtime is specify the directory into which you unzipped Seam.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258644#4258644
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258644
From do-not-reply at jboss.com Mon Oct 5 08:57:35 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 08:57:35 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <33059934.1254747455984.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Looks like you are following my instructions for graphing the GC data, but you incorrectly added the "after" and "millis" data points to the graph. When adding the extra data points, be sure to select the entire column and to place that selection in the "Y Values" box, and leave the "X Values" box blank. I suspect you switched the values of these two boxes.
Based on the current graphs, I don't think that 1GB is a sufficient heap size, try 1.5GB. and increase the young gen size to 500MB.
As to the response time differences, it could be the major GC time, but as I noted, the graphs are not correctly plotted so I cannot tell what the GC times are. You could, of course, scan the GC times for the major collections to see about how long each one takes.
How many processors/cores are on your system? If you have several, you might try the CMS collection.
Are you running a 32-bit or 64-bit JVM?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258646#4258646
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258646
From do-not-reply at jboss.com Mon Oct 5 09:01:16 2009
From: do-not-reply at jboss.com (surajmundada@yahoo.com)
Date: Mon, 5 Oct 2009 09:01:16 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - authentication failed while JBPM
console login
Message-ID: <3739853.1254747676556.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I just installed JBoss-5.1.0-GA-JGK-6 JBPM 4.1 as per JBPM user guide.
I started JBoss and database through "demo.setup.jboss" ant task.
I want to access JBPM console at http://localhost:8080/jbpm-console. I used username and passwords as (mary, password), (alex, password), (admin,admin), (j2ee, j2ee). But still can not login into JBPM console.
I am using default database HyperSonic.
REgards,
Suraj
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258649#4258649
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258649
From do-not-reply at jboss.com Mon Oct 5 09:23:43 2009
From: do-not-reply at jboss.com (JithuK)
Date: Mon, 5 Oct 2009 09:23:43 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Urgent:
org.jboss.xb.binding.JBossXBException: Failed to
Message-ID: <8275696.1254749023216.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello Knauf,
Many thanks for the inputs..
But, Still I not able to understand what is wrong in it.. Below is my jboss-web.xml. Can you please advice what needs to be corrected here ?...
common.ProcessMonitorcommon.ProcessMonitorfalseorg.jboss.ejb.plugins.StatelessSessionInstancePool
10
1
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258662#4258662
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258662
From do-not-reply at jboss.com Mon Oct 5 09:25:44 2009
From: do-not-reply at jboss.com (JithuK)
Date: Mon, 5 Oct 2009 09:25:44 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Urgent:
org.jboss.xb.binding.JBossXBException: Failed to
Message-ID: <14074241.1254749144287.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Maximim and minimum tag disappeared.. Here is it once again..
common.ProcessMonitorcommon.ProcessMonitorfalseorg.jboss.ejb.plugins.StatelessSessionInstancePool101
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258663#4258663
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258663
From do-not-reply at jboss.com Mon Oct 5 09:36:03 2009
From: do-not-reply at jboss.com (praenti)
Date: Mon, 5 Oct 2009 09:36:03 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <13377520.1254749763139.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Using the Webauthentication does only have to be used from the interceptor instead of my own LoginFacade as I have seen. First of all is this correct?
So I hope I've moved to WebAuthetication in the correct way. I have seen a example how to implement a struts 1 filter. I have used the code to implement my struts 2 interceptor.
And this is the current error:
| 15:05:30,318 DEBUG [RealmBase] Username extern.michael.obster does NOT have role AdminUser
|
The login principal in the LoginModule gives me a mapping "extern.michael.obster" to "AdminUser", so this is in some way a discrepance, which I suppose that s.th. of the security context is lost (therefor I wanted to have "deeper" debugging, but I don't see a way how to do it because I cannot get a better acces into the JBossWebRealm.java).
This is my new JaasLoginInterceptor:
| /**
| *
| */
| package vwg.audi.cancard.ui.interceptor;
|
| import javax.servlet.ServletException;
| import javax.servlet.http.HttpServletRequest;
|
| import org.apache.log4j.Logger;
| import org.apache.struts2.ServletActionContext;
| import org.jboss.web.tomcat.security.login.WebAuthentication;
|
| import vwg.audi.cancard.business.LoginFacade;
| import vwg.audi.cancard.ui.JAASConstants;
|
| import com.opensymphony.xwork2.Action;
| import com.opensymphony.xwork2.ActionInvocation;
| import com.opensymphony.xwork2.interceptor.Interceptor;
|
| /**
| * JAASLoginFilter
| *
| * @author Michael Obster
| */
| public class JAASLoginInterceptor implements Interceptor {
|
| private static final long serialVersionUID = -1983088770872827621L;
|
| private Logger log = Logger.getLogger(this.getClass());
|
| String loginDomain = "";
| String clientLoginDomain = "";
|
| LoginFacade loginFacade;
|
| @Override
| public void init() {
|
| }
|
| @Override
| public String intercept(ActionInvocation actionInvocation) throws Exception {
| HttpServletRequest request = ServletActionContext.getRequest();
|
| String servletPath = request.getServletPath();
| String pathInfo = request.getPathInfo();
| String path = (servletPath == null ? "" : servletPath)
| + (pathInfo == null ? "" : pathInfo);
| if (log.isDebugEnabled()) {
| log.debug("Login INTERCEPT");
| }
|
| if (!JAASConstants.USER_IS_VALID.equals(request
| .getSession().getAttribute(
| JAASConstants.USER_VALIDITY))) {
| log.info("requested path: " + path);
| return Action.LOGIN;
| }
|
| //Get the user name and password based on some attributes from your FORM post
| String username = (String) request.getSession().getAttribute(JAASConstants.USERNAME); //username can be any attribute
| String pass = (String) request.getSession().getAttribute(JAASConstants.PASSWORD); //pass can be any attribute
|
| if(username == null || pass == null) {
| throw new RuntimeException("username or password is null");
| }
| WebAuthentication pwl = new WebAuthentication();
| pwl.login(username, pass);
|
| if (log.isDebugEnabled()) {
| //Only when there is web login, does the principal be visible
| log.debug("User Principal="+request.getUserPrincipal());
| //Some basic checks to see if the user who just did a programmatic login has a role of "AuthorizedUser"
| log.debug("isUserInRole(Authorized User)="+request.isUserInRole("AdminUser"));
| }
|
| if(request.getUserPrincipal() == null || !request.isUserInRole("AdminUser")) {
| throw new ServletException("User is not authenticated or the isUserInRole check failed");
| }
|
| //Log the user out
| pwl.logout();
|
| if(request.getUserPrincipal() != null || request.isUserInRole("AdminUser")) {
| throw new ServletException("User is still authenticated or pass: isUserInRole(Authorized User)");
| }
|
| return actionInvocation.invoke();
| }
|
| @Override
| public void destroy() {
| // loginFacade.logout();
| }
|
| }
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258664#4258664
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258664
From do-not-reply at jboss.com Mon Oct 5 09:48:17 2009
From: do-not-reply at jboss.com (vergereau)
Date: Mon, 5 Oct 2009 09:48:17 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Jboss AS 4.2 to 5.1.0 Caching
problem O_o
Message-ID: <7216889.1254750497314.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I'm a bit confuse with JBoss AS 5.1.0 concerning Caching.
I switch my application from JBoss AS 4.2 to 5.1.0 and I'm little surprise to see that doesn't work.
So I look the documentation on the http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/Caching_EJB3_Entities.html but change nothing. I have a not classFound org.hibernate.cache.jbc2.JndiMultiplexedJBossCacheRegionFactory etc etc
Conf on Jboss 4.2.3
|
|
| java:/oracleDSTest
|
|
|
|
|
|
|
|
|
|
|
|
|
Anyone can help me to know how to set up caching on JBOSS 5.1.0 ?
Regards, J????r????me
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258668#4258668
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258668
From do-not-reply at jboss.com Mon Oct 5 09:56:25 2009
From: do-not-reply at jboss.com (prashanthkasulabadha)
Date: Mon, 5 Oct 2009 09:56:25 -0400 (EDT)
Subject: [jboss-user] [JMX] - JNDI lookup for all the mbeans in JBoss
Message-ID: <13984603.1254750985861.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi
Is there any option in JBoss to do a JNDILookup for the MBeanServer and get all the mbeans information which could be similar to getting all the mbeans in weblogic like the below code.
MBeanHome mbeanHome = null;
try {
... // Same as earlier example
mbeanHome =(MBeanHome)
ctx.lookup("weblogic.management.adminhome");
}
catch (NamingException ne) { ... }
Thanks in advance
Prashanth
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258670#4258670
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258670
From do-not-reply at jboss.com Mon Oct 5 10:00:43 2009
From: do-not-reply at jboss.com (belcar)
Date: Mon, 5 Oct 2009 10:00:43 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Nullpointer while
creating a remote JMS Session
Message-ID: <19311376.1254751243374.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I finally found the solution for my problem. I had to put the javassist.jar and jboss-aop-jdk50.jar in my WEB-INF/lib folder to make it work.
This was a lot of trial and error going on here, so I would be delighted if somebody could explain why this happened to be the (a) solution. Also why is this not documented, because I use the refdocs on a clean JBoss AS.
Just to understand what's going on.
Thanks in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258676#4258676
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258676
From do-not-reply at jboss.com Mon Oct 5 10:07:52 2009
From: do-not-reply at jboss.com (mwx.dennis)
Date: Mon, 5 Oct 2009 10:07:52 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - "Application Scope" in EJB project?
Message-ID: <29929500.1254751672567.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
In my project, Application clients access a JBoss AS via RMI.
Each client is assigned to a specific category, but only one client per category is allowed at the same time (so there may be mutliple clients connected to the AS simultaneously, but only one of each category).
How do I implement this? In a non-EJB environment I'd use synchronized login/logout methods which manage a flag for each category. But both synchronization and an application-like scope are unavailable in EJBs, right?
The obvious solution would be to have a database remember the login state and handle the concurrency issue. However, this seems a bit of an overkill and so far I do not need a database and I'd love to keep it like that.
Any input would be greatly appreciated!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258678#4258678
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258678
From do-not-reply at jboss.com Mon Oct 5 10:20:37 2009
From: do-not-reply at jboss.com (schamarthi)
Date: Mon, 5 Oct 2009 10:20:37 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re:
java.io.NotSerializableException: java.util.concurrent.
Message-ID: <22053963.1254752437391.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have similar issue. can you share the solution to your problem here ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258682#4258682
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258682
From do-not-reply at jboss.com Mon Oct 5 09:13:19 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 09:13:19 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: 100% CPU utilization by
JBoss java process
Message-ID: <10765134.1254748399723.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
And your version of JBoss Application Server is???
OS and JVM level would be nice also.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258657#4258657
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258657
From do-not-reply at jboss.com Mon Oct 5 09:05:25 2009
From: do-not-reply at jboss.com (nilspreusker)
Date: Mon, 5 Oct 2009 09:05:25 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jBPM4 - .bar deployment to embedded
jBPM
Message-ID: <9320601.1254747925822.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Maybe someone could give me some feedback. Should I post this in the developers forum or read the documentation better...?
Thanks, Nils
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258653#4258653
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258653
From do-not-reply at jboss.com Mon Oct 5 09:04:51 2009
From: do-not-reply at jboss.com (cnstntn)
Date: Mon, 5 Oct 2009 09:04:51 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in
handler chain.
Message-ID: <3122352.1254747891206.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"richard.opalka at jboss.com" wrote :
| "cnstntn" wrote :
| | Does JBOSS use the same thread to invoke handlers and service beans?
| |
| On server side yes.
Is it writen somewhere in JBOSS specification? I would like to see the details. Thank you.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258652#4258652
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258652
From do-not-reply at jboss.com Mon Oct 5 09:11:08 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 09:11:08 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: What is the exact correct way
to make JBoss datasource J
Message-ID: <21041351.1254748268890.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : Above example, could someone advises me why I have to add
| Code:
|
| false
|
| to make this config works?
The use-java-context setting determines where in the jndi tree the name appears. If this is true (the default), the the full name is "java:/jdbc/esoafds". If the value is false then the full name is "jdbc/esoafds".
Only apps deployed into the application server can see names in the "java:" context, so if you are using a remote client to access a name, it cannot appear there. Thus you need use-java-context set to false.
In you second example, the web.xml, in combination with the jboss-web.xml, is saying that any time the app requests the name "jdbc/esoafds" to actually look at "java:jdbc/esoafds". But your ap is a Spring app and you are telling it the wrong name - try "jdbc/esoafds" instead.
Disclaimer: its been years since I used Spring and I don't know what funny things it does with JNDI names when looking things up, so you might have to play around with the names for a while. Also, you should use jNDIView to see what names you really have.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258656#4258656
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258656
From do-not-reply at jboss.com Mon Oct 5 10:56:13 2009
From: do-not-reply at jboss.com (averri)
Date: Mon, 5 Oct 2009 10:56:13 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - How to improve performance of
Message Driven Beans
Message-ID: <22855835.1254754573434.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I have a MDB with a very bad performance: the actual throughput is only 10 messages per second.
I need to improve it to 100 messages per second. How can I configure JBoss/MDB to archive this goal?
I've tried to tune the 'maxSession' property, without success.
My actual MDB configuration is:
@MessageDriven(activationConfig = {
| @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
| @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/testQueue"),
| @ActivationConfigProperty(propertyName = "maxSession", propertyValue="10"),
| @ActivationConfigProperty(propertyName = "minSession", propertyValue="10"),
| @ActivationConfigProperty(propertyName = "maxMessages", propertyValue="1")
| })
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258686#4258686
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258686
From do-not-reply at jboss.com Mon Oct 5 10:56:47 2009
From: do-not-reply at jboss.com (opensoft)
Date: Mon, 5 Oct 2009 10:56:47 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - active connections - jboss
vmware windows server
Message-ID: <27985956.1254754607737.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have custom developed application running in JBoss 4.2. Every day hundreds of TCP connection from Jboss remain in CLOSE_WAIT state.
The problem is currently circumvented by restarting JBoss. Is there any other solution that could be taken into consideration that would help relase the connections?
The server runs JBoss 4.2 on a Windows 2003 64bit in a VMware ESX Server.
Silviu
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258687#4258687
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258687
From do-not-reply at jboss.com Mon Oct 5 10:59:47 2009
From: do-not-reply at jboss.com (averri)
Date: Mon, 5 Oct 2009 10:59:47 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: How to improve performance of
Message Driven Beans
Message-ID: <19308109.1254754787664.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"averri" wrote : Hi,
|
| I have a MDB with a very bad performance: the actual throughput is only 10 messages per second.
|
| I need to improve it to 100 messages per second. How can I configure JBoss/MDB to achieve this goal?
|
| I've tried to tune the 'maxSession' property, without success.
|
| My actual MDB configuration is:
|
| @MessageDriven(activationConfig = {
| | @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),
| | @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/testQueue"),
| | @ActivationConfigProperty(propertyName = "maxSession", propertyValue="10"),
| | @ActivationConfigProperty(propertyName = "minSession", propertyValue="10"),
| | @ActivationConfigProperty(propertyName = "maxMessages", propertyValue="1")
| | })
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258688#4258688
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258688
From do-not-reply at jboss.com Mon Oct 5 11:03:01 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Mon, 5 Oct 2009 11:03:01 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: Non clustered Queue
Message-ID: <32126023.1254754981206.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
That should be doable. What I described before was focused on the JMS server. And with it you have a server running on every node. The queue is independent; it can be deployed via deploy-hasingleton and that will work as long as there is a JMS server running on its node. Which there will be.
Hmm, big problem. The problem is to connect to that singleton queue, a remote client running would need to figure out which AS instance has the queue, and lookup the connection factory and queue from that AS. When you use the regular singleton JMS server approach, you just look things up using HA-JNDI and HA-JNDI finds the one node that has the connection factory and queue deployed. That won't work if you have a connection factory deployed everywhere. To get this to work you'd need to come up with some fancy integration of your own.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258689#4258689
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258689
From do-not-reply at jboss.com Mon Oct 5 11:06:07 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Mon, 5 Oct 2009 11:06:07 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: TCPPING configuration
Message-ID: <6629275.1254755167980.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Please cut and paste the full protocol stack configuration. What you posted looks OK, so I want to see an unedited version.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258690#4258690
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258690
From do-not-reply at jboss.com Mon Oct 5 11:06:23 2009
From: do-not-reply at jboss.com (benzeman)
Date: Mon, 5 Oct 2009 11:06:23 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <3880920.1254755183968.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thank your reply.
To base on your knowledge , what is main difference between JBoss Developer Studio 2.1 Portfolio Edition and using eclipse to update Jboss tool ?
Which one is the better ?
which one are you satisfied ?
i am ask you that question because i embarrassed determine whether i use eclipse updating Jboss tool or JBoss Developer Studio 2.1 Portfolio Edition
thank in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258691#4258691
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258691
From do-not-reply at jboss.com Mon Oct 5 11:11:55 2009
From: do-not-reply at jboss.com (slimamar)
Date: Mon, 5 Oct 2009 11:11:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Remoting Users] - Set the 'timeout' parameter
at the client side for an EJB ca
Message-ID: <16259871.1254755515134.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Is it possible to set the parameter 'timeout' for a EJB call
at the client side.
Actually this parameter is set at the server side with the url parameter
(socket://${jboss.bind.address}:3873/?clientMaxPoolSize=2&invokerDestructionDelay=28800000&timeout=3000)
We are using JBoss AS 5.0.1.GA.
Thanks in advance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258692#4258692
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258692
From do-not-reply at jboss.com Mon Oct 5 11:36:14 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 11:36:14 -0400 (EDT)
Subject: [jboss-user] [JMX] - Re: JNDI lookup for all the mbeans in JBoss
Message-ID: <19597428.1254756974855.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The JNDI name for the MBean server is "jmx/invoker/RMIAdaptor". You can cast that to MBeanServerConnection and from there get any MBean info you want.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258695#4258695
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258695
From do-not-reply at jboss.com Mon Oct 5 11:47:32 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 11:47:32 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: active connections - jboss
vmware windows server
Message-ID: <24833287.1254757652667.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Try defining an Executor in service.xml http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html. The maxIdleTime setting defines how long a thread remains idle before being terminated.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258696#4258696
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258696
From do-not-reply at jboss.com Mon Oct 5 11:53:14 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 11:53:14 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <14116158.1254757994981.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have not used JBoss Developer Studio (JDS) 2.1 Portfolio Edition, so I cannot say which one is better.
It is my understanding that JDS is geared towards building applications with the corresponding JBoss Enterprise Application Platform (EAP). Thus if you want to use EAP and a development environment that has tight integration with it, then use JDS. Whihc means you are stuck using that version fo EAP, and thus the version of JBoss AS on which is is based.
If you want to use the latest and greatest version of JBoss AS, stick with the latest Eclipse and the latest JBoss Tools.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258698#4258698
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258698
From do-not-reply at jboss.com Mon Oct 5 12:18:10 2009
From: do-not-reply at jboss.com (kmasood)
Date: Mon, 5 Oct 2009 12:18:10 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: custom error pages for all
applications?
Message-ID: <2547241.1254759490926.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I've added this line in server/xxx/deploy/jboss-web.deployer/conf/web.xml:
404
/404.html
and added the 404.html file in ROOT.war, with partial success.
http://host:8080/blablah - returns correct 404 page
http://host:8080/app1/blablah - returns a blank page ...
What might be causing the blank page? I don't see anything unusual in the log files ... hmm ... /-:
KM
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258699#4258699
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258699
From do-not-reply at jboss.com Mon Oct 5 12:25:38 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Mon, 5 Oct 2009 12:25:38 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <22750017.1254759938045.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I think I plotted graphs properly this time.
1. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m
Graph is http://img169.imageshack.us/img169/6715/withoutyoung.jpg
2. When set JAVA_OPTS=%JAVA_OPTS% -Xms1024m -Xmx1024m -XX:NewSize=300M -XX:MaxNewSize=300M -XX:SurvivorRatio=32 -XX:+UseTLAB -XX:TLABSize=64K
Graph is http://img203.imageshack.us/img203/9528/withyoung.jpg
The server machine is having 4 processors. 32 bit JVM.
What is meant by CMS collection?
You mean using Concurrent Collector (Using -XX:+UseConcMarkSweepGC -XX:+UseParNewGC options)?
Btw, I configured the HttpConnector with maxthreads=600.
(I arrived at this number after monitoring the busy threads using JMX Console)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258700#4258700
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258700
From do-not-reply at jboss.com Mon Oct 5 12:38:34 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 12:38:34 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <9744315.1254760714831.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The time data is all on the X axis. Either you have not set up a second scale for the Y axis for that data (don't ask me how to do this, I'm not a Excel expert), or you have not provided a high enough factor (I cover this in my description of building the chart, using a factor of 10000 or 100000, depending on the pause-time ranges). [I really need to come up with new scripts that plot the pause time ranges for minor and major collections... Yet another task to do in copious spare time.] Also, look at the pause times for the full collections and give me an idea of what their ranges are.
Yes, CMS is the Concurrent Mark-Sweep collector.
Regarding the 500 users in the SLA - is that logged in users, or simultaneous active requests? I ask because in general you can figure about 1 active request for every 10 logged-in users.
Is there any think time in your load testing script?
I still think you need to go with the higher memory settings.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258702#4258702
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258702
From do-not-reply at jboss.com Mon Oct 5 12:42:06 2009
From: do-not-reply at jboss.com (apemberton)
Date: Mon, 5 Oct 2009 12:42:06 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: Developing an automatic
service
Message-ID: <5483630.1254760926836.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
This sounds more like a business component than a Portal component (ie: not a portlet) that the EJB3 timer service would be well-fit for:
http://java-x.blogspot.com/2007/01/ejb-3-timer-service.html
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258703#4258703
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258703
From do-not-reply at jboss.com Mon Oct 5 12:45:57 2009
From: do-not-reply at jboss.com (apemberton)
Date: Mon, 5 Oct 2009 12:45:57 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: links from portlet content
to another portal page
Message-ID: <8344031.1254761157303.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The message you're getting may be resolved by configuring your jboss-portlet.xml with a transaction attribute, otherwise your two portlets won't be able to generate URLs to eachother:
YourPortletRequired
The the appropriate reference guide for info on the jboss-portlet.xml descriptor: http://docs.jboss.org/jbportal/v2.6.4/referenceGuide/html/jbossPortletDTD.html
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258704#4258704
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258704
From do-not-reply at jboss.com Mon Oct 5 12:47:17 2009
From: do-not-reply at jboss.com (dschulten)
Date: Mon, 5 Oct 2009 12:47:17 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Issues with Maven support in
JBoss Tools M3
Message-ID: <3731544.1254761237223.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am already using the m2eclipse from update-dev, eclipse says:
Maven Integration for Eclipse (Required) 0.9.9.200909092308 org.maven.ide.eclipse.feature.feature.group
Before I had used the update archive, now I switched to the URL http://download.jboss.org/jbosstools/updates/nightly/trunk/ and updated, the outcome is the same.
Since this seems not to be a wrong usage, I have created a Jira Issue and will attach the logfile there: https://jira.jboss.org/jira/browse/JBIDE-4972
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258705#4258705
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258705
From do-not-reply at jboss.com Mon Oct 5 13:11:29 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Mon, 5 Oct 2009 13:11:29 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <8914016.1254762689886.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Please pardon me for my poor excel skills.
The csv files for the tests are here
1. Without setting young size
http://new.flyupload.com/files/view/rwy3laQamtpju9Ok1ZH9
2. With Young size setting
http://new.flyupload.com/files/view/JP8mCuSxAOH8VTIGWJEj
What is meant by think time?
My Performance test run is done around for 8 min
Where in first 2 min, no. of users slowly ramp up and then steady state is maintained for 5 min and then the no. of users will be ramped down in 1 min
Though my RAM is 4 GB, unfortunately, If I am going beyond 1124 MB of heap, I'm getting some error saying that cannot allocate that much heap and the server is not getting started.
I'm running I am running JBoss 4.2.3 on Intel Xeon CPU, E5405 @2.00 G.Hz,3.99 GB RAM. It has 4 processors
I'm running it on 32-bit Windows Server 2003 OS
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258707#4258707
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258707
From do-not-reply at jboss.com Mon Oct 5 13:13:17 2009
From: do-not-reply at jboss.com (gengish)
Date: Mon, 5 Oct 2009 13:13:17 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - wsconsume generate client
from a wsdl with basic authenticat
Message-ID: <24489839.1254762797938.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
hi,
i have to generate a java client from a remote wsdl protected with basic authetication
i've tried with wsconsume -k -o build -s src -p package http://utente:passwd at myip:myport/file.wsdl
but i have error accessing wsdl and xsd declared inside wsdl.
why?
gengish
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258708#4258708
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258708
From do-not-reply at jboss.com Mon Oct 5 13:41:08 2009
From: do-not-reply at jboss.com (pieter.martin)
Date: Mon, 5 Oct 2009 13:41:08 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - JBPM4 and JBoss5 and JEE
Message-ID: <21491682.1254764468897.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I have installed jBPM4 as per the documentation in JBoss 5.1.0.GA.
I have also got an seam based ear application deployed on jboss.
In my ear applIication I can successfully get a reference to the ProcessEngine via
| @Resource(mappedName = "java:/ProcessEngine")
| private ProcessEngine processEngine;
|
I can also successfully deploy a process definition, but alas then then I become stuck.
Using an expression I would like to call a seam component, or if that is not possible a method on an Stateless EJB.
Is this possible?
Thanks
Pieter
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258712#4258712
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258712
From do-not-reply at jboss.com Mon Oct 5 14:31:46 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Mon, 5 Oct 2009 14:31:46 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Generating DDL from
annotated POJOs
Message-ID: <4493422.1254767506855.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Seems like my comments only make it through half of the time.
The problem is that the class name of the jdbc driver is wrong (exactly as the error message actually says).
When I look at the latest sql driver from MS it contains com.microsoft.sqlserver.jdbc.SQLServerDriver which is the new name for their driver it seems.
The name used in your project is the old server name AFAIK.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258715#4258715
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258715
From do-not-reply at jboss.com Mon Oct 5 14:36:25 2009
From: do-not-reply at jboss.com (mcconnma)
Date: Mon, 5 Oct 2009 14:36:25 -0400 (EDT)
Subject: [jboss-user] [Clustering] - proper place for AUTH in
jgroups-channelfactory-stacks.xml
Message-ID: <15065975.1254767785871.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have a out-of-the-box (jboss-5.0.1.GA) 2 node cluster setup (using the 'all' config). I've added the following AUTH protocol to the UDP stack in jgroups-channel-factory-stacks.xml, with limited success:
I would like to improve the MDB performance, that is actually very bad on JBoss.
I'm using JBoss v4.2.3, with integrated JBossMQ.
Please help!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258718#4258718
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258718
From do-not-reply at jboss.com Mon Oct 5 15:00:28 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Mon, 5 Oct 2009 15:00:28 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <643546.1254769228609.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
No need to apologize about your Excel, I am not that good at it either.
The full GC pause time is only around 1 second, so GC is not the cause of the response time discrepancies you are seeing. In total you are spending about 53 seconds in GC (72 when not setting young gen size), which is a little high (1/8th of your run time)., but not too bad.
I think the max heap size is due to the permgen size setting. Between the heap and the permgen you can allocate around 1700MB. You could do a run with -XX:+PrintHeapAtGC to see what your perm gen requirements are and set it accordingly.
Other than that, you might want to look at your CPU usage. Is the kernel time high? If so, then that could indicate contention issues between your threads.
"Think time" is the delay that you place into your load test script between requests. Some load tests simulate real environments where the users have to "think" between the time they are shown a page and when they submit the request. For example, after entering a certain page back the script might wait 20 seconds before sending the next request on the assumption that it takes the average user 20 seconds to fill in the page before making the request. This the question about your SLA is very apropos - if it is 500 logged in users then added the think time would place less of a burden on the system and lower the response time. Usually you will want to under guess the think time. In other words, when I mentioned 20 second think time in the earlier example, that was probably because most users take 40 seconds or longer. Of course, the other way to do that is assume that only, say, 1/4 or 1/5 of the users will have simultaneous requests. Then you can try a 100 or 150 user run to simulate that (though I would run 200 users just to be safe.)
Have you tried 100, 200, ... 400 users? Or going 50, 100, .. 450, 500? If so, have you plotted the response times for each such run? If there is a dramatic drop between two runs that could pinpoint your saturation level. In which case you might want to reduce the number of HTTP threads to match that. For example, if with 300 users, 90% of your responses are within 15 seconds, then you could set 300 threads with a 200 request wait queue. Then the overall response time should be around 30 seconds. The idea here is to not overload the system (more threads is not always better, and adding more thread to an overloaded system is a well-known performance anti-pattern). I found out the hard way when first doing performance testing many years ago that doing the full run with the max number of users as the first run was the wrong way to do this - you need to start small and steadily increase the workload and note at what time the response times start to change drastically - that is your saturation point. And you have to find out hwy your are saturated at that point, fix that issue, see the response times go back in line, and then continue.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258721#4258721
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258721
From do-not-reply at jboss.com Mon Oct 5 15:06:49 2009
From: do-not-reply at jboss.com (ozlevanon)
Date: Mon, 5 Oct 2009 15:06:49 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Change Class Loader Behavior to load
classes from the appli
Message-ID: <11347770.1254769609214.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi, I'm developing an application (WAR) which has some jars which class with jboss's jars. I'm using Jboss 4.0.2
I want to make jboss load the classes from my application jars first. I've search the web and the wiki, but all I can find are things like this:
anonymous wrote : For .war files, in your jboss-web.xml, the following template applies:
|
|
|
|
| com.example:archive=unique-archive-name
|
|
|
|
I don't understand what values I'm supposed to put in the loader-repository tag.
Can you please tell me how to deploy a WAR and have Jboss use the WAR's jar first when looking for classes (I'd appreciate it if you can explicitly tell me which files to change and what their contents should be)?
Thanks a lot,
Oz
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258722#4258722
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258722
From do-not-reply at jboss.com Mon Oct 5 15:44:53 2009
From: do-not-reply at jboss.com (bstansberry@jboss.com)
Date: Mon, 5 Oct 2009 15:44:53 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: proper place for AUTH in
jgroups-channelfactory-stacks.x
Message-ID: <31382745.1254771893616.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Your logging is coming from the JBoss Messaging channels, which do not use the "udp" protocol stack. They use "jbm-control" and "jbm-data" lower down in the same file. So you'll need to add AUTH there as well.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258731#4258731
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258731
From do-not-reply at jboss.com Mon Oct 5 16:04:48 2009
From: do-not-reply at jboss.com (tcr)
Date: Mon, 5 Oct 2009 16:04:48 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 - execution not waiting
for Task Form inputs
Message-ID: <16015674.1254773088197.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi makarandk502,
if I remove the
taskService.completeTask(task.getId());
and change the assert to check for "review" instead of "wait" the tests works for me. I only had a 4.0 to hand, not 4.1 but I think this should work in 4.1....
.......
| Task task=taskList.get(0);
|
| //taskService.completeTask(task.getId());
|
| System.out.println("List is"+taskList);
|
| //verify that process moved to the next state
| processInstance = executionService.findProcessInstanceById(pid);
| assertTrue(processInstance.isActive("review"));
|
regards!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258734#4258734
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258734
From do-not-reply at jboss.com Mon Oct 5 16:07:26 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 5 Oct 2009 16:07:26 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: More ServiceBindingSet questions
Message-ID: <7458818.1254773246862.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Looking at the bindings-jboss-beans.xml, the "redirectPort" of the connector is calculated from the XSLT transform configuration:
|
| jboss.web:service=WebServer
| 8080
| JBoss Web HTTP connector socket; also drives the values for the HTTPS and AJP sockets
|
|
|
|
|
| ...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| ...
|
As can be seen, the "redirectPort" is set to $portHttps, which itself is calculated as $port + 363. The $port is your HTTP port which in your case, because of the offset 700, is 8780. So redirectPort = 8780 + 363 = 9143 and that's what you are seeing.
You mentioned that you have disabled HTTP connector:
anonymous wrote : so I have the HTTP and HTTPS connectors disabled in jbossweb.sar/server.xml
So to get around this issue, try setting a fixed port 8080 in the bindings-jboss-beans.xml for the HTTP port, so that the redirectPort gets calculated as 8080 + 363 = 8443. Here's an example (haven't checked for syntax or other semantics):
|
|
|
| CouponEngineBindings
|
| ${jboss.bind.address}
|
| 700
|
|
|
|
| jboss:service=Naming
| Port
| 8299
| The listening socket for the Naming service
| true
|
|
| jboss.web:service=WebServer
| HttpsConnector
| 8443
| JBoss Web HTTPS connector socket
| true
|
|
|
| jboss.web:service=WebServer
| 8080
| JBoss Web HTTP connector socket; also drives the values for the HTTPS and AJP sockets
| true
|
|
|
|
|
|
|
|
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258735#4258735
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258735
From do-not-reply at jboss.com Mon Oct 5 16:27:56 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 5 Oct 2009 16:27:56 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: How to improve performance of
Message Driven Beans
Message-ID: <3117129.1254774476411.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"averri" wrote :
|
| I need to improve it to 100 messages per second. How can I configure JBoss/MDB to archive this goal?
|
| I've tried to tune the 'maxSession' property, without success.
The Message Driven bean configurations in JBOSS_HOME/server/< serverName>/deploy/ejb3-interceptors-aop.xml is configured to use StrictMaxPool with max 15 instances:
| ...
|
| @org.jboss.ejb3.annotation.Pool (value="StrictMaxPool", maxSize=15, timeout=10000)
|
|
|
In combination with the maxSession value, also configure your MDB to set the Pool size of your choice, as explained here http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/reference/1.0.7/html/SessionBean_and_MDB_configuration.html
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258741#4258741
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258741
From do-not-reply at jboss.com Mon Oct 5 16:33:06 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 5 Oct 2009 16:33:06 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: How to improve performance of
Message Driven Beans
Message-ID: <27089842.1254774786576.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"averri" wrote : I would like to improve the MDB performance, that is actually very bad on JBoss.
|
| I'm using JBoss v4.2.3, with integrated JBossMQ.
|
| Please help!
|
Ah, you are using JBoss AS-4.2.x. The docs that i refered you to are for JBoss AS-5.x. You will have to do similar configurations even in AS 4.x and you can follow this documentation for AS-4.x http://www.jboss.org/ejb3/docs/reference/build/reference/en/html/
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258743#4258743
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258743
From do-not-reply at jboss.com Mon Oct 5 17:05:31 2009
From: do-not-reply at jboss.com (bdamato)
Date: Mon, 5 Oct 2009 17:05:31 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: More ServiceBindingSet questions
Message-ID: <20610279.1254776731488.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
That did it, thanks jaikiran!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258749#4258749
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258749
From do-not-reply at jboss.com Mon Oct 5 17:33:25 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Mon, 5 Oct 2009 17:33:25 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Message-ID: <30362233.1254778405273.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Nope, at least not yet. Searching the jira helps btw.... this time (due to my own curiosity) I did it for you.
https://jira.jboss.org/jira/browse/JBPM-2203
https://jira.jboss.org/jira/browse/JBPM-2412
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258753#4258753
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258753
From do-not-reply at jboss.com Mon Oct 5 17:36:39 2009
From: do-not-reply at jboss.com (bestage)
Date: Mon, 5 Oct 2009 17:36:39 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Starting process instance by key
Message-ID: <5593804.1254778599364.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Today in a project we are currently doing, I was suprised to find out that startProcessInstanceByKey(procDefId, key) allows to use the same key many times. Although it is clear that this is intended to be a business key,
I still wonder why it is not forced to be unique.
I actually planned to use this key as some sort of locking mechanism to lock the business object used by a process against being used in another process instance. Thus if I'd start another process instance with the same key whilst the previous one is running, I'd expect to get an exception.
Now, the only work around seems to be to check before starting a new process instance, if another process instance is running with the same key and not allow to start the new instance until the previous one is finished.
Does anyone have a better idea?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258755#4258755
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258755
From do-not-reply at jboss.com Mon Oct 5 17:52:30 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Mon, 5 Oct 2009 17:52:30 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 : Running jbpm test case -
issue
Message-ID: <1481591.1254779550914.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Yes, that is the line that 'cause the error' but the real error is that your parser does not understand it. So maybe you are not aware of some other parser but afaik, if a specific xml parser is loaded via jaxp, that will be used by other applications as well. The Aefred parser is not a default parser of my jdk's (openjdk 1.6 and the sun 1.6 jdk) So it might be part of some plug-in or library or whatever.
But.... this is only based on my experience with this error in previous projects
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258757#4258757
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258757
From do-not-reply at jboss.com Mon Oct 5 17:53:58 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Mon, 5 Oct 2009 17:53:58 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: authentication failed while JBPM
console login
Message-ID: <15737669.1254779638727.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Yes, if this does not work, "something" is wrong.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258758#4258758
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258758
From do-not-reply at jboss.com Mon Oct 5 18:15:37 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Mon, 5 Oct 2009 18:15:37 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Starting process instance by key
Message-ID: <22112733.1254780937548.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
According to the docs it *should* be unique, so in that case the only thing missing according to you is a unique constraint on the database.
Personally, I make the key unique myself by using it in a 'compound' way. I used a license plate number, followed by a colon and a date (assuming two insurance claims were not started on the same day). In other demo I used the insurance claim number for the businesskey, making it unique in that way and prevent duplicates. I've not run into a problem with this, but it might not hurt to add a unique constraint. Please file a jira issue for this, though I'm not 100% sure what the outcome might be. You could discuss this on the dev list first.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258761#4258761
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258761
From do-not-reply at jboss.com Mon Oct 5 21:01:36 2009
From: do-not-reply at jboss.com (G_Thimm)
Date: Mon, 5 Oct 2009 21:01:36 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re:
Message-ID: <31945223.1254790896738.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi!
If the information on the categories is obsolete once the application is restarted, your could use a EJB 3.1 (or larger) Singleton Bean to mimic the database.
Hope this helps,
Georg
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258769#4258769
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258769
From do-not-reply at jboss.com Mon Oct 5 22:24:13 2009
From: do-not-reply at jboss.com (smartz)
Date: Mon, 5 Oct 2009 22:24:13 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - how to use catalog files
in jbossws?
Message-ID: <20412685.1254795853149.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I have a WSDL that imports an external schema using a URL:
| ...
|
|
|
|
|
| ...
|
The URL (127.0.0.1:9090) is not available while consuming the WSDL (wsconsume/wsimport), nor at runtime.
I would like to avoid editing the WSDL, so I have created a catalog file (see below) and I am able to run wsconsume/wsimport correctly using the 'catalog' ant attribute; however, I cannot understand how to provide the catalog file in the runtime environment (deployed WAR/EAR).
I have tried putting the catalog file in META-INF and WEB-INF, but it does not seem to be picked.
I am running JBoss 4.2.3 with JBossWS jbossws-3.0.1-native-2.0.4.GA
Catalog file (jax-ws-catalog.xml):
|
|
|
|
thanks in advance for any help
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258770#4258770
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258770
From do-not-reply at jboss.com Mon Oct 5 22:29:02 2009
From: do-not-reply at jboss.com (smartz)
Date: Mon, 5 Oct 2009 22:29:02 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: how to use catalog
files in jbossws?
Message-ID: <2788733.1254796142383.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The stacktrace I am getting while creating the service client (SimpleServiceService.getSimpleServiceBinding()) is:
| java.lang.IllegalArgumentException: Cannot resolve imported resource: http://127.0.0.1:9090/SimpleService/Schema
| org.jboss.ws.tools.wsdl.WSDLLocatorImpl.getImportInputSource(WSDLLocatorImpl.java:141)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseSchema(JBossWSDLReaderImpl.java:779)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseSchema(JBossWSDLReaderImpl.java:659)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseTypes(JBossWSDLReaderImpl.java:620)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.parseDefinitions(JBossWSDLReaderImpl.java:332)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2293)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2257)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2310)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2331)
| org.jboss.ws.tools.wsdl.JBossWSDLReaderImpl.readWSDL(JBossWSDLReaderImpl.java:2363)
| org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.parse(WSDLDefinitionsFactory.java:127)
| org.jboss.ws.metadata.umdm.ServiceMetaData.getWsdlDefinitions(ServiceMetaData.java:295)
| org.jboss.ws.metadata.builder.jaxws.JAXWSClientMetaDataBuilder.buildMetaData(JAXWSClientMetaDataBuilder.java:86)
| org.jboss.ws.core.jaxws.spi.ServiceDelegateImpl.(ServiceDelegateImpl.java:140)
| org.jboss.ws.core.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:64)
| javax.xml.ws.Service.(Service.java:81)
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258771#4258771
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258771
From do-not-reply at jboss.com Tue Oct 6 00:21:46 2009
From: do-not-reply at jboss.com (pieter.martin)
Date: Tue, 6 Oct 2009 00:21:46 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Message-ID: <25240538.1254802906168.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks, I'll be watching those jiras closely as for now I'll have to go back to using jBPM3.
Pieter
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258778#4258778
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258778
From do-not-reply at jboss.com Tue Oct 6 01:26:05 2009
From: do-not-reply at jboss.com (abhijitdas.cs@gmail.com)
Date: Tue, 6 Oct 2009 01:26:05 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Error in submit portlet page
using javascript
Message-ID: <23246197.1254806765479.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I am using javascript function to submit a button in portlet. The URL is given by the createActionURL() in my Portlet class. Once it is submitted, processAction() is called but the input values are not passed in the ActionRequest object. So, I cannot get the inserted values in the processAction().
If the same URL is assigned to the action attribute of tag , It is working fine using submit form.
But, my page consists of more than one submit , so I have to use buttons and javascript function to submit .
NOTE :I am dynmically assigning the URL value in the my XHTML page
Thanks,
Abhijit
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258784#4258784
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258784
From do-not-reply at jboss.com Tue Oct 6 01:29:51 2009
From: do-not-reply at jboss.com (makarandk502)
Date: Tue, 6 Oct 2009 01:29:51 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 - execution not waiting
for Task Form inputs
Message-ID: <10063940.1254806991854.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Even in my case, its reaching at "review" task. print statements like "List is[Task(review)]" But in "review" task, we have associated a form which can be viewed in jbpm console. Ideally we should view the form and once we enter "submit" , it should proceed further. Basically it is not waiting for user inputs in taskform
But I am not able to see the form in jbpm console and it is deleting process instance. I am attaching jbpm test case result below.
| 11:00:00,036 FIN | [TaskQueryImpl] select task from org.jbpm.pvm.internal.task.TaskImpl as task where task.assignee = :assignee order by task.priority desc
| 11:00:00,036 FIN | [TaskQueryImpl] setting parameter assignee: peter
| 11:00:00,066 FIN | [DbSessionImpl] deleting history process instance FormDynamic.1
| 11:00:00,087 FIN | [DbSessionImpl] deleting process instance FormDynamic.1
| 11:00:00,097 FIN | [DeleteDeploymentCmd] deleting deployment 1
| 11:00:00,127 FIN | [BaseJbpmTestCase] === ending testTaskAssignee =============================
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258785#4258785
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258785
From do-not-reply at jboss.com Tue Oct 6 02:23:42 2009
From: do-not-reply at jboss.com (prashanthkasulabadha)
Date: Tue, 6 Oct 2009 02:23:42 -0400 (EDT)
Subject: [jboss-user] [JMX] - Re: JNDI lookup for all the mbeans in JBoss
Message-ID: <22227165.1254810222986.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks Peter
I am not sure about this lookup, will it fetch all the mbeans.
I also found jmx/invoker/HttpAdaptor which also gets some MBeans but I am not sure whether both fetch the same MBeans.
It could be better if I can know the list of all the lookup strings available so that I can get maximum number of MBeans info.
Other queries of mine are
1. How to get the connection string from the server
2. How to get the details of all the instances which are running in the JBoss server. (For example I have deployed three wars, a.war,b.war and c.war, I need the information of all the applications(war) like database connection string, application name, driver, connection type etc.. )
It could be very grateful if I can get any inormation for the above queries if not the whole info.
Thanks in advance
Prashanth
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258789#4258789
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258789
From do-not-reply at jboss.com Tue Oct 6 02:58:55 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Tue, 6 Oct 2009 02:58:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Deploying exploded war files in
jboss from eclipse
Message-ID: <24606979.1254812335280.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 03:16:30 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Tue, 6 Oct 2009 03:16:30 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <28387413.1254813390014.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 03:43:47 2009
From: do-not-reply at jboss.com (prachi.mukhija)
Date: Tue, 6 Oct 2009 03:43:47 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Please help me to install jbpm with
mysql
Message-ID: <28197883.1254815027319.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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' initialized from default resource file in Quartz package: 'quartz.properties'
| 12:53:02,485 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
| 12:53:02,485 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
| 12:53:02,923 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
| 12:53:03,115 INFO [JbpmJobQueue] Bound to JNDI name: queue/JbpmJobQueue
| 12:53:03,149 INFO [JbpmCommandQueue] Bound to JNDI name: queue/JbpmCommandQueue
| 12:53:03,157 INFO [A] Bound to JNDI name: queue/A
| 12:53:03,158 INFO [B] Bound to JNDI name: queue/B
| 12:53:03,160 INFO [C] Bound to JNDI name: queue/C
| 12:53:03,161 INFO [D] Bound to JNDI name: queue/D
| 12:53:03,162 INFO [ex] Bound to JNDI name: queue/ex
| 12:53:03,178 INFO [testTopic] Bound to JNDI name: topic/testTopic
| 12:53:03,179 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
| 12:53:03,180 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
| 12:53:03,183 INFO [testQueue] Bound to JNDI name: queue/testQueue
| 12:53:03,234 INFO [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
| 12:53:03,263 INFO [DLQ] Bound to JNDI name: queue/DLQ
| 12:53:03,322 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=JbpmDS' to JNDI name 'java:JbpmDS'
| 12:53:03,450 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
| 12:53:03,792 INFO [EjbModule] Deploying TimerEntityBean
| 12:53:03,882 INFO [EjbModule] Deploying CommandServiceBean
| 12:53:03,892 INFO [EjbModule] Deploying CommandListenerBean
| 12:53:03,906 INFO [EjbModule] Deploying JobListenerBean
| 12:53:04,851 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'TimerEntityBean' to jndi 'java:jbpm/TimerEntityBean'
| 12:53:04,861 INFO [ProxyFactory] Bound EJB Home 'TimerEntityBean' to jndi 'jbpm/TimerEntityBean'
| 12:53:04,868 INFO [BaseLocalProxyFactory] Bound EJB LocalHome 'CommandServiceBean' to jndi 'java:jbpm/CommandServiceBean'
| 12:53:04,873 INFO [ProxyFactory] Bound EJB Home 'CommandServiceBean' to jndi 'jbpm/CommandServiceBean'
| 12:53:04,966 INFO [EJBDeployer] Deployed: file:/home/prachi/Download/jboss/jboss-4.2.3.GA/server/default/deploy/jbpm/jbpm-enterprise.jar/
| 12:53:05,002 INFO [TomcatDeployer] deploy, ctxPath=/jbpm-console, warUrl=.../deploy/jbpm/jsf-console.war/
| 12:53:05,005 WARN [TomcatDeployer] message-destination-ref 'jms/JobQueue' ignoring message-destination-link 'JobQueue' because it has a jndi-name in jboss-web.xml
| 12:53:05,605 INFO [JbpmConfiguration] using configuration resource: jbpm.cfg.xml
| 12:53:05,641 INFO [StaleObjectLogConfigurer] stale object exceptions will be hidden from logging
| 12:53:05,672 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
| 12:53:05,754 INFO [TomcatDeployer] deploy, ctxPath=/jspLearning, warUrl=.../tmp/deploy/tmp4766398020094246831jspLearning-exp.war/
| 12:53:05,900 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
| 12:53:05,937 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
| 12:53:05,967 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)] Started in 13s:206ms
|
I have done all the relevant configuration, however, I am not able to login to the console.
Please help.
Thanks !
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4258793#4258793
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4258793
From do-not-reply at jboss.com Tue Oct 6 03:45:32 2009
From: do-not-reply at jboss.com (abirami.82)
Date: Tue, 6 Oct 2009 03:45:32 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Active Directory and
LdapExtLoginModule?
Message-ID: <31654997.1254815132201.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 03:47:16 2009
From: do-not-reply at jboss.com (abirami.82)
Date: Tue, 6 Oct 2009 03:47:16 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Active Directory and
LdapExtLoginModule?
Message-ID: <13838885.1254815236784.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 04:29:32 2009
From: do-not-reply at jboss.com (newcomer1)
Date: Tue, 6 Oct 2009 04:29:32 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <18099617.1254817772206.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 04:46:02 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Tue, 6 Oct 2009 04:46:02 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Unit test succeeds but process does not
properly run when de
Message-ID: <12258657.1254818762211.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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
From do-not-reply at jboss.com Tue Oct 6 04:49:53 2009
From: do-not-reply at jboss.com (roman.mandeleil@gmail.com)
Date: Tue, 6 Oct 2009 04:49:53 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: TCPPING configuration
Message-ID: <23071920.1254818993579.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 04:55:02 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Tue, 6 Oct 2009 04:55:02 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files
in jboss from eclipse
Message-ID: <25098980.1254819302128.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 05:14:38 2009
From: do-not-reply at jboss.com (erasmomarciano)
Date: Tue, 6 Oct 2009 05:14:38 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: custom error pages for all
applications?
Message-ID: <7325330.1254820478300.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
|
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
From do-not-reply at jboss.com Tue Oct 6 05:46:02 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 05:46:02 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Message-ID: <17276930.1254822362619.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 05:46:27 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 05:46:27 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 - execution not waiting
for Task Form inputs
Message-ID: <6196639.1254822387138.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 05:50:40 2009
From: do-not-reply at jboss.com (gosgurka)
Date: Tue, 6 Oct 2009 05:50:40 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Lifecycle methods with
HASingletonDeployer
Message-ID: <23356205.1254822640199.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 05:50:54 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 05:50:54 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <4891494.1254822654629.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:04:58 2009
From: do-not-reply at jboss.com (mcconnma)
Date: Tue, 6 Oct 2009 06:04:58 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: proper place for AUTH in
jgroups-channelfactory-stacks.x
Message-ID: <31498345.1254823498959.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:05:36 2009
From: do-not-reply at jboss.com (praveen1401)
Date: Tue, 6 Oct 2009 06:05:36 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: JBoss 4.0.5 ANT start/stop tasks
Message-ID: <11956404.1254823536869.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:08:52 2009
From: do-not-reply at jboss.com (npirard)
Date: Tue, 6 Oct 2009 06:08:52 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <10129095.1254823732224.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:12:17 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 06:12:17 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <16317239.1254823938002.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:15:44 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 06:15:44 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <32206526.1254824144713.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:19:47 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 06:19:47 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Please help me to install jbpm with
mysql
Message-ID: <4064310.1254824387131.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
- 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
From do-not-reply at jboss.com Tue Oct 6 06:25:47 2009
From: do-not-reply at jboss.com (praveen1401)
Date: Tue, 6 Oct 2009 06:25:47 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - how to start/stop jboss sever using
ant scripts
Message-ID: <15327698.1254824747735.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:27:55 2009
From: do-not-reply at jboss.com (abirami.82)
Date: Tue, 6 Oct 2009 06:27:55 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: JAAS Security conversion from
WebSphereAS to JBossAS
Message-ID: <16788514.1254824875498.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Did you got any solution for this? If yes, then can you please mail the solution to bharani.82 at 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
From do-not-reply at jboss.com Tue Oct 6 06:28:46 2009
From: do-not-reply at jboss.com (cdivita)
Date: Tue, 6 Oct 2009 06:28:46 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Defining classloading rules
explicitly (through jboss-cl
Message-ID: <6227902.1254824926338.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"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
From do-not-reply at jboss.com Tue Oct 6 06:45:48 2009
From: do-not-reply at jboss.com (the_olo)
Date: Tue, 6 Oct 2009 06:45:48 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: After migrating from
JBossMQ to JBM:
Message-ID: <896914.1254825948739.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:53:54 2009
From: do-not-reply at jboss.com (npirard)
Date: Tue, 6 Oct 2009 06:53:54 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <23932316.1254826434434.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 06:56:34 2009
From: do-not-reply at jboss.com (timfox)
Date: Tue, 6 Oct 2009 06:56:34 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Nullpointer while
creating a remote JMS Session
Message-ID: <30116254.1254826594803.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 07:04:36 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Tue, 6 Oct 2009 07:04:36 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: problem with publish in
Eclipse....
Message-ID: <555323.1254827076076.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 07:07:46 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Tue, 6 Oct 2009 07:07:46 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files
in jboss from eclipse
Message-ID: <12386255.1254827266850.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 07:42:02 2009
From: do-not-reply at jboss.com (mprkumar1248)
Date: Tue, 6 Oct 2009 07:42:02 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Problem with IIS7(on windows 2008)
with JBOSS 430 on 64bit e
Message-ID: <28048636.1254829322130.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 07:48:59 2009
From: do-not-reply at jboss.com (mprkumar1248)
Date: Tue, 6 Oct 2009 07:48:59 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: jboss 4.2.2 redirects with IIS7
Message-ID: <22996039.1254829739137.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 08:08:47 2009
From: do-not-reply at jboss.com (vijay2p)
Date: Tue, 6 Oct 2009 08:08:47 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: Help required for
implementing SSO for Jboss Portal with
Message-ID: <9940313.1254830927650.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 08:16:10 2009
From: do-not-reply at jboss.com (Krohm)
Date: Tue, 6 Oct 2009 08:16:10 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - JBPM 4.1 : Task Count
Message-ID: <1916724.1254831370827.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 08:16:46 2009
From: do-not-reply at jboss.com (octafiantos)
Date: Tue, 6 Oct 2009 08:16:46 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - jboss-5.1.0.GA doesn't start web
service in hp-ux 11iv3
Message-ID: <21517382.1254831406407.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 08:31:42 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 08:31:42 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <6313564.1254832302333.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 08:36:52 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 08:36:52 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count
Message-ID: <20271364.1254832612877.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 08:43:31 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Tue, 6 Oct 2009 08:43:31 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web
service in hp-ux 11iv3
Message-ID: <19346870.1254833011125.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 09:13:27 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Tue, 6 Oct 2009 09:13:27 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web
service in hp-ux 11iv3
Message-ID: <6209903.1254834807568.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 09:22:51 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Tue, 6 Oct 2009 09:22:51 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files
in jboss from eclipse
Message-ID: <25603969.1254835371431.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 09:58:01 2009
From: do-not-reply at jboss.com (octafiantos)
Date: Tue, 6 Oct 2009 09:58:01 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web
service in hp-ux 11iv3
Message-ID: <18752451.1254837481022.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 09:58:11 2009
From: do-not-reply at jboss.com (njrfrens)
Date: Tue, 6 Oct 2009 09:58:11 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <31561057.1254837491327.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 10:23:17 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Tue, 6 Oct 2009 10:23:17 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web
service in hp-ux 11iv3
Message-ID: <31110006.1254838997944.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"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
From do-not-reply at jboss.com Tue Oct 6 10:26:05 2009
From: do-not-reply at jboss.com (belcar)
Date: Tue, 6 Oct 2009 10:26:05 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Nullpointer while
creating a remote JMS Session
Message-ID: <30495661.1254839165594.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 10:39:42 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 10:39:42 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to get history variables and
processInstanceId from
Message-ID: <29895344.1254839982225.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 11:03:07 2009
From: do-not-reply at jboss.com (makam)
Date: Tue, 6 Oct 2009 11:03:07 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Integration problem of jBPM 4,
Spring and Hibernate
Message-ID: <4184620.1254841387493.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 11:03:55 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Tue, 6 Oct 2009 11:03:55 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <17653398.1254841435688.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 11:15:30 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Tue, 6 Oct 2009 11:15:30 -0400 (EDT)
Subject: [jboss-user] [JMX] - Re: JNDI lookup for all the mbeans in JBoss
Message-ID: <16409666.1254842130992.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 11:31:24 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Tue, 6 Oct 2009 11:31:24 -0400 (EDT)
Subject: [jboss-user] [Performance Tuning] - Re: Diff response times at
different times
Message-ID: <15017040.1254843084387.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 11:37:58 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Tue, 6 Oct 2009 11:37:58 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: JBoss 4.2 ANT start/stop tasks
Message-ID: <31782630.1254843478793.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 11:39:02 2009
From: do-not-reply at jboss.com (apemberton)
Date: Tue, 6 Oct 2009 11:39:02 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: Error in submit portlet
page using javascript
Message-ID: <25199876.1254843542310.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 11:48:32 2009
From: do-not-reply at jboss.com (infodavid)
Date: Tue, 6 Oct 2009 11:48:32 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - bisocket and listening on
all interfaces
Message-ID: <10521187.1254844112650.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 12:03:08 2009
From: do-not-reply at jboss.com (Krohm)
Date: Tue, 6 Oct 2009 12:03:08 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count
Message-ID: <17883257.1254844988945.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 12:05:45 2009
From: do-not-reply at jboss.com (pieter.martin)
Date: Tue, 6 Oct 2009 12:05:45 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Message-ID: <13678297.1254845145846.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 13:20:52 2009
From: do-not-reply at jboss.com (s3filho)
Date: Tue, 6 Oct 2009 13:20:52 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - EJB with WAR Classloader
Message-ID: <2909673.1254849652796.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 13:37:45 2009
From: do-not-reply at jboss.com (benzeman)
Date: Tue, 6 Oct 2009 13:37:45 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Install JBoss
Message-ID: <181455.1254850665245.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 14:53:05 2009
From: do-not-reply at jboss.com (newmanw10)
Date: Tue, 6 Oct 2009 14:53:05 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Use JAX-RPC in 4.2.3.GA
Message-ID: <32930553.1254855185359.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 15:13:58 2009
From: do-not-reply at jboss.com (usubhash)
Date: Tue, 6 Oct 2009 15:13:58 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - EJB3 entity cache in default
configuration
Message-ID: <27387483.1254856438467.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 15:24:51 2009
From: do-not-reply at jboss.com (swenu)
Date: Tue, 6 Oct 2009 15:24:51 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Sharing Seam projects with SVN
Message-ID: <28848891.1254857091260.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 15:47:53 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 15:47:53 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Message-ID: <444386.1254858473515.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 15:50:04 2009
From: do-not-reply at jboss.com (kmasood)
Date: Tue, 6 Oct 2009 15:50:04 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: custom error pages for all
applications?
Message-ID: <11188435.1254858604958.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 15:52:16 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Tue, 6 Oct 2009 15:52:16 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with
SVN
Message-ID: <33366463.1254858736066.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 16:59:39 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Tue, 6 Oct 2009 16:59:39 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: custom error pages for all
applications?
Message-ID: <18042929.1254862779583.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 17:03:28 2009
From: do-not-reply at jboss.com (nickboldt)
Date: Tue, 6 Oct 2009 17:03:28 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with
SVN
Message-ID: <31494082.1254863008327.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 17:42:58 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Tue, 6 Oct 2009 17:42:58 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM 4.1 : Task Count
Message-ID: <32222312.1254865378281.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 18:26:25 2009
From: do-not-reply at jboss.com (VanceChristiaanse)
Date: Tue, 6 Oct 2009 18:26:25 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Possible bug when
namespace name ends with
Message-ID: <21926327.1254867985727.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 19:12:03 2009
From: do-not-reply at jboss.com (bwalker55)
Date: Tue, 6 Oct 2009 19:12:03 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Looking for standard jndi/jdbc
java connection syntax
Message-ID: <9344961.1254870723740.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 19:15:29 2009
From: do-not-reply at jboss.com (rbenko)
Date: Tue, 6 Oct 2009 19:15:29 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - getDeliveringCount()
analogous to getInProcessMessageCount()
Message-ID: <6761175.1254870929390.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Tue Oct 6 23:30:27 2009
From: do-not-reply at jboss.com (waterg2008)
Date: Tue, 6 Oct 2009 23:30:27 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Install JBossWS on AS
4.0.3SP1
Message-ID: <15257444.1254886227612.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Wed Oct 7 00:36:18 2009
From: do-not-reply at jboss.com (RaghavPrabhu)
Date: Wed, 7 Oct 2009 00:36:18 -0400 (EDT)
Subject: [jboss-user] [JBoss AOP Users] - Unhandled Exception on Jboss AOP
Message-ID: <12703794.1254890178041.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
16:20:59,537 ERROR SpinneretProxyImpl java.lang.RuntimeException: java.lang.ClassNotFoundException: sun.reflect.GeneratedMethodAccessor131
Please help me as soon as possible!
Thanks & Regards
Prabhu
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259020#4259020
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259020
From do-not-reply at jboss.com Wed Oct 7 01:09:40 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Wed, 7 Oct 2009 01:09:40 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files
in jboss from eclipse
Message-ID: <13947450.1254892180533.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Wed Oct 7 02:01:37 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Wed, 7 Oct 2009 02:01:37 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <15894687.1254895297033.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
>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
From do-not-reply at jboss.com Wed Oct 7 02:06:01 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Wed, 7 Oct 2009 02:06:01 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4 and JBoss5 and JEE
Message-ID: <1223870.1254895561470.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Wed Oct 7 02:57:20 2009
From: do-not-reply at jboss.com (thomas.diesler@jboss.com)
Date: Wed, 7 Oct 2009 02:57:20 -0400 (EDT)
Subject: [jboss-user] [JBoss OSGi Users] - Re: OSGi and MicroContainer
Message-ID: <31707564.1254898640299.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
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
From do-not-reply at jboss.com Wed Oct 7 03:09:29 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Wed, 7 Oct 2009 03:09:29 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Using Process variables as parameters
for method calls
Message-ID: <7928400.1254899369333.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello everybody,
I was reading the section about java activities and process variables in the userguide and wondering about some things.
In a java or a custom activity I could use
Object getVariable(String key);
to retrieve the values of process variables and then I could go use them as arguments for method calls.
But that means that if I changed the names of the process variables I would need to change the implementation of the java or custom activity, too. So wouldn't it be more convient to be able to specifiy process variables in the process definition which would be passed as arguments? So in case the process variable names changed just the process definition would need need changes but the java class wouldn't need to be touched?
If I got it wrong I'd be happy for some clarifying words. If not this seems to turn out to be a discussion for the dev forum, right?
I was also wondering why you can specify the method name for a java activity in the GPD but not the number of arguments.
Sebastian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259029#4259029
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259029
From do-not-reply at jboss.com Wed Oct 7 03:18:27 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Wed, 7 Oct 2009 03:18:27 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with
SVN
Message-ID: <31755474.1254899907215.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
not so fast nick ;)
.settings are actually supposed to be *project* specific and not machine specific.
i.e. if you don't share your .settings folder you won't get the component description needed for WTP projects!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259030#4259030
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259030
From do-not-reply at jboss.com Wed Oct 7 03:20:16 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Wed, 7 Oct 2009 03:20:16 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files
in jboss from eclipse
Message-ID: <23947390.1254900016698.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
jboss.org/tools got links to documentation.
btw. using project archives is not needed - just use our Server adapter and your existing projects can just use that server instead.
project archives requires additional configuration.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259031#4259031
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259031
From do-not-reply at jboss.com Wed Oct 7 03:22:42 2009
From: do-not-reply at jboss.com (OChikvina)
Date: Wed, 7 Oct 2009 03:22:42 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Deploying exploded war files
in jboss from eclipse
Message-ID: <11320442.1254900162499.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The nightly builds of the JBoss Tools docs find out here: http://download.jboss.org/jbosstools/nightly-docs/
There are also docs specific to JBoss Tools releases here:
http://docs.jboss.org/tools/
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259032#4259032
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259032
From do-not-reply at jboss.com Wed Oct 7 03:43:19 2009
From: do-not-reply at jboss.com (krasig)
Date: Wed, 7 Oct 2009 03:43:19 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Find References and Refactoring
for JSF and Seam EL
Message-ID: <21694398.1254901399689.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi folks,
Anything of this http://in.relation.to/Bloggers/FindReferencesAndRefactoringForJSFAndSeamEL is not working for me
I have installed:
Hibernate Tools 3.3.0.v200910051201N-H154-M4
JBoss Archives Tools 3.1.0.v200910051201N-H154-M4
JBoss Tools RichFaces 3.1.0.v200910051201N-H154-M4
JBossAS Tools 2.1.0.v200910051201N-H154-M4
Can you verified?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259036#4259036
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259036
From do-not-reply at jboss.com Wed Oct 7 03:43:57 2009
From: do-not-reply at jboss.com (3adil)
Date: Wed, 7 Oct 2009 03:43:57 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: JBoss messaging hangs
with an Http client
Message-ID: <2948353.1254901437888.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I resolved the issue ..
The problem occurs beceause that my remote client doesn't close the JMS session / Message Producer / JMS Connection.
I closed the connections and the JVM exits normally.
HTH.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259037#4259037
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259037
From do-not-reply at jboss.com Wed Oct 7 03:46:23 2009
From: do-not-reply at jboss.com (akazakov)
Date: Wed, 7 Oct 2009 03:46:23 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Find References and
Refactoring for JSF and Seam EL
Message-ID: <27525200.1254901583134.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
You have to install Seam Tools too if you want to use Seam Refactoring ;)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259039#4259039
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259039
From do-not-reply at jboss.com Wed Oct 7 04:00:19 2009
From: do-not-reply at jboss.com (mkch2000)
Date: Wed, 7 Oct 2009 04:00:19 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to start JobExecutor with jBPM
4 + Spring
Message-ID: <9072482.1254902419326.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have faced same issues.
I'll appreciate if anyone will help us.
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259041#4259041
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259041
From do-not-reply at jboss.com Wed Oct 7 04:07:50 2009
From: do-not-reply at jboss.com (krasig)
Date: Wed, 7 Oct 2009 04:07:50 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Find References and
Refactoring for JSF and Seam EL
Message-ID: <21258642.1254902870102.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
mmmm this cool feature is for FSF+SEAN not only JSF ????
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259044#4259044
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259044
From do-not-reply at jboss.com Wed Oct 7 04:10:48 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Wed, 7 Oct 2009 04:10:48 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: Looking for standard jndi/jdbc
java connection syntax
Message-ID: <21057840.1254903048961.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
See this reply from Peter http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232520#4232520
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259047#4259047
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259047
From do-not-reply at jboss.com Wed Oct 7 04:20:10 2009
From: do-not-reply at jboss.com (krasig)
Date: Wed, 7 Oct 2009 04:20:10 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Find References and
Refactoring for JSF and Seam EL
Message-ID: <15441552.1254903610773.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
FSF.equals(JSF) == true :)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259052#4259052
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259052
From do-not-reply at jboss.com Wed Oct 7 04:20:15 2009
From: do-not-reply at jboss.com (swenu)
Date: Wed, 7 Oct 2009 04:20:15 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with
SVN
Message-ID: <3408857.1254903615189.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
thanks for all your answers!
I don't know the differences what i've done yesterday and today. Now it seems to work!
Thanks all!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259053#4259053
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259053
From do-not-reply at jboss.com Wed Oct 7 04:25:49 2009
From: do-not-reply at jboss.com (akazakov)
Date: Wed, 7 Oct 2009 04:25:49 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Find References and
Refactoring for JSF and Seam EL
Message-ID: <10511490.1254903949063.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
There are a few mentioned features:
Searching/Find EL references - works only for Seam. But we are going to enable it for JSF too.
Seam Refactoring - it's supposed to work only for Seam ;)
Renaming of EL variables used in Strings - Now we have only Seam Context variables renaming feature. But feel free to report a feature request in JIRA to rename related JSF managed bean if user changes any EL.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259057#4259057
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259057
From do-not-reply at jboss.com Wed Oct 7 04:49:17 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Wed, 7 Oct 2009 04:49:17 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Editing the JBoss AS
Configuration
Message-ID: <18967581.1254905357273.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Im using Jboss AS tools with eclipse for jboss5.1 configuration...
Im in need of using my own setup for server startup like
1. Having a few of my custom jars also for server startup.
2. Define custom configuration folder instead of the defaults like 'all', 'default', 'minimal' etc... I mean my custom server setup has a configuration folder separate and do not the defaults.
Where do i define these configurations. With the default jboss available with eclipse i used to configure the .serverdef file for the jboss server version to get these things done..
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259068#4259068
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259068
From do-not-reply at jboss.com Wed Oct 7 05:01:29 2009
From: do-not-reply at jboss.com (krasig)
Date: Wed, 7 Oct 2009 05:01:29 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Find References and
Refactoring for JSF and Seam EL
Message-ID: <15368619.1254906089958.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
https://jira.jboss.org/jira/browse/JBIDE-4990
https://jira.jboss.org/jira/browse/JBIDE-4991
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259071#4259071
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259071
From do-not-reply at jboss.com Wed Oct 7 05:16:48 2009
From: do-not-reply at jboss.com (cash1981)
Date: Wed, 7 Oct 2009 05:16:48 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: bean autocompletion not
working on xhtml
Message-ID: <4906677.1254907008549.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I get the same problem, only have tried with JSF autocompletion.
I also get this error under problems in Eclipse
KB Problem: KB Nature is not installed. KB Builder is not installed. Use Quick Fix to allow JSF Content Assistant.
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259076#4259076
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259076
From do-not-reply at jboss.com Wed Oct 7 05:17:31 2009
From: do-not-reply at jboss.com (cash1981)
Date: Wed, 7 Oct 2009 05:17:31 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: bean autocompletion not
working on xhtml
Message-ID: <32700491.1254907051301.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"cash1981" wrote : I get the same problem, only have tried with JSF autocompletion.
|
| I also get this error under problems in Eclipse
|
| KB Problem: KB Nature is not installed. KB Builder is not installed. Use Quick Fix to allow JSF Content Assistant.
| |
I forgot to say, I am using
version 3.1.0.v200909110340M-H277-M3/
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259077#4259077
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259077
From do-not-reply at jboss.com Wed Oct 7 05:18:49 2009
From: do-not-reply at jboss.com (newcomer1)
Date: Wed, 7 Oct 2009 05:18:49 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Jbpm 4.1 ProcessEngine.execute() /
CommandService
Message-ID: <12479401.1254907129659.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
How can one access the commandservice to execute custom commands in JBpm 4? The ProcessEngine interface has a execute() method that tries to get the "user.command.service" wiredefinition (which is null by default), so the question is: what is the best practice to run custom commands in JBpm 4? Am I missing something obvious in my configuration?
I'm using a Spring setup.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259078#4259078
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259078
From do-not-reply at jboss.com Wed Oct 7 05:20:30 2009
From: do-not-reply at jboss.com (akazakov)
Date: Wed, 7 Oct 2009 05:20:30 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: bean autocompletion not
working on xhtml
Message-ID: <208070.1254907230966.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Use quick-fix to solve the porblem.
See http://screencast.com/t/oKxlJ6Eaez4M
and https://jira.jboss.org/jira/browse/JBIDE-4770
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259079#4259079
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259079
From do-not-reply at jboss.com Wed Oct 7 05:33:50 2009
From: do-not-reply at jboss.com (adamw)
Date: Wed, 7 Oct 2009 05:33:50 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Subfqns not invalidated in
INVALIDATION_SYNC mode
Message-ID: <22134815.1254908030267.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I just came across a weird thing. I'm using cache 1.4.1.SP13 in INVALIDATION_SYNC mode, with 2 nodes.
Let suppose I have data under FQNs "a" and "a/b". Now I execute: cache.remove("a"). On the node that I called the operation, both "a" and "a/b" are removed. However, on the other node, only "a" is removed, and "a/b" data is retained. Is it the expected behaviour?
To me the more logical thing would be to remove "a" and "a/b" on both nodes.
Adam
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259081#4259081
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259081
From do-not-reply at jboss.com Wed Oct 7 05:35:08 2009
From: do-not-reply at jboss.com (vchira)
Date: Wed, 7 Oct 2009 05:35:08 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to start JobExecutor with jBPM
4 + Spring
Message-ID: <6556859.1254908108171.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have done something like this:
| import org.jbpm.api.ProcessEngine;
| import org.jbpm.pvm.internal.jobexecutor.JobExecutor;
| import org.springframework.beans.factory.annotation.Required;
| import org.springframework.context.ApplicationEvent;
| import org.springframework.context.ApplicationListener;
| import org.springframework.context.event.ContextClosedEvent;
| import org.springframework.context.event.ContextRefreshedEvent;
|
|
| public class JbpmJobExecutorLoader implements ApplicationListener {
|
| private ProcessEngine processEngine;
|
| @Required
| public void setProcessEngine(ProcessEngine processEngine) {
| this.processEngine = processEngine;
| }
|
| public void onApplicationEvent(ApplicationEvent applicationEvent) {
| if (applicationEvent instanceof ContextRefreshedEvent) {
| JobExecutor jobExecutor = processEngine.get(JobExecutor.class);
| if (!jobExecutor.isActive()) {
| jobExecutor.start();
| }
| } else if (applicationEvent instanceof ContextClosedEvent) {
| JobExecutor jobExecutor = processEngine.get(JobExecutor.class);
| jobExecutor.stop();
| }
| }
|
processEngine will be wired by Spring.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259082#4259082
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259082
From do-not-reply at jboss.com Wed Oct 7 05:44:25 2009
From: do-not-reply at jboss.com (vchira)
Date: Wed, 7 Oct 2009 05:44:25 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - How can we contribute to development?
Message-ID: <27657241.1254908665776.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I had a lot of problems with Jbpm and i wanted to make some code contributions or at least forward you some ideas/code changes. How can one do that?:
Hiere is a short List with the Problems that i can remember:
1. Timers are a mess. You can not set the duedate/duedatetime with a date!!! the api changes to do that are minimal...i can even tell you exactly where you should change
2. how do you find the ProcessInstance when you have only the taskId???
3. how do you search for processInstances with datavariables as filter?
..........
is there a way to compile this thing and generate patches and than submit them?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259088#4259088
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259088
From do-not-reply at jboss.com Wed Oct 7 05:57:59 2009
From: do-not-reply at jboss.com (vchira)
Date: Wed, 7 Oct 2009 05:57:59 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How can we contribute to
development?
Message-ID: <20339411.1254909479510.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
For the timer Problem a quick fix would be to change the Method setDueDateDescription in class TimerImpl like this:
| public void setDueDateDescription(String dueDateDescription) {
|
| ScriptManager scriptManager = EnvironmentDefaults.getScriptManager();
| Object dueDateEvaluated = scriptManager.evaluateExpression(dueDateDescription, null);
| if(dueDateEvaluated instanceof Date)
| {
| dueDate =dueDateEvaluated;
| return;
| }
| dueDateDescription = (String) dueDateEvaluated;
|
| Duration duration = new Duration(dueDateDescription);
| Date now = Clock.getCurrentTime();
|
| ...........................................
| }
|
a better solution would be to add a dueDateTimeDefinition in TimerDefinitionImpl and in JobParser.parseTimerDefinition() just set the definition there. after that in ScopeInstanceImpl.createTimer() evaluate dueDateTimeDefinition and if the evaluation returns a Date just set it in dueDate otherwise pare dueDateTimeDefinition as a date String..like you do now in JobParser.parseTimerDefinition().
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259093#4259093
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259093
From do-not-reply at jboss.com Wed Oct 7 06:08:17 2009
From: do-not-reply at jboss.com (jidehem)
Date: Wed, 7 Oct 2009 06:08:17 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - EJB3 mutual-referring injection
Message-ID: <10128690.1254910097784.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have two Session beans which depends on each other, but could not manage to make it deploy, since injection seemed to fail.
Is EJB3 mutual-referring injection allowed ?
For example, is the following fragment of code allowed ?
| @Local
| interface A {
| }
|
| @Stateless
| class BeanA{
| @EJB B b;
| ...
| }
|
| @Local
| interface B {
| }
|
| @Stateless
| class BeanB{
| @EJB A a;
| ...
| }
|
Note: I use JBoss 5.1.0GA
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259094#4259094
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259094
From do-not-reply at jboss.com Wed Oct 7 06:11:49 2009
From: do-not-reply at jboss.com (roman.mandeleil@gmail.com)
Date: Wed, 7 Oct 2009 06:11:49 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Connection pool for
ClusteredConnectionFactory, how to ?
Message-ID: <27741107.1254910309007.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Fellows,
I am trying to gather some information of connection pooling for JMS.
Let's say I have the following architecture:
FrontNode ---> Node1 <---> Node2
FrontNode gets HTTP trafic and forwards it to Node1, Node2 - cluster over JMS protocol.
The system works great but the question is regarding pooling connectionFactory.createConnection():
Basicaly that code runs on FrontNode:
Queue queue = (Queue) initialContext.lookup("/queue/MyQueue");
ConnectionFactory cf = (ConnectionFactory) initialContext
.lookup("/MyClusteredConnectionFactory");
connection = cf.createConnection();
Obviously, the create connection is very heavy opperation because it creates the actual socket for the
message. Two questions:
1) How to configure the pool for the create connection operation ?
2) The connection factory is been accessed as a stub because it been
recieved over JNDI so where the configuration for the pool should be applied on the Node1 or on FronNode ?
*) I am using JBoss 5.1 GA
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259095#4259095
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259095
From do-not-reply at jboss.com Wed Oct 7 06:12:53 2009
From: do-not-reply at jboss.com (jidehem)
Date: Wed, 7 Oct 2009 06:12:53 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: EJB3 mutual-referring injection
Message-ID: <3238670.1254910373824.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Forgot to make BeanA implement interface A and to make BeanB implement interface B
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259096#4259096
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259096
From do-not-reply at jboss.com Wed Oct 7 06:25:32 2009
From: do-not-reply at jboss.com (newcomer1)
Date: Wed, 7 Oct 2009 06:25:32 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to start JobExecutor with jBPM
4 + Spring
Message-ID: <15294996.1254911132959.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"unsavory" wrote : Does anyone have any idea how to start the JobExecutor? I have configured the JobExecutor in the jbpm.cfg.xml file and it is working. However, it only seems to run when an asynchronous activity is started (ie: a task with a timeout in it is created).
|
| According to the documentation I just need to add this line to my jbpm.cfg.xml:
|
|
|
| I'm concerned because the JobExecutor does not seem to run when the server is started such as in a server restart. Therefore if I had old jobs from before the server was shut down, they would not run.
|
| I'm running jBPM 4 in a Spring container if that matters.
We are also running jBPM 4 in spring + JTA and we are not having the same problem as you describe. We start our spring context from a simple war project that uses a parent spring context loader at the ear level (we are also using ejbs). When the application is started the jobexecutor is started automaticly as we have setup spring to execute the buildProcessEngine factory method on SpringJbpmConfiguration at spring startup (lazy-init=false).
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259097#4259097
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259097
From do-not-reply at jboss.com Wed Oct 7 06:29:55 2009
From: do-not-reply at jboss.com (ryden13)
Date: Wed, 7 Oct 2009 06:29:55 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Problem with maven building JBoss AS
Message-ID: <10387252.1254911395397.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello
I have a problem building AS. When I execute build.bat some errors appear:
Error building POM (may not be this project????s POM)
Project ID: org.jboss.jbossas:jboss-as-component-matrix:5.1.0.GA
Reason: Cannot find parent: org.jboss:jboss-parent for project: org.jboss.jbossas: jboss-as-component-matrix:pom:5.1.0.GA
I have installed Java version 1.6.0_16 , Ant 1.7.1 and Maven 2.0.10
I have tried with different AS versions: 5.1.0 GA, 5.1.0Beta1, 5.1.0CR1 and always I have the same kind of problem.
Could you help me? Thanks!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259099#4259099
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259099
From do-not-reply at jboss.com Wed Oct 7 06:39:12 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Wed, 7 Oct 2009 06:39:12 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: bean autocompletion not
working on xhtml
Message-ID: <462336.1254911952184.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
alexey - shouldn't the code completion work (but not get refreshed) even without the nature installed ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259102#4259102
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259102
From do-not-reply at jboss.com Wed Oct 7 06:40:22 2009
From: do-not-reply at jboss.com (max.andersen@jboss.com)
Date: Wed, 7 Oct 2009 06:40:22 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Editing the JBoss AS
Configuration
Message-ID: <23005193.1254912022962.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
1) custom jars - right click the server and edit the launch configuration
2) use a custom configuration ? Edit the associated runtime or specify it when creating a new server.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259103#4259103
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259103
From do-not-reply at jboss.com Wed Oct 7 06:51:26 2009
From: do-not-reply at jboss.com (akazakov)
Date: Wed, 7 Oct 2009 06:51:26 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: bean autocompletion not
working on xhtml
Message-ID: <8279084.1254912686021.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
it should but with a delay first time. We need to build KB model when user press ctrl+space if there is not KB nature/builder in the project. So while it's building (in background) CA doesn't work. If it works in different way then it's a bug.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259106#4259106
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259106
From do-not-reply at jboss.com Wed Oct 7 06:55:24 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Wed, 7 Oct 2009 06:55:24 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Editing the JBoss AS
Configuration
Message-ID: <934017.1254912924540.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
jumped into a new problem now.. i see that when selecting the home directory for the JBoss AS, the tool is checking out for the existence of the file 'server/conf/jboss-service.xml' under the server directory.
I copied this manually, but now when i select my application jboss home as the Home Directory, i get the error 'The home directory does not exist or is missing the run.jar'..
I do have the run.jar in my bin folder within my applications jboss home.. What could be wrong here??? What is eclipse searching for over here...
Is this the expected working or is it something wired...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259107#4259107
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259107
From do-not-reply at jboss.com Wed Oct 7 07:03:48 2009
From: do-not-reply at jboss.com (octafiantos)
Date: Wed, 7 Oct 2009 07:03:48 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: jboss-5.1.0.GA doesn't start web
service in hp-ux 11iv3
Message-ID: <21725428.1254913428913.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
oh, my mistake! thx for pointing at the spot and for your help, jaikiran. really appreciate it. i finally decide to deploy both version (jboss-5.1.0.GA for jdk5 and jdk 6) for testing purposes.
both version runs well.
| 2009-10-07 15:28:28,838 INFO [org.apache.coyote.http11.Http11Protocol] (main) Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
| ---deleted---
| 2009-10-07 15:29:12,486 INFO [org.jboss.bootstrap.microcontainer.ServerImpl] (main) JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 1m:26s:247ms
|
--
singgih octafianto
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259108#4259108
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259108
From do-not-reply at jboss.com Wed Oct 7 07:14:16 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Wed, 7 Oct 2009 07:14:16 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How can we contribute to
development?
Message-ID: <14498781.1254914056044.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
To discuss about the development of jBPM there is always the developer's forum. There you can propose things and discuss about new ideas. And then there is always the possibility to fill a JIRA issue (not a bug report but a feature request/proposal). But please be sure to check if a similar proposal or the same is already in the system. In this case you can add your comments to them. If you want to find out how to contribute read the sticky post in the development forum.
http://www.jboss.org/index.html?module=bb&op=viewforum&f=219
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259111#4259111
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259111
From do-not-reply at jboss.com Wed Oct 7 07:17:10 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Wed, 7 Oct 2009 07:17:10 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How can we contribute to
development?
Message-ID: <12440343.1254914230412.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Regarding your question nr. 2:
Tasks have an attribute called executionId. AFAIK as I know you should be able to retrieve the execution by its Id via the ExecutionService by using findExecutionById(). As soon as you have the execution you should be able to retrieve the process instance.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259113#4259113
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259113
From do-not-reply at jboss.com Wed Oct 7 07:21:51 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Wed, 7 Oct 2009 07:21:51 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: EJB3 mutual-referring injection
Message-ID: <28204806.1254914511815.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"jidehem" wrote :
|
| Is EJB3 mutual-referring injection allowed ?
|
|
Use @IgnoreDependency as explained here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=148042
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259116#4259116
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259116
From do-not-reply at jboss.com Wed Oct 7 07:31:17 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Wed, 7 Oct 2009 07:31:17 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: EJB with WAR Classloader
Message-ID: <13840883.1254915077189.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
As per the spec, the .war has its own isolated classloader. However if you want to change that behaviour then follow this http://www.jboss.org/community/wiki/useJBossWebClassLoaderinJBoss5
anonymous wrote : If not, is there another way of an EJB access a static property inside the Web applications?
|
If that class with the static field is meant for both war and EJB jar, then why not package that in a separate jar file and place it in EAR/lib folder so that it's available to both the components and loaded by the same classloader.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259123#4259123
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259123
From do-not-reply at jboss.com Wed Oct 7 07:37:06 2009
From: do-not-reply at jboss.com (ozguy)
Date: Wed, 7 Oct 2009 07:37:06 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: header.jsp - adminPortalURL
is null when it shouldn't be
Message-ID: <7904225.1254915426433.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
maybe the user doesn't have "Admin" role. I think the admin portlets require a user to have "Admin" role otherwise you wont be able to access it.
Can you post a stacktrace?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259125#4259125
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259125
From do-not-reply at jboss.com Wed Oct 7 07:47:19 2009
From: do-not-reply at jboss.com (mesa)
Date: Wed, 7 Oct 2009 07:47:19 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <15398608.1254916039430.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
i too want to do the same thing. my requirement is that
1) a user logs in and uploads few documents , i create a process instance and saves the documents in jcr repository.
2) over the lifecycle of process old documents will be refered and new will be added with different set of properties.
3) Main concern is able to track all documents associated with a process,throughout the life cycle of process....
my design philosphy is :
1) i can have a jackrabbit remote or local repository , for each customer i will create a folder(jcr node) ,unique to his name or having a unique key.
2) over the lifecycle of process all docs will be added beneath this unique key folder,for a process.
3) i can store this node as process variable within jbpm so that if any document is required for a process, i have a direct reference to it in jbpm.
Please suggest if any there is scope for improvement or suggestions...
Technical challenge is ::
1) what is good way to integrate JCR into jbpm
a) i though of writing my own service interface that will interact with JCR remote repository and inject them into application through spring and perform document
management completely outside JBPM scope.
b) OR i should use JBPM Context service support to integrate Jackrabbit repository.
problem is that i have not seen any example over the net , on how it can be done.
no information is available on integrating remoteJCR repository into jbpm
my question is that can i write my own service classes , offering a way into JCR repositoryand can inject them into jbpm context as JCR service.
Can someone please suggest me how this can be done ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259127#4259127
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259127
From do-not-reply at jboss.com Wed Oct 7 07:51:41 2009
From: do-not-reply at jboss.com (ozguy)
Date: Wed, 7 Oct 2009 07:51:41 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: No email in email
validation registration
Message-ID: <18755945.1254916301009.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
you have invalid email domain to start with!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259129#4259129
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259129
From do-not-reply at jboss.com Wed Oct 7 07:51:47 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Wed, 7 Oct 2009 07:51:47 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Editing the JBoss AS
Configuration
Message-ID: <15450468.1254916307988.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I got it.. It was looking for Twiddle.jar in the bin directory....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259130#4259130
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259130
From do-not-reply at jboss.com Wed Oct 7 08:22:50 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Wed, 7 Oct 2009 08:22:50 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Eclipse JBoss AS clean/publish
Message-ID: <9694634.1254918170025.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Using JBoss AS 5.1 i created a server instance with the application home pointing to my server location.
Added my ear project on to the server and tried both clean and publish. Eclipse gives an impression as to something is running by displaying the message dialog with message "Publishing to JBoss 5.1 Runtime Server...". This runs for almost 10-15 secs, which is the exact normal time that other jboss instances has taken previously for my application.
But to my surprise i see that there s nothing created in my jboss deploy folder. In fact my jboss deploy folder has remained untouched. Publish operation had no impact. I re-checked the application home directory configured and it seems correct......
Any help??
Is there any way to track what sub tasks eclipse was exactly doing during the clean / publish operation..
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259137#4259137
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259137
From samk at twinix.com Thu Oct 1 17:12:22 2009
From: samk at twinix.com (samk at twinix.com)
Date: Thu, 1 Oct 2009 16:12:22 -0500 (CDT)
Subject: [jboss-user] Server list empty in eclipse, cannot debug!
Message-ID: <14092405.161254431542424.JavaMail.SYSTEM@larkin>
See Thread at: http://www.techienuggets.com/Detail?tx=72512 Posted on behalf of a User
On the server settings page ( the one you are on before clicking "Open launch configuration") there is a box for Host name. Change this to "0.0.0.0". You'll see that your launch configuration is updated.
In Response To:
hello I run ganymede + jboss 5 up to date
I reinstalled a seam project from a damaged disk where there was ganymede and jboss 4.3
I'm stuck in developement since I can add and run jboss from eclipse server's view, but unfortunately I cannot add a new "debug configuration" or "run configuration" to launch my project with since there are no servers selectable in the list. The list is actually empty :(
I need to debug my application in broadcast mode (-b 0.0.0.0) and ther's no way I can set this parameter from within eclipse server view. I badly need back jboss in launch configuration. What do I miss?
I have all the jboss tools things installed but nothing changed apart having tje jboss server view (only lists the ports in use, but sitll empty run config listbox)
Thanks
Screenshot here...
http://img156.imageshack.us/my.php?image=screenshotld0.jpg
From do-not-reply at jboss.com Wed Oct 7 08:39:17 2009
From: do-not-reply at jboss.com (jidehem)
Date: Wed, 7 Oct 2009 08:39:17 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: EJB3 mutual-referring injection
Message-ID: <24458228.1254919157552.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"jaikiran" wrote : "jidehem" wrote :
| |
| | Is EJB3 mutual-referring injection allowed ?
| |
| |
|
| Use @IgnoreDependency as explained here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=148042
Thanks for the quick reply !
Thus JBoss allows mutual-referring injection. What about standard EJB3 ? I was unable to find if it's allowed or not. (Is it related to reentrant calls ?)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259141#4259141
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259141
From do-not-reply at jboss.com Wed Oct 7 08:42:40 2009
From: do-not-reply at jboss.com (LockDog)
Date: Wed, 7 Oct 2009 08:42:40 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Can't initialize bean
org.springframework.oxm.jaxb.Jaxb2Mars
Message-ID: <10345843.1254919360639.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello, we use JBoss 5.1 GA, spring-ws-1.5.6, jdk 1.6-16
Here is our spring bean definition:
|
|
|
|
|
|
|
| com.cs.stp.bl.document.Documents
|
|
|
When we deploy our application and start jboss, next exception occurs:
| 15:25:28,317 ERROR [[/STP]] Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
| org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'rolesManager' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.reflect.UndeclaredThrowableException
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
| at java.security.AccessController.doPrivileged(Native Method)
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
| at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
| at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
| at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
| at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
| at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
| at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeansOfType(DefaultListableBeanFactory.java:308)
| at org.springframework.context.support.AbstractApplicationContext.getBeansOfType(AbstractApplicationContext.java:947)
| at org.springframework.context.support.AbstractApplicationContext.registerListeners(AbstractApplicationContext.java:701)
| at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:377)
| at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
| at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
| at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
| at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
| at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
| at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
| at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
| at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
| 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.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
| at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
| at $Proxy38.start(Unknown Source)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
| at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
| at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
| at org.jboss.system.ServiceController.start(ServiceController.java:460)
| at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
| at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
| at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
| at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
| at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
| at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
| at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
| at org.jboss.Main.boot(Main.java:221)
| at org.jboss.Main$1.run(Main.java:556)
| at java.lang.Thread.run(Thread.java:619)
| Caused by: java.lang.reflect.UndeclaredThrowableException
| at $Proxy406.getAllRoles(Unknown Source)
| 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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
| at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
| at $Proxy407.getAllRoles(Unknown Source)
| at com.cs.stp.web.spring.RoleManagerService.refresh(RoleManagerService.java:39)
| at com.cs.stp.web.spring.RoleManagerService.afterPropertiesSet(RoleManagerService.java:35)
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
| at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
| ... 86 more
| Caused by: java.io.IOException
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:269)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.io.MarshalledObjectForLocalCalls.get(MarshalledObjectForLocalCalls.java:60)
| at org.jboss.ejb3.remoting.IsLocalInterceptor.invokeLocal(IsLocalInterceptor.java:93)
| at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:72)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
| at $Proxy411.invoke(Unknown Source)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:207)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:164)
| ... 98 more
| Caused by: java.lang.reflect.InvocationTargetException
| 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.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:103)
| ... 183 more
| Caused by: java.io.IOException
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:269)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.ObjectInputStreamProxy.readObjectOverride(ObjectInputStreamProxy.java:68)
| at java.io.ObjectInputStream.readObject(ObjectInputStream.java:345)
| at java.util.ArrayList.readObject(ArrayList.java:593)
| ... 188 more
| Caused by: java.lang.reflect.InvocationTargetException
| 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.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:103)
| ... 208 more
| Caused by: java.io.IOException
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:107)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:269)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.RegularObjectPersister.readSlotWithFields(RegularObjectPersister.java:353)
| at org.jboss.serial.persister.RegularObjectPersister.defaultRead(RegularObjectPersister.java:273)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:241)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.ObjectInputStreamProxy.readObjectOverride(ObjectInputStreamProxy.java:68)
| at java.io.ObjectInputStream.readObject(ObjectInputStream.java:345)
| at java.util.ArrayList.readObject(ArrayList.java:593)
| ... 213 more
| Caused by: java.lang.reflect.InvocationTargetException
| 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.serial.persister.RegularObjectPersister.readSlotWithMethod(RegularObjectPersister.java:103)
| ... 227 more
| Caused by: org.jboss.serial.exception.SerializationException: Could not create instance of com.sun.xml.bind.v2.model.nav.ReflectionNavigator$5 - com.sun.xml.bind.v2.model.nav.ReflectionNavigator$5
| at org.jboss.serial.classmetamodel.ClassMetaData.newInstance(ClassMetaData.java:342)
| at org.jboss.serial.persister.RegularObjectPersister.readData(RegularObjectPersister.java:239)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.readObjectDescriptionFromStreaming(ObjectDescriptorFactory.java:412)
| at org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.objectFromDescription(ObjectDescriptorFactory.java:82)
| at org.jboss.serial.objectmetamodel.DataContainer$DataContainerInput.readObject(DataContainer.java:845)
| at org.jboss.serial.persister.ObjectInputStreamProxy.readObjectOverride(ObjectInputStreamProxy.java:68)
| at java.io.ObjectInputStream.readObject(ObjectInputStream.java:345)
| at java.util.ArrayList.readObject(ArrayList.java:593)
| ... 232 more
| Caused by: java.lang.InstantiationException: com.sun.xml.bind.v2.model.nav.ReflectionNavigator$5
| at java.lang.Class.newInstance0(Class.java:340)
| at java.lang.Class.newInstance(Class.java:308)
| at org.jboss.serial.classmetamodel.ClassMetaData.newInstance(ClassMetaData.java:334)
| ... 239 more
| 15:25:28,317 ERROR [StandardContext] Error listenerStart
|
But if i comment previous bean, then all works good.
In JBoss 4.2.3 GA all works good too.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259142#4259142
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259142
From do-not-reply at jboss.com Wed Oct 7 08:58:42 2009
From: do-not-reply at jboss.com (LockDog)
Date: Wed, 7 Oct 2009 08:58:42 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Can't initialize bean
org.springframework.oxm.jaxb.Jaxb2
Message-ID: <12061279.1254920322501.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
UPD
When we define this bean in war with org.jboss.spring.vfs.context.VFSXmlWebApplicationContext, all works good
But when we define this bean in EJB with @Interceptors(SpringBeanAutowiringInterceptor.class)
Then we have previous exception.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259145#4259145
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259145
From do-not-reply at jboss.com Wed Oct 7 09:12:48 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Wed, 7 Oct 2009 09:12:48 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Eclipse JBoss AS
clean/publish
Message-ID: <16266607.1254921168261.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
seems to be something related with the 5.1 version instance.. Just as a workaround i tried using the 5.0 instance and it worked
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259147#4259147
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259147
From do-not-reply at jboss.com Wed Oct 7 09:14:20 2009
From: do-not-reply at jboss.com (alessio.soldano@jboss.com)
Date: Wed, 7 Oct 2009 09:14:20 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: wsconsume generate
client from a wsdl with basic authent
Message-ID: <26024094.1254921260163.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
That's probably because the tool would need to access other imported resources (xsd/wsdl) which are protected too. A workaround is to download the wsdl and the referenced resources, modify the links and consume the local version.
You basically need the same as the fix for https://jira.jboss.org/jira/browse/WISE-134, which will probably be included when dealing with
https://jira.jboss.org/jira/browse/JBWS-2725
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259148#4259148
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259148
From do-not-reply at jboss.com Wed Oct 7 09:44:50 2009
From: do-not-reply at jboss.com (akhilachuthan)
Date: Wed, 7 Oct 2009 09:44:50 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Invoking server startup class
Message-ID: <4541512.1254923090121.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I an using JBoss AS 5.1 with eclipse. Since before starting the server my application need to perform some validation tasks, I am in need of configuring the invoking server startup class from org.jboss.Main to my custom class. How do i do this...
With default JBoss instance available with eclipse, the .serverdef file had option to define the startup class and its configuration...
How do i do this here with JBoss tools AS server??
Please help
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259156#4259156
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259156
From do-not-reply at jboss.com Wed Oct 7 09:58:57 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Wed, 7 Oct 2009 09:58:57 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <31155136.1254923937429.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
your code seems correct. As we both don't know whether it will work with an Interceptor, I would advice you to make some test: call a servlet and try to perform your login action inside this. If this works, the problems might be a result of some Interceptor problem. If it works not with the servlet, the error lies probably in your security config.
I see that you use username and password to perform the LDAP login. Why not using e.g. form based authentication according to the servlet spec (by declaring a range of secured pages in "web.xml")? JBoss provides a login module against LDAP.
You might read e.g. this (shows all the steps required to secure a web app): http://www.developer.com/security/article.php/3077421/Introduction-to-Securing-Web-Applications-with-JBoss-and-LDAP.htm
or this (details about the JBoss LDAP login module): http://www.jboss.org/community/wiki/LdapLoginModule
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259159#4259159
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259159
From do-not-reply at jboss.com Wed Oct 7 10:02:41 2009
From: do-not-reply at jboss.com (@tul)
Date: Wed, 7 Oct 2009 10:02:41 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - problem in getting db session.
Message-ID: <10471301.1254924161633.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi All,
I am using jbpm 4.1 version. In my code i am using following command to get an instance of DbSession class.
DbSession dbSession = (DbSession)EnvironmentImpl.getFromCurrent(DbSession.class, false);
but i am getting null in dbSession variable. Could please any one tell me what is happning. do i need set something in cfg file.
Thanks in advance
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259162#4259162
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259162
From do-not-reply at jboss.com Wed Oct 7 10:18:03 2009
From: do-not-reply at jboss.com (praenti)
Date: Wed, 7 Oct 2009 10:18:03 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <3470396.1254925083354.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok. Thank you. I will try that with the servlet.
Form based authentication would be also a way to solve that use case but needs more work, because my current code is migrated from an old application.
One of the speciality that I have, is that my roles are not defined in the LDAP itself but in a database which is queried with the username after the user has authenticated against the LDAP (in my case a global catalog of a Active-Directory structure) to get the role.
A second point is that I have to parse the LDAP connection string before connecting, because I need to get the global catalog servers from a SRV query on the DNS system.
I hope these two things are also possible with the form based authetication, but I think I cannot use a existing JBoss LoginModule for that and have to use my own.
I will have a deeper look into the article, perhaps I get an idea how I can solve my issue.
Kind regards,
Michael
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259170#4259170
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259170
From do-not-reply at jboss.com Wed Oct 7 10:18:15 2009
From: do-not-reply at jboss.com (rodedh)
Date: Wed, 7 Oct 2009 10:18:15 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - PHP on Jboss AS 5
Message-ID: <30643214.1254925095870.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Is it possible to enable php on jbossweb.sar application (deployed in Jboss/server/xxx/deploy/jbossweb.sar)
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259171#4259171
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259171
From do-not-reply at jboss.com Wed Oct 7 10:46:16 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Wed, 7 Oct 2009 10:46:16 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Eclipse JBoss AS
clean/publish
Message-ID: <2271787.1254926776392.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
JBoss Tools does not deploy to the app server's deploy directory, instead it deploys apps in a subdirectory of workspace\.metadata\.plugins\org.jboss.ide.eclipse.as.core. Though I believe you can change this behavior...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259179#4259179
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259179
From do-not-reply at jboss.com Wed Oct 7 10:51:50 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Wed, 7 Oct 2009 10:51:50 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: PHP on Jboss AS 5
Message-ID: <3374273.1254927110899.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Did you search the forums for "PHP"? You might hvae found several posts, including:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158271
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259182#4259182
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259182
From do-not-reply at jboss.com Wed Oct 7 11:29:31 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Wed, 7 Oct 2009 11:29:31 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem with maven building JBoss
AS
Message-ID: <6373164.1254929371603.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
It built for me (5.1.0.GA) and the only difference I can see is I am using Maven 2.2.0.
Which sources did you use? The tar.gz file form the downloads page or did you checkout from Subversion?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259194#4259194
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259194
From do-not-reply at jboss.com Wed Oct 7 11:43:32 2009
From: do-not-reply at jboss.com (nicolasduminil)
Date: Wed, 7 Oct 2009 11:43:32 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Can't install JBoss Tools in
Eclipse 3.5 SR1
Message-ID: <3806879.1254930212318.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Greetings,
Trying to install JBoss Tools with Eclipse 3.5 SR1 for Windows Vista 32 bits.
After having added the JBoss http://download.jboss.org/jbosstools/updates/stable site I'm proposed the following:
JBoss Tools - 3.0.2.v200909151014R-H192-GA
JBoss Tools Integration for TPTP, BIRT - 3.0.2.v200909151014R-H192-GA
Selecting both and clicking Next gives:
Cannot complete the install because of a conflicting dependency.
Software being installed: JBoss ESB Tools 1.1.1.v200909151014R-H192-GA (org.jboss.tools.esb.feature.feature.group 1.1.1.v200909151014R-H192-GA)
Software being installed: TPTP Profile On JBoss Server 1.0.0.v200909151014R-H192-GA (org.jboss.tools.tptp.feature.feature.group 1.0.0.v200909151014R-H192-GA)
Only one of the following can be installed at once:
International Components for Unicode for Java (ICU4J) 4.0.1.v20090415 (com.ibm.icu 4.0.1.v20090415)
International Components for Unicode for Java (ICU4J) 3.8.1.v20080530 (com.ibm.icu 3.8.1.v20080530)
International Components for Unicode for Java (ICU4J) 4.0.1.v20090822 (com.ibm.icu 4.0.1.v20090822)
Cannot satisfy dependency:
From: Hyades Trace Core UI 4.5.1.v200908290100 (org.eclipse.hyades.trace.ui 4.5.1.v200908290100)
To: bundle com.ibm.icu [4.0.0,5.0.0)
Cannot satisfy dependency:
From: TPTP Instrumentation Annotation Support 4.5.1.v200901090100 (org.eclipse.tptp.platform.instrumentation.annotation 4.5.1.v200901090100)
To: bundle org.eclipse.hyades.trace.ui [4.5.0,5.0.0)
Cannot satisfy dependency:
From: Instrument Core UI Feature 4.2.200.v200901090956-78778a8s733K353K3533 (org.eclipse.tptp.platform.instrumentation.ui.feature.group 4.2.200.v200901090956-78778a8s733K353K3533)
To: org.eclipse.tptp.platform.instrumentation.annotation [4.5.1.v200901090100]
Cannot satisfy dependency:
From: TPTP Charting Service 4.3.0.v200906091631-7D77F8N9oB55W5L7L6G8B (org.eclipse.tptp.platform.report.feature.group 4.3.0.v200906091631-7D77F8N9oB55W5L7L6G8B)
To: org.eclipse.tptp.platform.report.ui [4.1.400.v200905160100]
Cannot satisfy dependency:
From: TPTP Report UI 4.1.400.v200905160100 (org.eclipse.tptp.platform.report.ui 4.1.400.v200905160100)
To: bundle com.ibm.icu [4.0.0,5.0.0)
Cannot satisfy dependency:
From: TPTP Platform Project 4.5.2.v200901090956-8F82EsM9TofPP4ogyX-bRjDoPYGV (org.eclipse.tptp.platform.runtime.feature.group 4.5.2.v200901090956-8F82EsM9TofPP4ogyX-bRjDoPYGV)
To: org.eclipse.tptp.platform.instrumentation.ui.feature.group [4.2.200.v200901090956-78778a8s733K353K3533]
Cannot satisfy dependency:
From: TPTP Platform Project 4.6.1.v200908220100-8H8DFHq9a0jIg3EPLWGP4aXul5uw (org.eclipse.tptp.platform.runtime.feature.group 4.6.1.v200908220100-8H8DFHq9a0jIg3EPLWGP4aXul5uw)
To: org.eclipse.tptp.platform.report.feature.group [4.3.0.v200906091631-7D77F8N9oB55W5L7L6G8B]
Cannot satisfy dependency:
From: SSE JavaScript Source Editor 1.0.200.v200805160650 (org.eclipse.wst.javascript.ui 1.0.200.v200805160650)
To: bundle com.ibm.icu [3.4.4,4.0.0)
Cannot satisfy dependency:
From: JBoss ESB Tools 1.1.1.v200909151014R-H192-GA (org.jboss.tools.esb.feature.feature.group 1.1.1.v200909151014R-H192-GA)
To: org.jboss.tools.esb.ui [1.1.1.v200909151014R-H192-GA]
Cannot satisfy dependency:
From: JBoss ESB Tools 1.1.1.v200909151014R-H192-GA (org.jboss.tools.esb.ui 1.1.1.v200909151014R-H192-GA)
To: bundle org.jboss.tools.jst.web.ui 0.0.0
Cannot satisfy dependency:
From: Jsp Editor Plug-in 3.0.2.v200909151014R-H192-GA (org.jboss.tools.jst.jsp 3.0.2.v200909151014R-H192-GA)
To: bundle org.eclipse.wst.javascript.ui 0.0.0
Cannot satisfy dependency:
From: Web UI 3.0.2.v200909151014R-H192-GA (org.jboss.tools.jst.web.ui 3.0.2.v200909151014R-H192-GA)
To: bundle org.jboss.tools.jst.jsp 2.0.0
Cannot satisfy dependency:
From: TPTP Profile On JBoss Server 1.0.0.v200909151014R-H192-GA (org.jboss.tools.tptp.feature.feature.group 1.0.0.v200909151014R-H192-GA)
To: org.eclipse.tptp.platform.runtime.feature.group 4.5.1
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259199#4259199
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259199
From do-not-reply at jboss.com Wed Oct 7 11:52:15 2009
From: do-not-reply at jboss.com (bwalker55)
Date: Wed, 7 Oct 2009 11:52:15 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: Looking for standard jndi/jdbc
java connection syntax
Message-ID: <9713643.1254930735864.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the reply and for the link.
I'll post follow up questions in that thread.
bob.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259203#4259203
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259203
From do-not-reply at jboss.com Wed Oct 7 11:56:34 2009
From: do-not-reply at jboss.com (nickboldt)
Date: Wed, 7 Oct 2009 11:56:34 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Can't install JBoss Tools in
Eclipse 3.5 SR1
Message-ID: <15493198.1254930994707.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
JBoss Tools 3.0 does not run on Eclipse 3.5.
For Eclipse 3.5, you need JBoss Tools 3.1:
https://www.jboss.org/tools/download/dev.html
Or, use JBoss Tools 3.0 with Eclipse 3,4:
https://www.jboss.org/tools/download/stable/3_0_GA.html
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259206#4259206
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259206
From do-not-reply at jboss.com Wed Oct 7 12:14:11 2009
From: do-not-reply at jboss.com (jimmychou)
Date: Wed, 7 Oct 2009 12:14:11 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Websphere 6.1 and jBPM 4
Message-ID: <21654516.1254932051888.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Greetings,
I am interested in deploying jBPM 4 on WebSphere 6.1/7.0. Does any one have any success? What are the steps?
Thanks & Regards,
Jimmy
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259209#4259209
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259209
From do-not-reply at jboss.com Wed Oct 7 12:42:39 2009
From: do-not-reply at jboss.com (nicolasduminil)
Date: Wed, 7 Oct 2009 12:42:39 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Can't install JBoss Tools in
Eclipse 3.5 SR1
Message-ID: <24610203.1254933759076.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
What is the URL of the JBoss Tools 3.1 update site ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259215#4259215
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259215
From do-not-reply at jboss.com Wed Oct 7 12:53:52 2009
From: do-not-reply at jboss.com (bwalker55)
Date: Wed, 7 Oct 2009 12:53:52 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re:
javax.naming.NameNotFoundException: jdbc not bound
Message-ID: <14444197.1254934432409.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I've been referred here from my own similar query: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259203#4259203
>From what I can gather from this thread, a web.xml and jboss-web.xml must exist in the WEB-INF directory of every application that wants to access the globally defined datasource: *.ds.xml.
It would appear the purpose of the these two files is to map a Java EE Environment Naming Context (enc) 'local' entry (ie java:/comp/env/jdbc/MyDataSource) to a jBossNS 'global' naming entry (ie java:/MyDataSource). Have I got this right?
Now, is there a way to globally define this mapping for all jBoss web applications in a similar fashion that the *-ds.xml datasource is globally defined? I would like to deliver an application that does not have jBoss specific configuration entries in the web.xml and does not need a jboss-web.xml file.
I know there are applications (I've installed at least one) that work with jBoss that only need the *-ds.xml deployed. What's the trick?
Thanks, Bob.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259216#4259216
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259216
From do-not-reply at jboss.com Wed Oct 7 13:02:06 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Wed, 7 Oct 2009 13:02:06 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <764890.1254934926043.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Why not look at something like Alfresco? It uses jBPM, JCR, Spring etc...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259219#4259219
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259219
From do-not-reply at jboss.com Wed Oct 7 13:03:01 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Wed, 7 Oct 2009 13:03:01 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Can't install JBoss Tools in
Eclipse 3.5 SR1
Message-ID: <28063468.1254934981876.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
All of the URLs are available at https://www.jboss.org/tools/download.html. I recommend using the one under Development Updates.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259220#4259220
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259220
From do-not-reply at jboss.com Wed Oct 7 13:08:04 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Wed, 7 Oct 2009 13:08:04 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re:
javax.naming.NameNotFoundException: jdbc not bound
Message-ID: <8466483.1254935284841.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : It would appear the purpose of the these two files is to map a Java EE Environment Naming Context (enc) 'local' entry (ie java:/comp/env/jdbc/MyDataSource) to a jBossNS 'global' naming entry (ie java:/MyDataSource). Have I got this right?
Yes.
anonymous wrote : Now, is there a way to globally define this mapping for all jBoss web applications in a similar fashion that the *-ds.xml datasource is globally defined? I would like to deliver an application that does not have jBoss specific configuration entries in the web.xml and does not need a jboss-web.xml file.
No. The ENC is application-specific. In fact, each web app gets its own ENC. You can verify this by using JNDIView (in the jmx console). And each app can see only its own ENC.
anonymous wrote : I know there are applications (I've installed at least one) that work with jBoss that only need the *-ds.xml deployed. What's the trick?
You can have the app directly look up "java:/MyDatasource" instead of using "jdbc/MyDatasource". In that case you do not need any of the web.xml or jboss-web.xml entries.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259221#4259221
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259221
From do-not-reply at jboss.com Wed Oct 7 13:12:37 2009
From: do-not-reply at jboss.com (nickboldt)
Date: Wed, 7 Oct 2009 13:12:37 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Can't install JBoss Tools in
Eclipse 3.5 SR1
Message-ID: <816599.1254935557619.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
It's also linked from the page I specified:
https://www.jboss.org/tools/download/dev.html
-->
http://download.jboss.org/jbosstools/updates/JBossTools-3.1.0.M3/
Or, you can download the whole update site as a zip and install from that.
Instructions for doing so are ALSO linked from https://www.jboss.org/tools/download/dev.html
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259222#4259222
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259222
From do-not-reply at jboss.com Wed Oct 7 13:13:58 2009
From: do-not-reply at jboss.com (s3filho)
Date: Wed, 7 Oct 2009 13:13:58 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: EJB with WAR Classloader
Message-ID: <30288840.1254935638554.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thank you,
Creating the jboss-classloading.xml file worked fine but what you said made me think better and it really was my mistake.
The class I was using was placed in both blaces (war an EJB jar) so it was loaded twice.
Thank's again
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259224#4259224
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259224
From do-not-reply at jboss.com Wed Oct 7 13:16:26 2009
From: do-not-reply at jboss.com (nicolasduminil)
Date: Wed, 7 Oct 2009 13:16:26 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Can't install JBoss Tools in
Eclipse 3.5 SR1
Message-ID: <671778.1254935786576.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Many thanks. It's slow but know it should work.
Kind regards,
Nicolas
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259225#4259225
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259225
From do-not-reply at jboss.com Wed Oct 7 13:19:26 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Wed, 7 Oct 2009 13:19:26 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How can we contribute to
development?
Message-ID: <25526415.1254935966480.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
1: It's not only the "quick fix" in the source, it is also a testcase (multiple?), changes to the docs etc... If you file a jira issue, provide all these then we can incorporate it easier,contributions are welcome :-)
3: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=158610 has something about searching the jira.... you have not done this I assume. Look for issue JBPM-2505
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259228#4259228
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259228
From do-not-reply at jboss.com Wed Oct 7 13:42:37 2009
From: do-not-reply at jboss.com (bwalker55)
Date: Wed, 7 Oct 2009 13:42:37 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re:
javax.naming.NameNotFoundException: jdbc not bound
Message-ID: <6234197.1254937357941.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : You can have the app directly look up "java:/MyDatasource" instead of using "jdbc/MyDatasource". In that case you do not need any of the web.xml or jboss-web.xml entries.
I'd already made that change in our source code as a temporary fix. Guess we'll keep it :-)
Thanks for the quick response.
Bob.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259231#4259231
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259231
From dsharp02 at gmail.com Wed Oct 7 13:44:50 2009
From: dsharp02 at gmail.com (David Sharp)
Date: Wed, 7 Oct 2009 12:44:50 -0500
Subject: [jboss-user] Outgoing SSL from a web-app
Message-ID:
I have a web application deployed to JBoss that works fine. However I
cannot seem to find instructions explaining how to tell JBoss which
truststore file to use for outgoing SSL connections. My web app needs
to call a web service that is using a self-signed certificate. I've
created a truststore file and imported the certificate, however I
can't get JBoss to actually use it.
All of the instructions on the web describe how to configure JBoss to
accept incoming SSL connections, however none seem to address my
problem. I have modified jboss-web.deployer/server.xml to add a
connector as follows:
However I suspect that this is only used when accepting incoming
connections, not when making outgoing web service calls.
I would appreciate any help anyone could provide with this issue.
Thanks,
Dave
From do-not-reply at jboss.com Wed Oct 7 14:14:18 2009
From: do-not-reply at jboss.com (groovie)
Date: Wed, 7 Oct 2009 14:14:18 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: Cannot find service
endpoint target
Message-ID: <6770335.1254939258427.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Salut mecs,
the problem hints to an inavailable ressource on the
session bean, like a delayed of unavailable
datasource.You shold check the server.log for any
kind of ressource problems.
In our case, our web-services suddently ran
into the same problem,. throwing the same exception.
We are using an Oracle-DB for to persist our data.
Sombody changed the OracleDialect to OracleDialect
or another one finally we hat the problems with our
webservice.
Some week later i noticed error messages (only one
line) like this one:
server.log.2009-10-02:2009-10-02 11:28:36,575 INFO [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.Oracle10gDialect
server.log.2009-10-02:2009-10-02 11:39:37,602 INFO [org.hibernate.dialect.Dialect] Using dialect: org.hibernate.dialect.OracleDialect
server.log.2009-10-02:2009-10-02 11:39:37,602 WARN [org.hibernate.dialect.Oracle9Dialect] The Oracle9Dialect dialect has been deprecated; use either Oracle9iDialect or Oracle10gDialect instead
Despite the fact, that this are only warnings, i guess,
i found that smoking gun.
Assumption:
The error/warning condition slowed down the
session bean, causing the WS unsuccessfully
searching for a session bean, that has not been
started.
I switched to the Oracle10gDialect and the problem
disappeared!
Voila
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259234#4259234
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259234
From do-not-reply at jboss.com Wed Oct 7 14:39:57 2009
From: do-not-reply at jboss.com (hamptont)
Date: Wed, 7 Oct 2009 14:39:57 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: header.jsp - adminPortalURL
is null when it shouldn't be
Message-ID: <30156321.1254940797642.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I fixed the problem.
It turned out that I had messed up the context section of the default-object.xml file. It was a real trick to track it down since there were no errors and the portal almost worked.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259240#4259240
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259240
From do-not-reply at jboss.com Wed Oct 7 16:45:48 2009
From: do-not-reply at jboss.com (stacy)
Date: Wed, 7 Oct 2009 16:45:48 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Failed to find property editor
for: marshaller
Message-ID: <6256038.1254948348555.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am running a Jboss client from within another application server, which is supposed to connect to the Jboss server remotely located. I am able get successfully connected if I run my client as a stand alone, but when I run it within my app server I get disconnected with this error Failed to find property editor for: marshaller. Is there anything I need to do on the client side to make this happen? Here is the trace from the app server where the client is running...
[aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] created
2009-10-07 15:03:34,825 Stdout WARN callout.out - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] created client
2009-10-07 15:03:34,825 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Mapping properties for bean: SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457]
2009-10-07 15:03:34,826 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingFrequency, editor: java.beans.PropertyDescriptor at 23f96523, setter: public void org.jboss.remoting.transport.bisocket.BisocketClientInvoker.setPingFrequency(int)
2009-10-07 15:03:34,826 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfCallRetries, editor: java.beans.PropertyDescriptor at 7897d99, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfCallRetries(int)
2009-10-07 15:03:34,826 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: marshaller, editor: java.beans.PropertyDescriptor at 822e4d56, setter: public void org.jboss.remoting.MicroRemoteClientInvoker.setMarshaller(org.jboss.remoting.marshal.Marshaller)
2009-10-07 15:03:34,830 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to find property editor for: marshaller
2009-10-07 15:03:34,831 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to write property
2009-10-07 15:03:34,832 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfRetries, editor: java.beans.PropertyDescriptor at 94d984df, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfRetries(int)
2009-10-07 15:03:34,833 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: timeout, editor: java.beans.PropertyDescriptor at 912f0dc8, setter: null
2009-10-07 15:03:34,833 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting maxPoolSize to 200
2009-10-07 15:03:34,834 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:34,835 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:34,836 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:34,836 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] constructed
2009-10-07 15:03:34,837 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting maxPoolSize to 200
2009-10-07 15:03:34,838 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:34,839 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:34,839 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:34,840 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker Setting ping frequency to: 214748364
2009-10-07 15:03:34,840 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] connecting
2009-10-07 15:03:34,841 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker Creating semaphore with size 200
2009-10-07 15:03:34,841 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] added new pool ([]) as ServerAddress[193.222.55.22:4457, NO enableTcpNoDelay timeout 0 ms, maxPoolSize=200]
2009-10-07 15:03:34,841 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] connected
2009-10-07 15:03:34,842 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] sending initial lease ping to server to determine if server has leasing enabled.
2009-10-07 15:03:34,842 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[6f513, $PING$]
2009-10-07 15:03:34,842 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:34,843 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] creating socket
2009-10-07 15:03:34,911 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] created socket: Socket[addr=/193.222.55.22,port=4457,localport=36009]
2009-10-07 15:03:34,912 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper constructing org.jboss.jms.client.remoting.ClientSocketWrapper instance for Socket[addr=/193.222.55.22,port=4457,localport=36009], using timeout 0
2009-10-07 15:03:34,913 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] setting timeout to 0
2009-10-07 15:03:34,914 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 71 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:34,914 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:34,914 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:34,915 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[6f513, $PING$]
2009-10-07 15:03:34,915 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:34,916 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[6f513, $PING$]]
2009-10-07 15:03:34,917 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:34,917 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:34,918 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:34,989 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:34,990 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:34,990 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:34,990 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:34,991 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet SerializedPacket[null]
2009-10-07 15:03:34,991 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:34,993 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:34,994 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[267b76, InvocationResponse[73b879, true]]
2009-10-07 15:03:34,995 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:34,995 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:34,996 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[267b76, InvocationResponse[73b879, true]]
2009-10-07 15:03:34,996 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of InvocationResponse[73b879, true]
2009-10-07 15:03:34,997 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker server does have leasing enabled (with default lease period of 10000) and will start a new lease pinger.
2009-10-07 15:03:34,997 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] adding new client with session ID 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d and lease period 10000
2009-10-07 15:03:34,998 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] sending ping to server. Currently managing lease for following clients:
3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d
2009-10-07 15:03:34,998 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[1542094, $PING$]
2009-10-07 15:03:34,999 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,000 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,000 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 2 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,001 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,002 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,002 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[1542094, $PING$]
2009-10-07 15:03:35,003 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,004 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[1542094, $PING$]]
2009-10-07 15:03:35,008 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,009 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,009 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,081 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,082 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,082 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,083 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,083 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet SerializedPacket[null]
2009-10-07 15:03:35,084 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,085 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,086 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[1aecf45, InvocationResponse[1a9ec16, true]]
2009-10-07 15:03:35,087 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:35,087 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:35,088 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[1aecf45, InvocationResponse[1a9ec16, true]]
2009-10-07 15:03:35,088 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of InvocationResponse[1a9ec16, true]
2009-10-07 15:03:35,089 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] successfully pinged the server
2009-10-07 15:03:35,089 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] starting lease timer with ping period of 10000
2009-10-07 15:03:35,090 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Mapping properties for bean: SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457]
2009-10-07 15:03:35,091 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingFrequency, editor: java.beans.PropertyDescriptor at 23f96523, setter: public void org.jboss.remoting.transport.bisocket.BisocketClientInvoker.setPingFrequency(int)
2009-10-07 15:03:35,098 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfCallRetries, editor: java.beans.PropertyDescriptor at 7897d99, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfCallRetries(int)
2009-10-07 15:03:35,098 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: marshaller, editor: java.beans.PropertyDescriptor at 822e4d56, setter: public void org.jboss.remoting.MicroRemoteClientInvoker.setMarshaller(org.jboss.remoting.marshal.Marshaller)
2009-10-07 15:03:35,134 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to find property editor for: marshaller
2009-10-07 15:03:35,135 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to write property
2009-10-07 15:03:35,135 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: numberOfRetries, editor: java.beans.PropertyDescriptor at 94d984df, setter: public void org.jboss.remoting.transport.socket.MicroSocketClientInvoker.setNumberOfRetries(int)
2009-10-07 15:03:35,136 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: timeout, editor: java.beans.PropertyDescriptor at 912f0dc8, setter: null
2009-10-07 15:03:35,136 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting maxPoolSize to 1
2009-10-07 15:03:35,137 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:35,138 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:35,138 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:35,139 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] constructed
2009-10-07 15:03:35,139 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting maxPoolSize to 1
2009-10-07 15:03:35,140 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting client socket wrapper class name to org.jboss.jms.client.remoting.ClientSocketWrapper
2009-10-07 15:03:35,140 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting shouldCheckConnection to false
2009-10-07 15:03:35,141 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.SocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] setting timeout to 0
2009-10-07 15:03:35,142 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker Setting ping frequency to: 214748364
2009-10-07 15:03:35,142 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] connecting
2009-10-07 15:03:35,142 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.MicroSocketClientInvoker Creating semaphore with size 1
2009-10-07 15:03:35,143 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] added new pool ([]) as ServerAddress[193.222.55.22:4457, NO enableTcpNoDelay timeout 0 ms, maxPoolSize=1]
2009-10-07 15:03:35,144 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[cac02f, bisocket://193.222.55.22:4457] connected
2009-10-07 15:03:35,144 Stdout WARN callout.out - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] is doing push callbacks
2009-10-07 15:03:35,146 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.Client starting callback Connector: InvokerLocator [bisocket://193.222.88.33:57837866/callback?callbackServerHost=193.222.88.33&callbackServerPort=57837866&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=3r26qk-p6lll4-g0iic14b-1-g0iic488-h&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper]
2009-10-07 15:03:35,148 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Mapping properties for bean: SocketServerInvoker[193.222.88.33:57837866]
2009-10-07 15:03:35,148 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingFrequency, editor: java.beans.PropertyDescriptor at 61a23d43, setter: public void org.jboss.remoting.transport.bisocket.BisocketServerInvoker.setPingFrequency(int)
2009-10-07 15:03:35,149 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: timeout, editor: java.beans.PropertyDescriptor at 638918e8, setter: public void org.jboss.remoting.ServerInvoker.setTimeout(int)
2009-10-07 15:03:35,150 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: pingWindowFactor, editor: java.beans.PropertyDescriptor at 7f5b3f3e, setter: public void org.jboss.remoting.transport.bisocket.BisocketServerInvoker.setPingWindowFactor(int)
2009-10-07 15:03:35,150 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: onewayThreadPool, editor: java.beans.PropertyDescriptor at d60e2b6a, setter: public void org.jboss.remoting.ServerInvoker.setOnewayThreadPool(org.jboss.util.threadpool.ThreadPool)
2009-10-07 15:03:35,169 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to find property editor for: onewayThreadPool
2009-10-07 15:03:35,170 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Failed to write property
2009-10-07 15:03:35,170 Stdout WARN callout.out - [aop-trace] org.jboss.util.propertyeditor.PropertyEditors Property editor found for: dataType, editor: java.beans.PropertyDescriptor at c81181d8, setter: null
2009-10-07 15:03:35,171 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] did not find server socket factory configuration as mbean service or classname. Creating default server socket factory.
2009-10-07 15:03:35,171 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] created server socket factory javax.net.DefaultServerSocketFactory at 3e48f2
2009-10-07 15:03:35,172 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] setting pingFrequency to 214748364
2009-10-07 15:03:35,172 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] setting pingWindowFactor to 10
2009-10-07 15:03:35,173 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.Connector org.jboss.remoting.transport.Connector at 4c2683 started
2009-10-07 15:03:35,174 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.local.LocalClientInvoker Using local client invoker for invocation.
2009-10-07 15:03:35,174 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] received InternalInvocation[f09995]
2009-10-07 15:03:35,174 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.ServerInvoker handling InternalInvocation where method name = addClientListener
2009-10-07 15:03:35,175 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.ServerInvoker ServerInvoker (SocketServerInvoker[193.222.88.33:57837866]) added client callback handler CallbackManager[68bcef] with session id of 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d+3r26qk-p6lll4-g0iic14b-1-g0iic491-i and callback handle object of null.
2009-10-07 15:03:35,175 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] successfully dispatched invocation, returning null from subsystem 'JMS' to client 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d
2009-10-07 15:03:35,176 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.InvokerRegistry destroying client invoker InvokerLocator [bisocket://193.222.88.33:57837866/callback?callbackServerHost=193.222.88.33&callbackServerPort=57837866&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=3r26qk-p6lll4-g0iic14b-1-g0iic488-h&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper], config {}
2009-10-07 15:03:35,176 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.InvokerRegistry removed org.jboss.remoting.transport.local.LocalClientInvoker at 121f956 from registry
2009-10-07 15:03:35,177 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.InvokerRegistry disconnecting org.jboss.remoting.transport.local.LocalClientInvoker at 121f956
2009-10-07 15:03:35,177 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[aab87f, JMS, InternalInvocation[1d46c20]]
2009-10-07 15:03:35,178 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker getting secondary locator
2009-10-07 15:03:35,178 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[2df, InternalInvocation[bc839a]]
2009-10-07 15:03:35,179 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,180 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,181 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 2 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,181 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,182 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,182 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[2df, InternalInvocation[bc839a]]
2009-10-07 15:03:35,183 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,183 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[2df, InternalInvocation[bc839a]]]
2009-10-07 15:03:35,184 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,185 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,185 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,259 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,260 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,260 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,261 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,261 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet SerializedPacket[null]
2009-10-07 15:03:35,262 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,264 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,265 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[18787c9, InvokerLocator [null://193.222.55.22:2150/?]]
2009-10-07 15:03:35,265 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:35,266 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:35,266 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[18787c9, InvokerLocator [null://193.222.55.22:2150/?]]
2009-10-07 15:03:35,267 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of InvokerLocator [null://193.222.55.22:2150/?]
2009-10-07 15:03:35,267 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketClientInvoker secondary locator: InvokerLocator [null://193.222.55.22:2150/?]
2009-10-07 15:03:35,268 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker creating control connection: InvokerLocator [null://193.222.55.22:2150/?]
2009-10-07 15:03:35,300 SCR Component Actor INFO jetty.webconnector - Starting JETTY
2009-10-07 15:03:35,300 SCR Component Actor INFO jetty.webconnector - jetty-6.1.15
2009-10-07 15:03:35,331 SCR Component Actor INFO jetty.webconnector - Started BufferConnector
2009-10-07 15:03:35,331 SCR Component Actor WARN jetty.webconnector - JETTY-6.1.15 started
2009-10-07 15:03:35,332 SCR Component Actor INFO agent.http.pxlet.jetty.pushlet - webapp alu3pco sounds like to import the package com.alcatel.as.util.apptracker: It must register itself via the AppService interface. This application won't be deployed for now
2009-10-07 15:03:35,334 SCR Component Actor INFO osgi.event.service - Service registered by bundle JettyContainer(1.0.0)
{objectClass=[com.alcatel.as.service.webcontainer.WebContainerServicecom.alcatel.as.util.apptracker.AppService],protocol=WEB,service.id=130}
2009-10-07 15:03:35,335 SCR Component Actor INFO osgi.event.service - Service registered by bundle JettyWebConnector(1.2530.05)
{component.id=20,component.name=JettyWebConnector,objectClass=[com.alcatel.as.service.webconnector.WebConnector],service.id=129}
2009-10-07 15:03:35,342 SCR Component Actor INFO com.alcatel_lucent.sip.registrar.impl.DomainHelperService - Activating DomainHelperService ...
2009-10-07 15:03:35,344 SCR Component Actor INFO osgi.event.service - Service registered by bundle RegistrarImpl(2.2530.06)
{component.id=21,component.name=LocalDomain,configDomain.target=(service.pid=sipagent),objectClass=[com.alcatel.sip.registrar.LocalDomain],service.id=131,sipservice.target=(protocol=SIP)}
2009-10-07 15:03:35,344 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] created control connection (3r26qk-p6lll4-g0iic14b-1-g0iic491-i): Socket[addr=/193.222.55.22,port=2150,localport=39199]
2009-10-07 15:03:35,345 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,345 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,346 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 1 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,346 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,347 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,347 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[aab87f, JMS, InternalInvocation[1d46c20]]
2009-10-07 15:03:35,348 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,348 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[aab87f, JMS, InternalInvocation[1d46c20]]]
2009-10-07 15:03:35,353 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,353 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,353 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,360 SCR Component Actor INFO com.alcatel_lucent.sip.registrar.impl.LocationServiceImpl - Configuring LocationServiceImpl: our registrar.database.sessiontype is: registrar
2009-10-07 15:03:35,360 SCR Component Actor INFO com.alcatel_lucent.sip.registrar.impl.LocationServiceImpl - Configuring LocationServiceImpl: our registrar.group is: null
2009-10-07 15:03:35,360 SCR Component Actor INFO com.alcatel_lucent.sip.registrar.impl.LocationServiceImpl - Activating LocationServiceImpl ...
2009-10-07 15:03:35,361 SCR Component Actor INFO osgi.event.service - Service registered by bundle RegistrarImpl(2.2530.06)
{component.id=22,component.name=LocationService,configRegistrar.target=(service.pid=registrar),objectClass=[com.alcatel.sip.registrar.LocationService],service.id=132}
2009-10-07 15:03:35,391 SCR Component Actor WARN dns.impl.activator - activate
2009-10-07 15:03:35,393 SCR Component Actor INFO osgi.event.service - Service registered by bundle DNSClient(1.0.0)
{component.id=23,component.name=DnsImpl,config.target=(service.pid=dns),objectClass=[com.alcatel_lucent.as.service.dns.DNSFactory],service.id=133}
2009-10-07 15:03:35,393 SCR Component Actor INFO callout - Discovered new MuxHandler for protocol Sip
2009-10-07 15:03:35,545 SCR Component Actor INFO agent.sip - SipAgent.init(): Listening points defined in SipAgent configuration parameters are: UDP=[5070], TCP=[5070], TLS=[5071]
2009-10-07 15:03:35,545 SCR Component Actor INFO agent.sip - SipAgent.init(): Outbound interfaces defined in SipAgent configuration parameters are: [sip:193.222.88.33:5070]
2009-10-07 15:03:35,545 SCR Component Actor INFO agent.sip - Sip Agent initializing, SipSession timeout is [3 minute(s)], IO Handler mapping timeout is [212 second(s)]
2009-10-07 15:03:35,546 SCR Component Actor INFO agent.sip - Sip Agent initializing, Loop detection activated=[true], merged requests detection activated=[true], proceeding server transaction timer=[400*T1]
2009-10-07 15:03:35,546 SCR Component Actor INFO agent.sip - Sip Agent initializing, stack IP Address= [193.222.88.33], MTU size=[1500], timer C=[360*T1]
2009-10-07 15:03:35,546 SCR Component Actor INFO agent.sip - Sip Agent initializing, Strict compliance= [true], original headers proxying= [true], connection reuse mode= [FULL], SIP outbound for NAT traversal= [false], Transport Switching= [ENABLED]
2009-10-07 15:03:35,546 SCR Component Actor INFO agent.sip - Sip Agent initializing, activateRFC3263DNSResolution =[true] DNSRetryDelaySeconds =[5], DNSCacheTimeoutMinutes =[3], DNSAsynchronousMode =[false]
2009-10-07 15:03:35,546 SCR Component Actor INFO agent.sip - Sip Agent initializing, DNSSearchPath =[null], primaryDNSServerAddress =[null:53], secondaryDNSServerAddress =[null:53]
2009-10-07 15:03:35,547 SCR Component Actor INFO agent.sip - Sip Agent initializing, NAT traversal incoming ALG Activated=[false], incoming public address=[null], outgoing ALG activated=[false] outgoing Public Address=[null], scan incoming message body=[false], scan outgoing message body=[false]
2009-10-07 15:03:35,547 SCR Component Actor INFO agent.sip - Sip Agent initializing, NAT traversal incoming STUN Activated=[false], outgoing STUN activated=[false], STUN Server Address=[] STUN server port is [3478]
2009-10-07 15:03:35,547 SCR Component Actor INFO agent.sip - Sip Agent initializing, NAT traversal symmetric response routing (RFC3581) incoming activated=[true], outgoing activated=[true], implicit activated=[false]
2009-10-07 15:03:35,547 SCR Component Actor INFO agent.sip - Sip Agent initializing, IPSEC UDP/TCP client port=[-1], IPSEC UDP/TCP server port=[-1], dual record-routing=[true]
2009-10-07 15:03:35,550 Sip INFO agent.sip - SipAgent.init(): magickey is 0017a4111216-280999559-669-
2009-10-07 15:03:35,585 Sip INFO agent.sip.stack - SipStack init with {
com.alcatel.sip.stack.IP_ADDRESS=193.222.88.33
}
2009-10-07 15:03:35,585 Sip INFO agent.sip.stack - com.alcatel.sip.stack.T1_BASE_TIMER_INTERVAL_MILLISECONDS property set to 500
2009-10-07 15:03:35,597 Sip INFO agent.sip.router.cache - Hops cache initialized (timeout=3min)
2009-10-07 15:03:35,606 Sip INFO agent.sip - configuring listening point for UDP
2009-10-07 15:03:35,625 Sip INFO agent.sip.transaction - SipProviderImpl.constructor
2009-10-07 15:03:35,626 Sip INFO agent.sip - configuring listening point for TCP
2009-10-07 15:03:35,627 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,628 Sip INFO agent.sip.transaction - SipProviderImpl.constructor
2009-10-07 15:03:35,628 Sip INFO agent.sip - configuring listening point for TLS
2009-10-07 15:03:35,628 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,628 Sip INFO agent.sip.transaction - SipProviderImpl.constructor
2009-10-07 15:03:35,628 Sip INFO agent.sip - configure listening points done.
2009-10-07 15:03:35,628 Sip INFO agent.sip - declaring outbound interfaces [sip:193.222.88.33:5070]
2009-10-07 15:03:35,628 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,629 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,630 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet org.jboss.jms.wireformat.NullResponse at 1f10df7
2009-10-07 15:03:35,630 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,631 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,631 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[cc0f9f, org.jboss.jms.wireformat.NullResponse at 1f10df7]
2009-10-07 15:03:35,632 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e] to pool
2009-10-07 15:03:35,632 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 200
2009-10-07 15:03:35,633 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[cc0f9f, org.jboss.jms.wireformat.NullResponse at 1f10df7]
2009-10-07 15:03:35,634 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of org.jboss.jms.wireformat.NullResponse at 1f10df7
2009-10-07 15:03:35,634 Stdout WARN callout.out - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] started
2009-10-07 15:03:35,635 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[1eeeaed, JMS, org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest at 818737]
2009-10-07 15:03:35,635 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 199
2009-10-07 15:03:35,636 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,636 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 1 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36009].c3dd7e]
2009-10-07 15:03:35,637 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,637 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,638 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[1eeeaed, JMS, org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest at 818737]
2009-10-07 15:03:35,638 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,639 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat JBM Request
2009-10-07 15:03:35,639 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateRequest at 818737
2009-10-07 15:03:35,640 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,641 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,641 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,645 Sip INFO agent.sip - outbound interface [sip:193.222.88.33:5070] declared
2009-10-07 15:03:35,645 Sip INFO agent.sip - declare outbound interfaces done.
2009-10-07 15:03:35,646 Sip INFO agent.sip - SipAgent.init(): SipAgent Available for any sip stack
2009-10-07 15:03:35,647 Thread-28 WARN com.alcatel.config.Reporter - ReportingThread starting ...
2009-10-07 15:03:35,648 SCR Component Actor INFO callout - Monitoring was successfully initialized for SipAgent(alu3pcoGroup__callout_agent-Sip)
2009-10-07 15:03:35,654 SCR Component Actor INFO osgi.event.service - Service registered by bundle SipAgent(1.2530.15)
{component.id=3,component.name=SipAgent,config.target=(service.pid=sipagent),objectClass=[com.nextenso.mux.MuxHandler],protocol=Sip,service.id=134}
2009-10-07 15:03:35,660 SCR Component Actor INFO osgi.event.service - Service registered by bundle SipHA(1.2530.09)
{component.id=9,component.name=SessionIDGenerator,env.target=(service.pid=componentEnv),objectClass=[com.alcatel.sip.sipservlet.services.SessionIDGenerator],service.id=135}
2009-10-07 15:03:35,682 Sip WARN agent.sip - new MUX connection to stack 193.222.88.33:15001: connection is established between io-handler and SIP Agent, connection =[MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]]
2009-10-07 15:03:35,689 Sip INFO agent.sip - SipInterface [tcp/193.222.88.33:5070] : CONNECTING to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]
2009-10-07 15:03:35,690 Sip INFO agent.sip - SipInterface [tls/193.222.88.33:5071] : CONNECTING to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]
2009-10-07 15:03:35,695 Sip INFO agent.sip - SipInterface [udp/193.222.88.33:5070] : CONNECTING to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, stackHost=ihasr03, stackAddr=193.222.88.33, stackPort=15001, stackId=269]
2009-10-07 15:03:35,734 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,735 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,735 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,735 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,735 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet org.jboss.jms.wireformat.ConnectionFactoryCreateConnectionDelegateResponse at 39880a
2009-10-07 15:03:35,735 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,735 Stdout WARN callout.out - [aop-trace] org.jboss.jms.client.remoting.JMSRemotingConnection JMSRemotingConnection[bisocket://193.222.55.22:4457/?JBM_clientMaxPoolSize=200&clientLeasePeriod=10000&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&dataType=jms&marshaller=org.jboss.jms.wireformat.JMSWireFormat&numberOfCallRetries=1&numberOfRetries=10&pingFrequency=214748364&pingWindowFactor=10&socket.check_connection=false&stopLeaseOnFailure=true&timeout=0&unmarshaller=org.jboss.jms.wireformat.JMSWireFormat] stop
2009-10-07 15:03:35,736 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[1126d91, JMS, InternalInvocation[d767dc]]
2009-10-07 15:03:35,736 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 198
2009-10-07 15:03:35,736 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] creating socket
2009-10-07 15:03:35,811 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] created socket: Socket[addr=/193.222.55.22,port=4457,localport=36012]
2009-10-07 15:03:35,812 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper constructing org.jboss.jms.client.remoting.ClientSocketWrapper instance for Socket[addr=/193.222.55.22,port=4457,localport=36012], using timeout 0
2009-10-07 15:03:35,812 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.SocketWrapper ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac] setting timeout to 0
2009-10-07 15:03:35,812 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 75 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac]
2009-10-07 15:03:35,812 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,812 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,812 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[1126d91, JMS, InternalInvocation[d767dc]]
2009-10-07 15:03:35,812 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,816 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[1126d91, JMS, InternalInvocation[d767dc]]]
2009-10-07 15:03:35,816 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,816 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,816 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,914 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] read version 22 from input stream
2009-10-07 15:03:35,922 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading response from unmarshaller
2009-10-07 15:03:35,922 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading
2009-10-07 15:03:35,922 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is already DataInputStream :)
2009-10-07 15:03:35,922 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Created packet org.jboss.jms.wireformat.NullResponse at 3457f1
2009-10-07 15:03:35,923 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Reading packet
2009-10-07 15:03:35,923 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Read packet
2009-10-07 15:03:35,923 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Returning payload: InvocationResponse[14a5594, org.jboss.jms.wireformat.NullResponse at 3457f1]
2009-10-07 15:03:35,923 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] returned ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac] to pool
2009-10-07 15:03:35,923 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] released semaphore: 199
2009-10-07 15:03:35,923 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received response InvocationResponse[14a5594, org.jboss.jms.wireformat.NullResponse at 3457f1]
2009-10-07 15:03:35,923 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] received InvocationResponse so going to return response's return value of org.jboss.jms.wireformat.NullResponse at 3457f1
2009-10-07 15:03:35,924 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.local.LocalClientInvoker Using local client invoker for invocation.
2009-10-07 15:03:35,924 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] received InternalInvocation[15be31e]
2009-10-07 15:03:35,924 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.ServerInvoker handling InternalInvocation where method name = removeClientListener
2009-10-07 15:03:35,924 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.ServerInvoker ServerInvoker (SocketServerInvoker[193.222.88.33:57837866]) removing client callback handler with session id of 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d+3r26qk-p6lll4-g0iic14b-1-g0iic491-i.
2009-10-07 15:03:35,924 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.bisocket.BisocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] shutting down control connection: 3r26qk-p6lll4-g0iic14b-1-g0iic491-i
2009-10-07 15:03:35,924 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] successfully dispatched invocation, returning null from subsystem 'JMS' to client 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d
2009-10-07 15:03:35,925 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.InvokerRegistry destroying client invoker InvokerLocator [bisocket://193.222.88.33:57837866/callback?callbackServerHost=193.222.88.33&callbackServerPort=57837866&callbackServerProtocol=bisocket&clientMaxPoolSize=1&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper&datatype=jms&guid=3r26qk-p6lll4-g0iic14b-1-g0iic488-h&isCallbackServer=true&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper], config {}
2009-10-07 15:03:35,925 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.InvokerRegistry removed org.jboss.remoting.transport.local.LocalClientInvoker at 748417 from registry
2009-10-07 15:03:35,925 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.InvokerRegistry disconnecting org.jboss.remoting.transport.local.LocalClientInvoker at 748417
2009-10-07 15:03:35,925 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.Connector org.jboss.remoting.transport.Connector at 4c2683 shutting down server invoker
2009-10-07 15:03:35,925 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.SocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] stopped threads in clientpool
2009-10-07 15:03:35,925 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.SocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] stopped threads in threadpool
2009-10-07 15:03:35,926 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.transport.socket.SocketServerInvoker SocketServerInvoker[193.222.88.33:57837866] exiting
2009-10-07 15:03:35,926 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.ServerInvoker SocketServerInvoker[193.222.88.33:57837866] stopped
2009-10-07 15:03:35,926 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.Connector org.jboss.remoting.transport.Connector at 4c2683 is stopped
2009-10-07 15:03:35,926 Stdout WARN callout.out - [aop-debug] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] setting disconnect timeout to: -1
2009-10-07 15:03:35,926 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.LeasePinger LeasePinger[SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](3r26qk-p6lll4-g0iic14b-1-g0iic3ys-f)] removing client with session ID 3r26qk-p6lll4-g0iic14b-1-g0iic3yr-d
2009-10-07 15:03:35,926 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.MicroRemoteClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457](1) invoking InvocationRequest[911fb5, $DISCONNECT$]
2009-10-07 15:03:35,926 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] obtained semaphore: 198
2009-10-07 15:03:35,927 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reusing pooled connection: ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac]
2009-10-07 15:03:35,927 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker took 1 ms to get socket ClientSocketWrapper[Socket[addr=/193.222.55.22,port=4457,localport=36012].f0f6ac]
2009-10-07 15:03:35,927 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing version 22 on output stream
2009-10-07 15:03:35,927 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] writing invocation to marshaller
2009-10-07 15:03:35,927 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing InvocationRequest[911fb5, $DISCONNECT$]
2009-10-07 15:03:35,927 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Stream is a DataOutputStream
2009-10-07 15:03:35,928 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Writing packet: SerializedPacket[InvocationRequest[911fb5, $DISCONNECT$]]
2009-10-07 15:03:35,928 Stdout WARN callout.out - [aop-trace] org.jboss.jms.wireformat.JMSWireFormat Wrote packet
2009-10-07 15:03:35,928 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] done writing invocation to marshaller
2009-10-07 15:03:35,928 Stdout WARN callout.out - [aop-trace] org.jboss.remoting.transport.socket.MicroSocketClientInvoker SocketClientInvoker[150d5d6, bisocket://193.222.55.22:4457] reading version from input stream
2009-10-07 15:03:35,931 Sip INFO agent.sip - SipInterface [tcp/193.222.88.33:5070] : CONNECTED to MuxConnection [id=2, local=TcpChannel [local=/193.222.88.33:48089,remote=ihasr03/193.222.88.33:15001], stackId=269, stackName=Sip Stack, stackInstance=alu3pcoGroup__sip_stack, st
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259248#4259248
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259248
From do-not-reply at jboss.com Wed Oct 7 17:39:01 2009
From: do-not-reply at jboss.com (drivexcite)
Date: Wed, 7 Oct 2009 17:39:01 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4.1, JBoss 4.23 and Seam 2.2.0
Message-ID: <21253.1254951541717.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Joerg,
Unfortunately I can't replicate what you've done regarding jBPM 4.1 and Seam 2.2 integration.
This it's what I did:
* I created a seam-gen project.
* I replaced jbpm-jpdl.jar (jBPM 3.x) with jbpm.jar (jBPM 4.1).
* I configured the jbpm.hibernate.cgf.xml to use the same DataSource (I'm ok with different hibernate sessions).
* I create a jPDL (xmlns="http://jbpm.org/4.0/jpdl") process description.
* I set up the jbpm.cfg.xml using the recommended setting from Seam docs.
* I registered my process definition in components.xml.
The end result is when I try to deploy the project (Web app: war), the deployment failed because a ClassNotFoundException.
It seems that Seam is not ready to work with jBPM 4.1, but I really hope I'm missing few steps.
Can you please describe with a little more detail, what you did to make your test work?
Thank you.
=== Environment ==============================
- jBPM Version : jBPM 4.1 (jbpm.jar)
- Database : PostgreSQL 8.4
- JDK : Java JDK 1.6.0u14
- Container : JBoss Application Server 5.1.0 GA.
- Configuration :
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Libraries : All the Seam 2.2.0 GA libraries, except I replaced jbpm-jpdl.jar with jbpm.jar (from the jBPM 4.1 zip distribution).
=== Process ==================================
|
|
|
|
|
|
|
|
|
|
=== Stacktrace ==============================
java.lang.RuntimeException: Could not create Component: org.jboss.seam.bpm.businessProcess
| at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1202)
| at org.jboss.seam.init.Initialization.installComponents(Initialization.java:1118)
| at org.jboss.seam.init.Initialization.init(Initialization.java:733)
| at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
| at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
| at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
| at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
| at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
| at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
| at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
| at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
| at java.lang.reflect.Method.invoke(Unknown Source)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
| at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
| at $Proxy38.start(Unknown Source)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
| at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
| at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
| at org.jboss.system.ServiceController.start(ServiceController.java:460)
| at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
| at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
| at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
| at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
| at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
| at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
| at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
| at org.jboss.Main.boot(Main.java:221)
| at org.jboss.Main$1.run(Main.java:556)
| at java.lang.Thread.run(Unknown Source)
| Caused by: java.lang.NoClassDefFoundError: org/jbpm/graph/exe/ProcessInstance
| at java.lang.Class.getDeclaredMethods0(Native Method)
| at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
| at java.lang.Class.getDeclaredMethods(Unknown Source)
| at org.jboss.seam.Component.initMembers(Component.java:550)
| at org.jboss.seam.Component.(Component.java:244)
| at org.jboss.seam.Component.(Component.java:205)
| at org.jboss.seam.init.Initialization.addComponent(Initialization.java:1186)
| ... 72 more
| Caused by: java.lang.ClassNotFoundException: org.jbpm.graph.exe.ProcessInstance from BaseClassLoader at 1cc042f...
| at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoader.java:448)
| at java.lang.ClassLoader.loadClass(Unknown Source)
| at java.lang.ClassLoader.loadClassInternal(Unknown Source)
| ... 79 more
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259249#4259249
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259249
From do-not-reply at jboss.com Wed Oct 7 17:54:22 2009
From: do-not-reply at jboss.com (hamptont)
Date: Wed, 7 Oct 2009 17:54:22 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: links from portlet content
to another portal page
Message-ID: <19604070.1254952462666.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks apemberton,
That was the trick.
This is a pretty onerous way to create a simple link to a page. Is there a simpler way ?
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259250#4259250
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259250
From do-not-reply at jboss.com Wed Oct 7 18:09:50 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Wed, 7 Oct 2009 18:09:50 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4.1, JBoss 4.23 and Seam 2.2.0
Message-ID: <7441712.1254953390484.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : It seems that Seam is not ready to work with jBPM 4.1, but I really hope I'm missing few steps.
Correct, see jira...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259251#4259251
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259251
From do-not-reply at jboss.com Wed Oct 7 18:10:38 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Wed, 7 Oct 2009 18:10:38 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4.1, JBoss 4.23 and Seam 2.2.0
Message-ID: <8987248.1254953438728.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
correct is not about you missing steps....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259252#4259252
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259252
From do-not-reply at jboss.com Wed Oct 7 18:27:21 2009
From: do-not-reply at jboss.com (LarryHale)
Date: Wed, 7 Oct 2009 18:27:21 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbmp console source code needed
Message-ID: <12762270.1254954441217.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
kukeltje:
Just saying it's in SVN isn't an answer at all. It's like saying it's on the web. As it turns out, the sources for the jBPM console (client & server) are not in a logical place in the http://anonsvn.jboss.org/repos. So, be a good boy and try to answer skadirov's original question. Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259254#4259254
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259254
From do-not-reply at jboss.com Wed Oct 7 18:58:23 2009
From: do-not-reply at jboss.com (noicangi)
Date: Wed, 7 Oct 2009 18:58:23 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <8990207.1254956303513.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
i'm investigating something like this, my idea is to integrate my jpdl model (jbpm4, jb5, mysql, eclipse galileo) with some flex web pages.
If Anyone is trying this or has ideas it would be helpfull.
thanks in advance,
n.Oicangi
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259255#4259255
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259255
From do-not-reply at jboss.com Wed Oct 7 19:08:25 2009
From: do-not-reply at jboss.com (dego64)
Date: Wed, 7 Oct 2009 19:08:25 -0400 (EDT)
Subject: [jboss-user] [Security] - IllegalStateException: Authorization
Manager is null with jb
Message-ID: <9873466.1254956905818.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Here's my problem :
when I start JBoss AS 5.1 hosting a (very) simple Web application with basic authentication (as described there : http://www.jboss.org/community/wiki/SecureAWebApplicationInJBoss), an exception is thrown at :
00:42:04,935 ERROR [CoyoteAdapter] Une exception ou une erreur s'est produite dans le conteneur durant le traitement de la requ????????????????????????te
| java.lang.IllegalStateException: Authorization Manager is null
| at org.jboss.security.plugins.javaee.WebAuthorizationHelper.hasUserDataPermission(WebAuthorizationHelper.java:185)
| at org.jboss.web.tomcat.security.JBossWebRealm.hasUserDataPermission(JBossWebRealm.java:643)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:461)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
| 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:158)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
| at java.lang.Thread.run(Thread.java:619)
|
Have been looking for this exception on the web for hours and got nothing...
Thank very much for any help.
Dego64
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259256#4259256
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259256
From do-not-reply at jboss.com Wed Oct 7 20:01:10 2009
From: do-not-reply at jboss.com (drcallaway)
Date: Wed, 7 Oct 2009 20:01:10 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Preventing JBoss Cache from
recreating dummy table?
Message-ID: <19398724.1254960070883.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
In addition to the standard "jbosscache" table that contains all of the cache data (when using the JDBCCacheLoader), JBoss Cache also creates a dummy table named "jbosscache_D". This table seems to get recreated every time the cache is started. The AdjListJDBCCacheLoader class's start() method calls a method named createDummyTableIfNeeded() that, despite its name, always drops and recreates the dummy table. Unfortunately, our DBAs do not want to grant the JBoss Cache database user "create table" privileges in production. This isn't an issue with the "jbosscache" table since there is a setting in the config file indicating whether or not this table should be recreated if it already exists. However, I haven't found any such setting for "jbosscache_D".
So, can anyone tell me if there is a way to prevent JBoss Cache from creating the dummy table (we'd rather have a DBA pre-create that table using an admin user).
Thanks!
Dustin
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259257#4259257
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259257
From do-not-reply at jboss.com Wed Oct 7 20:24:07 2009
From: do-not-reply at jboss.com (charlesbihis)
Date: Wed, 7 Oct 2009 20:24:07 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - how to change the root url of
jboss
Message-ID: <33024374.1254961447606.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
I have a (seemingly) simple problem that I'm hoping has a simple solution. I've set up JBoss on my server so when I go to www.example.com, I see the beautiful default JBoss welcome page. When I deploy my applications, say, "myApp", I go to www.example.com/myApp and I see my app. Great, this is what I expected.
BUT, now I want to change the default root URL for my JBoss applications. Particularly, I want to make it such that when I go to www.example.com/jboss, I see the JBoss welcome page, and when I go to www.example.com/jboss/myApp, I see my app. In short, I want to change the root URL from www.example.com to www.example.com/something without having to change the context-roots in each project specifically. I hope I've explained that well enough. This seems like it'd be an easy thing to do, but I can't figure out how. Can anyone help?
*BTW, I'm running JBoss 5.1.0.GA on CentOS.
Thanks in advance
Charles
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259260#4259260
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259260
From do-not-reply at jboss.com Wed Oct 7 21:46:01 2009
From: do-not-reply at jboss.com (daziplqa)
Date: Wed, 7 Oct 2009 21:46:01 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Stateful session beans don't keep
state !!!
Message-ID: <28376530.1254966361948.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi folks,
I am new to EJB and statefull sessin beans on JBoss4.2 AS
I have the following urgent problem:
I have the following statefull session bean.
| @Stateful
| public class PlaceOrderBean implements PlaceOrder {
| private ShippingInfo shippingInfo;
| private BillingInfo billingInfo;
|
| public void setShippingInfo(ShippingInfo shippingInfo) {
| System.out.println("Call # : 1 " );
| this.shippingInfo = shippingInfo;
| }
|
| public void setBillingInfo(BillingInfo billingInfo) {
| System.out.println("Call # : 2 " );
| this.billingInfo = billingInfo;
| System.out.println(shippingInfo.getShippingInfo()); // << NullPointerException here !!!!! how come ??!!
| }
| }
|
The client :
| // this class is a JSF managed bean that is used with 2 JSPs, each one of the two calles on of the below methods
| public class OrderItemBean {
| private PlaceOrder placeOrder;
|
| public OrderItemBean() {
| try {
| logger.info("Getting PlaceOrder instance ...");
| InitialContext ctx = new InitialContext();
| placeOrder = (PlaceOrder) ctx.lookup("chapter2/" + PlaceOrderBean.class.getSimpleName() + "/local");
| }catch(NamingException ex) {
| ex.printStackTrace();
| }
| }
| // Note, the class OrderItemBean get instantiated a new instance before calling the following method
| // so, the JNDI code in the constructor above is being called to lookup the statefull bean
| public String setShippingInfo() {
| ShippingInfo shipInfo = new ShippingInfo();
| shipInfo.setShippingInfo(getShippingInfoTxt().getValue().toString());
| placeOrder.setShippingInfo(shipInfo);
|
| System.out.println("shipping Info : " + shipInfo.getShippingInfo());
|
| return SUCCESS + "_setShippingInfo";
| }
| // Note, the class OrderItemBean get instantiated a new instance before calling the following method
| // so, the JNDI code in the constructor above is being called again to lookup the statefull bean
| public String setBillingInfo() {
| BillingInfo billingInfo = new BillingInfo();
| billingInfo.setBillingInfo(getBillingInfoTxt().getValue().toString());
| placeOrder.setBillingInfo(billingInfo);
|
| setAdditionalInfo();
|
| return SUCCESS + "_setBillingInfo";
| }
|
| }
The code above get this exception
03:06:35,264 INFO [OrderItemBean] Getting PlaceOrder instance ...
| 03:06:35,274 INFO [STDOUT] Call # : 1
| 03:06:35,274 INFO [STDOUT] shipping Info : Cairo, Egypt, Elobour city
| 03:06:36,919 INFO [OrderItemBean] Getting PlaceOrder instance ...
| 03:06:36,929 INFO [STDOUT] Call # : 2
| 03:06:36,930 FATAL [application] javax.ejb.EJBException: java.lang.NullPointerException
| javax.faces.el.EvaluationException: javax.ejb.EJBException: java.lang.NullPointerException
| at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:91)
| at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:91)
| at javax.faces.component.UICommand.broadcast(UICommand.java:383)
| at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:447)
| at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:752)
| at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:97)
| at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
| at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| 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:128)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
| 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:241)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
| at java.lang.Thread.run(Thread.java:619)
|
| .............
| ..............
|
How this come, Ain't it as stateFULL session bean !!!!!!
Please Help
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259263#4259263
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259263
From do-not-reply at jboss.com Wed Oct 7 23:22:34 2009
From: do-not-reply at jboss.com (freak182)
Date: Wed, 7 Oct 2009 23:22:34 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - null index column for collection:
Message-ID: <2485266.1254972154294.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
Im getting that problem in jbpm 3.2.5:
Caused by: org.hibernate.HibernateException: null index column for collection: org.jbpm.graph.def.ProcessDefinition.definitions
at org.hibernate.persister.collection.AbstractCollectionPersister.readIndex(AbstractCollectionPersister.java:732)
at org.hibernate.collection.PersistentMap.readFrom(PersistentMap.java:281)
at org.hibernate.loader.Loader.readCollectionElement(Loader.java:1031)
at org.hibernate.loader.Loader.readCollectionElements(Loader.java:669)
at org.hibernate.loader.Loader.getRowFromResultSet(Loader.java:614)
How can i solve that problem?
Thanks a lot.
cheers.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259264#4259264
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259264
From do-not-reply at jboss.com Thu Oct 8 00:01:21 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Thu, 8 Oct 2009 00:01:21 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: how to change the root url
of jboss
Message-ID: <17299323.1254974481099.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"charlesbihis" wrote : In short, I want to change the root URL from www.example.com to www.example.com/something without having to change the context-roots in each project specifically.
See a similar post here http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161785
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259266#4259266
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259266
From do-not-reply at jboss.com Thu Oct 8 00:18:40 2009
From: do-not-reply at jboss.com (charlesbihis)
Date: Thu, 8 Oct 2009 00:18:40 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: how to change the root url
of jboss
Message-ID: <4735578.1254975520784.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Jaikiran,
Thanks for the reply, but that's not exactly what I want to do. I omitted part of my problem for clarity, but I suppose I should mention it now. I would like to change the root URL from www.example.com to www.example.com/something so that, for instance, when I visit www.example.com/something, I see the JBoss welcome page...BUT, I would still like there to be other content on www.example.com. So, a URL rewrite wouldn't work because I would still like there to be some content on the base URL, i.e. www.example.com, as opposed to re-writing the URL and sending to www.example.com/something. Does that make sense?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259267#4259267
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259267
From do-not-reply at jboss.com Thu Oct 8 00:38:56 2009
From: do-not-reply at jboss.com (RaghavPrabhu)
Date: Thu, 8 Oct 2009 00:38:56 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Unable to load class
sun.reflect.GeneratedMethodAccessor
Message-ID: <2027639.1254976736276.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello lawc,
I am also facing the same problem "java.lang.ClassNotFoundException: sun.reflect.GeneratedMethodAccessor131", with the environment Gridgain in Jboss AOP.
Have you got any solutions?
I would appreciate, if you are able to provide me the solutions!
Thanks
Prabhu
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259270#4259270
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259270
From do-not-reply at jboss.com Thu Oct 8 01:19:53 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 8 Oct 2009 01:19:53 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using Process variables as
parameters for method calls
Message-ID: <3537255.1254979193640.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Anybody?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259271#4259271
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259271
From do-not-reply at jboss.com Thu Oct 8 01:22:45 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 8 Oct 2009 01:22:45 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbmp console source code needed
Message-ID: <446538.1254979365416.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
To me it seems logical to have the console in that place since it's intended to be a general one and not only for jBPM.
http://anonsvn.jboss.org/repos/soag/bpm-console/trunk/
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259272#4259272
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259272
From do-not-reply at jboss.com Thu Oct 8 01:25:56 2009
From: do-not-reply at jboss.com (freak182)
Date: Thu, 8 Oct 2009 01:25:56 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: null index column for collection:
Message-ID: <7789461.1254979556700.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
when i start the process i encountered that exception.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259273#4259273
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259273
From do-not-reply at jboss.com Thu Oct 8 01:47:15 2009
From: do-not-reply at jboss.com (Bouiaw)
Date: Thu, 8 Oct 2009 01:47:15 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <2200805.1254980835216.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Even if the project is currently changing (no more Flex for Front layer), we could find some related topics on Igenko http://code.google.com/p/igenko/.
I think a nice way to integrate JCR and JBPM is to use ORM framwork like JCROM for JCR side. I don't know deeply JBPM4 so it may bring new solutions that were not available last year with JBPM3 ...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259275#4259275
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259275
From do-not-reply at jboss.com Thu Oct 8 02:36:18 2009
From: do-not-reply at jboss.com (theSourpuss)
Date: Thu, 8 Oct 2009 02:36:18 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - JavaBinding
Message-ID: <23039646.1254983778521.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
=== Environment ==============================
- jBPM Version : 4.1
- JDK : 1.6
- Spring 2.5 (use the SpringContext and SpringConfiguration file)
=== Problem description =========================
API doesn't work as expected. In JavaBinding for attribute 'class' the 'field' tag is processed as expected. If you use expression attributes (which is a spring bean) in java activities the 'field' tag is not set.
In custom activities it is set correctly. I don't know exactly, but I guess that in CustomBinding and JavaBinding ('class' attribute) the FieldOperation object is invoked correctly, but not invoked with JavaBinding 'expr' attribute.
Thanks for help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259280#4259280
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259280
From do-not-reply at jboss.com Thu Oct 8 02:36:49 2009
From: do-not-reply at jboss.com (jjp)
Date: Thu, 8 Oct 2009 02:36:49 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4.1, JBoss 4.23 and Seam 2.2.0
Message-ID: <1349639.1254983809276.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi drivexcite,
Seam 2.2 does not support pageflow with jBPM 4.1, but they are working together.
You can use jBPM 3 and 4 in parallel.
Your exception is because you replaced the jbpm-jpdl.jar, so Seam can not find jBPM3.
So leave this jar file, or disable jBPM for Seam in components.xml by removing
I disabled jBPM3 in my application and the server is starting up,
I can use jBPM.
My problem is, that jBPM and Seam are using two different Hibernate sessions,
so I can not store my entities as jBPM variables (jBPM does not recognize my class as entity, so it serialises it as a blob).
I the first post I described my attempt to solve this. It's working,
but some transaction does not commit ... I think I have to take
the warning "Can not join ..." seriously.
In my further investigation I figured out, that jBPM is using
JTA Transactions and my Application uses CMT Transactions.
My knowledge about this is not that good.
I will have to do more analyses.
Best regards,
Joerg
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259281#4259281
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259281
From do-not-reply at jboss.com Thu Oct 8 03:30:51 2009
From: do-not-reply at jboss.com (jamba)
Date: Thu, 8 Oct 2009 03:30:51 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Skin Issue
Message-ID: <2127017.1254987051840.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello Friends
we have configured our own portal on jboss with customized skin, it was working fine as intended, suddenly now the skin is not appearing when we access the same URL from the same browser. no changes have been made on it since longtime. What might be the reason?
Could some one help me how to resolve this with out restarting the application.
Regards
Srikar
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259286#4259286
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259286
From do-not-reply at jboss.com Thu Oct 8 03:39:25 2009
From: do-not-reply at jboss.com (mesa)
Date: Thu, 8 Oct 2009 03:39:25 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <25043197.1254987565331.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
@kukeltje i am not using alfresco because in view of my problem--- business process if completely different from Document workflow. in my case documents can or can not be part of workflow , i think alfresco supports documents workflow , process flow sits on top of jcr.
@noicangi , i think we both are working on the same problem set. i am using struts2,spring,mysql and jbpm3.3GA and tryint to integrate Jackrabbit with it.
my motivation comes down from the fact that document management solution is tested wih jackrabbit.
@noicangi i am planning to configure service within jbpm context , for example jcr service
and if i am able to get an handle and do all this then perform repository operation then there could be a way forward.
Other option is to use spring module , that is what i have done , but in this case keping a link between process flow and jcr node will come down to a manual db table mapping.
if anyone can suggest something else ..please do the needful
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259287#4259287
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259287
From do-not-reply at jboss.com Thu Oct 8 04:10:55 2009
From: do-not-reply at jboss.com (Krohm)
Date: Thu, 8 Oct 2009 04:10:55 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - "startable" processes for a given user
Message-ID: <31583258.1254989455180.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I am a bit confused with the "Start" activity and swimlanes.
I would need to retrieve information like : "Le list of processes the currently logged user have the right to start".
I have tried to set an "initiator" swimlane and various other thing, but I cannot find a way to filter processDefinitions on usernames.
Does somebody has a clue ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259290#4259290
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259290
From do-not-reply at jboss.com Thu Oct 8 04:15:41 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 8 Oct 2009 04:15:41 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re:
Message-ID: <11965798.1254989741532.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
AFAIK is jBPM lacking a permission system to restrict users from starting processes at the moment so every user can start every process right now.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259291#4259291
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259291
From do-not-reply at jboss.com Thu Oct 8 04:21:42 2009
From: do-not-reply at jboss.com (Krohm)
Date: Thu, 8 Oct 2009 04:21:42 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re:
Message-ID: <13972433.1254990102108.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks.
That's what I was suspecting anyway :)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259293#4259293
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259293
From do-not-reply at jboss.com Thu Oct 8 04:33:54 2009
From: do-not-reply at jboss.com (Krohm)
Date: Thu, 8 Oct 2009 04:33:54 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re:
Message-ID: <32080971.1254990834162.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
And an additional question on the same subjet ...
I did not manage to "capture" the user that started the process in a swimlane. (in order to allow this user perform other tasks afterwards).
Is this also impossible ?
I've seens several references to an "initiator" swimlane, but I haven't managed to make it work.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259296#4259296
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259296
From do-not-reply at jboss.com Thu Oct 8 04:34:29 2009
From: do-not-reply at jboss.com (cnstntn)
Date: Thu, 8 Oct 2009 04:34:29 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in
handler chain.
Message-ID: <29800072.1254990869977.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Any directions where i can find this information?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259297#4259297
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259297
From do-not-reply at jboss.com Thu Oct 8 04:37:24 2009
From: do-not-reply at jboss.com (gbansal80)
Date: Thu, 8 Oct 2009 04:37:24 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: User: null is NOT
authenticated
Message-ID: <22813621.1254991044259.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
We are currently using JBoss v4.2.3.ga and have upgraded JBoss messaging to v 1.4.4 and JBoss remoting to v2.2.3.
JMS messages are sent & received without any exceptions for initial 3-4 days. After that we are observing exception messagesjavax.jms.JMSSecurityException: User null is NOT authenticated, whenever we are trying to create the connection.
We have seen that there is no deadlock on JBoss AS and other DB operations are working normally.
We are using the following security domain for JMS
guestjava:/DefaultDSSELECT PASSWD FROM JBM_USER WHERE USER_ID=?SELECT ROLE_ID, 'Roles' FROM JBM_ROLE WHERE USER_ID=?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259299#4259299
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259299
From do-not-reply at jboss.com Thu Oct 8 04:56:03 2009
From: do-not-reply at jboss.com (fdegrigny)
Date: Thu, 8 Oct 2009 04:56:03 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to stop a process instance
Message-ID: <29448343.1254992163041.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Last I found how to do this.
In fact the ProcessIntance.end() method really terminate the process but not all the running process tasks in it (this has confused me).
The process tasks have to be terminated separately.
At last, I have made all my ActionHandlers extends a custom base one :
public abstract class BaseActionHandler implements ActionHandler {
|
| public void execute(ExecutionContext executionContext) throws Exception {
| try {
| doAction(executionContext);
| } catch (Throwable t) {
| handleException(t, executionContext);
| }
| }
|
| public abstract void doAction(ExecutionContext executionContext) throws Exception;
|
| protected void handleException(Throwable t, ExecutionContext executionContext) throws Exception {
| log.fatal("Error in " + this.getClass().getName() + ": " + t.getMessage(), t);
|
| //try to stop process instance and associated tasks
| ProcessInstance processInstance = executionContext.getProcessInstance();
| stopProcess(processInstance);
|
| throw new JbpmException(t.getMessage(), t);
| }
|
| protected void stopProcess(ProcessInstance processInstance) {
| JbpmContext jbpmContext = JbpmConfiguration.getInstance().getCurrentJbpmContext();
| Collection taskInstances = unchekedCast(processInstance.getTaskMgmtInstance().getTaskInstances());
| for(TaskInstance task : taskInstances) {
| if( ! task.hasEnded() ) {
| task.setSignalling(false);
| task.cancel();
| jbpmContext.save(task);
| }
| }
| processInstance.end();
| }
| }
What I have found over-complicated is the JBPM API itself. I'm working with for few month now and there is many things I still cannot understand. For example, the various variables scopes are very confusing and the semantic of many operations are not very clear.
My customers have very basics needs for their workflows but I have discover that they cannot be done simply with the JBPM API.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259303#4259303
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259303
From do-not-reply at jboss.com Thu Oct 8 05:24:19 2009
From: do-not-reply at jboss.com (Javim)
Date: Thu, 8 Oct 2009 05:24:19 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Massive entry in Test Scenarios
Message-ID: <30456585.1254993859696.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Could someone tell me if I can pass more than one instance (CSV with hundred entries) to a Guvnor Test Scenario? I would like to test hundred entries with the same Test Scenario. Not just one.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259305#4259305
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259305
From do-not-reply at jboss.com Thu Oct 8 05:35:44 2009
From: do-not-reply at jboss.com (chernser)
Date: Thu, 8 Oct 2009 05:35:44 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Using abstract classes in
services: JBOSSWS Native stack
Message-ID: <7223927.1254994544390.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Good day, All!
I've got Q:
Is it possiable for such code to work:
| public class A {
| ... getters/setters
| }
|
| public class B1 extends A {
| ... getters/setters
| }
|
| public class B2 extends A {
| ... getters/setters
| }
|
| @WebService
| public class SomeWebService {
|
| public B doIt(B value) {
|
| if (value instaceof B1) {
| ....
| return (B1)value
| }
| }
|
| }
|
On the client and server sides I'm expecting that I get proper type cast.
I've tried code above, but it doesn't work. Are there any trick? May be, somehow, I can use generic methods ? May be there are special annotation to say wsprovide/wsconsume what types should service expect and return ?
Thanks in advance for your answer.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259308#4259308
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259308
From do-not-reply at jboss.com Thu Oct 8 05:52:47 2009
From: do-not-reply at jboss.com (ryden13)
Date: Thu, 8 Oct 2009 05:52:47 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem with maven building JBoss
AS
Message-ID: <29832383.1254995567776.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have donwload the sources from the web page. What sources did you use? Thanks!!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259313#4259313
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259313
From do-not-reply at jboss.com Thu Oct 8 05:59:34 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Thu, 8 Oct 2009 05:59:34 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't
keep state !!!
Message-ID: <11108372.1254995974887.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
according to your code comments, you call "setShippingInfo", then a new instance of your OrderItemBean is created, and after this "setBillingInfo" is called.
This cannot work with a Stateful bean, because you will get a new, clean instance on each lookup. The state will only be kept if you save it in some member variable.
To work around this you might place the EJB in the session (or in the request):
HttpSession session = (HttpSession) FacesContext.getCurrentInstance().getExternalContext().getSession(false;
| session.setAttribute("myPlaceOrder", placeOrder);
Later, you can reuse the "placeOrder" instance by reading it from the HttpSession.
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259314#4259314
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259314
From do-not-reply at jboss.com Thu Oct 8 06:40:14 2009
From: do-not-reply at jboss.com (karypid)
Date: Thu, 8 Oct 2009 06:40:14 -0400 (EDT)
Subject: [jboss-user] [JBoss Microcontainer Users] - Confused about POJO
service
Message-ID: <13517427.1254998414967.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
The new mc is probably the most feature-rich container out there. You can roll with anything from POJOs to MBeans. However, I am a little confused due to the multitude of options. My predicament is this:
I want to create a service to be deployed in JBoss. Until recently, I'd create a SAR and launch my thread in start(), then kill it in stop() of my MBean. I do this at deployment/undeployment time, so I do not really need the JMX features to control the service. Therefore I want to turn it into a POJO service and remove dependencies on MBean classes. How would you go about packaging such a POJO service so that:
1) it may be included in an EAR (The SAR approach requires that an MBean be defined in jboss-service.xml so it is no longer an option)
2) it executes on application startup / shutdown
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259323#4259323
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259323
From do-not-reply at jboss.com Thu Oct 8 06:48:47 2009
From: do-not-reply at jboss.com (makarandk502)
Date: Thu, 8 Oct 2009 06:48:47 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: authentication failed while JBPM
console login
Message-ID: <5762283.1254998927361.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Kindly check JBOSS server logs while running ant task.
Logs can be found in /jboss-5.0.0.GA/server/default/log
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259325#4259325
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259325
From do-not-reply at jboss.com Thu Oct 8 06:52:17 2009
From: do-not-reply at jboss.com (makarandk502)
Date: Thu, 8 Oct 2009 06:52:17 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Deploy a project
Message-ID: <10939550.1254999137328.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
you can refer to ant build scripts ( building examples those are coming with jbpm ) for reference. That will give you some idea of deployment.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259326#4259326
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259326
From do-not-reply at jboss.com Thu Oct 8 06:55:38 2009
From: do-not-reply at jboss.com (cash1981)
Date: Thu, 8 Oct 2009 06:55:38 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - jPDL decision or fork?
Message-ID: <19343841.1254999338057.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi.
I am quite new to jBPM and wondering what I should in the following example.
This is the snippet of the jpdl file:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In the task
The user handlingOfficer has the option to do something. If he does A, I would like to design in JBPM "skip 40-ruling and go straight to 50-sendPermit", and if he choose option B in 30-rulingAssessment, I want to have the same behaviour as modeled.
So my question is, how can I do this? Should I create a fork somehow from rulingAssessment or maybe just a decision node?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259328#4259328
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259328
From do-not-reply at jboss.com Thu Oct 8 06:55:46 2009
From: do-not-reply at jboss.com (alesj)
Date: Thu, 8 Oct 2009 06:55:46 -0400 (EDT)
Subject: [jboss-user] [JBoss Microcontainer Users] - Re: Confused about POJO
service
Message-ID: <18846375.1254999346929.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Simply create a POJO - drop the MBean stuff - and place it any META-INF/somename-jboss-beans.xml.
See JBoss5 config files on how MC's schema looks like.
MC tries to execute create/start/stop/destroy parameterless methods on the bean by default if they exist.
So, just keep the start() and stop() and you're fine.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259329#4259329
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259329
From do-not-reply at jboss.com Thu Oct 8 07:02:23 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Thu, 8 Oct 2009 07:02:23 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: IllegalStateException: Authorization
Manager is null wit
Message-ID: <1098450.1254999743465.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
please provide more details on your configuration (snippets of web.xml, jboss-web.xml, login-config.xml).
The wiki lacks the most important part: JBoss specific configuration of the security domain through "login-config.xml". I don't have a "perfect" link for this, but google might help. For JBoss 5.x, you can also use a file "xxx-jboss-beans.xml": http://server.dzone.com/articles/security-features-jboss-510.
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259331#4259331
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259331
From do-not-reply at jboss.com Thu Oct 8 07:21:23 2009
From: do-not-reply at jboss.com (daziplqa)
Date: Thu, 8 Oct 2009 07:21:23 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't
keep state !!!
Message-ID: <9879842.1255000883696.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thank, I get it.
So, You mean to be able to use the statefullness of statefull session beans, I should keep a single instance of the bean.
But, If i use a state**less** bean, and i kept a single instance from it while setting the bean data, It should save the same date.
In other words, If I have changed the constructor above to a static initialize block, then change the stateFul bean to a stateLess bean, I will get code will still works, I just tried it.
So, What is the story behind that?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259340#4259340
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259340
From do-not-reply at jboss.com Thu Oct 8 07:22:44 2009
From: do-not-reply at jboss.com (richard.opalka@jboss.com)
Date: Thu, 8 Oct 2009 07:22:44 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: ThreadLocal in
handler chain.
Message-ID: <30282716.1255000964519.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
You have to trust me ;)
The only documentation is our source code :(
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259341#4259341
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259341
From do-not-reply at jboss.com Thu Oct 8 07:33:14 2009
From: do-not-reply at jboss.com (luuzz)
Date: Thu, 8 Oct 2009 07:33:14 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Performance issues after
switching from mq to jboss messagin
Message-ID: <19553188.1255001594272.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
For few days now, i'm working on switching from mq to jboss messaging on jboss 4.2.0. I successfully started the server with jboss messaging without any errors and messages are processed by the mdbs.
So yesterday we did the same in the production environment but unfortunately customers are complaining that the web application is too slow although it was early in the morning with not much activity.
When we switched back to mq everything worked fine. Seems like the problem is messaging. we cheched that all the connections are closed normally. I noticed that we get many logs like that
| 2009-10-08 09:06:02,722 DEBUG [org.jboss.remoting.Client] starting callback Connector: InvokerLocator [bisocket://84.246.229.70:1724524841/callback?serverSocketClass=org.jboss.jms.server.remoting.ServerSocketWrapper&isCallbackServer=true&callbackServerProtocol=bisocket&datatype=jms&guid=2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6we&callbackServerHost=84.246.229.70&callbackServerPort=1724524841&clientMaxPoolSize=1&onewayThreadPool=org.jboss.jms.server.remoting.DirectThreadPool&clientSocketClass=org.jboss.jms.client.remoting.ClientSocketWrapper]
| 2009-10-08 09:06:02,722 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] SocketServerInvoker[UNINITIALIZED] setting pingFrequency to 214748364
| 2009-10-08 09:06:02,722 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] SocketServerInvoker[UNINITIALIZED] setting pingWindowFactor to 10
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] did not find server socket factory configuration as mbean service or classname. Creating default server socket factory.
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] created server socket factory javax.net.DefaultServerSocketFactory at 10efd7c
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.transport.Connector] org.jboss.remoting.transport.Connector at ce79ab started
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.ServerInvoker] ServerInvoker (SocketServerInvoker[UNINITIALIZED]) added client callback handler CallbackManager[1ced81d] with session id of 2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc+2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf and callback handle object of null.
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 196046f from registry
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.callback.ServerInvokerCallbackHandler] Session id for callback handler is 2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc+2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.callback.ServerInvokerCallbackHandler] ServerInvokerCallbackHandler[2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc+2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf] using callbackTimeout value 10000
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.callback.DefaultCallbackErrorHandler] DefaultCallbackErrorHandler[UNITIALIZED] setting server invoker to SocketServerInvoker[127.0.0.1:4457]
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.remoting.callback.DefaultCallbackErrorHandler] DefaultCallbackErrorHandler[SocketServerInvoker[127.0.0.1:4457]] setting callback handler to ServerInvokerCallbackHandler[2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc+2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf]
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] adding callback handler ServerInvokerCallbackHandler[2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc+2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf]
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] found calllback handler for remoting session ...-g0jaad7m-6wc UID=2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc
| 2009-10-08 09:06:02,724 DEBUG [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] registered connection ConnectionEndpoint[iw6-o7daaj0g-1-byjvoi0g-cdp89-y1d6u6c2] as ...-g0jaad7m-6wc
| 2009-10-08 09:06:02,725 DEBUG [org.jboss.jms.server.security.SecurityMetadataStore] No SecurityMetadadata was available for Q_PENDING_MESSAGE_OUT, using default security config
| 2009-10-08 09:06:02,726 DEBUG [org.jboss.remoting.ServerInvoker] Thread pool class supplied is not an object name.
| 2009-10-08 09:06:02,731 DEBUG [org.jboss.jms.server.connectionmanager.SimpleConnectionManager] unregistered connection ConnectionEndpoint[iw6-o7daaj0g-1-byjvoi0g-cdp89-y1d6u6c2] with remoting session ID ...-g0jaad7m-6wc
| 2009-10-08 09:06:02,731 DEBUG [org.jboss.jms.server.remoting.JMSServerInvocationHandler] removing callback handler ServerInvokerCallbackHandler[2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc+2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf]
| 2009-10-08 09:06:02,731 DEBUG [org.jboss.remoting.InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 78c932 from registry
| 2009-10-08 09:06:02,731 DEBUG [org.jboss.remoting.ServerInvoker] ServerInvoker (SocketServerInvoker[UNINITIALIZED]) removing client callback handler with session id of 2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7m-6wc+2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf.
| 2009-10-08 09:06:02,731 DEBUG [org.jboss.remoting.transport.bisocket.BisocketServerInvoker] unrecognized listener ID: 2c6u6d1y-98pdc-g0iovjyb-1-g0jaad7o-6wf
| 2009-10-08 09:06:02,731 DEBUG [org.jboss.remoting.InvokerRegistry] removed org.jboss.remoting.transport.local.LocalClientInvoker at 1e0f1db from registry
| 2009-10-08 09:06:02,731 DEBUG [org.jboss.remoting.ServerInvoker] SocketServerInvoker[UNINITIALIZED] stopped
|
I wonder if it doesn't have anything to do with this line : bisocket://84.246.229.70:1724524841
may be it should be 127.0.0.1 instead.
Any Thought ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259342#4259342
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259342
From do-not-reply at jboss.com Thu Oct 8 07:43:19 2009
From: do-not-reply at jboss.com (karypid)
Date: Thu, 8 Oct 2009 07:43:19 -0400 (EDT)
Subject: [jboss-user] [JBoss Microcontainer Users] - Re: Confused about POJO
service
Message-ID: <30115937.1255002199447.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Would that be packaged in a JAR for JBoss to pick it up?
My current test (which does not get activated) is a JAR with one class and one interface (the interface defines the start/stop methods) as follows:
public class MyServiceImpl implements MyService {
| private Logger logger;
|
| public void start() {
| logger = LoggerFactory.getLogger(MyServiceImpl.class);
| logger.info("has been started");
| }
|
| public void stop() {
| logger.info("has been shut down");
| logger = null;
| }
| }
It contains a META-INF/my-service-beans.xml as follows:
|
|
|
I drop it into the deploy folder (archived, not exploded) but nothing happens.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259343#4259343
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259343
From do-not-reply at jboss.com Thu Oct 8 07:46:44 2009
From: do-not-reply at jboss.com (karypid)
Date: Thu, 8 Oct 2009 07:46:44 -0400 (EDT)
Subject: [jboss-user] [JBoss Microcontainer Users] - Re: Confused about POJO
service
Message-ID: <18088952.1255002404324.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok, I got it. The deployment descriptor filename must be "jboss-beans.xml" otherwise the jar is ignored.
BTW, this is an opportunity to document in the forum the naming issue: When can you use a different filename? You mentioned it in your reply and I've also seen it in various articles (e.g. the DZone article).
Thanks for your help.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259347#4259347
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259347
From do-not-reply at jboss.com Thu Oct 8 07:58:34 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Thu, 8 Oct 2009 07:58:34 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <5751874.1255003114433.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am going to raise the log level and repost the log.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259350#4259350
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259350
From do-not-reply at jboss.com Thu Oct 8 08:11:58 2009
From: do-not-reply at jboss.com (komet_1978)
Date: Thu, 8 Oct 2009 08:11:58 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Timer not available
Message-ID: <6523792.1255003918284.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hallo,
I am using JBoss 5.1.0.GA with default Datasource settings.
I want to start a timer, store its handle to an entity and access the timer by the stored handle.
Without a restart inbetween everything works fine. But when I restart the jboss after timer creation and access the timer by the stored handle I get the following Exception:
javax.ejb.NoSuchObjectLocalException: Timer not available:
| at org.jboss.ejb.txtimer.TimerHandleImpl.getTimer(TimerHandleImpl.java:203)
| ...
It seems to me that the timer does not survive the restart. I thought that timers are persisted and available also after a restart, aren't they by default? Should I change the configuration for the timerservice to achieve that?
My hsqldb runs in a "InProcessMode". Thanks for helping.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259355#4259355
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259355
From do-not-reply at jboss.com Thu Oct 8 08:52:46 2009
From: do-not-reply at jboss.com (piecko)
Date: Thu, 8 Oct 2009 08:52:46 -0400 (EDT)
Subject: [jboss-user] [Tomcat Integration] - Howto deploy a simple Folder
Message-ID: <884199.1255006366590.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi everybody,
I want to deploy a folder containing some files that have to be accessable via http.
Under native tomcat I just put the folder in my deploy-Folder and it works.
In JBoss it doesn't.
Can anyone provide a solution out there?
Greetz
Piecko
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259366#4259366
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259366
From do-not-reply at jboss.com Thu Oct 8 09:59:44 2009
From: do-not-reply at jboss.com (rafael_nm)
Date: Thu, 8 Oct 2009 09:59:44 -0400 (EDT)
Subject: [jboss-user] [Security] - JBoss Negotiation with Win Vista
Message-ID: <1819208.1255010384600.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Has anyone tested JBoss Negotiation from a Windows Vista Client?
It doesn't work for me. There is no exception thrown that may be found on the jboss logs - it just doesn't complete.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259386#4259386
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259386
From do-not-reply at jboss.com Thu Oct 8 10:40:33 2009
From: do-not-reply at jboss.com (komet_1978)
Date: Thu, 8 Oct 2009 10:40:33 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <1641891.1255012833914.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I figured out that the ids of the timers stored in the public.timers table change with every restart of jboss. Then the handle stored in the entity does not match the timer's id.
How can I change this disadvantagoues behaviour?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259392#4259392
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259392
From do-not-reply at jboss.com Thu Oct 8 10:47:03 2009
From: do-not-reply at jboss.com (houcem.berrayana)
Date: Thu, 8 Oct 2009 10:47:03 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - about Drools
Message-ID: <11599374.1255013223063.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
This may be a stupid question , but I haven't found Drools corner in the forum :s.
I am newbie at Drrols and I want to know who to add rools dynamically ie. by programmation and not using a .DRL file.
Thank you in advance,
Regards
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259394#4259394
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259394
From do-not-reply at jboss.com Thu Oct 8 11:20:17 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Thu, 8 Oct 2009 11:20:17 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: how to change the root url
of jboss
Message-ID: <30572363.1255015217217.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Is the URL www.example.com also handled by JBoss AS or by something else? If by JBoss AS then it is not possible, at least, not without changing every context for every app [hmm, I don't even know if you can set /jboss/app1 as a context... - just now tried it - it works - well, ya l'arn somethin' new ev'r' day!] (see next paragraph for an alternative). If it will be handled by something else, then you might be able to do this by front-ending with Apache and have it redirect every request for www.example.com/jboss to JBoss AS, after rewriting the URL.
By the way, if all URLs are to be handled by JBoss AS why not change just the context of the home page to /jboss and keep app1 at /app1 (rather than at /jboss/app1)? And then use the / context for the appropriate app.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259400#4259400
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259400
From do-not-reply at jboss.com Thu Oct 8 11:29:25 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Thu, 8 Oct 2009 11:29:25 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't
keep state !!!
Message-ID: <15725331.1255015765056.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
When the client asks for an EJB, it gets a proxy for the EJB, not the EJB itself.
If the proxy is for a stateless bean (SLSB), when the client calls a method on the proxy, the server allocates a bean from a pool. Once the method is completed the bean is placed back in the pool. Any subsequent calls to methods on the SLSB repeat this pattern.
If the proxy is for a stateful bean (SFSB) then the server allocate a bean specifically for that proxy. As long as the client calls methods on that proxy the same SFSB will handle the calls. If the client does another lookup, it gets a new proxy and a new SFSB instance for that proxy.
Hope that explanation helps.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259401#4259401
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259401
From do-not-reply at jboss.com Thu Oct 8 11:45:55 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Thu, 8 Oct 2009 11:45:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: Using abstract
classes in services: JBOSSWS Native stack
Message-ID: <28907570.1255016755490.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : public B doIt(B value)
Is this a typo? Did you mean
public A doIt(A value)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259405#4259405
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259405
From do-not-reply at jboss.com Thu Oct 8 11:46:46 2009
From: do-not-reply at jboss.com (daziplqa)
Date: Thu, 8 Oct 2009 11:46:46 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Stateful session beans don't
keep state !!!
Message-ID: <10482368.1255016806959.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks perter very much, It was very explanatory
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259406#4259406
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259406
From do-not-reply at jboss.com Thu Oct 8 11:50:55 2009
From: do-not-reply at jboss.com (hamptont)
Date: Thu, 8 Oct 2009 11:50:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: Passing parameters to JSP
included
Message-ID: <33101226.1255017055321.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am also having this problem.
Is there a solutions ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259409#4259409
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259409
From do-not-reply at jboss.com Thu Oct 8 11:54:35 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Thu, 8 Oct 2009 11:54:35 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem with maven building JBoss
AS
Message-ID: <4548076.1255017275775.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I used the tar.gz file from the web page.
1) What OS are you running?
2) What is the full path name to the base source directory?
3) Do you have internet access with no firewall restrictions?
4) Did you verify the download using md5sum?
5) Just to verify: opened a command prompt, cd'ed to the src/build directory, and then ran build.bat
6) How far down the build did it get? In other words, do you get this error almost immediately or does the build go for a while before getting this error? Do all of the third party JARs get downloaded (Explorer tells me that there are 2382 files and 535 folders in the thirdparty directory)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259411#4259411
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259411
From do-not-reply at jboss.com Thu Oct 8 11:57:10 2009
From: do-not-reply at jboss.com (schamarthi)
Date: Thu, 8 Oct 2009 11:57:10 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Session Expiry Handling
Message-ID: <26021429.1255017430440.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
is there a way to handle portlet session expiry ? I want to handle session expiry in my portlet application.
I think portal expires session first and the request doesn't even hit the portlet.
or is there a session expiry even the portlet can register with ?
appreciate any can kind of help in this regard
thx & rgds,
Srinivas
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259412#4259412
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259412
From do-not-reply at jboss.com Thu Oct 8 12:13:30 2009
From: do-not-reply at jboss.com (luca.tagliani)
Date: Thu, 8 Oct 2009 12:13:30 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - [jbpm4] Move execution to arbitrary
activity
Message-ID: <29552468.1255018410467.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
I'm trying to move the execution of a processInstance to an arbitrary activity.
I'm using the following code:
org.jbpm.api.ProcessDefinition processDefinition = repositoryService.createProcessDefinitionQuery().processDefinitionName("processTest").uniqueResult();
| ExecutionService executionService = processEngine.getExecutionService();
| ProcessInstance instance = executionService.startProcessInstanceByKey("processTest");
| String newName = "Verified";
| Activity newActivity = ((ProcessDefinitionImpl) processDefinition).getActivity(newName);
| ExecutionImpl execution = (ExecutionImpl) instance;
| if (newActivity != null) {
| ((ExecutionImpl) execution).setActivity(newActivity);
| }
but when I then signal the execution, the activity ran is not the one I've yet set, but the old one.
I've also tried to use
execution.moveTo(activity);
but with the same result.
It seems that the change is not persisted on the DB....
Is it a bug or am I making any mistake?
BR
Luca Tagliani
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259417#4259417
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259417
From do-not-reply at jboss.com Thu Oct 8 12:47:40 2009
From: do-not-reply at jboss.com (shiva0)
Date: Thu, 8 Oct 2009 12:47:40 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Accessing the current task of a
ProcessInstance and/or his s
Message-ID: <24368771.1255020460279.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
So, I'm slowly starting to get the feel of the jbpm engine.
But I've hit a brick wall... well found a bypass but let's start at the beggining.
One process contains multiple subprocesses.
I need to be able to fetch the list of all tasks associated to the "Master ProcessInstance". I've tried going thru the Execution query but I could never find how I can start from my ProcessInstance and access the sub-process execution without knowing it's specific ID.
Until I started looking at the ExecutionImpl binding with the database. There is a getSubProcessInstance() method that is not available on the Execution interface.
I could just cast and access it, but is there probably a reason it's not made available. So, how can I do what I need without that casting patch?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259420#4259420
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259420
From do-not-reply at jboss.com Thu Oct 8 13:18:43 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Thu, 8 Oct 2009 13:18:43 -0400 (EDT)
Subject: [jboss-user] [Tomcat Integration] - Re: Howto deploy a simple Folder
Message-ID: <22068362.1255022323489.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
You could place them in ROOT.war. Or you could try this:
http://www.jboss.org/community/wiki/ExternalDirectories
For external directories on JBoss AS 5, see:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4212358#4212358
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259429#4259429
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259429
From do-not-reply at jboss.com Thu Oct 8 13:19:20 2009
From: do-not-reply at jboss.com (c4s4l)
Date: Thu, 8 Oct 2009 13:19:20 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - [jBPM4] Synchronous process execution
Message-ID: <14108927.1255022360854.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
I'm starting a process with executionService.startProcessInstanceByKey(...) and I want to wait for its end (without polling isEnded()), how can I do this? I've inspected the ProcessInstance, Execution API's and cannot find anything related to this. I just want to run a process Synchronously.
Thanks,
Sergio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259431#4259431
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259431
From do-not-reply at jboss.com Thu Oct 8 13:21:05 2009
From: do-not-reply at jboss.com (alex.guizar@jboss.com)
Date: Thu, 8 Oct 2009 13:21:05 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: null index column for collection:
Message-ID: <29998239.1255022465099.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
How does your process definition look like, and how do you start the process?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259432#4259432
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259432
From do-not-reply at jboss.com Thu Oct 8 13:33:04 2009
From: do-not-reply at jboss.com (alex.guizar@jboss.com)
Date: Thu, 8 Oct 2009 13:33:04 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Ending task with timer - session is
closed
Message-ID: <4173361.1255023184363.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Seems like an instance of JBPM-1135. By disabling the current session, jBPM is creating a separate session rather than using the existing one, which explains why your modified configuration works. It may not employ resources in the most efficient manner, tough.
I would suggest upgrading to jBPM 3.2.4 or later, but I realize Seam is pinning jBPM on version 3.2.2. The only real soution would be to have the Seam guys upgrade to a later version of jBPM.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259434#4259434
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259434
From do-not-reply at jboss.com Thu Oct 8 14:16:33 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Thu, 8 Oct 2009 14:16:33 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem with maven building JBoss
AS
Message-ID: <12578609.1255025793363.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I haven't recently (or rather never) built the source from the downloaded versions. But, shouldn't users change their maven settings.xml to include the JBoss maven repos as explained here http://www.jboss.org/community/wiki/MavenSettings
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259443#4259443
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259443
From do-not-reply at jboss.com Thu Oct 8 15:05:59 2009
From: do-not-reply at jboss.com (PeterJ)
Date: Thu, 8 Oct 2009 15:05:59 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Problem with maven building JBoss
AS
Message-ID: <14265779.1255028759099.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I double-checked my m2 settings and I don't have the JBoss Maven repository there. I would suspect that the repository is specified in the POMs that need it.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259447#4259447
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259447
From do-not-reply at jboss.com Thu Oct 8 15:41:06 2009
From: do-not-reply at jboss.com (bwestrich)
Date: Thu, 8 Oct 2009 15:41:06 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - jBPM 4: what are the performance
improvements?
Message-ID: <4076773.1255030866945.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello jBPM gurus,
We are using jPDL 3.2.3 for a high volume transaction processing system. We want to wring as much performance out of jPDL as possible.
The announcement for jBPM 4.0 (http://www.theserverside.com/news/thread.tss?thread_id=55178) mentions performance improvements, but doesn't provide further details. Could someone point me to links to the details on these improvements? This could be a big help for us in justifying an upgrade to 4.0.
Thanks,
Brian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259450#4259450
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259450
From do-not-reply at jboss.com Thu Oct 8 16:16:58 2009
From: do-not-reply at jboss.com (debasish.raychawdhuri)
Date: Thu, 8 Oct 2009 16:16:58 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Multiple default PostConstruct
method not called
Message-ID: <30295179.1255033018082.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I think I have encountered a strange behaviour
The specification EJB3.0 clearly says that it is possible to have multiple default interceptors can be specified and all of them can have @PostConstruct. The order of the invocation would be the same as in the deployment descriptor. However, in JBoss, only the first one is called and the rest are ignored. It is completely repeatable
I'm using JBoss Version 5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902232048)
The following is my ejb-jar.xml
|
|
| DemoEJB
|
|
| DemoFirstEJB
| com.ejb.demo.DemoFirstEJBLocal
|
| timeout
|
| Container
|
|
| demoDestination
| demoDestination
|
| com.ejb.demo.DemoFirstEJB
| topic
|
|
|
|
|
|
| DemoMDB
| demoDestination
|
|
| destination
| /topic/testTopic
|
|
|
|
|
|
| Timout Interceptor
|
| com.ejb.demo.interceptors.DemoInterceptor
|
|
| postConstruct
|
|
|
|
| org.javaeeutils.logger.interceptors.LoggingInterceptor
|
|
|
|
|
|
| DemoFirstEJB
| *
|
| Required
|
|
|
| *
|
| org.javaeeutils.logger.interceptors.LoggingInterceptor
| com.ejb.demo.interceptors.DemoInterceptor
|
|
|
|
| demoDestination
| /topic/testTopic
|
|
|
|
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259454#4259454
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259454
From do-not-reply at jboss.com Thu Oct 8 16:35:37 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 16:35:37 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <10191264.1255034137461.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Sigh..... again a post where my reply is not visible... What is going on here?
What I replied was: If the unit test works does not mean it works from the console as well. The api used by the console might e.g. not be fully updated yet or something like that. You could try posting in the BPM Console forum as well or refer to this topic from there.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259455#4259455
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259455
From do-not-reply at jboss.com Thu Oct 8 16:38:29 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 16:38:29 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jbpm4] Move execution to arbitrary
activity
Message-ID: <16848996.1255034309051.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Changes to the running instances should take place through the services. Just doing something on the execution does not work. Not sure though how you should do this. If there is no method in one of the services (e.g. the command service) try creating you own command.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259456#4259456
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259456
From do-not-reply at jboss.com Thu Oct 8 16:40:15 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 16:40:15 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process
execution
Message-ID: <17854553.1255034415175.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
then make sure you have no tasks, waitstates etc... it will run synchronously then.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259458#4259458
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259458
From do-not-reply at jboss.com Thu Oct 8 16:50:30 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 16:50:30 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Ending task with timer - session is
closed
Message-ID: <12959987.1255035030955.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
3.2.6SP1 can be used as a drop-in replacement for the jbpm jar in seam. Serveral people tried that and it works.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259461#4259461
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259461
From do-not-reply at jboss.com Thu Oct 8 16:51:02 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 16:51:02 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: null index column for collection:
Message-ID: <9566816.1255035062148.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
or formulated differently: "do you have a unittest"?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259462#4259462
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259462
From do-not-reply at jboss.com Thu Oct 8 16:57:25 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 16:57:25 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using Process variables as
parameters for method calls
Message-ID: <15523156.1255035445007.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
sorry, no (not yet). As announced I have way less time since 01-10-09 and have not had the opportunity to look into it. It is on my list for the weekend. (pinging me around that time might help though ;-))
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259464#4259464
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259464
From do-not-reply at jboss.com Thu Oct 8 17:02:00 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 17:02:00 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbmp console source code needed
Message-ID: <26916264.1255035720626.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
http://www.google.nl/search?q=jbpm+console+svn
gives you the project page with ALL info... Instead of 'it's in SVN, I could have posted STFI, but I didn't ;-)
Secondly, he did not even post WHICH jBPM console and there is NOTHING in cvs anymore, therefor I posted SVN... So please do no belittle me anymore but instead point him to the correct location as you seem to be the smart one.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259466#4259466
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259466
From do-not-reply at jboss.com Thu Oct 8 17:09:00 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 17:09:00 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <18881340.1255036140356.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I'm well aware that Document workflow is a specific case of workflow, but Alfresco has some nice api's and other functionality on top of jcr that could be called from jBPM.
Mappings like you describe will most likely always be needed unless you want jcr to be tightly integrated which I would not do. Most is not different then from having a normal external (to jBPM) datamodel
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259467#4259467
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259467
From do-not-reply at jboss.com Thu Oct 8 17:10:56 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 17:10:56 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re:
Message-ID: <18699162.1255036256375.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
the initiator swimlane is something from jBPM 3
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259468#4259468
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259468
From do-not-reply at jboss.com Thu Oct 8 17:31:22 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Thu, 8 Oct 2009 17:31:22 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: How to stop a process instance
Message-ID: <32807141.1255037482028.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The api in three was kind of blurry, yes, that is why it was simplified in 4. (But asking is always possible)
various variable scopes? Task local, transient and normal.
If the semantics of the various operations are not clear after working with it for several months I think something else might be wrong.
And a statement like
anonymous wrote : My customers have very basics needs for their workflows but I have discover that they cannot be done simply with the JBPM API.
Is like saying there are no obstacles between the earth and the moon, so it should be simple to get there but I do not know how.
What I mean by this is that the problem in reality is not that simple or you lack the knowledge (no offence) to see it. Complex processes can be done with jBPM, see slide 15 of http://www.slideshare.net/tombaeyens/jbpm-community-day-full-scale-stp-with-jbpm.
Tasks not being ended when a process is ended can be changed by setting the end-complete-process attribute on the end state to true.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259470#4259470
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259470
From do-not-reply at jboss.com Thu Oct 8 18:19:09 2009
From: do-not-reply at jboss.com (mohitanchlia)
Date: Thu, 8 Oct 2009 18:19:09 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Lookup
Message-ID: <32947929.1255040349164.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Is there a way to change the configuration to force the lookup on the localhost instead of doing it using HAJNDI without having to change the lookup code? Also, what's the best practice to make sure that no one else is using the same multicast address?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259474#4259474
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259474
From do-not-reply at jboss.com Thu Oct 8 19:56:08 2009
From: do-not-reply at jboss.com (ron.sigal@jboss.com)
Date: Thu, 8 Oct 2009 19:56:08 -0400 (EDT)
Subject: [jboss-user] [JBoss Remoting Users] - Re: Set the 'timeout'
parameter at the client side for an EJ
Message-ID: <21470283.1255046168397.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
It's already done. When you retrieve an EJB3 proxy from JNDI, the proxy brings the InvokerLocator with it, and the Remoting client uses the parameters in the InvokerLocator. In this case, the Remoting client will use a timeout value of 3000.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259481#4259481
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259481
From do-not-reply at jboss.com Thu Oct 8 20:06:28 2009
From: do-not-reply at jboss.com (dustin.a.parker)
Date: Thu, 8 Oct 2009 20:06:28 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Inject MBean ref into web app?
Message-ID: <4668453.1255046788680.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello; first post here.
I'm developing a simple, stateful service, and I like the idea of managing it with an MBean interface (it's very simple), but I also need to expose it as a (JAX) web service. I'd like to keep the web-servicey code away from the MBean code if possible, but then the web service needs to get a handle to the MBean. Is it possible for JBoss to inject a reference to the MBean into the web service endpoint?
If not, is an EJB a better way to go?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259483#4259483
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259483
From samk at twinix.com Thu Oct 8 04:25:01 2009
From: samk at twinix.com (samk at twinix.com)
Date: Thu, 8 Oct 2009 03:25:01 -0500 (CDT)
Subject: [jboss-user] Switching message store databases: problem with AS
5.1
Message-ID: <8717247.01254990302268.JavaMail.SYSTEM@larkin>
See Thread at: http://www.techienuggets.com/Detail?tx=95591 Posted on behalf of a User
jboss.messaging:service=ServerPeerjboss.messaging:service=PostOffice
You probably don't have PostOffice dependence configured properly? at least this helped me :-)
In Response To:
Daniel Bevenius of the JBoss ESB Group suggest me to post my question in this forum:
I'm trying to switch the message store database from the default hypersonic to oracle.
No problem with AS 4.2.2 (JMQ) and esb 4.6, but with AS 5.1 (JBM) I get this exception:
| 19:06:39,478 ERROR [ExceptionUtil] Queue[null, name=DeadMessageQueue] startService
| java.lang.NullPointerException
| at org.jboss.jms.server.ServerPeer.getPostOfficeInstance(ServerPeer.java:1382)
| at org.jboss.jms.server.destination.DestinationServiceSupport.setMaxSizeForQueues(DestinationServic
| eSupport.java:273)
| at org.jboss.jms.server.destination.DestinationServiceSupport.startService(DestinationServiceSuppor
| t.java:110)
| at org.jboss.jms.server.destination.QueueService.startService(QueueService.java:65)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
| at sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:597)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.ja
| va:140)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
| at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:189)
| at $Proxy38.start(Unknown Source)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.
| java:42)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.
| java:37)
| at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleCont
| rollerContextAction.java:62)
| at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContex
| tAction.java:71)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextA
| ctions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:34
| 8)
| at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:2
| 86)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
| at org.jboss.system.ServiceController.start(ServiceController.java:460)
| at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
| at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpl
| eRealDeployer.java:62)
| at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:5
| 0)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157
| )
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178
| )
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210
| )
| at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:34
| 8)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
| at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapte
| r.java:117)
| at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployActio
| n.java:70)
| at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileA
| ction.java:53)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfile
| Service.java:361)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:34
| 8)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(Abstrac
| tProfileService.java:306)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.jav
| a:271)
| at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
| at org.jboss.Main.boot(Main.java:221)
| at org.jboss.Main$1.run(Main.java:556)
| at java.lang.Thread.run(Thread.java:619)
| 19:06:39,480 ERROR [AbstractKernelController] Error installing to Start: name=jboss.esb.destination:
| name=DeadMessageQueue,service=Queue state=Create mode=Manual requiredState=Installed
| java.lang.NullPointerException
| at org.jboss.jms.server.ServerPeer.getPostOfficeInstance(ServerPeer.java:1382)
| at org.jboss.jms.server.destination.DestinationServiceSupport.setMaxSizeForQueues(DestinationServic
| eSupport.java:273)
| at org.jboss.jms.server.destination.DestinationServiceSupport.startService(DestinationServiceSuppor
| t.java:110)
| at org.jboss.jms.server.destination.QueueService.startService(QueueService.java:65)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
| at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:322)
| at sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:597)
| at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
| at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
| at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
| at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.ja
| va:140)
| at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
| at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
| at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
| at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:189)
| at $Proxy38.start(Unknown Source)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.
| java:42)
| at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.
| java:37)
| at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleCont
| rollerContextAction.java:62)
| at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContex
| tAction.java:71)
| at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextA
| ctions.java:51)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:34
| 8)
| at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:2
| 86)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
| at org.jboss.system.ServiceController.start(ServiceController.java:460)
| at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
| at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
| at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpl
| eRealDeployer.java:62)
| at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:5
| 0)
| at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157
| )
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178
| )
| at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1210
| )
| at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:34
| 8)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
| at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapte
| r.java:117)
| at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployActio
| n.java:70)
| at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileA
| ction.java:53)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfile
| Service.java:361)
| at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:34
| 8)
| at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
| at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
| at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
| at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
| at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(Abstrac
| tProfileService.java:306)
| at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.jav
| a:271)
| at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
| at org.jboss.Main.boot(Main.java:221)
| at org.jboss.Main$1.run(Main.java:556)
| at java.lang.Thread.run(Thread.java:619)
|
Can you help me?
Thank you very much
Stefano
From do-not-reply at jboss.com Thu Oct 8 21:41:07 2009
From: do-not-reply at jboss.com (gaohoward)
Date: Thu, 8 Oct 2009 21:41:07 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: JBoss Messaging 1.4.5.GA
just released!
Message-ID: <3302087.1255052467502.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
JBoss Messaging 1.4.5.GA doesn't work with JBoss 5.
Tim was right then. That was planned that the next release for AS 5 would be 1.4.5.GA. But it turned out that we need to make a release for AS 4 before AS 5, so the 1.4.5.GA is for AS 4 eventually.
The release for AS 5 will come soon I hope. It should be noted that the release (likely version 1.4.6.GA) will need at least remoting 2.5.2.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259487#4259487
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259487
From do-not-reply at jboss.com Thu Oct 8 21:45:53 2009
From: do-not-reply at jboss.com (gaohoward)
Date: Thu, 8 Oct 2009 21:45:53 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and
the jar hell at remote JBM clien
Message-ID: <2410449.1255052753434.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
To be honest, I don't know. :)
jbossall-client.jar is maintained by the AS team. It includes classes from various packages including some JBM and remoting ones. But there are still other classes from other packages in it which may or may not needed for a jbm client.
You'd better included it in you classpath and in the right order. If you want to get rid of it badly, you need to consult the AS team IMO.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259488#4259488
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259488
From do-not-reply at jboss.com Thu Oct 8 21:50:59 2009
From: do-not-reply at jboss.com (gaohoward)
Date: Thu, 8 Oct 2009 21:50:59 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: After migrating from
JBossMQ to JBM:
Message-ID: <30918307.1255053059046.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi can you tell the version of JBM you using? Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259489#4259489
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259489
From do-not-reply at jboss.com Thu Oct 8 22:24:55 2009
From: do-not-reply at jboss.com (gaohoward)
Date: Thu, 8 Oct 2009 22:24:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Upgrade JBoss AS 5.1.0
to JBoss Messaging 1.4.5.GA?
Message-ID: <241942.1255055095910.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello Richard,
1.4.5.GA is for AS 4.x only. The next release for AS 5 (supposedly 1.4.6.GA) will come soon hopefully. It needs to be tested with AS 5 jars. It should also be noted that the next release requires remoting 2.5.2 at least (currently in AS 5 it is 2.5.1).
Howard
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259491#4259491
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259491
From do-not-reply at jboss.com Thu Oct 8 22:28:09 2009
From: do-not-reply at jboss.com (kennardconsulting)
Date: Thu, 8 Oct 2009 22:28:09 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Upgrade JBoss AS 5.1.0
to JBoss Messaging 1.4.5.GA?
Message-ID: <33388148.1255055289537.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks Howard. I will keep an eye out for 1.4.6
Richard.
P.S. Did anyone get a chance to look at the log I posted to https://jira.jboss.org/jira/browse/JBMESSAGING-1706? I think I may have found the source of this tricky problem (ie. ConnectionStopRequest.serverInvoke)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259492#4259492
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259492
From do-not-reply at jboss.com Thu Oct 8 23:32:46 2009
From: do-not-reply at jboss.com (gaohoward)
Date: Thu, 8 Oct 2009 23:32:46 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: bisocket and listening
on all interfaces
Message-ID: <2460761.1255059166682.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I use the -b option. However ask AS team for a better answer.
Howard
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259495#4259495
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259495
From do-not-reply at jboss.com Thu Oct 8 23:39:32 2009
From: do-not-reply at jboss.com (gaohoward)
Date: Thu, 8 Oct 2009 23:39:32 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: getDeliveringCount()
analogous to getInProcessMessageCou
Message-ID: <7608030.1255059572626.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I don't know JBoss MQ. For JBM, you can find more information in the user's guide. It comes with the JBM download.
Howard
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259496#4259496
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259496
From do-not-reply at jboss.com Fri Oct 9 01:13:54 2009
From: do-not-reply at jboss.com (freak182)
Date: Fri, 9 Oct 2009 01:13:54 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: null index column for collection:
Message-ID: <18318315.1255065234854.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
Thanks for the reply.I just forgot to put the package of jbpm to transactional context. Thanks for the reply.
cheers.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259509#4259509
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259509
From do-not-reply at jboss.com Fri Oct 9 01:17:17 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Fri, 9 Oct 2009 01:17:17 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using Process variables as
parameters for method calls
Message-ID: <26075758.1255065437764.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the update, Ronald. I was already afraid one could not understand my post. It is too kind of you that it is on your list for the week end.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259512#4259512
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259512
From do-not-reply at jboss.com Fri Oct 9 02:02:50 2009
From: do-not-reply at jboss.com (freak182)
Date: Fri, 9 Oct 2009 02:02:50 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Weird schema generation in 3.3.1.GA
version
Message-ID: <30534365.1255068170676.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I just recently updated from jbpm 3.2.x to 3.3.1.GA. Now when i try to copy paste the hibernate.cfg.mysql.xml to my own hibernate config i get this error:
13:55:58,687 ERROR - SchemaExport - Unsuccessful: create table JBPM_ACTION (ID_ bigint generated by default as identity (start with 1), class char(1) not null, NAME_ varchar(255), ISPROPAGATIONALLOWED_ bit, ACTIONEXPRESSION_ varchar(255), ISASYNC_ bit, REFERENCEDACTION_ bigint, ACTIONDELEGATION_ bigint, EVENT_ bigint, PROCESSDEFINITION_ bigint, EXPRESSION_ longvarchar, TIMERNAME_ varchar(255), DUEDATE_ varchar(255), REPEAT_ varchar(255), TRANSITIONNAME_ varchar(255), TIMERACTION_ bigint, EVENTINDEX_ integer, EXCEPTIONHANDLER_ bigint, EXCEPTIONHANDLERINDEX_ integer, primary key (ID_))
13:55:58,687 ERROR - SchemaExport - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'generated by default as identity (start with 1), class char(1) not null, NAME_ v' at line 1
13:55:58,688 ERROR - SchemaExport - Unsuccessful: create table JBPM_BYTEARRAY (ID_ bigint generated by default as identity (start with 1), NAME_ varchar(255), FILEDEFINITION_ bigint, primary key (ID_))
13:55:58,688 ERROR - SchemaExport - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'generated by default as identity (start with 1), NAME_ varchar(255), FILEDEFINIT' at line 1
13:55:58,744 ERROR - SchemaExport - Unsuccessful: create table JBPM_COMMENT (ID_ bigint generated by default as identity (start with 1), VERSION_ integer not null, ACTORID_ varchar(255), TIME_ timestamp, MESSAGE_ longvarchar, TOKEN_ bigint, TASKINSTANCE_ bigint, TOKENINDEX_ integer, TASKINSTANCEINDEX_ integer, primary key (ID_))
13:55:58,744 ERROR - SchemaExport - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'generated by default as identity (start with 1), VERSION_ integer not null, ACTO' at line 1
13:55:58,797 ERROR - SchemaExport - Unsuccessful: create table JBPM_DELEGATION (ID_ bigint generated by default as identity (start with 1), CLASSNAME_ longvarchar, CONFIGURATION_ longvarchar, CONFIGTYPE_ varchar(255), PROCESSDEFINITION_ bigint, primary key (ID_))
13:55:58,797 ERROR - SchemaExport - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'generated by default as identity (start with 1), CLASSNAME_ longvarchar, CONFIGU' at line 1
13:55:58,798 ERROR - S
..........................................................
some table are not created. of course the user is (root). but when i point the configlocation the one in jbpm-jpdl.config.jar it work fine.
my worry is that every time i stop/start my server i will create always the tables becuase of this:
create
...
how can solve this?
thanks a lot.
cheers.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259518#4259518
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259518
From do-not-reply at jboss.com Fri Oct 9 02:15:18 2009
From: do-not-reply at jboss.com (jjp)
Date: Fri, 9 Oct 2009 02:15:18 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: JBPM4.1, JBoss 4.23 and Seam 2.2.0
Message-ID: <30053758.1255068918105.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I found a workaround for my Problem:
I configured JBPM as seen in the examples (having two hibernate session factories). In the jbpm.hibernate.cfg.xml I mapped my Entities as
and in the persistence.xml I mapped the JBPM Entities:
jbpm.repository.hbm.xml
| jbpm.execution.hbm.xml
| jbpm.history.hbm.xml
| jbpm.task.hbm.xml
| jbpm.identity.hbm.xml
|
Both Session factories know about both entities. I don't know about the side effects but it seems to work.
I found this JIRA https://jira.jboss.org/jira/browse/JBPM-2038, maybe my problem is solved in 4.3 ?
Best regards,
Joerg
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259520#4259520
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259520
From do-not-reply at jboss.com Fri Oct 9 02:28:02 2009
From: do-not-reply at jboss.com (mesa)
Date: Fri, 9 Oct 2009 02:28:02 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <3354218.1255069682202.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
i have done few things till now and will need bit help from kukeltje :)
i have integrated jcrTemplate using spring and now i am able to play with repository,able to add node and all.
according to jbpm document i can add jcrnode as process variable.
now issue will come up once i try to retrieve store jcrNode from process variable ---
getObject() method is jcrNodeInstance.class says that jbpm will try to get configured services in its context and will try to find a jcrService and once service instance is found then few matching things will be performed and object can be retrieved.
Main problem left down is configuring a JCR Service is JBPMContext :
1) i tried extending jbpmContext and tried to add my service (Extending JcrService)
@Override
protected JbpmContext getContext() {
JbpmContext context = super.getContext();
context.getServices().getPersistenceService();
context.getServices().setAuthenticationService(authenticationService);
return context;
}
here i do not see anyway to attach a jcrService instance.
2) i then went to figure out a way in jbpm.cfg.xml . i checked that JackRabbitServiceFactory requires a configuration ----i think it is repository.xml and directory---may be home dir to create a service.
i am unable to configure service in jbpm.cfg.xml.
i added the service like this :::
classpath:repository.xml
/home/mayank/jackrabbit
i get :: unable to Parse jbpm.cfg.xml
Code of service factory says ::
protected synchronized Repository getRepository() {
if (repository==null) {
try {
InputStream stream = ClassLoaderUtil.getStream(configuration);
RepositoryConfig config = RepositoryConfig.create(stream, directory);
repository = RepositoryImpl.create(config);
} catch (Exception e) {
// NOTE that Error's are not caught because that might halt the JVM and mask the original Error.
throw new JbpmException("couldn't create new jackrabbit repository with configResource '"+configuration+"' and directory '"+directory+"'", e);
}
}
return repository;
}
can someone help on this .....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259522#4259522
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259522
From do-not-reply at jboss.com Fri Oct 9 02:34:47 2009
From: do-not-reply at jboss.com (mesa)
Date: Fri, 9 Oct 2009 02:34:47 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <15204620.1255070087058.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
jbpm cfg is not correctly show in previous post:
service name="jcr"
factory
bean class="org.jbpm.jcr.jackrabbit.JackrabbitJcrServiceFactory"
field name="configuration" classpath:repository.xml
field name="directory" /home/mayank/jackrabbit
bean
factory
service
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259525#4259525
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259525
From do-not-reply at jboss.com Fri Oct 9 02:36:23 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 02:36:23 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: Bug in connection validation code
Message-ID: <21610536.1255070183225.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Do you guys have your custom RA or you have see the issues with the RA's shipped with Jboss?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259526#4259526
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259526
From do-not-reply at jboss.com Fri Oct 9 02:36:36 2009
From: do-not-reply at jboss.com (chernser)
Date: Fri, 9 Oct 2009 02:36:36 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: Using abstract
classes in services: JBOSSWS Native stack
Message-ID: <21987682.1255070196060.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"PeterJ" wrote : anonymous wrote : public B doIt(B value)
| Is this a typo? Did you mean
| public A doIt(A value)
|
Yes, sorry.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259527#4259527
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259527
From do-not-reply at jboss.com Fri Oct 9 02:41:32 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 02:41:32 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: DataSource Failover in Cluster JBoss
Message-ID: <22827768.1255070492479.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"NJaganMohanRao" wrote :
| I have implemented org.jboss.resource.adapter.jdbc.ValidConnectionChecker but I don't find the any clue how to verify the postgres connection(valid connection / invalid connection).
|
I see the one already there
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/connector/src/main/org/jboss/resource/adapter/jdbc/vendor/PostgreSQLValidConnectionChecker.java
Why are you not using it?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259528#4259528
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259528
From do-not-reply at jboss.com Fri Oct 9 02:44:10 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 02:44:10 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: Example File System RA
Message-ID: <14844762.1255070650239.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"jinesh4all" wrote :
| I am using Jboss 4.2.2 GA, can any one give me an example for FileSystem as Resource? I am new to Connectors.. :(
|
Read this
http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch7.chapt.html
and try downloading the sample application from here
http://docs.jboss.org/jbossas/jboss4guide/r5/
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259530#4259530
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259530
From do-not-reply at jboss.com Fri Oct 9 02:50:36 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 02:50:36 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: How to code JNDI lookup of JCA Resource
ConnectionFactor
Message-ID: <32369855.1255071036547.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Can you show us the connection factory deployment descriptor file?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259532#4259532
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259532
From do-not-reply at jboss.com Fri Oct 9 02:51:23 2009
From: do-not-reply at jboss.com (newcomer1)
Date: Fri, 9 Oct 2009 02:51:23 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Accessing the current task of a
ProcessInstance and/or h
Message-ID: <18538116.1255071083077.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Have you found a solution for this? We are have the same use case were we have a process with a lot of subprocesses that create several tasks and we need a simple way to query for all the tasks for the process including tasks generated by its subprocesses. The interfaces have some limitations and we have seen the need to create our own custom repositories that works over the jbpm tables for some of these queries using oracle specific features to do queries over tree structures.
jBPM seems very configurable and I think many projects will need to extend the basic service interfaces and the out of box query support using their own commands and extensions. The service interfaces cover the basic and most used features and I can understand that the jBPM development team wants to keep them slim.
You could create a custom command, but for me it seems like you will not come away from a downcast if you for example need to create custom queries using the hibernate critereia api.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259533#4259533
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259533
From do-not-reply at jboss.com Fri Oct 9 02:58:21 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 02:58:21 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: Basic understanding of JCA-Workflow
Message-ID: <11081332.1255071501597.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"LeoLo" wrote :
| Or when repository.login(...) in the service-method is called?
|
The connection should be taken when login() is called, you can verify this by looking at the implementation.
"LeoLo" wrote :
| When is the connection released and returned to the pool? (When session-logout is called or when the transaction is committed or ... ?)
|
It should be when session.logou() is called, I would recommend to check the RA implementation from JackRabbit.
"LeoLo" wrote :
| Is it possible, that during a service-method more than one connection may be used?
|
| Any hints and references are really appreciated.
|
I can't make out from the methods calls that multiple connections are being used in the application flow.
You can also look at the ManagedConnectionPool MBean from the jmx-console to see the evolution of the connections in the pool.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259536#4259536
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259536
From do-not-reply at jboss.com Fri Oct 9 02:59:46 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 02:59:46 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: Exception: Unable to fill pool
Message-ID: <22806536.1255071586339.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"bravi1234" wrote : help me
You need to read this
http://www.catb.org/~esr/faqs/smart-questions.html
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259537#4259537
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259537
From do-not-reply at jboss.com Fri Oct 9 03:03:54 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 03:03:54 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: datasource and singleton
Message-ID: <30872472.1255071834820.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"henk53" wrote :
| Just wondering, are JNDI lookups really that expensive? When looking up an EJB (either programmatic, or via injection), isn't there a JNDI lookup happening all the time?
Yes, but you need to understand that there is a trade-off between the efficiency and flexibility(loosely coupling).
You should be talking at EJB forums for the EJB details, you can get more help there.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259539#4259539
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259539
From do-not-reply at jboss.com Fri Oct 9 03:09:05 2009
From: do-not-reply at jboss.com (meme)
Date: Fri, 9 Oct 2009 03:09:05 -0400 (EDT)
Subject: [jboss-user] [Security] - Webservice-Security and containermanaged
security using sso
Message-ID: <18415006.1255072145037.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I'm currently working on a project where I have an ear with many beans (many of them are ejb2, some ejb3). The ejb3 have local-interfaces and they also act as webservice endpoints. These beans (the webservice-endpoints) are using container-managed security (jaas/@SecurityDomain).
Then there are two other war's which are not incldued in the ear, mentioned above. These both also use container-managed security. The web-apps are accessing the business-logic using the webservice-endpoints.
Now to my question:
When I have logged in on Webapp A are the credentials automatically provided when accessing the webservice indirectly (SSO is configured for the whole Host.) or do I have to store the credentials in the session for reuse on all requests to the webserviceendpoints?
Thanks for your help!
Marc
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259540#4259540
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259540
From do-not-reply at jboss.com Fri Oct 9 03:16:39 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Fri, 9 Oct 2009 03:16:39 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <16568370.1255072599341.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thanks for the hint. Right now I was trying it again and it shows up like that I also get into trouble if I use the API directly. I have a webservice invoking methods on the jBPM API. By the use of the API I can start a new process instance and I can grab the assigned process instance id. I can even query for the active activities and they show up right. But as soon as I want to access the task list of one of the users having the tasks in their list an exception is thrown:
| Caused by: org.hibernate.LazyInitializationException: could not initialize proxy
| - no Session
| at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyIn
| itializer.java:86)
| at org.hibernate.proxy.AbstractLazyInitializer.getImplementation(Abstrac
| tLazyInitializer.java:140)
| at org.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(Ja
| vassistLazyInitializer.java:190)
| at org.jbpm.pvm.internal.model.ExecutionImpl_$$_javassist_4.getId(Execut
| ionImpl_$$_javassist_4.java)
|
When retrieving the task list of a user who does not participate in the process no exception is thrown.
To me this now looks a bit like the different resolved or rejected issues related to problems with fork and join. Since I got the problems although without using the console it can't be because or just because of the console.
Confused regards
Sebastian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259541#4259541
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259541
From do-not-reply at jboss.com Fri Oct 9 03:18:45 2009
From: do-not-reply at jboss.com (freak182)
Date: Fri, 9 Oct 2009 03:18:45 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Weird schema generation in 3.3.1.GA
version
Message-ID: <33455040.1255072725720.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
sorry, just fix the problem.
tnx.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259543#4259543
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259543
From do-not-reply at jboss.com Fri Oct 9 03:34:30 2009
From: do-not-reply at jboss.com (Krohm)
Date: Fri, 9 Oct 2009 03:34:30 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Accessing the current task of a
ProcessInstance and/or h
Message-ID: <16393868.1255073670281.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I would try :
List currentTasks = yourProcessEngine.getTaskService()
| .createTaskQuery()
| .processInstanceId(yourProcessInstanceId)
| .list()
You can also add various filters and/or order them by Name/ Priority, etc ...
(http://docs.jboss.com/jbpm/v4/javadocs/)
If you want all the subprocesses, you could also look at the following methods in org.jbpm.api.Execution
| getExecutions()
| findActiveActivityNames()
| getExecutionsMap()
|
hope this helps.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259547#4259547
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259547
From do-not-reply at jboss.com Fri Oct 9 03:39:04 2009
From: do-not-reply at jboss.com (Krohm)
Date: Fri, 9 Oct 2009 03:39:04 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re:
Message-ID: <29483223.1255073944820.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok.
Is there a way to "capture" the initiator in JBPM4 ?
I mean getting the Id of the user that initiated the process.
It is not something unusual that this user has a separate swimlane.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259548#4259548
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259548
From do-not-reply at jboss.com Fri Oct 9 03:51:11 2009
From: do-not-reply at jboss.com (h.wolffenbuttel)
Date: Fri, 9 Oct 2009 03:51:11 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: CertRolesLoginModule cannot find the
good SecurityDomain
Message-ID: <31796913.1255074671832.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
There are many ways to declare a securityDomain. The way I have implemented it is to put a MBean inside the conf/jboss-service.xml that looks something like this:
|
|
|
|
| resource:key/esb.keystore
| *****
| resource:key/esb.keystore
| *****
| jboss.security:service=JaasSecurityManager
|
|
In your case you would have to change CertLogin into secureDomain.
You can also define your securitydomain using web.xml and jboss-web.xml just look at the jmx-console example in the Jboss WIKI.
Hopes this helps!
Regards,
Hans
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259550#4259550
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259550
From do-not-reply at jboss.com Fri Oct 9 03:55:36 2009
From: do-not-reply at jboss.com (slimamar)
Date: Fri, 9 Oct 2009 03:55:36 -0400 (EDT)
Subject: [jboss-user] [JBoss Remoting Users] - Re: Set the 'timeout'
parameter at the client side for an EJ
Message-ID: <19848913.1255074936097.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I'm sorry, i haven't explained correctly.
Actually, it's indeed already done when the proxy brings the InvokerLocator from the server and the parameter is set at the server side.
But, we want to set or modify this parameter 'timeout' at the client side at every call or give a specific value for a client for example.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259551#4259551
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259551
From do-not-reply at jboss.com Fri Oct 9 03:56:58 2009
From: do-not-reply at jboss.com (bortx)
Date: Fri, 9 Oct 2009 03:56:58 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: Bug in connection validation code
Message-ID: <9077625.1255075018956.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have downloaded JBoss 4.2.3 sources and have detected the bug on JBoss JCA code. So, as there is no response from JBoss, I have fixed the bug by myself.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259553#4259553
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259553
From do-not-reply at jboss.com Fri Oct 9 04:01:51 2009
From: do-not-reply at jboss.com (vickyk)
Date: Fri, 9 Oct 2009 04:01:51 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: Bug in connection validation code
Message-ID: <22329194.1255075311976.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"bortx" wrote : I have downloaded JBoss 4.2.3 sources and have detected the bug on JBoss JCA code. So, as there is no response from JBoss, I have fixed the bug by myself.
Do you see the issue with the RA that is deployed by you?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259554#4259554
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259554
From do-not-reply at jboss.com Fri Oct 9 04:31:25 2009
From: do-not-reply at jboss.com (jbosspnet)
Date: Fri, 9 Oct 2009 04:31:25 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Process archive
classes:ClassNotFoundException
Message-ID: <17791400.1255077085772.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
I have installed JBpm 3.2.3 on JBoss 4.2.3.GA and I have created the following simple process:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
where NodeHandler is the delegation class where I need to invoke an EJB method (the EJB is already deployed in JBoss):
public class NodeHandler implements ActionHandler {
| private static final String MANAGER_HOME_JNDI = "ejb/Manager";
|
| @Override
| public void execute(ExecutionContext context) throws Exception {
| Properties env = new Properties();
| // ... setting Context.INITIAL_CONTEXT_FACTORY, Context.PROVIDER_URL, Context.URL_PKG_PREFIXES ...
|
| InitialContext context = null;
| try {
| context = new InitialContext(env);
| Object homeObject = context.lookup(Constants.MANAGER_HOME_JNDI);
| ManagerHome home = (ManagerHome) PortableRemoteObject.narrow(homeObject, ManagerHome.class);
| Manager manager = home.create();
| // ... invoking manager business methods...
| } finally {
| if (context != null) {
| try {
| context.close();
| } catch (Exception e) {
| // ignored
| }
| }
| }
| }
| }
|
In the process archive are present all needed classes like NodeHandler and, of course, the home / remote interfaces of the EJB. The directory structure is the following:
sample.par
| |
| +- processdefinition.xml
| +- gpd.xml
| +- processimage.jpg
| |
| + classes
| +- sample
| +- manager
| +-- intefaces
| +-- Manager.class // EJB Remote Interface
| +-- ManagerHome.class // EJB Home Interface
| +- process
| +-- NodeHandler.class
|
I deploy this process archive into Jbpm by the console without any warning or errors. But when I create a process instance and I signal the instance (to move from "start" node to "a-node") I obtain the exception reported at the end.
I have looked into JBPM_BYTEARRAY / JBPM_BYTEBLOCK tables and there is a row that refers to class ManagerHome.
So why Jbpm cannot find them?
There is some other way to use an EJB into Jbpm action delegation classes?
Regards.
javax.naming.CommunicationException [Root exception is java.lang.ClassNotFoundException: sample.manager.interfaces.ManagerHome (no security manager: RMI class loader disabled)]
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:786)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:627)
at javax.naming.InitialContext.lookup(InitialContext.java:392)
at sample.process.sample.NodeHandler.execute(NodeHandler.java:37)
at org.jbpm.graph.def.Action.execute(Action.java:122)
at org.jbpm.graph.def.GraphElement.executeAction(GraphElement.java:259)
at org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:215)
at org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:185)
at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:169)
at org.jbpm.graph.def.Node.enter(Node.java:302)
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.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
at org.jbpm.graph.def.Node_$$_javassist_80.enter(Node_$$_javassist_80.java)
at org.jbpm.graph.def.Transition.take(Transition.java:151)
at org.jbpm.graph.def.Node.leave(Node.java:393)
at org.jbpm.graph.node.StartState.leave(StartState.java:70)
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.hibernate.proxy.pojo.javassist.JavassistLazyInitializer.invoke(JavassistLazyInitializer.java:173)
at org.jbpm.graph.def.Node_$$_javassist_80.leave(Node_$$_javassist_80.java)
at org.jbpm.graph.exe.Token.signal(Token.java:192)
at org.jbpm.graph.exe.Token.signal(Token.java:140)
at org.jbpm.jsf.core.action.SignalActionListener.handleAction(SignalActionListener.java:52)
at org.jbpm.jsf.core.impl.JbpmActionListenerWrapper.processAction(JbpmActionListenerWrapper.java:82)
at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:771)
at javax.faces.component.UICommand.broadcast(UICommand.java:372)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475)
at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:755)
at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
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:182)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
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.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: sample.manager.interfaces.PollerManagerHome (no security manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:535)
at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:628)
at org.jboss.system.JBossRMIClassLoader.loadProxyClass(JBossRMIClassLoader.java:82)
at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:294)
at sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:238)
at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1531)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1493)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
at java.rmi.MarshalledObject.get(MarshalledObject.java:142)
at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:72)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:710)
... 57 more
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259557#4259557
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259557
From do-not-reply at jboss.com Fri Oct 9 05:03:35 2009
From: do-not-reply at jboss.com (bortx)
Date: Fri, 9 Oct 2009 05:03:35 -0400 (EDT)
Subject: [jboss-user] [JCA] - Re: Bug in connection validation code
Message-ID: <6126422.1255079015929.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have reported a jira with this issue
https://jira.jboss.org/jira/browse/JBAS-7327
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259562#4259562
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259562
From do-not-reply at jboss.com Fri Oct 9 05:18:11 2009
From: do-not-reply at jboss.com (swenu)
Date: Fri, 9 Oct 2009 05:18:11 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Sharing Seam projects with
SVN
Message-ID: <27351692.1255079891449.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
hi
back again on the problem!
today the mate checked out the project and started the jboss from eclipse.
While deploying the ear we get this error:
DEPLOYMENTS MISSING DEPENDENCIES:
| Deployment "persistence.unit:unitName=emtm-ear.ear/emtm-ejb.jar#emtm" is missing the following dependencies:
| Dependency "jboss.jca:name=emtmDatasource,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=emtmDatasource,service=DataSourceBinding' **")
|
| DEPLOYMENTS IN ERROR:
| Deployment "jboss.jca:name=emtmDatasource,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=emtmDatasource,service=DataSourceBinding' **
|
| at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
| at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
| at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:873)
| at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.checkComplete(MainDeployerAdapter.java:128)
| at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:369)
| at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
| at java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:317)
| at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:150)
| at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(ScheduledThreadPoolExecutor.java:98)
| at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(ScheduledThreadPoolExecutor.java:181)
| at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:205)
| at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
| at java.lang.Thread.run(Thread.java:619)
|
On my local workspace (also on a second one in a diffrent local location) i don't get any errors while deploying the things.
Any idea?
Setting update to create won't work neither.
Thanks for the fish ;)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259564#4259564
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259564
From do-not-reply at jboss.com Fri Oct 9 05:18:58 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Fri, 9 Oct 2009 05:18:58 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <16313272.1255079938503.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
It must be something due to the fork-join. I added an additional task assigned to one of the users before the fork and could complete it. After reaching the fork the problems started and I couldn't get the users's tasklist anymore. But even with the changed process definition I can't start a new process instance in the console. I see the process definition in the list and I can push the start button to create a new instance. But nothing happens afterwards. There is neither an error message or exception nor a new process instance in the refreshed list.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259566#4259566
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259566
From do-not-reply at jboss.com Fri Oct 9 05:34:37 2009
From: do-not-reply at jboss.com (alesj)
Date: Fri, 9 Oct 2009 05:34:37 -0400 (EDT)
Subject: [jboss-user] [JBoss Microcontainer Users] - Re: Confused about POJO
service
Message-ID: <18617497.1255080877923.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"karypid" wrote :
| When can you use a different filename?
|
It depends on the BeanDeployer:
- http://anonsvn.jboss.org/repos/jbossas/projects/jboss-deployers/trunk/deployers-vfs/src/main/java/org/jboss/deployers/vfs/deployer/kernel/BeanDeployer.java
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259568#4259568
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259568
From do-not-reply at jboss.com Fri Oct 9 05:45:13 2009
From: do-not-reply at jboss.com (meme)
Date: Fri, 9 Oct 2009 05:45:13 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - SecurityDomain ignored in
webservice
Message-ID: <21646241.1255081513901.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I hope that this is the correct forum for this webservice and security related question:
I've deployed a ejb3-webservice on a standard jboss using this annotations:
| @Stateless
| @SOAPBinding(style = Style.RPC)
| @WebService(name = "ScheduleEndpoint",
| serviceName = "ScheduleEndpointService",
| targetNamespace = "http://my.namespace.de/ws/schedule")
| @WebContext(contextRoot = "/ws",
| urlPattern = "/schedule",
| authMethod = AuthMethod.BASIC,
| transportGuarantee = TransportGuarantee.CONFIDENTIAL,
| secureWSDLAccess = false)
| @SecurityDomain("MySecurity")
| public class ScheduleBean implements ScheduleLocal, ScheduleEndpoint {
|
Everything is fine. The client is forced to use https. But when I try to authenticate myself the error below is shown in the jboss log.
(The same occures when I try to access the wsdl if I enable the secureWSDLAccess)
The mentioned JAAS MySecurity is working because several other webapps are working correctly with this domain.
Do I have to configure the jaas in some other points than in the @SecurityDomain annotation?
Thanks for your help!
Marc
11:27:04,088 ERROR [UsersRolesLoginModule] Failed to load users/passwords/role files
| java.io.IOException: No properties file: users.properties or defaults: defaultUsers.properties found
| at org.jboss.security.auth.spi.Util.loadProperties(Util.java:198)
| at org.jboss.security.auth.spi.UsersRolesLoginModule.loadUsers(UsersRolesLoginModule.java:186)
| at org.jboss.security.auth.spi.UsersRolesLoginModule.createUsers(UsersRolesLoginModule.java:200)
| at org.jboss.security.auth.spi.UsersRolesLoginModule.initialize(UsersRolesLoginModule.java:127)
| 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 javax.security.auth.login.LoginContext.invoke(LoginContext.java:756)
| at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186)
| at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683)
| at java.security.AccessController.doPrivileged(Native Method)
| at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680)
| at javax.security.auth.login.LoginContext.login(LoginContext.java:579)
| at org.jboss.security.plugins.auth.JaasSecurityManagerBase.defaultLogin(JaasSecurityManagerBase.java:552)
| at org.jboss.security.plugins.auth.JaasSecurityManagerBase.authenticate(JaasSecurityManagerBase.java:486)
| at org.jboss.security.plugins.auth.JaasSecurityManagerBase.isValid(JaasSecurityManagerBase.java:365)
| at org.jboss.security.plugins.JaasSecurityManager.isValid(JaasSecurityManager.java:160)
| at org.jboss.web.tomcat.security.JBossWebRealm.authenticate(JBossWebRealm.java:384)
| at org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicAuthenticator.java:181)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:491)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
| 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:158)
| at org.apache.catalina.authenticator.SingleSignOn.invoke(SingleSignOn.java:383)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
| at java.lang.Thread.run(Thread.java:619)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259571#4259571
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259571
From do-not-reply at jboss.com Fri Oct 9 05:46:16 2009
From: do-not-reply at jboss.com (dimitris@jboss.org)
Date: Fri, 9 Oct 2009 05:46:16 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <19281862.1255081576663.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Just by looking at your description, why not retrieving the active timers directly after the restart from the EJB that created them in the first place, they should be there? I don't think you need to store the handle.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259572#4259572
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259572
From do-not-reply at jboss.com Fri Oct 9 05:53:56 2009
From: do-not-reply at jboss.com (nathik)
Date: Fri, 9 Oct 2009 05:53:56 -0400 (EDT)
Subject: [jboss-user] [Persistence] - Table/View 'JMS_SUBSCRIPTIONS' does
not exist JBoss 4.2.1
Message-ID: <27040713.1255082036492.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I having problems configuring derby as default datasource. I have done the following:
- copied derby.jar and derby-plugin.jar into $JBOSS_HOME/server/default/lib
- copied $JBOSS_HOME/docs/examples/jca/derby-ds.xml into JBOSS_HOME/server/default/deploy and renamed jndi name to DefaultDS
- copied $JBOSS_HOME/docs/examples/jms/derby-jdbc2-service.xml into $JBOSS_HOME/server/default/deploy/jms/
- removed $JBOSS_HOME/server/default/deploy/hsqldb-ds.xml
- removed $JBOSS_HOME/docs/examples/jms/hsqldb-jdbc2-service.xml
- changed false to true in $JBOSS_HOME/server/default/conf/standardjbosscmp-jdbc.xml
But when starting JBoss 4.2.1 I get the following error:
11:49:48,365 WARN [ServiceController] Problem starting service jboss.mq.destination:service=Topic,name=testTopic
org.jboss.mq.SpyJMSException: Error getting durable subscriptions for topic TOPIC.testTopic; - nested throwable: (java.sql.SQLException: Table/View 'JMS_SUBSCRIPTIONS' does not exist.)
at org.jboss.mq.sm.jdbc.JDBCStateManager.getDurableSubscriptionIdsForTopic(JDBCStateManager.java:303)
at org.jboss.mq.server.JMSDestinationManager.addDestination(JMSDestinationManager.java:702)
at org.jboss.mq.server.jmx.Topic.startService(Topic.java:76)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at org.jboss.system.ServiceController.start(ServiceController.java:435)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy42.start(Unknown Source)
at org.jboss.deployment.XSLSubDeployer.start(XSLSubDeployer.java:197)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy9.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:417)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
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:585)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
at org.jboss.Main.boot(Main.java:200)
at org.jboss.Main$1.run(Main.java:508)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.sql.SQLException: Table/View 'JMS_SUBSCRIPTIONS' does not exist.
at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.Util.generateCsSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.wrapInSQLException(Unknown Source)
at org.apache.derby.impl.jdbc.TransactionResourceImpl.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedConnection.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.ConnectionChild.handleException(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement.(Unknown Source)
at org.apache.derby.impl.jdbc.EmbedPreparedStatement20.(Unknown Source)
.....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259575#4259575
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259575
From do-not-reply at jboss.com Fri Oct 9 06:24:44 2009
From: do-not-reply at jboss.com (bodrin)
Date: Fri, 9 Oct 2009 06:24:44 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and
the jar hell at remote JBM clien
Message-ID: <5232493.1255083884744.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
May be we can reverse engineer it somehow (jar classes intersection for example) .. but I hoped that someone knows the answer..
So, probably nobody knows if for a remote JBM client it would be sufficient to take all the jars from $JBOSS_HOME/client without jbossall-client.jar?
Having a requirement on the order of the jars is a bad thing, so it is duplicating classes in jars. Sooner or later this leads to various kinds of problems.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259580#4259580
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259580
From do-not-reply at jboss.com Fri Oct 9 06:29:42 2009
From: do-not-reply at jboss.com (timfox)
Date: Fri, 9 Oct 2009 06:29:42 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: jbossall-client.jar and
the jar hell at remote JBM clien
Message-ID: <33511787.1255084182837.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
jar hell has been a known issue for a long time in JBoss Messaging.
But all new dev is on HornetQ - which doesn't have these issues.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259583#4259583
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259583
From do-not-reply at jboss.com Fri Oct 9 06:35:12 2009
From: do-not-reply at jboss.com (icordoba)
Date: Fri, 9 Oct 2009 06:35:12 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Migrating .ear to JBoss 5 with
several EJB3 Jars inside
Message-ID: <30340356.1255084512644.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I am migrating to JBoss 5 from Jboss 4.0.3
My application is packed in an .ear file with multiple .jar files inside.
All share a common persistence unit and have relations between them. This works OK in JBoss 4.0.3 (To make it work I had to include all EJBs in the orm.xml file in the .ear META-INF dir)
Now, when deploying this same .ear in JBoss 5 I find that EJBs in a jar file is not visible to EJBs in another jar (even they are in the same .ear file and they all appear in orm.xml file as exposed)
Am I missing something that I must include in JBoss 5?
This is one of the multiple errors I get:
com.servengine.dns.VirtualHost and com.servengine.portal.Portal are the entities packed echaone in a different jar.
2009-10-09 11:43:54,073 ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (main) Error installing to Start: name=persistence.unit:unitName=tuportal3.ear/ServEngineDNSEJB.jar#mainPersistenceUnit state=Create
| org.hibernate.AnnotationException: @OneToOne or @ManyToOne on com.servengine.dns.VirtualHost.portal references an unknown entity: com.servengine.portal.Portal
| at org.hibernate.cfg.ToOneFkSecondPass.doSecondPass(ToOneFkSecondPass.java:81)
| at org.hibernate.cfg.AnnotationConfiguration.processEndOfQueue(AnnotationConfiguration.java:456)
| at org.hibernate.cfg.AnnotationConfiguration.processFkSecondPassInOrder(AnnotationConfiguration.java:438)
| at org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:309)
| at org.hibernate.cfg.Configuration.buildMappings(Configuration.java:1148)
| at org.hibernate.ejb.Ejb3Configuration.buildMappings(Ejb3Configuration.java:1226)
| at org.hibernate.ejb.EventListenerConfigurator.configure(EventListenerConfigurator.java:173)
| at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:854)
| at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:425)
| at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:131)
| at org.jboss.jpa.deployment.PersistenceUnitDeployment.start(PersistenceUnitDeployment.java:301)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
|
I have read docs but have no info about this. Do I have to repack my EJBs all in one ear?
Thanks for any directions.
Ignacio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259585#4259585
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259585
From do-not-reply at jboss.com Fri Oct 9 06:38:11 2009
From: do-not-reply at jboss.com (icordoba)
Date: Fri, 9 Oct 2009 06:38:11 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Migrating .ear to JBoss 5 with
several EJB3 Jars inside
Message-ID: <15766845.1255084691868.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Sorry, I mean, "Do I have to repack my EJBs all in one jar inside the ear?
Thanks :-)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259588#4259588
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259588
From do-not-reply at jboss.com Fri Oct 9 07:05:20 2009
From: do-not-reply at jboss.com (komet_1978)
Date: Fri, 9 Oct 2009 07:05:20 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <4529241.1255086320209.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"dimitris at jboss.org" wrote : Just by looking at your description, why not retrieving the active timers directly after the restart from the EJB that created them in the first place, they should be there? I don't think you need to store the handle.
The timers are managed by the timer service. I don't hold them in my EJB which is a STSB and has the timer service injected. My STSB is only a facade for the service and provides methods to create a timer, change a timer or cancel a timer.
I don't see any possibility to identify and access a certain timer by timerservice api. Of course I can get the whole list of active timers by calling timerService.getTimers(). But then I would have to iterate over the collection to find the timer instance I want to change. This isn't nice ;-).
TimerHandles are defined to provide a direct acess to a timer and as mentioned in the ejb3 specification a handle must be able to achieve that (chapter 18):
"The container must implement a timer handle to be usable over the lifetime of the timer."
This default behaviour of the timer table conflicts with the specification.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259592#4259592
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259592
From do-not-reply at jboss.com Fri Oct 9 07:06:03 2009
From: do-not-reply at jboss.com (c4s4l)
Date: Fri, 9 Oct 2009 07:06:03 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process
execution
Message-ID: <14791564.1255086363580.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Ronald,
Maybe I did not explain my self correctly, sorry. I don't understand very well what you say, but now I'm invoking the startProcess and it returns immediately and my process stays on a waiting state. What I need is to call the executionService.startProcessInstanceByKey(...) and wait for the process end, without active waiting. I mean, the caller calls the startProcess* and waits for its end. The process is complex and has multiple human tasks.
In addition, is there any callback that can be used to communicate the process end to the caller?
Thanks,
Sergio
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259593#4259593
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259593
From do-not-reply at jboss.com Fri Oct 9 07:11:53 2009
From: do-not-reply at jboss.com (komet_1978)
Date: Fri, 9 Oct 2009 07:11:53 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <1587369.1255086713788.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I found an issue report that matches my issue:
https://jira.jboss.org/jira/browse/JBAS-4598
and felt free to create a sub task of it:
https://jira.jboss.org/jira/browse/JBAS-7328
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259595#4259595
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259595
From do-not-reply at jboss.com Fri Oct 9 07:20:21 2009
From: do-not-reply at jboss.com (meme)
Date: Fri, 9 Oct 2009 07:20:21 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: SecurityDomain
ignored in webservice
Message-ID: <15066461.1255087221392.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
you can ignore my post. I've found the solution.
The @SecurityDomain should be
org.jboss.ejb3.annotation.SecurityDomain
Then it'll work.
Marc
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259598#4259598
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259598
From do-not-reply at jboss.com Fri Oct 9 07:29:12 2009
From: do-not-reply at jboss.com (rasa)
Date: Fri, 9 Oct 2009 07:29:12 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Jboss 4.2.3 GA upgrade
Message-ID: <14892943.1255087752591.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
But the same warning is there in 3.2.5 version of jboss. And in that it is working fine
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259600#4259600
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259600
From do-not-reply at jboss.com Fri Oct 9 07:47:04 2009
From: do-not-reply at jboss.com (shamabbas)
Date: Fri, 9 Oct 2009 07:47:04 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: Starting error..
Message-ID: <8652397.1255088824420.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"jaikiran" wrote : "baksheen" wrote : Hi,
| |
| | If the port already using error, how do we solve that port error? because I am using 8080. how it is related to 1099 ?
| |
|
| 8080 and 1099 are just two of the many default ports, which JBoss uses. For a complete list, see this http://wiki.jboss.org/wiki/UsingJBossBehindAFirewall
|
| "baksheen" wrote :
| | But as you suggested to use netstat -ab,
| | where do we use that parameter?
| |
| |
| |
|
| You can use it from the command prompt.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259604#4259604
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259604
From do-not-reply at jboss.com Fri Oct 9 07:50:11 2009
From: do-not-reply at jboss.com (shamabbas)
Date: Fri, 9 Oct 2009 07:50:11 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: Starting error..
Message-ID: <27222745.1255089011675.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I run shutdown.bat first but didnt work then i even restarted my system but still had problem then I closed process of my messenger and it worked.
Sometimes it happens that messenger insalled in your system using port so you get conflicts while running jboss So close them and restart jboss server.
But i would like to know if anyone can tell how manualy we can change and set ports and assign Jboss server a fixed port to use?
Thanks
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259605#4259605
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259605
From do-not-reply at jboss.com Fri Oct 9 08:15:38 2009
From: do-not-reply at jboss.com (dimitris@jboss.org)
Date: Fri, 9 Oct 2009 08:15:38 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <15164825.1255090538382.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
JBAS-4598 is an old report against 4.0.5 and many things changed in timers in 4.2.2+
Thinking more about this, maybe the moment you ask for the timers, those are not created yet? i.e. the target container where the timers belong has not fully started for it's timers to be there. Can you verify this is not the case, i.e. check for the timers after the deployment is complete, or see if you can configure a dependency.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259608#4259608
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259608
From do-not-reply at jboss.com Fri Oct 9 08:18:19 2009
From: do-not-reply at jboss.com (dego64)
Date: Fri, 9 Oct 2009 08:18:19 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: IllegalStateException: Authorization
Manager is null wit
Message-ID: <25439416.1255090699146.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi, thanks for your answer.
Actually the server is starting ok :
14:08:52,593 INFO [ServerImpl] Starting JBoss (Microcontainer)...
| 14:08:52,593 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)
| 14:08:52,593 INFO [ServerImpl] Bootstrap URL: null
| 14:08:52,593 INFO [ServerImpl] Home Dir: C:\Program Files\jboss\jboss-5.1.0.GA
| 14:08:52,593 INFO [ServerImpl] Home URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/
| 14:08:52,593 INFO [ServerImpl] Library URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/lib/
| 14:08:52,625 INFO [ServerImpl] Patch URL: null
| 14:08:52,625 INFO [ServerImpl] Common Base URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/common/
| 14:08:52,625 INFO [ServerImpl] Common Library URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/common/lib/
| 14:08:52,625 INFO [ServerImpl] Server Name: default
| 14:08:52,625 INFO [ServerImpl] Server Base Dir: C:\Program Files\jboss\jboss-5.1.0.GA\server
| 14:08:52,625 INFO [ServerImpl] Server Base URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/
| 14:08:52,625 INFO [ServerImpl] Server Config URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/conf/
| 14:08:52,625 INFO [ServerImpl] Server Home Dir: C:\Program Files\jboss\jboss-5.1.0.GA\server\default
| 14:08:52,640 INFO [ServerImpl] Server Home URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/
| 14:08:52,640 INFO [ServerImpl] Server Data Dir: C:\Program Files\jboss\jboss-5.1.0.GA\server\default\data
| 14:08:52,640 INFO [ServerImpl] Server Library URL: file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/lib/
| 14:08:52,640 INFO [ServerImpl] Server Log Dir: C:\Program Files\jboss\jboss-5.1.0.GA\server\default\log
| 14:08:52,640 INFO [ServerImpl] Server Native Dir: C:\Program Files\jboss\jboss-5.1.0.GA\server\default\tmp\native
| 14:08:52,640 INFO [ServerImpl] Server Temp Dir: C:\Program Files\jboss\jboss-5.1.0.GA\server\default\tmp
| 14:08:52,640 INFO [ServerImpl] Server Temp Deploy Dir: C:\Program Files\jboss\jboss-5.1.0.GA\server\default\tmp\deploy
| 14:08:55,078 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/conf/bootstrap.xml
| 14:08:56,359 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
| 14:08:56,375 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
| 14:08:56,843 INFO [CopyMechanism] VFS temp dir: C:\Program Files\jboss\jboss-5.1.0.GA\server\default\tmp
| 14:08:56,953 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
| 14:08:58,578 INFO [ServerInfo] Java version: 1.6.0_11,Sun Microsystems Inc.
| 14:08:58,578 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
| 14:08:58,578 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 11.0-b16,Sun Microsystems Inc.
| 14:08:58,593 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
| 14:08:58,609 INFO [ServerInfo] VM arguments: -Dprogram.name=JBossTools JBoss 5.1 Runtime -Xms256m -Xmx512m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djava.endorsed.dirs=C:/Program Files/jboss/jboss-5.1.0.GA/lib/endorsed -Dfile.encoding=Cp1252
| 14:08:58,687 INFO [JMXKernel] Legacy JMX core initialized
| 14:09:01,203 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey at 104a4b6[domain=default, server=default, name=default]
| 14:09:04,265 INFO [WebService] Using RMI server codebase: http://localhost:8083/
| 14:09:13,046 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
| 14:09:13,046 INFO [NativeServerConfig] 3.1.2.GA
| 14:09:13,968 INFO [AttributeCallbackItem] Owner callback not implemented.
| 14:09:16,046 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl at 7ab40c[ defaultDomain='jboss' ]
| 14:09:38,546 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 31389825{vfsfile:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
| 14:09:38,546 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 31389825{vfsfile:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
| 14:09:38,546 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 31389825{vfsfile:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
| 14:09:38,546 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext at 31389825{vfsfile:/C:/Program%20Files/jboss/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
| 14:09:42,312 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector
| 14:09:42,531 INFO [MailService] Mail Service bound to java:/Mail
| 14:09:46,218 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
| 14:09:46,250 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
| 14:09:46,375 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
| 14:09:46,453 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
| 14:09:46,453 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
| 14:09:46,937 INFO [TransactionManagerService] Initializing recovery manager
| 14:09:47,250 INFO [TransactionManagerService] Recovery manager configured
| 14:09:47,265 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
| 14:09:47,296 INFO [TransactionManagerService] Starting transaction recovery manager
| 14:09:48,046 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jdk1.6.0_11\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;native
| 14:09:48,156 INFO [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-localhost%2F127.0.0.1-8080
| 14:09:48,171 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
| 14:09:48,203 INFO [StandardService] D????????????????????????marrage du service jboss.web
| 14:09:48,203 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
| 14:09:48,281 INFO [Catalina] Server startup in 103 ms
| 14:09:48,312 INFO [TomcatDeployment] deploy, ctxPath=/web-console
| 14:09:50,328 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
| 14:09:50,375 INFO [TomcatDeployment] deploy, ctxPath=/invoker
| 14:09:50,640 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
| 14:09:50,687 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
| 14:09:50,718 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
| 14:09:50,750 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
| 14:09:50,796 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/jboss/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
| 14:09:51,000 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
| 14:09:51,062 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
| 14:09:51,062 INFO [RAMJobStore] RAMJobStore initialized.
| 14:09:51,062 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
| 14:09:51,062 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
| 14:09:51,062 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
| 14:09:52,125 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
| 14:09:53,750 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
| 14:09:53,921 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
| 14:09:53,921 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
| 14:09:54,031 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
| 14:09:54,031 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at a9b4a2 started
| 14:09:54,031 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
| 14:09:54,031 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 178a1cb started
| 14:09:54,046 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
| 14:09:54,062 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
| 14:09:54,062 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory at 3cb5f2 started
| 14:09:54,062 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
| 14:09:54,218 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
| 14:09:54,875 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
| 14:09:54,890 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
| 14:09:54,890 INFO [JBossASKernel] with dependencies:
| 14:09:54,890 INFO [JBossASKernel] and demands:
| 14:09:54,890 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
| 14:09:54,890 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
| 14:09:54,890 INFO [JBossASKernel] and supplies:
| 14:09:54,890 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
| 14:09:54,890 INFO [JBossASKernel] jndi:SecureProfileService/remote
| 14:09:54,890 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
| 14:09:54,890 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
| 14:09:54,890 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
| 14:09:54,890 INFO [JBossASKernel] with dependencies:
| 14:09:54,890 INFO [JBossASKernel] and demands:
| 14:09:54,890 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
| 14:09:54,890 INFO [JBossASKernel] and supplies:
| 14:09:54,890 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
| 14:09:54,890 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
| 14:09:54,890 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
| 14:09:54,890 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
| 14:09:54,921 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
| 14:09:54,921 INFO [JBossASKernel] with dependencies:
| 14:09:54,921 INFO [JBossASKernel] and demands:
| 14:09:54,921 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
| 14:09:54,921 INFO [JBossASKernel] and supplies:
| 14:09:54,921 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
| 14:09:54,921 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
| 14:09:54,921 INFO [JBossASKernel] jndi:SecureManagementView/remote
| 14:09:54,921 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
| 14:09:54,937 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData at 14b106{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
| 14:09:54,937 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData at fadbb2{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
| 14:09:54,937 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData at 13a462c{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
| 14:09:55,109 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
| 14:09:55,109 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
| 14:09:55,203 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
|
| SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
| SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface
|
| 14:09:55,328 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
| 14:09:55,328 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
| 14:09:55,343 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
|
| SecureManagementView/remote - EJB3.x Default Remote Business Interface
| SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface
|
| 14:09:55,406 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
| 14:09:55,421 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
| 14:09:55,437 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:
|
| SecureProfileService/remote - EJB3.x Default Remote Business Interface
| SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface
|
| 14:09:55,656 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
| 14:09:55,796 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
| 14:09:59,921 INFO [TomcatDeployment] deploy, ctxPath=/
| 14:10:00,046 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
| 14:10:00,187 INFO [Http11Protocol] D????????????????????????marrage de Coyote HTTP/1.1 sur http-localhost%2F127.0.0.1-8080
| 14:10:00,218 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
| 14:10:00,234 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 1m:7s:578ms
| 14:10:05,218 INFO [TomcatDeployment] deploy, ctxPath=/DemoJaasJsf
| 14:10:05,296 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/DemoJaasJsf'
the following error happens when asking the server for a "secured" page :
14:13:36,421 ERROR [CoyoteAdapter] Une exception ou une erreur s'est produite dans le conteneur durant le traitement de la requ????????????te
| java.lang.IllegalStateException: Authorization Manager is null
| at org.jboss.security.plugins.javaee.WebAuthorizationHelper.hasUserDataPermission(WebAuthorizationHelper.java:185)
| at org.jboss.web.tomcat.security.JBossWebRealm.hasUserDataPermission(JBossWebRealm.java:643)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:461)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:92)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
| at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
| 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:158)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:829)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:598)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
| at java.lang.Thread.run(Thread.java:619)
|
here's the web.xml
|
| Facelets StarterKit
| DemoJaasJsf
|
| javax.faces.DEFAULT_SUFFIX
| .xhtml
|
|
| facelets.REFRESH_PERIOD
| 2
|
|
| facelets.DEVELOPMENT
| true
|
|
| javax.faces.STATE_SAVING_METHOD
| server
|
|
| com.sun.faces.validateXml
| true
|
|
| com.sun.faces.verifyObjects
| false
|
|
| Faces Servlet
| javax.faces.webapp.FacesServlet
| 1
|
|
| Faces Servlet
| *.jsf
|
|
| Test d'authentification tomcat
|
| Page s????curis????e
| /admin/*
|
|
| manager
|
|
|
| BASIC
| JaasJsfDemo Authentification
|
| /login.jsp
| /all.xhtml
|
|
|
| Manager
| manager
|
|
|
and jboss-web.xml
|
| java:jaas/demoJaasJsf
|
|
and the corresponding login-config.xml snippet :
|
|
|
| props/djj-users.properties
| props/djj-roles.properties
|
|
|
Thanks again for help
Dego
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259609#4259609
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259609
From do-not-reply at jboss.com Fri Oct 9 08:23:03 2009
From: do-not-reply at jboss.com (dego64)
Date: Fri, 9 Oct 2009 08:23:03 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: IllegalStateException: Authorization
Manager is null wit
Message-ID: <25737553.1255090983040.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The previous login-cong.xml file is in the conf directory and the 2 referenced users and roles files are in the conf/props directory.
Thanks again.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259611#4259611
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259611
From do-not-reply at jboss.com Fri Oct 9 08:50:04 2009
From: do-not-reply at jboss.com (LMarinkov)
Date: Fri, 9 Oct 2009 08:50:04 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: deploy examples error,
classcastexception
Message-ID: <4687574.1255092604606.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Envoronment:
windows vista
apache-tomcat-6.0.20
jbpm 4.1
hsqldb
If one replaces the line 64 in the org.jbpm.pvm.internal.repository.ProcessDeployer:
List processDefinitions = (List) parse.getDocumentObject();
with the following code then the deployment of the processes from the jbpm examples under the jbpm console will be successful:
List processDefinitions = new java.util.ArrayList();
| Object obj = parse.getDocumentObject();
| if (obj instanceof java.util.ArrayList)
| {
| processDefinitions = (List)obj;
| }
| else
| {
| processDefinitions.add((ProcessDefinitionImpl)obj);
| }
|
I' am not advocating this code as a solution for the class cast exception, but my opinion on class casting in java is that it brings more problems then it solves! I will suggest that the author of this cast should look again at the code and try to solve the problem without using class casting.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259623#4259623
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259623
From do-not-reply at jboss.com Fri Oct 9 08:53:35 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 9 Oct 2009 08:53:35 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <22694501.1255092815170.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
In addition to what Dimitris asked for - is this EJB3 or EJB 2.x? And please post the entire exception stacktrace.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259624#4259624
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259624
From do-not-reply at jboss.com Fri Oct 9 08:54:52 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 9 Oct 2009 08:54:52 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Migrating .ear to JBoss 5 with
several EJB3 Jars inside
Message-ID: <16839148.1255092892276.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"icordoba" wrote : Sorry, I mean, "Do I have to repack my EJBs all in one jar inside the ear?
|
|
In your posts, by "EJB" do you mean JPA/Hibernate entities?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259625#4259625
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259625
From do-not-reply at jboss.com Fri Oct 9 08:56:41 2009
From: do-not-reply at jboss.com (komet_1978)
Date: Fri, 9 Oct 2009 08:56:41 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <27292380.1255093001387.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"dimitris at jboss.org" wrote : JBAS-4598 is an old report against 4.0.5 and many things changed in timers in 4.2.2+
|
| Thinking more about this, maybe the moment you ask for the timers, those are not created yet? i.e. the target container where the timers belong has not fully started for it's timers to be there. Can you verify this is not the case, i.e. check for the timers after the deployment is complete, or see if you can configure a dependency.
My EJB doesn't access the timers during the start up phase but always after the deplyoment is complete. So therefore there is no need to configure a dependency.
A look into the defaultDB.log (in jboss.home\server\default\data) reveales the following disadvantageous behaviour on start up, 3 timers are deleted from table timers and recreated, but get different ids:
DELETE FROM TIMERS WHERE TIMERID='1255087193422' AND TARGETID='[target=...,name=EETimerService,service=EJB3]'
| DELETE FROM TIMERS WHERE TIMERID='1255087193423' AND TARGETID='[target=...,name=EETimerService,service=EJB3]'
| DELETE FROM TIMERS WHERE TIMERID='1255087193424' AND TARGETID='[target=...,name=EETimerService,service=EJB3]'
| INSERT INTO TIMERS VALUES('1255092103922','[target=...,name=EETimerService,service=EJB3]','2009-10-12 01:18:23.437000000',0,NULL,'aced00057372002464652e6d6574616672616d652e6a6162632e65652e74696d65722e54696d6572496e666f50fe499a85be42e10200045a00096578656354696d65724c00066272616e63687400124c6a6176612f6c616e672f537472696e673b4c000970726f6365737349647400104c6a6176612f6c616e672f4c6f6e673b4c000573696249647400134c6a6176612f6c616e672f496e74656765723b78700074000774696d656f75747372000e6a6176612e6c616e672e4c6f6e673b8be490cc8f23df0200014a000576616c7565787200106a6176612e6c616e672e4e756d62657286ac951d0b94e08b02000078700000000000450002737200116a6176612e6c616e672e496e746567657212e2a0a4f781873802000149000576616c75657871007e000700000000')
| INSERT INTO TIMERS VALUES('1255092103923','[target=...]','2009-10-12 01:18:27.296000000',0,NULL,'aced00057372002464652e6d6574616672616d652e6a6162632e65652e74696d65722e54696d6572496e666f50fe499a85be42e10200045a00096578656354696d65724c00066272616e63687400124c6a6176612f6c616e672f537472696e673b4c000970726f6365737349647400104c6a6176612f6c616e672f4c6f6e673b4c000573696249647400134c6a6176612f6c616e672f496e74656765723b78700074000774696d656f75747372000e6a6176612e6c616e672e4c6f6e673b8be490cc8f23df0200014a000576616c7565787200106a6176612e6c616e672e4e756d62657286ac951d0b94e08b02000078700000000000450004737200116a6176612e6c616e672e496e746567657212e2a0a4f781873802000149000576616c75657871007e000700000000')
| INSERT INTO TIMERS VALUES('1255092103924','[target=...]','2009-10-12 01:18:32.656000000',0,NULL,'aced00057372002464652e6d6574616672616d652e6a6162632e65652e74696d65722e54696d6572496e666f50fe499a85be42e10200045a00096578656354696d65724c00066272616e63687400124c6a6176612f6c616e672f537472696e673b4c000970726f6365737349647400104c6a6176612f6c616e672f4c6f6e673b4c000573696249647400134c6a6176612f6c616e672f496e74656765723b78700074000774696d656f75747372000e6a6176612e6c616e672e4c6f6e673b8be490cc8f23df0200014a000576616c7565787200106a6176612e6c616e672e4e756d62657286ac951d0b94e08b02000078700000000000450006737200116a6176612e6c616e672e496e746567657212e2a0a4f781873802000149000576616c75657871007e000700000000')
|
This explaines why new timers can be accessed by handles when jboss keeps running, and can not after a restart.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259626#4259626
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259626
From vincent.verpoort at gmail.com Fri Oct 9 09:02:20 2009
From: vincent.verpoort at gmail.com (Vincent verpoort)
Date: Fri, 9 Oct 2009 15:02:20 +0200
Subject: [jboss-user] continuum under jboss 5.0.0 ga
Message-ID: <9b68098b0910090602q2e1d6a4fu39f91f84b23907a5@mail.gmail.com>
Question,
I wanne run continuum under jboss 5.0.0.ga
Problem being that when i take a clean install of jboss 5.0.0 ga on solaris
and fallow the
http://continuum.apache.org/docs/1.3.4/installation/jboss.html i get the
next error
Internet doesn't givemuch info so i'm hoping maybe someone here has some
info on this
14:55:34,856 INFO [RARDeployment] Required license terms exist, view
vfszip:/export/dg1/service/
jboss-5.0.0.GA/server/gc/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
14:55:34,875 INFO [RARDeployment] Required license terms exist, view
vfszip:/export/dg1/service/
jboss-5.0.0.GA/server/gc/deploy/jms-ra.rar/META-INF/ra.xml
14:55:34,888 INFO [RARDeployment] Required license terms exist, view
vfszip:/export/dg1/service/
jboss-5.0.0.GA/server/gc/deploy/mail-ra.rar/META-INF/ra.xml
14:55:34,905 INFO [RARDeployment] Required license terms exist, view
vfszip:/export/dg1/service/
jboss-5.0.0.GA/server/gc/deploy/quartz-ra.rar/META-INF/ra.xml
14:55:34,955 INFO [SimpleThreadPool] Job execution threads will use class
loader of thread: main
14:55:34,971 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
14:55:34,973 INFO [RAMJobStore] RAMJobStore initialized.
14:55:34,973 INFO [StdSchedulerFactory] Quartz scheduler
'DefaultQuartzScheduler' initialized from default resource file in Quartz
package: 'quartz.properties'
14:55:34,973 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
14:55:34,973 INFO [QuartzScheduler] Scheduler
DefaultQuartzScheduler_$_NON_CLUSTERED started.
14:55:35,062 INFO [ConnectionFactoryBindingService] Bound ConnectionManager
'jboss.jca:service=DataSourceBinding,name=continuum' to JNDI name
'java:continuum'
14:55:35,092 INFO [ConnectionFactoryBindingService] Bound ConnectionManager
'jboss.jca:service=DataSourceBinding,name=users' to JNDI name 'java:users'
14:55:35,346 INFO [ConnectionFactoryBindingService] Bound ConnectionManager
'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name
'java:DefaultDS'
14:55:35,611 INFO [SimpleThreadPool] Job execution threads will use class
loader of thread: main
14:55:35,612 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
14:55:35,612 INFO [JobStoreCMT] Using db table-based data access locking
(synchronization).
14:55:35,618 INFO [JobStoreCMT] Removed 0 Volatile Trigger(s).
14:55:35,618 INFO [JobStoreCMT] Removed 0 Volatile Job(s).
14:55:35,618 INFO [JobStoreCMT] JobStoreCMT initialized.
14:55:35,618 INFO [StdSchedulerFactory] Quartz scheduler
'JBossEJB3QuartzScheduler' initialized from an externally provided
properties instance.
14:55:35,618 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
14:55:35,654 INFO [JobStoreCMT] Freed 0 triggers from 'acquired' /
'blocked' state.
14:55:35,659 INFO [JobStoreCMT] Recovering 0 jobs that were in-progress at
the time of the last shut-down.
14:55:35,659 INFO [JobStoreCMT] Recovery complete.
14:55:35,659 INFO [JobStoreCMT] Removed 0 'complete' triggers.
14:55:35,659 INFO [JobStoreCMT] Removed 0 stale fired job entries.
14:55:35,660 INFO [QuartzScheduler] Scheduler
JBossEJB3QuartzScheduler_$_NON_CLUSTERED started.
14:55:35,742 INFO [ServerPeer] JBoss Messaging 1.4.1.GA server [0] started
14:55:35,802 INFO [QueueService] Queue[/queue/DLQ] started,
fullSize=200000, pageSize=2000, downCacheSize=2000
14:55:35,806 WARN [ConnectionFactoryJNDIMapper] supportsFailover attribute
is true on connection factory:
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but
post office is non clustered. So connection factory will *not* support
failover
14:55:35,806 WARN [ConnectionFactoryJNDIMapper] supportsLoadBalancing
attribute is true on connection factory:
jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but
post office is non clustered. So connection factory will *not* support load
balancing
14:55:35,841 INFO [ConnectionFactory] Connector
bisocket://10.69.10.14:4557has leasing enabled, lease period 10000
milliseconds
14:55:35,842 INFO [ConnectionFactory]
org.jboss.jms.server.connectionfactory.ConnectionFactory at 128abd9 started
14:55:35,842 INFO [ConnectionFactory] Connector
bisocket://10.69.10.14:4557has leasing enabled, lease period 10000
milliseconds
14:55:35,842 INFO [ConnectionFactory]
org.jboss.jms.server.connectionfactory.ConnectionFactory at c8a95c started
14:55:35,844 INFO [ConnectionFactory] Connector
bisocket://10.69.10.14:4557has leasing enabled, lease period 10000
milliseconds
14:55:35,844 INFO [ConnectionFactory]
org.jboss.jms.server.connectionfactory.ConnectionFactory at 11fb491 started
14:55:35,846 INFO [QueueService] Queue[/queue/ExpiryQueue] started,
fullSize=200000, pageSize=2000, downCacheSize=2000
14:55:35,924 INFO [ConnectionFactoryBindingService] Bound ConnectionManager
'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name
'java:JmsXA'
14:55:35,936 INFO [TomcatDeployment] deploy, ctxPath=/, vfsUrl=ROOT.war
14:55:35,962 INFO [EjbDeployer] installing bean:
ejb/#SequenceGenerator,uid24027989
14:55:35,962 INFO [EjbDeployer] with dependencies:
14:55:35,962 INFO [EjbDeployer] and supplies:
14:55:35,962 INFO [EjbDeployer] jndi:SequenceGenerator
14:55:35,962 INFO [EjbDeployer] installing bean: ejb/#Sequence,uid5525932
14:55:35,962 INFO [EjbDeployer] with dependencies:
14:55:35,962 INFO [EjbDeployer] and supplies:
14:55:35,962 INFO [EjbDeployer] jndi:Sequence
14:55:36,928 INFO [TomcatDeployment] deploy, ctxPath=/continuum,
vfsUrl=continuum.war
14:55:38,000 ERROR [[/continuum]] Error configuring application listener of
class org.apache.continuum.web.startup.ContinuumStartup
java.lang.ExceptionInInitializerError
at org.slf4j.impl.Log4jLoggerFactory.getLogger(Log4jLoggerFactory.java:73)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:103)
at
org.apache.continuum.web.startup.ContinuumStartup.(ContinuumStartup.java:42)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown
Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at
org.jboss.web.tomcat.service.TomcatInjectionContainer.newInstance(TomcatInjectionContainer.java:242)
at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3859)
at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:367)
at
org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:146)
at
org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:460)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:96)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at
org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
at $Proxy36.start(Unknown Source)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
at
org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
at
org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
at
org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
at
org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
at org.jboss.system.ServiceController.start(ServiceController.java:460)
at
org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:146)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:104)
at
org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:45)
at
org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
at
org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
at
org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
at
org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
at
org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1598)
at
org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1062)
at
org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
at
org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
at
org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
at
org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:545)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:304)
at
org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:205)
at
org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:405)
at org.jboss.Main.boot(Main.java:209)
at org.jboss.Main$1.run(Main.java:547)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException:
org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to
javax.xml.parsers.DocumentBuilderFactory
at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:694)
at
org.apache.log4j.xml.DOMConfigurator.doConfigure(DOMConfigurator.java:618)
at
org.apache.log4j.helpers.OptionConverter.selectAndConfigure(OptionConverter.java:468)
at org.apache.log4j.LogManager.(LogManager.java:122)
... 68 more
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20091009/b9240682/attachment.html
From do-not-reply at jboss.com Fri Oct 9 09:18:09 2009
From: do-not-reply at jboss.com (shiva0)
Date: Fri, 9 Oct 2009 09:18:09 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Accessing the current task of a
ProcessInstance and/or h
Message-ID: <16771883.1255094289566.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
The TaskQuery won't let search by Parent ProcessInstance.
getActiveActivityNames return the name of the active subprocess but not the ID. So it's useless for querying with TaskQuery.
getExecutions() on the Parent ProcessInstance return empty since the execution is in the sub-process
And I havn't checked the ExecutionsMap but should be the same as Executions I guess.
So I'll keep the cast to ExcecutionImpl for now I guess...
---
I encountered the same problem with the History. TaskHistory and ActivityHistory doesn't keep their parent / child relationship. Since the relationship is lost, there is no way to know which sub-process task is related to the parent ProcessInstance. The database keep no track of that information. Kinda bad, guess I'll have to keep a relationship table on the side.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259631#4259631
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259631
From do-not-reply at jboss.com Fri Oct 9 09:18:33 2009
From: do-not-reply at jboss.com (komet_1978)
Date: Fri, 9 Oct 2009 09:18:33 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Timer not available
Message-ID: <11943507.1255094313821.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"jaikiran" wrote : In addition to what Dimitris asked for - is this EJB3 or EJB 2.x? And please post the entire exception stacktrace.
This is EJB 3. As you can see, the cancel method gets a TimerHandle which has been created before the restart. The id of the corresponding timer is 1255092103925.
I checked the timers table after the restart and there was no timer with this id. Although no timer had a timeout event and no timer has been canceled. And as already mentioned this exception never comes up without a restart.
Here is the main part of the exception stacktrace:
ENTER cancelTimer([id=1255092103925,target=[target=....jar,name=EETimerService,service=EJB3],first=12-Okt-2009 02:45:49.031,periode=0])
| 15:01:44,687 ERROR [EETimerService,19] javax.ejb.NoSuchObjectLocalException: Timer not available: [target=jboss.j2ee:ear=jabcee-server-SNAPSHOT.ear,jar=jabcee-server-ejb-SNAPSHOT.jar,name=EETimerService,service=EJB3]
| at ...EETimerService.cancelTimer(EETimerService.java:147)
| 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:585)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeTarget(MethodInvocation.java:122)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:111)
| at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:69)
| at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor$InvocationContext.proceed(InvocationContextInterceptor.java:138)
| at ....EJBMethodDebugLogger.logMethod(EJBMethodDebugLogger.java:16)
| at sun.reflect.GeneratedMethodAccessor330.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:83)
| at org.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor.invoke(EJB3InterceptorInterceptor.java:70)
| at org.jboss.ejb3.EJBContainerInvocationWrapper.invokeNext(EJBContainerInvocationWrapper.java:59)
| at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.invoke(InterceptorSequencer.java:73)
| at org.jboss.ejb3.interceptors.aop.InterceptorSequencer.aroundInvoke(InterceptorSequencer.java:59)
| at sun.reflect.GeneratedMethodAccessor319.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.aop.advice.PerJoinpointAdvice.invoke(PerJoinpointAdvice.java:174)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.fillMethod(InvocationContextInterceptor.java:72)
| at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_fillMethod_18733404.invoke(InvocationContextInterceptor_z_fillMethod_18733404.java)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor.setup(InvocationContextInterceptor.java:88)
| at org.jboss.aop.advice.org.jboss.ejb3.interceptors.aop.InvocationContextInterceptor_z_setup_18733404.invoke(InvocationContextInterceptor_z_setup_18733404.java)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:62)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:56)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:68)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
| at org.jboss.aspects.tx.TxInterceptor$RequiresNew.invoke(TxInterceptor.java:261)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.tx.NullInterceptor.invoke(NullInterceptor.java:42)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3AuthenticationInterceptorv2.java:186)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:41)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor.java:67)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invoke(CurrentInvocationInterceptor.java:67)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:102)
| at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContainer.java:176)
| at org.jboss.ejb3.session.SessionSpecContainer.invoke(SessionSpecContainer.java:216)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:207)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandlerBase.invoke(SessionProxyInvocationHandlerBase.java:164)
| at $Proxy457.cancelTimer(Unknown Source)
| ...
| Caused by: javax.ejb.NoSuchObjectLocalException: Timer not available: [target=...,name=EETimerService,service=EJB3]
| at org.jboss.ejb.txtimer.TimerHandleImpl.getTimer(TimerHandleImpl.java:203)
| at
| ...EETimerService.cancelTimer(EETimerService.java:143)
| ... 322 more
|
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259632#4259632
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259632
From do-not-reply at jboss.com Fri Oct 9 09:33:54 2009
From: do-not-reply at jboss.com (rasa)
Date: Fri, 9 Oct 2009 09:33:54 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Jboss 4.2.3 GA upgrade
Message-ID: <19211348.1255095234417.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Now i have changed my jar to application.ear
ERROR [MainDeployer] Could not create deployment: file:/E:/jboss-4.2.3.GA/jboss-4.2.3.GA/server/default/tmp/deploy/tmp1936660721363467076application.ear-contents/application.jar
Any idea ???
Rasa.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259642#4259642
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259642
From do-not-reply at jboss.com Fri Oct 9 09:51:03 2009
From: do-not-reply at jboss.com (himanshuIg)
Date: Fri, 9 Oct 2009 09:51:03 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Sending JMX notifications to all nodes
in a cluster
Message-ID: <19538627.1255096263154.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi All,
I am using JBoss 4.2.3
I am trying to get JMX notifications working on a cluster. I have created two different classes
The class that sends a notification
import javax.management.*;
| import org.jboss.ha.jmx.HAServiceMBean;
| import org.jboss.ha.jmx.HAServiceMBeanSupport;
|
| public class LayoutMBean
| extends HAServiceMBeanSupport implements HAServiceMBean {
|
| private long sequenceNumber = 1;
|
| private Layout layout;
|
| public void setLayout(Layout layout) {
| this.layout = layout;
| }
|
| public Layout getLayout() {
| return this.layout;
| }
|
| public void syncLayouts() throws Exception {
| System.out.println("Sending Notification");
|
| Notification n =
| new Notification(
| Layout.TYPE,
| this,
| sequenceNumber++,
| System.currentTimeMillis(),
| "All Layouts have been synced");
| sendNotification(n);
| System.out.println("Notification Sent.......");
| }
|
| }
A NotificationListener
import javax.management.*;
|
| public class LayoutNotificationListener implements NotificationListener {
| public void handleNotification (Notification notification, Object handback) {
| System.out.println("Notifictaion Recieved...........");
| System.out.println(notification.getMessage());
| }
|
I have a spring configuration to define object of both the NotificationSender and NotificationListener(layoutMBean and layoutNotificationListener respectively)
On Application start-up, I add a listener by the following code
LayoutMBean layoutMBean = ctx.getBean("layoutMBean")
| LayoutNotifictionListener layoutNotifictionListener = ctx.getBean("layoutNotifictionListener")
| layoutMBean.addNotificationListener(layoutNotifictionListener, null, null)
|
When I deploy this application on the cluster, notifications are not being received by other nodes in the cluster, i.e., just the node that generated the notification receives it
I expected that the notification send by one of the nodes will be received by all other listeners in the cluster. What am I missing here?
Thanks in advance
~~Himanshu Seth~~
http://www.IntelliGrape.com
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259649#4259649
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259649
From do-not-reply at jboss.com Fri Oct 9 09:51:22 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 9 Oct 2009 09:51:22 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Jboss 4.2.3 GA upgrade
Message-ID: <24022766.1255096282298.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"rasa" wrote :
| Now i have changed my jar to application.ear
|
Why? :)
"rasa" wrote :
| Any idea ???
|
|
|
We have been telling you that the real problem is in the code of the application that is deployed. The code is not following the spec. The WARN message tell you the exact issues with the app. The code needs to be fixed.
anonymous wrote : But the same warning is there in 3.2.5 version of jboss
Again, we have told you that earlier versions of JBoss were lenient if the application violated the spec. In AS-4.x you can workaround this by setting the "StrictVerifier" to false in JBOSS_HOME/server/< servername>/deploy/ejb-deployer.xml:
| false
|
But again this is just a workaround and you never know if this will be supported in later versions. The best way is to fix the application.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259650#4259650
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259650
From do-not-reply at jboss.com Fri Oct 9 09:58:59 2009
From: do-not-reply at jboss.com (jjp)
Date: Fri, 9 Oct 2009 09:58:59 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - QuerySyntaxException in HistoryService
Message-ID: <18922289.1255096739957.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
=== Environment ==============================
- jBPM Version : 4.1
- Database : HSQLDB
- JDK : 1.6
- Container : JBoss 4.2.3
=== Process ==================================
Start - Task - End
=== API ===================================
HistoryProcessInstanceQuery historyProcessInstanceQuery= historyService.createHistoryProcessInstanceQuery();
|
| historyProcessInstanceQuery.processInstanceId( myProcessInstanceId );
|
| HistoryProcessInstance historyProcessInstance= historyProcessInstanceQuery.uniqueResult();
|
| HistoryDetailQuery query= historyService.createHistoryDetailQuery();
|
| query.activityInstanceId( historyProcessInstance.getProcessInstanceId() );
| query.orderDesc( "time" );
|
| List list= query.list();
=== Stacktrace ==============================
org.hibernate.hql.ast.QuerySyntaxException: unexpected token: .1 near line 1, column 130 [select hd from org.jbpm.pvm.internal.history.model.HistoryDetailImpl as hd where hd.historyActivityInstance.dbid = StateWorkflow.1 ]
| at org.hibernate.hql.ast.QuerySyntaxException.convert(QuerySyntaxException.java:54)
| at org.hibernate.hql.ast.QuerySyntaxException.convert(QuerySyntaxException.java:47)
| at org.hibernate.hql.ast.ErrorCounter.throwQueryException(ErrorCounter.java:82)
| at org.hibernate.hql.ast.QueryTranslatorImpl.parse(QueryTranslatorImpl.java:281)
| at org.hibernate.hql.ast.QueryTranslatorImpl.doCompile(QueryTranslatorImpl.java:180)
| at org.hibernate.hql.ast.QueryTranslatorImpl.compile(QueryTranslatorImpl.java:134)
| at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:101)
| at org.hibernate.engine.query.HQLQueryPlan.(HQLQueryPlan.java:80)
| at org.hibernate.engine.query.QueryPlanCache.getHQLQueryPlan(QueryPlanCache.java:94)
| at org.hibernate.impl.AbstractSessionImpl.getHQLQueryPlan(AbstractSessionImpl.java:156)
| at org.hibernate.impl.AbstractSessionImpl.createQuery(AbstractSessionImpl.java:135)
| at org.hibernate.impl.SessionImpl.createQuery(SessionImpl.java:1650)
| at org.jbpm.pvm.internal.query.AbstractQuery.execute(AbstractQuery.java:86)
| at org.jbpm.pvm.internal.query.AbstractQuery.execute(AbstractQuery.java:81)
| at org.jbpm.pvm.internal.svc.DefaultCommandService.execute(DefaultCommandService.java:42)
| at org.jbpm.pvm.internal.tx.jta.JtaTransactionInterceptor.executeInExistingTx(JtaTransactionInterceptor.java:65)
| at org.jbpm.pvm.internal.tx.jta.JtaTransactionInterceptor.execute(JtaTransactionInterceptor.java:51)
| at org.jbpm.pvm.internal.tx.jta.JtaRetryInterceptor.executeWithoutRetry(JtaRetryInterceptor.java:56)
| at org.jbpm.pvm.internal.tx.jta.JtaRetryInterceptor.execute(JtaRetryInterceptor.java:48)
| at org.jbpm.pvm.internal.svc.EnvironmentInterceptor.execute(EnvironmentInterceptor.java:46)
| at org.jbpm.pvm.internal.query.AbstractQuery.untypedList(AbstractQuery.java:62)
| at org.jbpm.pvm.internal.query.HistoryDetailQueryImpl.list(HistoryDetailQueryImpl.java:89)
| at com.feltengroup.session.WorkflowHandler.listComments(WorkflowHandler.java:299)
| 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.seam.util.Reflections.invoke(Reflections.java:22)
| at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56)
| at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44)
| at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68)
| at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107)
| at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185)
| at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103)
| at com.feltengroup.session.WorkflowHandler_$$_javassist_seam_17.listComments(WorkflowHandler_$$_javassist_seam_17.java)
| 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.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335)
| at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:280)
| at org.jboss.el.parser.AstMethodSuffix.getValue(AstMethodSuffix.java:59)
| at org.jboss.el.parser.AstValue.getValue(AstValue.java:67)
| at org.jboss.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)
| at com.sun.facelets.el.TagValueExpression.getValue(TagValueExpression.java:71)
| at com.sun.facelets.tag.jstl.core.ForEachHandler.apply(ForEachHandler.java:121)
| at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
| at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
| at com.sun.facelets.tag.ui.DefineHandler.applyDefinition(DefineHandler.java:64)
| at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:131)
| at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:337)
| at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:307)
| at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
| at com.sun.facelets.tag.ui.DecorateHandler.apply(DecorateHandler.java:122)
| at com.sun.facelets.impl.DefaultFaceletContext$TemplateManager.apply(DefaultFaceletContext.java:337)
| at com.sun.facelets.impl.DefaultFaceletContext.includeDefinition(DefaultFaceletContext.java:307)
| at com.sun.facelets.tag.ui.InsertHandler.apply(InsertHandler.java:68)
| at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
| at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
| at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| at com.sun.facelets.tag.jsf.ComponentHandler.applyNextHandler(ComponentHandler.java:314)
| at com.sun.facelets.tag.jsf.ComponentHandler.apply(ComponentHandler.java:169)
| at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:119)
| at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
| at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
| at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
| at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
| at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
| at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:140)
| at com.sun.facelets.tag.ui.DecorateHandler.apply(DecorateHandler.java:105)
| at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
| at com.sun.facelets.tag.CompositeFaceletHandler.apply(CompositeFaceletHandler.java:47)
| at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
| at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:248)
| at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:294)
| at com.sun.facelets.impl.DefaultFacelet.include(DefaultFacelet.java:273)
| at com.sun.facelets.impl.DefaultFaceletContext.includeFacelet(DefaultFaceletContext.java:140)
| at com.sun.facelets.tag.ui.CompositionHandler.apply(CompositionHandler.java:113)
| at com.sun.facelets.compiler.NamespaceHandler.apply(NamespaceHandler.java:49)
| at com.sun.facelets.compiler.EncodingHandler.apply(EncodingHandler.java:25)
| at com.sun.facelets.impl.DefaultFacelet.apply(DefaultFacelet.java:95)
| at com.sun.facelets.FaceletViewHandler.buildView(FaceletViewHandler.java:524)
| at com.sun.facelets.FaceletViewHandler.renderView(FaceletViewHandler.java:567)
| at org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:100)
| at org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:176)
| at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:109)
| at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
| at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:178)
| at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:290)
| at org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:368)
| at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:495)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:83)
| at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
| at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
| at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
| at org.jboss.seam.web.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:42)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
| at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40)
| at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69)
| at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158)
| 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:182)
| at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:432)
| 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.http11.Http11Processor.process(Http11Processor.java:844)
| at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
| at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:446)
| at java.lang.Thread.run(Thread.java:619)
=== Problem description =========================
It seems as if the HistoryDetailQuery.processInstanceId(java.lang.String processInstanceId) needs the database id instead of the ProcessInstance ID.
With this code fragment it works:
HistoryDetailQuery query= historyService.createHistoryDetailQuery();
|
| long dbid= ((HistoryProcessInstanceImpl)historyProcessInstance).getDbid();
|
| query.activityInstanceId( String.valueOf( String.valueOf( dbid ) ) );
| query.orderDesc( "time" );
|
| List list= query.list();
|
Regards,
Joerg
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259652#4259652
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259652
From do-not-reply at jboss.com Fri Oct 9 10:25:45 2009
From: do-not-reply at jboss.com (praenti)
Date: Fri, 9 Oct 2009 10:25:45 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <24216872.1255098345741.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ok, I have some new errors using a servlet, but this is also not working.
After I had a deeper look into the Web based authentication, I've seen that this is not usable for my usecase, because the service must be also usable over a Public-Key-Infrastructure. The Web based authentication does not support that.
What I've seen the JAASLoginModule is called ervery time I access an EJB. The strange thing is that the login works, but on accessing an EJB I get an Invalid user error and a message "Bad password for username=null" from JAAS, so it looks that the JAAS module forgets my username and password I logged in before successfully. I suppose, this is the problem of the previous error.
The question now is how I can solve that issue.
This is the complete error until the call of the EJB method:
| 16:12:42,099 INFO [SpiiderLoginModule] trying dn: uid=extern.michael.obster, ou=External,ou=People,ou=Access
| 16:12:42,099 INFO [SpiiderLoginModule] Logging into LDAP server, env={java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory, dsJndiName=cancardviewerDS, rolesQuery=SELECT u.userid, r."role" FROM "security".application_user u, "security".application_role r, "security".user_role ur WHERE u.userid = ? AND u.userid = ur.user_id AND ur.role_id = r."role", java.naming.security.principal=uid=extern.michael.obster, ou=External,ou=People,ou=Access, jboss.security.security_domain=cancardDomain, java.naming.provider.url=ldap://ldaphost, java.naming.security.authentication=simple, java.naming.security.credentials=***, principal.dn.groups=ou=Corporate,ou=People,ou=Access:ou=External,ou=People,ou=Access}
| 16:12:42,130 INFO [SpiiderLoginModule] Logged into LDAP server, javax.naming.ldap.InitialLdapContext at 9e50cd
| 16:12:42,130 INFO [SpiiderLoginModule] getRoleSets using rolesQuery: SELECT u.userid, r."role" FROM "security".application_user u, "security".application_role r, "security".user_role ur WHERE u.userid = ? AND u.userid = ur.user_id AND ur.role_id = r."role", gid: 12A44E672EA8C49B
| 16:12:42,146 INFO [LoginServlet] User extern.michael.obster: login successfull!
|
| 16:12:42,146 DEBUG [LoginServlet] init JAASInterceptor: loginDomain:cancardDomain clientLoginDomain:client-login
| 16:12:42,193 INFO [SpiiderLoginModule] LdapLoginModule, dsJndiName=cancardviewerDS
| 16:12:42,193 INFO [SpiiderLoginModule] rolesQuery=SELECT u.userid, r."role" FROM "security".application_user u, "security".application_role r, "security".user_role ur WHERE u.userid = ? AND u.userid = ur.user_id AND ur.role_id = r."role"
| 16:12:42,193 INFO [SpiiderLoginModule] defaultRole=RegularUser
| 16:12:42,193 DEBUG [SpiiderLoginModule] Bad password for username=null
| 16:12:42,193 ERROR [[LoginServlet]] Servlet.service() for servlet LoginServlet threw exception
| javax.ejb.EJBAccessException: Invalid User
| at org.jboss.ejb3.security.Ejb3AuthenticationInterceptorv2.invoke(Ejb3Au
| thenticationInterceptorv2.java:165)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterce
| ptor.java:41)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContaine
| rShutdownInterceptor.java:67)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.aspects.currentinvocation.CurrentInvocationInterceptor.invo
| ke(CurrentInvocationInterceptor.java:67)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessCo
| ntainer.java:421)
| at org.jboss.ejb3.remoting.IsLocalInterceptor.invokeLocal(IsLocalInterce
| ptor.java:85)
| at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.
| java:72)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.
| java:102)
| at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:62)
| at $Proxy488.invoke(Unknown Source)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandl
| erBase.invoke(SessionProxyInvocationHandlerBase.java:207)
| at org.jboss.ejb3.proxy.impl.handler.session.SessionProxyInvocationHandl
| erBase.invoke(SessionProxyInvocationHandlerBase.java:164)
| at $Proxy561.updateUser(Unknown Source)
|
And the class LoginServlet.java:
| package vwg.audi.cancard.webservlet;
|
| import java.io.IOException;
|
| import javax.ejb.EJBAccessException;
| import javax.servlet.ServletException;
| import javax.servlet.http.HttpServlet;
| import javax.servlet.http.HttpServletRequest;
| import javax.servlet.http.HttpServletResponse;
|
| import org.apache.log4j.Logger;
| import org.jboss.web.tomcat.security.login.WebAuthentication;
|
| import com.arjuna.ats.arjuna.recovery.Service;
|
| public class LoginServlet extends HttpServlet
| {
| private Logger log = Logger.getLogger(LoginServlet.class);
|
| /**
| *
| */
| private static final long serialVersionUID = -5539909157863711284L;
|
| /**
| * Process the HTTP Get request
| */
| public void doGet(HttpServletRequest request, HttpServletResponse response)
| throws ServletException, IOException
| {
| serveRequest(request, response);
| }
|
| /**
| * Process the HTTP Post request
| */
| public void doPost(HttpServletRequest request, HttpServletResponse response)
| throws ServletException, IOException
| {
| serveRequest(request, response);
| } // doPost
|
| /**
| * In dieser Methode findet die eigentliche Verarbeitung des
| * HTTPServletRequests statt. Sie wird von den beiden public Methoden doPost
| * und doGet aufgerufen.
| */
| public void serveRequest(HttpServletRequest request,
| HttpServletResponse response) throws ServletException, IOException
| {
| String username = "extern.michael.obster";
| String pass = "mypassword";
| // login first
| try {
| login(username, pass);
| }
| catch (Exception e) {
| log.error("Fehler:", e);
| }
|
| String loginDomain = "cancardDomain";
| String clientLoginDomain = "client-login";
| if (log.isDebugEnabled()) {
| log.debug("init JAASInterceptor: loginDomain:" + loginDomain + " clientLoginDomain:" + clientLoginDomain);
| }
|
| // lets try to access ejb3
| try {
| ServiceLocator.getInstance().getUserService().updateUser();
| }
| catch (ServiceLocatorException e) {
| log.error("ServiceLocator error:", e);
| }
| }
|
| /**
| * Helper method for logging in
| * @param username
| * @param strPassword
| * @return
| * @throws Exception
| */
| private String login(String username, String strPassword) throws Exception {
| String loginDomain = "cancardDomain";
| String clientLoginDomain = "client-login";
|
| log.debug("LoginAction: loginDomain:" + loginDomain + " clientLoginDomain:" + clientLoginDomain);
| try {
| LoginFacade loginFacade = new LoginFacade(loginDomain, clientLoginDomain);
| loginFacade.login(username, strPassword);
| } catch (JAASLoginException jaasEx) {
| log.info("User " + username + ": login NOT successfull! " + jaasEx.getErrorKey(), jaasEx);
| return jaasEx.getErrorKey();
| } catch (EJBAccessException ejbEx) {
| //No permission for application
| log.warn(ejbEx);
| Exception ex = ejbEx.getCausedByException();
| log.info("User " + username + ": login NOT successfull! " + ejbEx.getMessage(), ejbEx);
|
| if (ex instanceof SecurityException) {
| return JAASConstants.NO_RIGHTS;
| } else {
| return JAASConstants.USER_NOT_AUTHENTICATED;
| }
| }
| catch (Exception ex) {
| log.info("User " + username + ": login NOT successfull! " + ex.getMessage(), ex);
| throw ex;
| // return JAASConstants.NO_RIGHTS;
| }
| log.info("User " + username + ": login successfull!");
| return JAASConstants.USER_IS_VALID;
| }
|
| }
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259657#4259657
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259657
From do-not-reply at jboss.com Fri Oct 9 10:39:04 2009
From: do-not-reply at jboss.com (RichardTaylor)
Date: Fri, 9 Oct 2009 10:39:04 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Buddy replication - initial
state transfer after node restar
Message-ID: <9811456.1255099144046.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
We are seeing an issue that I'd like to confirm with others before I write it up as a jira issue.
JBoss 5.1.0.
JBoss Cache 3.2.1
Buddy Replication (two nodes, separate machines)
We're currently using Total Replication for HTTP Session replication but we're increasing our node count (to three for now) and we'd like to change from total, to buddy replication. After a significant amount of testing, buddy replication works very well, except in one case for us.
The problem:
Two servers, A and B.
- Start server A
- Log into web app, creating an HTTP Session, S1, on server A
- Start server B. When B starts (this first time), the session S1 is perfectly replicated from A to B into B's "_BUDDY_BACKUP_" for server A
- Now restart server B, upon starting the second time, the session S1 from server A is only partially replicated to the "_BUDDY_BACKUP_" tree on server B. In particular it appears that (at least) the "DistributableSessionMetadata" was not replicated (should have a key of "2" in the replicated cache entry)
- Shut down server A, when the user hits server B, JBoss will try to unserialize and use S1, however it will fail because some data is not present in S1, such as the session metadata.
Example session S1 that successfully replicated after the initial startup of server B
--- Cache1 ---
| / {}
| /_BUDDY_BACKUP_ {}
| /192.168.71.60_7600 {}
| /JSESSION {}
| /ROOT_localhost {}
| /TYqa9j30si-QlGaVL9OVvQ__ {0=16, 1=1255098672537, org.jboss.seam.security.rememberMe=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, 2=org.jboss.web.tomcat.service.session.distributedcache.spi.DistributableSessionMetadata at c1e908b, org.jboss.seam.CONVERSATION#1$org.jboss.seam.persistence.persistenceContexts=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, org.jboss.seam.core.conversationEntries=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, org.jboss.seam.international.localeSelector=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, org.jboss.seam.CONVERSATION#1$org.jboss.seam.core.conversation=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, org.jboss.seam.CONVERSATION#1$org.jboss.seam.international.statusMessages=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, org.jboss.seam.security.identity=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, javax.faces.request.charset=UTF-8, org.jboss.seam.CONVERSATION#1$org.jboss.seam.faces.redirect=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, org.jboss.seam.security.credentials=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, pier=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}, org.jboss.seam.web.session=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}}
| ------------
|
Example session S1 that failed to replicate fully to B after restart (notice the missing "2=..." among many other things)
--- Cache1 ---
| / {}
| /_BUDDY_BACKUP_ {}
| /192.168.71.60_7600 {}
| /JSESSION {}
| /ROOT_localhost {}
| /TYqa9j30si-QlGaVL9OVvQ__ {0=153, 1=1255097288878, foo=org.jboss.ha.framework.server.SimpleCachableMarshalledValue{raw=nullserialized=true}}
| ------------
What appears to be happening is that during the initial startup of the secondary server, server A properly calls the "AssignToBuddyGroupCommand" on server B, passing the initial state. However on subsequent restarts of server B, that command is never executed from server A.
I believe the problem is that server A fails to recognize the server B was shutdown, and the BuddyManager never removes him as a buddy (at least not in the timespan of server B restarting). When I look at the BuddyManager on server A in the jmx-console, I can see that his buddy group is never updated when server B restarts. I believe the data that does make it to B after a restart is just from the standard "replicate commands" that occur when something changes in the session S1 on server A.
For example, if server B was restarted at 6:50am, server A's buddy information in JMX looks like this (last updated 6:40am, which implies he never processed B leaving)
BuddyGroup: (dataOwner: 192.168.71.60:7600, groupName: 192.168.71.60_7600, buddies: [192.168.71.62:7600],lastModified: Fri Oct 09 06:40:27 PDT 2009)
In conjunction with that, in the log output from server A, I see this when server B is restarting:
2009-10-09 06:50:52,477 DEBUG [org.jboss.cache.buddyreplication.BuddyManager] Nothing has changed; new buddy list is identical to the old one.
|
Here are my relevant configurations (let me know if I missed sections):
jboss-web.xml
|
| SET_AND_NON_PRIMITIVE_GET
| ATTRIBUTE
|
|
|
|
| org.jboss.cache.transaction.BatchModeTransactionManagerLookup
|
|
| ${jboss.partition.name:DefaultPartition}-SessionCache
|
| ${jboss.default.jgroups.stack:tcp}
| true
|
| PESSIMISTIC
| REPEATABLE_READ
| false
| REPL_ASYNC
|
|
| 17500
|
| 15000
|
| 60000
|
|
| false
|
| false
|
|
| 0
|
| 0
|
| true
|
|
|
|
|
| true
|
|
| default
|
| 17500
|
|
| false
| true
| true
|
|
|
|
| 1
|
| true
|
|
|
|
|
|
|
| true
| false
|
|
|
|
|
| ${jboss.server.data.dir}${/}session
|
| false
| true
| true
| false
| false
|
|
|
|
|
|
I have tried UDP / TCP, passivation / no passivation, and confirmed that things again work fine when using "total", not "buddy" replication.
Has anyone else seen this? Let me know if more information is needed.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259659#4259659
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259659
From do-not-reply at jboss.com Fri Oct 9 10:50:20 2009
From: do-not-reply at jboss.com (pushpak1981)
Date: Fri, 9 Oct 2009 10:50:20 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - EJB client cannot Load Remote EJB
Message-ID: <3811355.1255099820955.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
We have deployed stateless EJB3 in JBoss 5.0 AS. We have written an Junit class which Does an JNDI Lookup for the EJB. But it is not able to load the remote EJB Object. We are getting following Error.
java.lang.NullPointerException
at org.jboss.ejb3.stateless.StatelessContainer.dynamicInvoke(StatelessContainer.java:444)
at org.jboss.ejb3.session.InvokableContextClassProxyHack._dynamicInvoke(InvokableContextClassProxyHack.java:56)
at org.jboss.aop.Dispatcher.invoke(Dispatcher.java:91)
at org.jboss.aspects.remoting.AOPRemotingInvocationHandler.invoke(AOPRemotingInvocationHandler.java:82)
at org.jboss.remoting.ServerInvoker.invoke(ServerInvoker.java:908)
at org.jboss.remoting.transport.socket.ServerThread.completeInvocation(ServerThread.java:742)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:695)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:522)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:230)
at org.jboss.remoting.MicroRemoteClientInvoker.invoke(MicroRemoteClientInvoker.java:163)
at org.jboss.remoting.Client.invoke(Client.java:1634)
at org.jboss.remoting.Client.invoke(Client.java:548)
at org.jboss.aspects.remoting.InvokeRemoteInterceptor.invoke(InvokeRemoteInterceptor.java:62)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.tx.ClientTxPropagationInterceptor.invoke(ClientTxPropagationInterceptor.java:61)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.security.client.SecurityClientInterceptor.invoke(SecurityClientInterceptor.java:65)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:74)
at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
at org.jboss.aspects.remoting.PojiProxy.invoke(PojiProxy.java:61)
at $Proxy3.invoke(Unknown Source)
at org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase.invoke(ProxyInvocationHandlerBase.java:261)
at org.jboss.ejb3.proxy.handler.session.SessionSpecProxyInvocationHandlerBase.invoke(SessionSpecProxyInvocationHandlerBase.java:101)
at $Proxy2.addTransaction(Unknown Source)
Any help would be highly appreciated.
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259661#4259661
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259661
From do-not-reply at jboss.com Fri Oct 9 10:54:47 2009
From: do-not-reply at jboss.com (RichardTaylor)
Date: Fri, 9 Oct 2009 10:54:47 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - HTTP Session passivation during
server restart?
Message-ID: <26785210.1255100087505.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I'd like to enable HTTP Session passivation so that all active sessions are passivated to disk during a graceful server restart. I'd like users to stay logged in through a server restart (single server). This is especially helpful in a development environment.
JBoss 5.1.0
JBoss Cache 3.2.1
I've read the following and have followed the instructions:
http://www.jboss.org/community/wiki/HttpSessionPassivationDesign
http://www.jboss.org/community/wiki/DistributableHttpSessionPassivation
Session passivation works in the sense that when my specified time limits are hit, sessions are written to disk. However when I gracefully shut down the server, all passivated sessions are deleted from disk.
In the section describing passivation being triggered by a server shutdown it says:
anonymous wrote : If the session is valid, then it's passivated to allow for reconstruction of the session
This implies either that my sessions are being considered invalid, a configuration issue, or possibly a bug. My HTTP session timeout is 20 minutes, so I should be fine in that regard.
Relevant configuration:
>From jboss-web.xml
| true
| -1
| 300
|
>From the http session cache section of jboss-cache-manager-jboss-beans:
|
|
| true
| false
|
|
|
|
|
| ${jboss.server.data.dir}${/}session2
|
| false
| true
| true
| false
| false
|
|
|
|
|
|
Is there a trick to getting this going? This should be possible correct?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259662#4259662
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259662
From do-not-reply at jboss.com Fri Oct 9 11:00:43 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Fri, 9 Oct 2009 11:00:43 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: EJB client cannot Load Remote EJB
Message-ID: <27174303.1255100443808.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Which exact version of JBoss AS5? And please post the relevant code of the bean and the client lookup.
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 correctly formatted.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259663#4259663
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259663
From do-not-reply at jboss.com Fri Oct 9 11:04:39 2009
From: do-not-reply at jboss.com (JPAV)
Date: Fri, 9 Oct 2009 11:04:39 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - Re: Generating DDL from
annotated POJOs
Message-ID: <27483307.1255100679046.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Geez! I can't believe that was it! A simple transposition of "sqlserver" and "jdbc". I had it correct in the DTP configuration and the properties file, but not the data source file (or vice-versa, I don't remember now). Thanks, Max.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259664#4259664
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259664
From do-not-reply at jboss.com Fri Oct 9 11:44:16 2009
From: do-not-reply at jboss.com (dustin.a.parker)
Date: Fri, 9 Oct 2009 11:44:16 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: Starting error..
Message-ID: <28783632.1255103056252.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Port 1099 may be troublesome on Windows as it is in Windows' ephemeral port range. This KB article may help you reserve it:
http://support.microsoft.com/kb/812873/
Here are the "usual suspects" and their locations:
http://www.jboss.org/community/wiki/UsingJBossBehindAFirewall
And here's how you can change all the ports in one fell swoop:
http://www.jboss.org/community/wiki/ServiceBindingManager
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259668#4259668
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259668
From do-not-reply at jboss.com Fri Oct 9 11:54:42 2009
From: do-not-reply at jboss.com (himanshuIg)
Date: Fri, 9 Oct 2009 11:54:42 -0400 (EDT)
Subject: [jboss-user] [Clustering] - JMX Notifications on Cluster
Message-ID: <31791256.1255103682356.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
In order to send JMX notifications to all nodes across a cluster(JBoss 4.2.3), does the application needs to be deployed as an EAR. Won't this work with a simple web-application?
Thanks
~~Himanshu Seth~~
http://www.IntelliGrape.com
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259669#4259669
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259669
From do-not-reply at jboss.com Fri Oct 9 12:09:31 2009
From: do-not-reply at jboss.com (lpmon)
Date: Fri, 9 Oct 2009 12:09:31 -0400 (EDT)
Subject: [jboss-user] [Persistence] - AS 5.1 - ResultSet closed,
worked fine in 4.0.5
Message-ID: <3945328.1255104571462.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have a session been that takes an SQL select query string (not EJBQL), runs the query and returns the resultset. This worked fine in 4.0.5. In 5.1.0 the resultset is open inside the session bean method but when trying to access the result set (rs.next()) in the method that called the session bean an exception is thrown saying the result set is closed. Something in either the AS or Hibernate must have changed for 5.x . ??????
More info: The session bean looks up a non-transactional JDBC datasource (regular pooled connection), creates a connection, creates a statement and executes that statement.
Again, exact same code works just fine in 4.0.5. There is no problem accessing the resultset inside the session bean it is only when you return the resultset and try to access it in the caller of the session bean that the problem occurs.
Is this a bug or have the rules changed?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259672#4259672
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259672
From do-not-reply at jboss.com Fri Oct 9 12:35:48 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 12:35:48 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Weird schema generation in 3.3.1.GA
version
Message-ID: <28858319.1255106148584.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
how?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259678#4259678
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259678
From do-not-reply at jboss.com Fri Oct 9 12:37:40 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 12:37:40 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Weird schema generation in 3.3.1.GA
version
Message-ID: <3066784.1255106260047.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
oh, and I would NOT upgrade from 3.2.x to 3.3.1 since the 3.3 branche has been abandoned. 3.2.x is the branche to follow.... many fixes for the 3.2.x branche in SVN, but NONE for 3.3!!!!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259679#4259679
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259679
From do-not-reply at jboss.com Fri Oct 9 12:39:24 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 12:39:24 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Process archive
classes:ClassNotFoundException
Message-ID: <19316776.1255106364434.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
yes there is, by just deploying it in an ejb-jar....
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259680#4259680
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259680
From do-not-reply at jboss.com Fri Oct 9 12:47:17 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 12:47:17 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process
execution
Message-ID: <19706274.1255106837294.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
You explained very well, and I fully understood.
That cannot be done blocking... for the very simple reason that you'd need way to many (java) threads etc. Callback can be done very easily by eventhandlers on the end node and notify the 'caller'.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259681#4259681
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259681
From do-not-reply at jboss.com Fri Oct 9 12:47:59 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 12:47:59 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: [jBPM4] Synchronous process
execution
Message-ID: <11292356.1255106879714.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Oh.. and the only way to achieve real waiting is what I described in my previous post (STP)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259682#4259682
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259682
From do-not-reply at jboss.com Fri Oct 9 12:49:20 2009
From: do-not-reply at jboss.com (gfargone)
Date: Fri, 9 Oct 2009 12:49:20 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re:
Message-ID: <788290.1255106960105.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"Krohm" wrote : Ok.
|
| Is there a way to "capture" the initiator in JBPM4 ?
|
| I mean getting the Id of the user that initiated the process.
|
| It is not something unusual that this user has a separate swimlane.
I just store it in the process context. I have a web form that gathers information, creates the a process instance, and stores a couple of other things in the context as well.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259683#4259683
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259683
From do-not-reply at jboss.com Fri Oct 9 12:58:07 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 12:58:07 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: QuerySyntaxException in
HistoryService
Message-ID: <19113333.1255107487772.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
In the text you talk about processInstanceId and in the code it is a taskInstanceId,
But besides that if this really is the case, file a jira issue.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259684#4259684
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259684
From do-not-reply at jboss.com Fri Oct 9 12:59:20 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 12:59:20 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re:
Message-ID: <33298040.1255107560511.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
That is indeed an option. You can also set the actor of the swimlane of that specific task.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259685#4259685
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259685
From do-not-reply at jboss.com Fri Oct 9 13:01:44 2009
From: do-not-reply at jboss.com (wayne.earnshaw)
Date: Fri, 9 Oct 2009 13:01:44 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Pb start jboss in windows service
mode
Message-ID: <29263428.1255107704929.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Definitely a JBoss 5.1 "feature". For me it was a PermGen memory that only occurred at runtime after a few days in our Test environment which was perplexing!
Thanks for the help and I too just saw a JIRA https://jira.jboss.org/jira/browse/JBAS-7290 on this. I commented the JAVA_OPTS in run.bat.conf leaving service.bat alone...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259687#4259687
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259687
From do-not-reply at jboss.com Fri Oct 9 13:17:30 2009
From: do-not-reply at jboss.com (bwalker55)
Date: Fri, 9 Oct 2009 13:17:30 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - 'table does not exist' error
after changing default databse
Message-ID: <4735107.1255108650476.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I've changed the default database (DefaultDS) to Oracle as per instructions elsewhere. jBoss comes up and works. Tables, with what look like sample entries, are created in Oracle. However, the startup logs show an error attempting to access (25 times) a table that does not exist. Any ideas?
Thanks, Bob
-------------
09:49:48,870 WARN [JDBCSupport] SQLException caught, SQLState 42000 code:942- assuming deadlock detected, try:25
java.sql.SQLException: ORA-00942: table or view does not exist
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:626)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:182)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_describe(T4CPreparedStatement.java:500)
at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:942)
at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:532)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1037)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2905)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2946)
at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.executeQuery(WrappedPreparedStatement.java:342)
at org.jboss.messaging.core.impl.JDBCPersistenceManager$1ReserveIDBlockRunner.doTransaction(JDBCPersistenceManager.java:407)
...snipped for brevity...
at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
at org.jboss.Main.boot(Main.java:221)
at org.jboss.Main$1.run(Main.java:556)
at java.lang.Thread.run(Thread.java:619)
09:49:48,872 ERROR [JDBCSupport] Retried 25 times, now giving up
09:49:48,875 ERROR [ExceptionUtil] ServerPeer[0] startService
java.lang.IllegalStateException: Failed to execute transaction
at org.jboss.messaging.core.impl.JDBCSupport$JDBCTxRunner2.executeWithRetry(JDBCSupport.java:544)
at org.jboss.messaging.core.impl.JDBCPersistenceManager.reserveIDBlock(JDBCPersistenceManager.java:477)
at org.jboss.messaging.core.impl.IDManager.getNextBigBlock(IDManager.java:87)
at org.jboss.messaging.core.impl.IDManager.start(IDManager.java:74)
at org.jboss.jms.server.ServerPeer.startService(ServerPeer.java:310)
at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:376)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259690#4259690
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259690
From do-not-reply at jboss.com Fri Oct 9 14:08:22 2009
From: do-not-reply at jboss.com (javaspack)
Date: Fri, 9 Oct 2009 14:08:22 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: SSO / LDAP Integration
Message-ID: <6879895.1255111702718.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Update:
I have a working solution.
I will try and give some details about what I've found in case it can help somebody else.
First, let me state where I am coming from. When I think of a Portal, I think of something that is a self contained resource. If it needs LDAP, it can use it, but doesn't need it. But for convenience of keeping users and rights in a central location, it should be able to use LDAP. And mostly as a read-only resource.
Based on that, I wanted to keep the Portal DB configuration and just go to the AD server to get additional user info. Therefore, I thought I could use the regular identity-config.xml and just modify the profile-config.xml to add properties with LDAP mappings.
I figured this would work because the docs say that anything that has an LDAP mapping will be delegated to LDAP first. And it looks like it would have worked except for the fact that it has been specifically excluded in the code.
In the DelegatingUserProfileModule the code is this:
if (property.isMappedLDAP() && isLDAPSupported() && user instanceof LDAPUserImpl)
{
log.debug("Delegating to LDAP module");
getLDAPModule().setProperty(user, name, propertyValue);
return;
}
else if (property.isMappedDB())
{
log.debug("Delegating to DB module");
getDBModule().setProperty(user, name, propertyValue);
fireUserProfileChangedEvent(user.getId(), user.getUserName(), name, propertyValue);
return;
}
So, because I have used the regular DB configuration, my user will not be an instance of LDAPUserImpl, so the code WON'T EVEN TRY to get the data from LDAP.
In order to get make my user an instance of LDAPUserImpl, I need to change the type in identity-config.xml so that User has an implementation type of LDAP.
Therefore, I decided to start over using the ldap_identity-config.xml (which I probably didn't need to), but it has the sections for and / that will need to be configured already in it.
However, leaving the Roles and Membership modules set to LDAP was a big mistake because of the way Portal hard codes the Admin/User roles. That was a nightmare. But I didn't want to run into more cases where the code specifically excluded what I was trying to do.
After changing the Roles and Membership modules back to DB, I was able to manipulate my LoginModule to get the proper role mappings done.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259696#4259696
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259696
From do-not-reply at jboss.com Fri Oct 9 14:15:02 2009
From: do-not-reply at jboss.com (iamowen)
Date: Fri, 9 Oct 2009 14:15:02 -0400 (EDT)
Subject: [jboss-user] [Datasource Configuration] - problem in referencing
datasource in context.xml
Message-ID: <28260255.1255112102461.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello, when i try to access datasource in datasource realm from context.xml. I got the datasource name not bound error.
For example, in context.xml under WEB-INF, I have
myDS is the datasource defined in *-ds.xml file in Jboss deployment folder.
My question is, what value I should use for dataSourceName? I tried
"java:/comp/env/myDS", "java:comp/env/defaultDS", "java:myDS". None of them are working.
Plz help
thank you
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259697#4259697
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259697
From do-not-reply at jboss.com Fri Oct 9 14:16:32 2009
From: do-not-reply at jboss.com (iamowen)
Date: Fri, 9 Oct 2009 14:16:32 -0400 (EDT)
Subject: [jboss-user] [Datasource Configuration] - problem in referencing
datasource in context.xml
Message-ID: <11382986.1255112192673.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello, when i try to access datasource in datasource realm from context.xml. I got the datasource name not bound error.
For example, in context.xml under WEB-INF, I have
myDS is the datasource defined in *-ds.xml file in Jboss deployment folder.
My question is, what value I should use for dataSourceName? I tried
"java:/comp/env/myDS", "java:comp/env/defaultDS", "java:myDS". None of them are working.
Plz help
thank you
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259698#4259698
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259698
From do-not-reply at jboss.com Fri Oct 9 14:23:36 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 14:23:36 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using JBPM for document workflow in
a Java/Flex CMS soft
Message-ID: <26750852.1255112616742.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
use code tags (see preview button)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259700#4259700
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259700
From do-not-reply at jboss.com Fri Oct 9 15:05:18 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Fri, 9 Oct 2009 15:05:18 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <8158369.1255115118798.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Do you have a unittest?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259705#4259705
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259705
From do-not-reply at jboss.com Fri Oct 9 15:57:19 2009
From: do-not-reply at jboss.com (charlesbihis)
Date: Fri, 9 Oct 2009 15:57:19 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: how to change the root url
of jboss
Message-ID: <11469164.1255118239869.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Peter
Yes, the base URL www.example.com will be handled by Apache. So, the gist of it is that I would like www.example.com and all other URLs to be handled by Apache, serving up PHP pages...EXCEPT, anything that goes to www.example.com/servlet/* which I would like to configure to be handled by JBoss to serve up JSP pages and servlet applications. Now, I've been able to do all (err, most) of this...have Apache handle all requests to the base URL and all others, and using mod_jk, I've enabled a filter that forwards all requests to www.example.com/servlet/* to go to JBoss. The only problem is that when the request goes to JBoss, JBoss looks for an application or page in the /servlet/ context, which has nothing there, so it gives me a "Resource not found" error.
So, in short, I've reduced the problem to just being able to change the root URL of JBoss from www.example.com to www.example.com/servlet, the idea being that if I can get the welcome page to display there, then I can deploy applications as normal, but access them with the URL www.example.com/servlet/appName instead of www.example.com/appName. Like I said, I *could* go in and change the context root of each individual application that I want to deploy to explicitly include /servlet/ before the app-name, but that seems to me less than ideal, not to mention that I'd have to open up each previously written app, hardcode a context URL specific for deployment on this instance of JBoss, recompile, and redeploy.
Anyways, I was trying to keep the problem as simple as possible just for posting's sake, but I guess it was necessary to dive right in. If anyone can help, that'd be great.
Thanks again!
Charles
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259710#4259710
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259710
From do-not-reply at jboss.com Fri Oct 9 17:09:25 2009
From: do-not-reply at jboss.com (henk53)
Date: Fri, 9 Oct 2009 17:09:25 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re:
Message-ID: <11845879.1255122565483.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"mwx.dennis" wrote : 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?
|
The Singleton beans G_Thimm refers to are not yet supported in JBoss AS 5.1, but I think they will be supported in JBoss AS 5.2, which will hopefully be released next week (beta 1).
However, JBoss AS 5.1 does support something like this via the @Service annotation. See http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/Service_POJOs.html for details.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259717#4259717
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259717
From do-not-reply at jboss.com Fri Oct 9 17:57:06 2009
From: do-not-reply at jboss.com (lpmon)
Date: Fri, 9 Oct 2009 17:57:06 -0400 (EDT)
Subject: [jboss-user] [Persistence] - Re: AS 5.1 - ResultSet closed,
worked fine in 4.0.5
Message-ID: <26654606.1255125426587.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
This is crazy. We moved the code outside of the session bean and all works just fine.
Is there a rule that says:
If you create a ResultSet inside a session bean that you cannot return to a non-session bean caller?
If someone answers this question 'yes' then: How is it that I have been doing this exact thing for a long time with no problems. The problem only surfaced when I moved from 4.0.5 to 5.1.0. ??????
Restating: this is not an EJB3 resultset, just a simple JDBC Resultset. All indications are that when the session bean method exits something is closing the ResultSet.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259718#4259718
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259718
From do-not-reply at jboss.com Fri Oct 9 19:30:03 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Fri, 9 Oct 2009 19:30:03 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Unit test succeeds but process does
not properly run whe
Message-ID: <24986306.1255131003939.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Process definition and unit test are in the first post but I just encounter the problem as soon as the process is deployed on the server.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259721#4259721
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259721
From do-not-reply at jboss.com Fri Oct 9 20:46:19 2009
From: do-not-reply at jboss.com (dego64)
Date: Fri, 9 Oct 2009 20:46:19 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: IllegalStateException: Authorization
Manager is null wit
Message-ID: <22010471.1255135579670.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Well, I'm possibly missing some obvious configuration. Or maybe do I use some incompatible jars (JDK 1.6 / JBoss AS 5.1 / facelets 1.1.15) ?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259723#4259723
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259723
From do-not-reply at jboss.com Sat Oct 10 00:09:38 2009
From: do-not-reply at jboss.com (ron.sigal@jboss.com)
Date: Sat, 10 Oct 2009 00:09:38 -0400 (EDT)
Subject: [jboss-user] [JBoss Remoting Users] - Re: Set the 'timeout'
parameter at the client side for an EJ
Message-ID: <4576438.1255147778435.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Ah, I see. Well, Remoting has a facility for setting the timeout for each invocation, but there's no way to access it from the EJB layer. I'm not even sure what that would look like.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259726#4259726
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259726
From do-not-reply at jboss.com Sat Oct 10 02:36:14 2009
From: do-not-reply at jboss.com (pushpak1981)
Date: Sat, 10 Oct 2009 02:36:14 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: EJB client cannot Load Remote EJB
Message-ID: <9279579.1255156574218.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
For Doing an Lookup we are using the following code:
Properties p = new Properties();
p.put("java.naming.factory.initial","org.jnp.interfaces.NamingContextFactory");
p.put("java.naming.provider.url","jnp://localhost:1099/");
p.put("java.naming.factory.url.pkgs","org.jboss.naming:org.jnp.interfaces");
InitialContext ctx = new InitialContext(p);
IAbc ref = (IAbc)ctx.lookup("TransactionBean/remote");
ref.addTransaction(persistenceObject);
We are doing an persistence into Database using JPA.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259727#4259727
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259727
From do-not-reply at jboss.com Sat Oct 10 06:37:32 2009
From: do-not-reply at jboss.com (praveen potluri)
Date: Sat, 10 Oct 2009 06:37:32 -0400 (EDT)
Subject: [jboss-user] [Security] - To display change password screen in
jaas-jboss scenario
Message-ID: <13020726.1255171052714.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am implementing jaas with jboss app server. But the problem we are facing is we have to redirect user to change password screen if his password is going to expire in couple of days. Is it possible with jaas? will jboss login modules throw any exception to deal? does jboss app server can listen and act on thoose ? give any suggestions to tackle
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259734#4259734
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259734
From do-not-reply at jboss.com Sat Oct 10 08:52:15 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Sat, 10 Oct 2009 08:52:15 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using Process variables as
parameters for method calls
Message-ID: <22940220.1255179135530.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
*ping kukeltje*
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259736#4259736
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259736
From do-not-reply at jboss.com Sat Oct 10 10:14:46 2009
From: do-not-reply at jboss.com (kukeltje)
Date: Sat, 10 Oct 2009 10:14:46 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Using Process variables as
parameters for method calls
Message-ID: <8556567.1255184086633.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : *ping kukeltje*
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=1 ttl=116 time=1h20m10s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=2 ttl=116 time=1h20m11s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=3 ttl=116 time=1h20m12s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=4 ttl=116 time=1h20m13s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=5 ttl=116 time=1h20m14s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=6 ttl=116 time=1h20m15s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=7 ttl=116 time=1h20m16s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=8 ttl=116 time=1h20m17s
64 bytes from kukeltje.lombox.customer.bit.nl (87.251.48.65): icmp_seq=9 ttl=116 time=1h20m18s
"sebastian.s" wrote :
| I was reading the section about java activities and process variables in the userguide and wondering about some things.
|
| In a java or a custom activity I could use
| Object getVariable(String key);
| to retrieve the values of process variables and then I could go use them as arguments for method calls.
|
First of all I'm not sure you can get to the executioncontext in the java task. You can in the custom tastk/node
"sebastian.s" wrote :
| But that means that if I changed the names of the process variables I would need to change the implementation of the java or custom activity, too. So wouldn't it be more convient to be able to specifiy process variables in the process definition which would be passed as arguments? So in case the process variable names changed just the process definition would need need changes but the java class wouldn't need to be touched?
|
| I was also wondering why you can specify the method name for a java activity in the GPD but not the number of arguments.
|
|
For the java task you can pass arguments and use expressions for the value of the arguments. These can afaik be process variable names as well, so that solves one problem. The varying number of arguments is afaik dealt with by jBPM since it uses reflection to find the correct method signature. Not 100% completely sure though.
What you can also to in the java task is set member fields, put a list, xml document or whatever in there from the processdefinition and parse/use that in your java class. It's kind of what you mentioned in the dev forum when we talked about schema extensions.
http://docs.jboss.com/jbpm/v4/userguide/html_single/#java
I was under the impression that something like the field thing for java tasks was possible as well for custom nodes, but that might be something left in my brain from jBPM 3 (or it might just be wishful thinking) as I do not seem to be able to find anything.
"sebastian.s" wrote :
|
| If I got it wrong I'd be happy for some clarifying words. If not this seems to turn out to be a discussion for the dev forum, right?
|
Regarding passing params to the custom node, yes.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259739#4259739
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259739
From do-not-reply at jboss.com Sat Oct 10 16:29:13 2009
From: do-not-reply at jboss.com (michaelcc)
Date: Sat, 10 Oct 2009 16:29:13 -0400 (EDT)
Subject: [jboss-user] [JBoss Tools Users] - BIRT Integration dependencies
conflict
Message-ID: <20249934.1255206553348.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Trying to install jboss tools for the first time. I wanted to install the whole deal, but there is a conflict with the current BIRT 2.5 from their update site and dev/ JBoss 3.1. I rolled back and reinstalled both birt then jboss. It didnt work. I just uncheck the installation of JBoss BIRT integration for the time being. here is the error below. didnt know where to post the bug.
Michael
Cannot complete the install because of a conflicting dependency.
Software being installed: JBoss BIRT Integration 1.1.0.v200909110340M-H277-M3 (org.jboss.tools.birt.feature.feature.group 1.1.0.v200909110340M-H277-M3)
Software currently installed: Eclipse BIRT Web Tools Project 2.5.1.v20090629-3407w311A1917 (org.eclipse.birt.integration.wtp.feature.group 2.5.1.v20090629-3407w311A1917)
Only one of the following can be installed at once:
BIRT WTP Integration Plug-in 2.5.0.v20090514 (org.eclipse.birt.integration.wtp.ui 2.5.0.v20090514)
BIRT WTP Integration Plug-in 2.5.1.v20090806 (org.eclipse.birt.integration.wtp.ui 2.5.1.v20090806)
Cannot satisfy dependency:
From: Eclipse BIRT Web Tools Project 2.5.1.v20090629-3407w311A1917 (org.eclipse.birt.integration.wtp.feature.group 2.5.1.v20090629-3407w311A1917)
To: org.eclipse.birt.integration.wtp.ui [2.5.1.v20090806]
Cannot satisfy dependency:
From: JBoss BIRT Integration 1.1.0.v200909110340M-H277-M3 (org.jboss.tools.birt.feature.feature.group 1.1.0.v200909110340M-H277-M3)
To: org.eclipse.birt.integration.wtp.ui [2.5.0.v20090514]
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259745#4259745
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259745
From do-not-reply at jboss.com Sun Oct 11 12:33:46 2009
From: do-not-reply at jboss.com (rodedh)
Date: Sun, 11 Oct 2009 12:33:46 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: PHP on Jboss AS 5
Message-ID: <13634841.1255278826495.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Peter ,
Thanks(!) for your response. I managed to enable php-examples application.
The link I followed and worked for me is:
[url]http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4146675#4146675
[/url]
Thanks,
Rod
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259759#4259759
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259759
From do-not-reply at jboss.com Sun Oct 11 12:44:43 2009
From: do-not-reply at jboss.com (h2kinfosys)
Date: Sun, 11 Oct 2009 12:44:43 -0400 (EDT)
Subject: [jboss-user] [Clustering] - ERROR
[org.jgroups.blocks.ConnectionTable] failed sending da
Message-ID: <18090839.1255279483835.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello friends,
I am using JBoss5.1.0 GA on RHEL 5 ( Linux) and we have two physical boxes on Cluster.
I see several time below error.
======================
server.log.2009-09-30:2009-09-30 21:01:26,758 ERROR [org.jgroups.blocks.ConnectionTable] failed sending data to 98.104.19.12:7900: java.net.SocketException: Socket closed
======================
Any suggestions on how to avoid / fix this error.
Thank you,
Narasimha
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259761#4259761
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259761
From do-not-reply at jboss.com Sun Oct 11 12:47:47 2009
From: do-not-reply at jboss.com (jeronimo)
Date: Sun, 11 Oct 2009 12:47:47 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Issue Clustering JBoss 5 over two
computer
Message-ID: <12398263.1255279667014.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all, during developmente I have trying cluster on the same same machine and all works fine.
Now I need to try it on two different computer. I have a OSx and a Xubuntu notebook to do this test.
I start the instance with:
./run.sh -c node1 -g DocsPartition -b 0.0.0.0 -Djboss.messaging.ServerPeerID=1 -Djboss.default.jgroups.stack=tcp -Djgroups.tcpping.initial_hosts=192.168.1.151:7600,192.168.1.152:7600
and
./run.sh -c node2 -g DocsPartition -b 0.0.0.0 -Djboss.messaging.ServerPeerID=2 -Djboss.default.jgroups.stack=tcp -Djgroups.tcpping.initial_hosts=192.168.1.151:7600,192.168.1.152:7600
The ips of my cluster are: 192.168.1.151 and 192.168.1.152.
The instances starts, but the session replication doesn't works.
In the first node I see this log:
INFO [RPCManagerImpl] Received new cluster view: [192.168.1.151:7600|0] [192.168.1.151:7600]
While in second node:
INFO [RPCManagerImpl] Received new cluster view: [127.0.1.1:7600|0] [127.0.1.1:7600]
That's all folks.
Someone can help me? Contact me If you need more information
thanks in advantage,
Davide
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259762#4259762
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259762
From do-not-reply at jboss.com Sun Oct 11 15:51:55 2009
From: do-not-reply at jboss.com (davewebb)
Date: Sun, 11 Oct 2009 15:51:55 -0400 (EDT)
Subject: [jboss-user] [Tomcat Integration] - HttpSession is getting mixed up
Message-ID: <20417865.1255290715397.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am having a weird, sporadic and impossible to duplicate problem. If this is not the correct forum, I apologize and would appreciate a shove in the right direction.
My configuration is 4 JBoss nodes clustered and running behind the Apache mod_jk load balancer.
Server Version: Apache
| JK Version: mod_jk/1.2.25
Release ID: JBoss [Trinity] 4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417)
|
| Java VM: Java HotSpot(TM) Server VM 1.5.0_17-b04,Sun Microsystems Inc.
| OS-System: Linux 2.6.18.2-34-default,i386
|
Like most JEE apps, I use the HttpSession to persist user level data across HttpRequests.
My delimma is that in some cases, a user will see another users data. It is almost as if the JSessionID is getting mixed up. Has anyone seen this before?
Any ideas on where to start?
Thanks in advance!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259771#4259771
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259771
From do-not-reply at jboss.com Mon Oct 12 01:21:14 2009
From: do-not-reply at jboss.com (pieter.martin)
Date: Mon, 12 Oct 2009 01:21:14 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jBPM vs Drools
Message-ID: <17178995.1255324874089.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I recently discovered that drools has a rules flow engine which implements the BPMN spec.
Does this mean jBPM and Drools are directly competing products?
Is there some guidance from Jboss regarding when to use which product?
Btw, I am a big jBPM fan and evangelist.
Thanks
Pieter
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259776#4259776
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259776
From do-not-reply at jboss.com Mon Oct 12 01:23:42 2009
From: do-not-reply at jboss.com (jjp)
Date: Mon, 12 Oct 2009 01:23:42 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: QuerySyntaxException in
HistoryService
Message-ID: <21104932.1255325022603.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Sorry for this mistake !
Its filed under JBPM-2577.
Regards,
Joerg
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259778#4259778
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259778
From do-not-reply at jboss.com Mon Oct 12 01:48:22 2009
From: do-not-reply at jboss.com (rasa)
Date: Mon, 12 Oct 2009 01:48:22 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Jboss 4.2.3 GA upgrade
Message-ID: <24652145.1255326502280.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
in 3.2.5 verson standardjboss.xml version i have seen one entry like this
false. But in the new version it is not there.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259780#4259780
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259780
From do-not-reply at jboss.com Mon Oct 12 01:56:52 2009
From: do-not-reply at jboss.com (prashanthkasulabadha)
Date: Mon, 12 Oct 2009 01:56:52 -0400 (EDT)
Subject: [jboss-user] [JMX] - Re: JNDI lookup for all the mbeans in JBoss
Message-ID: <16395328.1255327012467.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Peter
Yes Database connection for all the instances.
Say a.war can connect to 123 machine and b.war can connect to 456 machine, I need all the war files connection string.
Can we get them?
Any entries in xml files needed for this. If any entries needed then it cannot be a dynamic way of fetching all the Mbeans, rather it will be only static way.
Thanks
Prashantgh
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259782#4259782
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259782
From do-not-reply at jboss.com Mon Oct 12 02:01:42 2009
From: do-not-reply at jboss.com (Shi Yusen)
Date: Mon, 12 Oct 2009 02:01:42 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - [ANN] New portlets:
OFBiz-Portlet
Message-ID: <410488.1255327302821.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi list,
We at Langhua Opensource Foundation have released a new OFBiz-Portlet module which supports OFBiz 09.04 and JBoss Portal 2.7.2.
For more details please visit:
http://langhua.org/portal/portal/default/JBoss+Portal/OFBizPortletModulePortletWindow?windowstate=maximized
Kind Regards,
Shi Yusen/Beijing Langhua Ltd.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259783#4259783
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259783
From do-not-reply at jboss.com Mon Oct 12 03:02:50 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 03:02:50 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Jboss 4.2.3 GA upgrade
Message-ID: <23712841.1255330970152.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"rasa" wrote : in 3.2.5 verson standardjboss.xml version i have seen one entry like this
| false. But in the new version it is not there.
Did you read my previous reply?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259784#4259784
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259784
From do-not-reply at jboss.com Mon Oct 12 03:19:16 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 03:19:16 -0400 (EDT)
Subject: [jboss-user] [Tomcat Integration] - Re: HttpSession is getting
mixed up
Message-ID: <31411364.1255331956786.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
See this similar discussion http://www.jboss.org/index.html?module=bb&op=viewtopic&t=126386
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259786#4259786
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259786
From do-not-reply at jboss.com Mon Oct 12 03:38:01 2009
From: do-not-reply at jboss.com (Setya)
Date: Mon, 12 Oct 2009 03:38:01 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: PageFlows on JBPM
Message-ID: <13115830.1255333081328.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I have similliar question in mind. What's the status of PageFlows in JBPM 4.x ? Can I use it out of the box ?
Regards,
Setya
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259788#4259788
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259788
From do-not-reply at jboss.com Mon Oct 12 03:38:43 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 03:38:43 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: 'table does not exist' error
after changing default data
Message-ID: <2915945.1255333123066.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
What's the name of the table which throws this error? And when exactly does this happen?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259789#4259789
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259789
From do-not-reply at jboss.com Mon Oct 12 03:50:52 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Mon, 12 Oct 2009 03:50:52 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Question and remark about mail-templates
Message-ID: <25825738.1255333852295.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Good morning,
I got a question and a remark regarding mail-templates.
First of all I neither like the idea of storing the templates inside the process definition nor inside the jbpm configuration. Okay, for templates with are used in several process definitions this is probably a good solution but if you happen to have complex templates or if they should be changeable easily without having to deal with process definitions or jbpm-configuration an extra file would be comfortable.
So what about an extra file coming within the business archive and storing process specific mail-templates using the same mechanism to reference them as done in process definitions with templates which have been defined in your jbpm configuration?
Now my problem:
I am using a jbpm setup on Tomcat and I am using the ant task to deploy my process definitions. I wanted to use mail templates defined in the jbpm-configuration on Tomcat and I ran into a problem.
I am not sure if the jbpm.cfg.xml I changed is really used by the set-up ( install/generated/cfg/jbpm.cfg.xml) because when I tried to access the process definitions I got an exception telling me that the mail-templates could not be found.
The template seems to be fine because to deploy my process definition to the database I had to put the mail-template definitions in the "local" jbpm-configuration (so not the one used on the server) to make the ant-task work.
Kind regards
Sebastian
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259791#4259791
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259791
From do-not-reply at jboss.com Mon Oct 12 04:13:58 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Mon, 12 Oct 2009 04:13:58 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Re: jBPM vs Drools
Message-ID: <27787914.1255335238878.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi Pieter!
According to this article Drools Flow is not an official JBoss product and so they would not be direct competitors:
http://www.jboss.org/drools/drools-flow.html#Drools_Flow_and_jBPM
I personally do not see them as competing products and for me Drools is and stays mainly a business rules engine. As far as I understood the original intention for Drools Flow was to have a possibility to easily combine small rules to bigger complex ones when a kind of flow control was needed. Correct me if I'm wrong. I don't find the article anymore. :(
I have not really used Drools but from what I have seen in presentations on Slideshare it seems a great product to me. My wish would be a joint effort of the Drools and jBPM team to bring the power of Drools to jBPM. Of course this is already possible right now (see the Camunda presentations on this on Slideshare, unfortunately for you they're all in German, I think) but I would love to see a stronger official-like integration.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259797#4259797
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259797
From do-not-reply at jboss.com Mon Oct 12 04:19:14 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 04:19:14 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: Multiple default PostConstruct
method not called
Message-ID: <3057709.1255335554428.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Looking at the code you attached to the JIRA https://jira.jboss.org/jira/browse/EJBTHREE-1937 this appears to be a bug in your application code.
Your interceptors do not call the invocationContext.proceed in the post construct operations. As per section 12.5 of EJB3 spec:
"EJB3 Spec, Section 12.5" wrote : Interceptor methods must always call InvocationContext.proceed() or no subsequent interceptor methods or bean business method or lifecycle callback methods will be invoked.
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259798#4259798
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259798
From do-not-reply at jboss.com Mon Oct 12 04:47:13 2009
From: do-not-reply at jboss.com (longbeach)
Date: Mon, 12 Oct 2009 04:47:13 -0400 (EDT)
Subject: [jboss-user] [EJB] - EJB 3.1 implementation in JBoss
Message-ID: <31827934.1255337233439.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
Could anyone give me some information about EJB 3.1 implementation in JBoss ?
The final draft was proposed on March 2009.
http://jcp.org/en/jsr/detail?id=318
Are you guys working on its implementation in the next version of JBoss AS ?
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259800#4259800
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259800
From do-not-reply at jboss.com Mon Oct 12 04:48:41 2009
From: do-not-reply at jboss.com (longbeach)
Date: Mon, 12 Oct 2009 04:48:41 -0400 (EDT)
Subject: [jboss-user] [EJB] - Re: EJB 3.1 implementation in JBoss
Message-ID: <17949279.1255337321993.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
oops :
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=156017
I should peruse the forums before asking any question ! :)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259802#4259802
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259802
From do-not-reply at jboss.com Mon Oct 12 04:50:38 2009
From: do-not-reply at jboss.com (longbeach)
Date: Mon, 12 Oct 2009 04:50:38 -0400 (EDT)
Subject: [jboss-user] [EJB] - Re: EJB 3.1 implementation in JBoss
Message-ID: <14079620.1255337438313.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Forget my previous post, I confused EJB 3 1.1.5 with EJB 3.1
So my question still remains valid. Thanks in advance for your feedback.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259803#4259803
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259803
From do-not-reply at jboss.com Mon Oct 12 04:52:35 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 04:52:35 -0400 (EDT)
Subject: [jboss-user] [EJB] - Re: EJB 3.1 implementation in JBoss
Message-ID: <11338113.1255337555351.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
See http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161843 :)
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259804#4259804
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259804
From do-not-reply at jboss.com Mon Oct 12 05:03:03 2009
From: do-not-reply at jboss.com (mjdenham)
Date: Mon, 12 Oct 2009 05:03:03 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Where is the source to the new
Admin Console
Message-ID: <617513.1255338183221.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
I have looked in the AS distribution and on the Admin Console download page but I can't find the source to the new JSF/Seam Admin Console. Could somebody direct me to it?
Thanks
Martin
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259808#4259808
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259808
From do-not-reply at jboss.com Mon Oct 12 05:15:49 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 05:15:49 -0400 (EDT)
Subject: [jboss-user] [Beginner's Corner] - Re: Where is the source to the
new Admin Console
Message-ID: <32728939.1255338949023.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Look in the source code tab on the Embedded Jopr project page http://www.jboss.org/embjopr
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259814#4259814
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259814
From do-not-reply at jboss.com Mon Oct 12 05:47:29 2009
From: do-not-reply at jboss.com (Rashem)
Date: Mon, 12 Oct 2009 05:47:29 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: A tutorial to deploy a Netbeans
created BPEL process und
Message-ID: <32677657.1255340849922.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi depstei2,
As you are saying 'I can deploy the examples without any errors.', can you please let me know whether you deployed the jbpm-bpel1.1.1 examples in jBoss using NetBeans BPEL designer?
If yes, can you please share the steps?
I am struggling with it and need a solution urgently.
If anyone can help in this, it`ll be very helpful.
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259827#4259827
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259827
From do-not-reply at jboss.com Mon Oct 12 06:10:45 2009
From: do-not-reply at jboss.com (sascha242)
Date: Mon, 12 Oct 2009 06:10:45 -0400 (EDT)
Subject: [jboss-user] [Security] - Kerberos: WebService-Client?
Message-ID: <10312981.1255342245304.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
I secured a webservice using Kerberos and now I want to access the service using a standalone client, but I really don't know how to do this. Any ideas or sample code?
Regards,
Sascha
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259836#4259836
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259836
From do-not-reply at jboss.com Mon Oct 12 06:32:11 2009
From: do-not-reply at jboss.com (rodedh)
Date: Mon, 12 Oct 2009 06:32:11 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: TimerService Restart Issue
Message-ID: <29147204.1255343531561.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I get this exception as well. Is there any issue with dependency injection in EJBs when ejbtimeout is invoked?
Thanks,
Rod
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259839#4259839
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259839
From do-not-reply at jboss.com Mon Oct 12 06:47:45 2009
From: do-not-reply at jboss.com (mwx.dennis)
Date: Mon, 12 Oct 2009 06:47:45 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re:
Message-ID: <24733710.1255344465970.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
That's very good news - thanks!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259843#4259843
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259843
From do-not-reply at jboss.com Mon Oct 12 06:52:17 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 06:52:17 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re: TimerService Restart Issue
Message-ID: <3918732.1255344737888.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : I get this exception as well. Is there any issue with dependency injection in EJBs when ejbtimeout is invoked?
|
| Thanks,
| Rod
Which exact error? Please post the entire exception stacktrace.
There are 2 exceptions mentioned in this thread:
1)
javax.naming.NamingException: Could not dereference object [Root exception is java.lang.RuntimeExcep
| tion: Can not find interface declared by Proxy in our CL + BaseClassLoader@
| 13c72d{vfsfile:/C:/java/jboss-5.0.0.GA/jboss-5.0.0.GA/server/feudalism/deploy/ejb2-timer-service.xml
| }]
|
2)
org.jboss.aop.DispatcherConnectException: EJB container is not completely started, or is stopped.
| at org.jboss.ejb3.BlockContainerShutdownInterceptor.invoke(BlockContainerShutdownInterceptor
| .java:60)
|
If it's the second error that you are running into, then watch this JIRA https://jira.jboss.org/jira/browse/EJBTHREE-1926
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 correctly formatted.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259844#4259844
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259844
From do-not-reply at jboss.com Mon Oct 12 06:54:12 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 06:54:12 -0400 (EDT)
Subject: [jboss-user] [EJB 3.0 Users] - Re:
Message-ID: <12587307.1255344852647.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
"henk53" wrote :
| The Singleton beans G_Thimm refers to are not yet supported in JBoss AS 5.1, but I think they will be supported in JBoss AS 5.2, which will hopefully be released next week (beta 1).
|
Just a FYI - http://www.jboss.org/index.html?module=bb&op=viewtopic&t=161843
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259845#4259845
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259845
From do-not-reply at jboss.com Mon Oct 12 07:23:40 2009
From: do-not-reply at jboss.com (aspdeepak)
Date: Mon, 12 Oct 2009 07:23:40 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: Session Expiry Handling
Message-ID: <19112029.1255346620212.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Jboss App Server V 4.2.2
Jboss Portal - V 2.7.0
DB - Mysql 5.0
you should have the portal and portlet session time out as the same to get rid of this kind of problems.
you should configure the session-timeout in the following web.xml.
\server\default\deploy\jboss-portal.sar\portal-server.war\WEB-INF\web.xml
| \server\default\deploy\jboss-portal.sar\portal-core.war\WEB-INF\web.xml
| \server\default\deploy\jboss-web.deployer\conf\web.xml
|
|
| Here is an example setting timeout to 10 min.
|
|
| |
| | 10
| |
| |
|
| Note: Also please use java script to handle the session expiry on the client side.
|
| Please do specify the version of Jboss App server, and the portal server that you are using. Its just a rule of thumb to be followed, also its already mentioned in this forum.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259852#4259852
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259852
From do-not-reply at jboss.com Mon Oct 12 07:37:18 2009
From: do-not-reply at jboss.com (makarandk502)
Date: Mon, 12 Oct 2009 07:37:18 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - jbpm 4.1 - How to get currentE
Message-ID: <17760769.1255347438960.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
If I start process using jbpm-console and want to get current executionService in one of my tasks (java task ), what is way to get it in jbpm 4.1
To provide external trigger using API for wait state in process definition , I need ExecutionService. Then I can use executionService.signalExecutionById(exectionID);
-Regards
Makarand
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259855#4259855
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259855
From do-not-reply at jboss.com Mon Oct 12 07:49:47 2009
From: do-not-reply at jboss.com (jkoops)
Date: Mon, 12 Oct 2009 07:49:47 -0400 (EDT)
Subject: [jboss-user] [JBoss Web Services Users] - Re: [METRO]
com.sun.xml.ws.api.pipe.TubelineAssemblerFactory
Message-ID: <30232836.1255348187028.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi !
As we've implemented a custom transport (TransportTubeFactory), has anyony made progress on this?
Jan
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259859#4259859
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259859
From do-not-reply at jboss.com Mon Oct 12 08:07:55 2009
From: do-not-reply at jboss.com (manik.surtani@jboss.com)
Date: Mon, 12 Oct 2009 08:07:55 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: HTTP Session passivation
during server restart?
Message-ID: <3421308.1255349275531.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
This is more a question for the JBoss Clustering forum rather than JBoss Cache, since it is the HTTP session management code that removes sessions during a shutdown.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259869#4259869
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259869
From do-not-reply at jboss.com Mon Oct 12 08:11:56 2009
From: do-not-reply at jboss.com (manik.surtani@jboss.com)
Date: Mon, 12 Oct 2009 08:11:56 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: Preventing JBoss Cache from
recreating dummy table?
Message-ID: <3887347.1255349516879.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
This was resolved in JBC 3.2.0 - see https://jira.jboss.org/jira/browse/JBCACHE-1533
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259871#4259871
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259871
From do-not-reply at jboss.com Mon Oct 12 08:15:27 2009
From: do-not-reply at jboss.com (jeronimo)
Date: Mon, 12 Oct 2009 08:15:27 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Re: Issue Clustering JBoss 5 over two
computer
Message-ID: <474801.1255349727261.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I have solved the issue.
This is caused by a configuration network issue on node2.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259872#4259872
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259872
From do-not-reply at jboss.com Mon Oct 12 08:24:17 2009
From: do-not-reply at jboss.com (jeronimo)
Date: Mon, 12 Oct 2009 08:24:17 -0400 (EDT)
Subject: [jboss-user] [Clustering] - Session Replication on separate machines
Message-ID: <23767418.1255350257443.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
I am trying to deploy a simple web application to test session replication on separate machines with JBoss 5 AS.
I have developed my application on one computer and I have tryed the cluster starting two istances with following commands:
> sh run.sh -c node1
> sh run.sh -c node2 -Djboss.service.binding.set=ports-01 -Djboss.messaging.ServerPeerID=1
(Node1 and node2 is a copy of the "all" folder)
And all works fine.
After I have copied the Jboss folder to anothe PC and I have tryed to start the nodes with following commands:
> ./run.sh -c node1 -g DocsPartition -b 0.0.0.0 -Djboss.messaging.ServerPeerID=1 -Djboss.default.jgroups.stack=tcp -Djgroups.tcpping.initial_hosts=192.168.1.151:7600,192.168.1.101:7600
> ./run.sh -c node1 -g DocsPartition -b 0.0.0.0 -Djboss.messaging.ServerPeerID=2 -Djboss.default.jgroups.stack=tcp -Djgroups.tcpping.initial_hosts=192.168.1.151:7600,192.168.1.101:7600
(Node1 is a copy of the "all" folder)
The two instances starts sucefully, but the session is not replicated across the machines.
When node2 starts I see this in log of node1:
12:30:35,872 INFO [DocsPartition] I am (192.168.1.151:1099) received
membershipChanged event:
12:30:35,872 INFO [DocsPartition] Dead members: 0 ([])
12:30:35,872 INFO [DocsPartition] New Members : 1 ([192.168.1.101:1099])
12:30:35,872 INFO [DocsPartition] All Members : 2
([192.168.1.151:1099, 192.168.1.101:1099])
12:30:36,249 INFO [RPCManagerImpl] Received new cluster view:
[192.168.1.151:7600|9] [192.168.1.151:7600, 192.168.1.101:7600]
12:30:50,837 INFO [GroupMember]
org.jboss.messaging.core.impl.postoffice.GroupMember$ControlMembershipListener at 1f3d09
got new view [192.168.1.151:49303|9] [192.168.1.151:49303,
192.168.1.101:55073], old view is [192.168.1.101:56930|8]
[192.168.1.151:49303]
12:30:50,837 INFO [GroupMember] I am (192.168.1.151:49303)
12:30:50,837 INFO [GroupMember] New Members : 1 ([192.168.1.101:55073])
12:30:50,837 INFO [GroupMember] All Members : 2
([192.168.1.151:49303, 192.168.1.101:55073])
12:31:01,207 INFO [RPCManagerImpl] Received new cluster view:
[192.168.1.151:7600|3] [192.168.1.151:7600, 192.168.1.101:7600]
I don't configure any load balancer because I don't need it in this test.
What I wrong?
Some people can help me, please?
If you need other details please contact me.
Thansk a lot to all.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259876#4259876
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259876
From do-not-reply at jboss.com Mon Oct 12 08:30:10 2009
From: do-not-reply at jboss.com (manik.surtani@jboss.com)
Date: Mon, 12 Oct 2009 08:30:10 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: JBossCache 3.2.1.GA released
Message-ID: <28422250.1255350610940.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
@RichardTaylor you should be able to use it as a drop-in replacement.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259879#4259879
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259879
From do-not-reply at jboss.com Mon Oct 12 08:35:39 2009
From: do-not-reply at jboss.com (luuzz)
Date: Mon, 12 Oct 2009 08:35:39 -0400 (EDT)
Subject: [jboss-user] [JBoss Messaging Users] - Re: Performance problem -
UIL2 vs. JBoss Remoting?
Message-ID: <15129815.1255350939769.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hello,
The same problem is happening with our server in production.
We switched to Jboss messaging and the application seems so much slower.
We don't understand why.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259880#4259880
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259880
From do-not-reply at jboss.com Mon Oct 12 08:37:52 2009
From: do-not-reply at jboss.com (Amritap)
Date: Mon, 12 Oct 2009 08:37:52 -0400 (EDT)
Subject: [jboss-user] [JBoss Portal Users] - Re: Role based landing
page/portal for user
Message-ID: <30602148.1255351072152.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
We have trying for the role based landing page in our project we implemented in by
extending DefaultPortalCommandFactory class.When we make above changes we land
successfully on the desired page but the default functionalities of the portal
server doesn't work.If we override the doMapping method of
DefaultPortalCommandFactory Class it throws Null Pointer Exception.:(
We are using jboss-portal-2.7.2 version
Any help would be appreciated.
Thanks in Advance
Amrita
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259881#4259881
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259881
From do-not-reply at jboss.com Mon Oct 12 08:42:25 2009
From: do-not-reply at jboss.com (rasa)
Date: Mon, 12 Oct 2009 08:42:25 -0400 (EDT)
Subject: [jboss-user] [Installation,
Configuration & Deployment] - Re: Jboss 4.2.3 GA upgrade
Message-ID: <1322240.1255351345169.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
anonymous wrote : JBoss AS 5 tends to be more picky about apps following that specs that what earlier releases were. The above warning tell you what the issues are - you'll have to fix them.
Yes this is right. As perter said the issue is with application only. But for that no need to fix anything in application.
do the following
in deploye/jjb-deploy.xml change the value of attribute Strictverifier to false.
Thanks and Regards
Rasa.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259886#4259886
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259886
From do-not-reply at jboss.com Mon Oct 12 08:43:02 2009
From: do-not-reply at jboss.com (manik.surtani@jboss.com)
Date: Mon, 12 Oct 2009 08:43:02 -0400 (EDT)
Subject: [jboss-user] [JBoss Cache Users] - Re: Locking parent nodes even
with lockParentForChildInsertR
Message-ID: <21040322.1255351382260.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Have you tried 3.2.1? There were some issues with certain context flags not being picked up by the MVCCNodeHelper which were fixed in 3.2.1.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259887#4259887
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259887
From do-not-reply at jboss.com Mon Oct 12 08:50:44 2009
From: do-not-reply at jboss.com (servee)
Date: Mon, 12 Oct 2009 08:50:44 -0400 (EDT)
Subject: [jboss-user] [JNDI and Naming] - Re: JBoss / Eclipse RCP: Could not
dereference object
Message-ID: <6882128.1255351844640.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi.
I have the same problem, have you resolved it?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259889#4259889
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259889
From do-not-reply at jboss.com Mon Oct 12 08:58:16 2009
From: do-not-reply at jboss.com (sebastian.s)
Date: Mon, 12 Oct 2009 08:58:16 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to get currentE
Message-ID: <29302110.1255352296996.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am not sure but I suppose you could look it up via JNDI if you are running on JBoss AS. On Tomcat you might use
| ProcessEngine processEngine = Configuration.getProcessEngine();
|
Question to the more advanced ones: This should not build a new one but rather return the current instance right?
Afterwards you should be able to get the executionService by
| processEngine.getExecutionService();
|
There might be limits to the java tasks which I don't know about. So it could be that you would need to use a custom task.
HTH
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259891#4259891
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259891
From do-not-reply at jboss.com Mon Oct 12 09:07:47 2009
From: do-not-reply at jboss.com (davewebb)
Date: Mon, 12 Oct 2009 09:07:47 -0400 (EDT)
Subject: [jboss-user] [Tomcat Integration] - Re: Session is getting merge
with other session
Message-ID: <21530061.1255352867022.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
I am seeing this problem as well. I am using JBoss 4.2.3 behind mod_jk for load balancing. I have 4 nodes in the cluster. I use REPL_ASYNC for session duplication.
I do have in my web.xml
Here is my jboss-web.xml
|
| SET_AND_NON_PRIMITIVE_GET
| attribute
|
|
I probably have about 5000 sessions generated per day and my session timeout is 60 minutes.
I dont really have a predefined workflow where I can invalidate the session, and although I have a logout use case, I cant make the users click it to invalidate the session. Any suggestions for me?
Thanks!
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259893#4259893
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259893
From do-not-reply at jboss.com Mon Oct 12 09:09:18 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Mon, 12 Oct 2009 09:09:18 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: IllegalStateException: Authorization
Manager is null wit
Message-ID: <24132367.1255352958401.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
everything looks ok to me.
Did you activate logging of the security layer (see sticky post "FAQ" in this forum, question 4)? It should provide you with more information on whether the login module failed or not.
When is the exception thrown? When accessing your web app? After doing a login?
One thing I noticed: your xml config files (web.xml, jboss-web.xml) don't specify an encoding, but you use some "special chars" e.g. in the "web-resource-name". I would advice you to specify an encoding, e.g. UTF-8:
|
Maybe JBoss gets confused while parsing them...
Hope this helps
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259894#4259894
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259894
From do-not-reply at jboss.com Mon Oct 12 09:29:32 2009
From: do-not-reply at jboss.com (mlieshoff)
Date: Mon, 12 Oct 2009 09:29:32 -0400 (EDT)
Subject: [jboss-user] [EJB] - generic business interface
Message-ID: <33086270.1255354172042.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi all,
i have some problems with my business interface and a extending remote interface with his implementing bean. I use jBoss 4.0.5 GA and it seems, generic typing does not work in this constallation.
Business interface is following :
public interface Business {
// returns all elements of type t founded by name
List getElementsByName(String name) throws Exception;
}
My remote is type for items of type Item :
public interface ItemRemote extends EJBObject, Business {
// returns all elements of type t founded by name
List getElementsByName(String name) throws RemoteException;
}
My bean :
public ItemBean implements SessionBean, Business {
public List getElementsByName(String name) throws RemoteException {
// do some magic to get list of item
}
}
Deploying fails because of this reason :
Bean must implement all remote interface methods :
List getElementsByName(String name) throws RemoteException;
--> it seems, generic methods are translated to object typed methods while jBoss runtime bean code generation/verifying
Somebody knows about it and can help ?
Thanks.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259897#4259897
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259897
From do-not-reply at jboss.com Mon Oct 12 09:42:07 2009
From: do-not-reply at jboss.com (Jimmy56)
Date: Mon, 12 Oct 2009 09:42:07 -0400 (EDT)
Subject: [jboss-user] [jBPM Users] - Re: Ending task with timer - session is
closed
Message-ID: <931688.1255354927473.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
thanks for your replies, brings a little light to it.
As I said in second post, we use JBoss SOA Platform 4.3. In a last cumulative patch CP02 there are updated several versions. Within SOA it self, there is jBPM 3.2.7 (in jbpm.esbm with jbpm console), in Seam 2.0.2 FP (which is a part of platform) there is 3.2.5 SP5 version. I'll try later (soon, hopefully) these versions (also with Ronald mentioned 3.2.6SP1) and let you know my experiences.
Thank you.
regards, Jakub.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259902#4259902
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259902
From do-not-reply at jboss.com Mon Oct 12 09:44:34 2009
From: do-not-reply at jboss.com (jaikiran)
Date: Mon, 12 Oct 2009 09:44:34 -0400 (EDT)
Subject: [jboss-user] [EJB] - Re: generic business interface
Message-ID: <10989637.1255355074782.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
As you can see in your post, the generics related information in your code is lost while posting. So, 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 correctly formatted.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259903#4259903
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259903
From do-not-reply at jboss.com Mon Oct 12 09:47:08 2009
From: do-not-reply at jboss.com (Wolfgang Knauf)
Date: Mon, 12 Oct 2009 09:47:08 -0400 (EDT)
Subject: [jboss-user] [Security] - Re: Caller unauthorized on using a ejb3
statetlesssessionbea
Message-ID: <33456733.1255355228762.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Hi,
seems your LoginServlet calls "LoginFacade.login", but I don't know whether you use the "WebAuthentication" class in this method or not (your initial code does not do it, and I don't know whether you changed it or not). If you use "WebAuthentication", then your username/password approach should definitively work.
Unfortunately I cannot help you further with public key infrastructures.
Best regards
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259904#4259904
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259904
From do-not-reply at jboss.com Mon Oct 12 10:18:14 2009
From: do-not-reply at jboss.com (mlieshoff)
Date: Mon, 12 Oct 2009 10:18:14 -0400 (EDT)
Subject: [jboss-user] [EJB] - Re: generic business interface
Message-ID: <28081776.1255357094020.JavaMail.jboss@nukes01.app.mwc.hst.phx2.redhat.com>
Thank you for fast answering, the correct signatures are here :
Business interface is following :
| public interface Business {
| // returns all elements of type t founded by name
| List getElementsByName(String name) throws Exception;
| }
|
My remote is type for items of type Item :
| public interface ItemRemote extends EJBObject, Business {
| // returns all elements of type t founded by name
| List getElementsByName(String name) throws RemoteException;
| }
|
My bean :
| public ItemBean implements SessionBean, Business {
| public List getElementsByName(String name) throws RemoteException {
| // do some magic to get list of item
| }
| }
|
Deploying fails because of this reason :
| Bean must implement all remote interface methods :
|
| List