[EJB3] - ==>Watch Fringe Season 5 Episode 11 HDTV Online
by Lily Wilkinson
Lily Wilkinson [https://community.jboss.org/people/lilywilkinson] created the discussion
"==>Watch Fringe Season 5 Episode 11 HDTV Online"
To view the discussion, visit: https://community.jboss.org/message/790532#790532
--------------------------------------------------------------
Around We relished Five-Twenty-Ten, it do provide to help underline precisely how that demonstrate was as soon as about Olivia, and after this she is also been demoted to help assisting identity to help John p who's going to be definitely heart level to the ultimate season of Perimeter. That is certainly somewhat sad, but the complete disposition of the Perimeter story seems to be some sort of usually dismal one since they make an effort to patch together a remedy they just don't recognize, battling some sort of enemy they could just today simply set out to comprehend. Provided the particular authors thought we would wipe out down Etta, one can just ask yourself which else might not ensure it is for the finish of show 12? Yet here we are at that show, which has a extremely noticeable design of undesirable change. The particular changes involved are a parallel alternatation within both John p and Walter, both caused by these people acquiring things within their mind they might alternatively n't have presently there. Nicely, We state in which, nevertheless having John p it really is challenging to recognise just what he is basically imagining because he transforms into a good Observer. Is usually he the primary Observer, setting up a looped time paradox? Possibly, and that by means of protecting your pet through getting drowned from the body of water those rice, do Sept conserve him or her self in the expenditure of humanity? Should the answer to those questions is actually remotely 'yes' the particular one more shows of Perimeter will supply us a good Observer-tech measured frustration. I am likewise extremely curious just what Joshua Fitzgibbons might resemble bald, and when they're going to utilize a skull-cap cosmetics, as well as basically lower most his / her tresses down. Many males search very good with no tresses hi, Meat Stewart manufactured a career from using it!, however, many other folks search distinctly peculiar. It is exactly about cranium appearance, and rapidly we shall obtain to learn precisely how weird Joshua Jackson's is actually.
Regarding identity progress, we have now seen John p work boldy ahead of, nevertheless terrorism applying neurological warfare is usually a diversion also regarding your pet. Exactly what he is genuinely competent at may very well be extremely distressing, and help to make your pet some sort of identity to help who it's far more difficult to help bring up. Via a good implication perspective it really is easier to adhere to Walter's change, because he will become fundamentally some sort of content of Walternate. Even as come to be elderly, most people come to be knowledgeable actually different individual, persona clever, since they were being as soon as younger. Walter's pull at is actually in which he is desperate not to come to be somebody he was formerly, even if in which identity has long been just under the outer lining considering that we have now known your pet.
What's great the following is that individuals arrive at match the now-aged Nina Razor-sharp, to help examine his / her fear by what he is getting and precisely how desperate they are not to permit in which occur. Although, and it�s this that makes Walter a really abundant identity, his / her indignation about Bill Bell taking his / her record collection was finely made humour. I am not sure Walter would really love Nina getting rid of areas of his / her mental faculties, even if he is requested your ex to assist your pet make it happen. The particular muted partner on this triumvirate is actually Bill Bell, who's going to be however caught within amber, one assumes. Yet this is a big supposition. Even though Walter chopped down his / her side, doesn't necessarily imply many of us will not notice Bill Bell once more, We believe, nevertheless I am today wondering if your thieving of Walter's Bowie albums would be the final hay on this marriage? We believe therefore.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/790532#790532]
Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[jBPM] - Concurrent Modification exception in task server when running with 100 concurrent users
by nageswara Rao
nageswara Rao [https://community.jboss.org/people/itsnagesh] created the discussion
"Concurrent Modification exception in task server when running with 100 concurrent users"
To view the discussion, visit: https://community.jboss.org/message/790471#790471
--------------------------------------------------------------
I have a business process with 5 manual activities with a fork, initially all user tasks are assigned to business admin
My scenario is like start process instance for this Process, then business admin deligate each task to a seperate user and that user will complete the task then next task will be created
When i execute this scenario with 100 concurrent users in load runner then 2% of the markdone operations are failing with Concurrent modifcation exception
[java] java.util.ConcurrentModificationException
[java] at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
[java] at java.util.AbstractList$Itr.next(AbstractList.java:343)
[java] at org.jbpm.task.event.MessagingTaskEventListener.taskCompleted(MessagingTaskEventListener.java:72)
[java] at org.jbpm.task.event.TaskEventSupport.fireTaskCompleted(TaskEventSupport.java:47)
[java] at org.jbpm.task.service.TaskServiceSession.postTaskCompleteOperation(TaskServiceSession.java:497)
[java] at org.jbpm.task.service.TaskServiceSession.taskOperation(TaskServiceSession.java:463)
[java] at org.jbpm.task.service.TaskServerHandler.messageReceived(TaskServerHandler.java:84)
[java] at org.jbpm.task.service.mina.MinaTaskServerHandler.messageReceived(MinaTaskServerHandler.java:41)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$TailFilter.messageReceived(DefaultIoFilterChain.java:716)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796)
[java] at org.apache.mina.filter.codec.ProtocolCodecFilter$ProtocolDecoderOutputImpl.flush(ProtocolCodecFilter.java:427)
[java] at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(ProtocolCodecFilter.java:245)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796)
[java] at org.apache.mina.filter.logging.LoggingFilter.messageReceived(LoggingFilter.java:177)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.access$1200(DefaultIoFilterChain.java:46)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain$EntryImpl$1.messageReceived(DefaultIoFilterChain.java:796)
[java] at org.apache.mina.core.filterchain.IoFilterAdapter.messageReceived(IoFilterAdapter.java:119)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.callNextMessageReceived(DefaultIoFilterChain.java:434)
[java] at org.apache.mina.core.filterchain.DefaultIoFilterChain.fireMessageReceived(DefaultIoFilterChain.java:426)
[java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.read(AbstractPollingIoProcessor.java:692)
[java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:645)
[java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.process(AbstractPollingIoProcessor.java:634)
[java] at org.apache.mina.core.polling.AbstractPollingIoProcessor.access$400(AbstractPollingIoProcessor.java:66)
[java] at org.apache.mina.core.polling.AbstractPollingIoProcessor$Processor.run(AbstractPollingIoProcessor.java:1078)
[java] at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnable.java:64)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[java] at java.lang.Thread.run(Thread.java:662)
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/790471#790471]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[IronJacamar] - excluding classes from being exported from rar
by Daniel Berg
Daniel Berg [https://community.jboss.org/people/danielgreb] created the discussion
"excluding classes from being exported from rar"
To view the discussion, visit: https://community.jboss.org/message/790445#790445
--------------------------------------------------------------
Hello
I have a resource adapter using jca 1.6 deployed on jboss 7.1.1.Final, the problem is that the classloader exports all classes included in the rar. Im trying to exclude the classes that are only used internally(implementation details..)
Using various versions of jboss-deployment-structure files I have been unable to archive this.
So I have a rar containing a few jar files with my implementation and some dependencies.
adapter.rar
- common_v1.jar (contains a class named A)
- adapter.jar (contains connection factories, mdb interfaces, activation spec and so on..) placed in packages below int_.nato.adapter.*
-META-INF/ jboss-deployment-structure.xml
I want my adapter to export the content of adapter.jar to modules using it, but not the other stuff in common_v1.jar..
I tried quite a few variations of the below without success..
jboss-deployment-structure.xml
<jboss-deployment-structure>
<deployment>
<exports>
<exclude path="/**"/>
<include path=" int_/nato/adapter/"**/>
</exports>
</deployment>
</jboss-deployment-structure>
The problem arrises when we try to use the adapter from a web application
webapp.war
-WEB-INF/lib/common_v2.jar(contains new version of class A and a class B)
test.jsp
in test.jsp I add
<%= A.class.getCLassLoader()%>
<%= A.class.getProtectionDomain().getCodeSource().getLocation()%>
<%= B.class.getCLassLoader()%>
<%= B.class.getProtectionDomain().getCodeSource().getLocation()%>
*Now for A.class I get the class packaged insite the rar*
*For the B.class I get the class packaged inside the war.*
I also tried several variations of jboss-deployment-structure.xml to exclude the classes from import in the webapp (WEB-INF/jboss-deployment-structure.xml) doing so is not preffered as several applications are to be using the adapter..*
*
In production I end up with NoSuchMethodError since in version 2 of class A there are new methods used within the webapp, that does not exist in v1.
Deploys by copying the rar and war to the deployments directory, and everythings works nicely if I just use the same version of common.jar, or just not include it in the webapp..
Any pointers will be appreciated.
*
*
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/790445#790445]
Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[jBPM] - Simple JBPM 5.4 inside JBoss AS 7.1.1 web app example.
by doboss
doboss [https://community.jboss.org/people/doboss] modified the document:
"Simple JBPM 5.4 inside JBoss AS 7.1.1 web app example."
To view the document, visit: https://community.jboss.org/docs/DOC-48240
--------------------------------------------------------------
Attached is a simple Eclipse project which creates a deployable web app which contains all the basics to run JBPM 5.4 inside a web app ussing persistence. The project is deployed in a JBoss AS 7.1.1 server which was created using the JBPM 5.4 installer. This project uses PostgreSQL as the database. The JBPM process is read from a local Guvnor instance.
This example was created by combining a few other existing examples together and then adding some stuff I've figured out along the way.
Anyway, hopefully this will help get people going using JBPM in thier own web apps.
Here are the instructions which are also found in the web apps home page:
1. Install your jdbc drivers into your JBoss AS installation. (I did mine as a module following https://community.jboss.org/docs/DOC-16657#Installing_a_JDBC_driver_as_a_... this.)
2. Create a new empty database/schema called "testJBPM" in your database with permissions for a user "jbpm" and password "jbpm". (If you are not using PostgreSQL or want to change the connection information, update jbpm-in-webapp-ds.xml)
3. Create a new package in Guvnor called "testPackage". (Change the URL in KBaseService and the packageName in ScriptTeask.bpmn if you want to use a different package name)
4. Create a pojo model jar containing HelloService.java and Person.java the and deploy it to the testPackage inside guvnor. (From eclipse basically select the 2 files and do "Export->Java->Jar file. Name it whatever and upload it to Guvnor")
5. Upload ScriptTask.bpmn to Guvnor in the same package.
6. Build the testPackage in Guvnor (Click "Build package" button in the edit tab))
7. Deploy this web app to your jboss server (The needed tables will be built in your database because "hibernate.hbm2ddl.auto" is set to "update" in persistence.xml)
8. Go to http://localhost:8080/jbpm-in-webapp/ http://localhost:8080/jbpm-in-webapp/
--------------------------------------------------------------
Comment by going to Community
[https://community.jboss.org/docs/DOC-48240]
Create a new document in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=102&c...]
13 years, 3 months