[jBPM] - GWT Form Designer
by Chetan Shinde
Chetan Shinde [https://community.jboss.org/people/chetansh] created the discussion
"GWT Form Designer"
To view the discussion, visit: https://community.jboss.org/message/791531#791531
--------------------------------------------------------------
Hello All,
I am using GWT Form Desinger (jbpm-5.4.0.Final-form-builder) to design a .FTL to run a buisness Process. I wanted to know the FTL file that is created by the Form Designer has some tags,
*<#if $locale??>*
*<#assign $localeData=[*
* "LAST_ELEMENT_KEY", "LAST_ELEMENT_VALUE"*
* ] >*
* <#if $localeData[$locale]??>*
* <#assign $value = $localeData[$locale] >*
* </#if>*
*</#if>*
*<#macro printi18nlabel label>*
* <#if $value??> ${value} <#else> ${label} </#if>*
*</#macro>*
What is the use of these tags? And how is the FTL file processing them in the lifecycle of the Process (After I create the FTL file I am adding this file to Guvnor and then from Guvnor I am using it in the Business Process).
Any information will be useful.
Regards,
Chetan
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/791531#791531]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[JBoss Web Services] - Client side JBossWS Records Management
by Steve Schols
Steve Schols [https://community.jboss.org/people/steveschols] created the discussion
"Client side JBossWS Records Management"
To view the discussion, visit: https://community.jboss.org/message/791471#791471
--------------------------------------------------------------
Hi there,
We are using server-side JBossWS Records Management (using RecordingServerHandler, LogRecorder and a custom DBRecorder) to be able to log inbound and outbound SOAP messages.
This way, we log all SOAP messages to our endpoints that our partners send to us and the responses we send back.
We would like to have the same behaviour on the client-side ... so we want to be able to log the SOAP messages we are sending to our external partners, and the responses we receive from them.
Just using the existing RecordingServerHandler doesn't appear to be sufficient, because when we are the client, the EndpointAssociation.getEndpoint() method returns NULL. The endpoint is only set in the EndpointAssociation class on the server side, this processRecord() cannot be called on an NULL endpoint instance.
I cannot find any example of Client side Records Management, and the JBoss documentation states the following:
> h4. Client side
> JMX management of processors is of course available on server side only. However users might also be interested in collecting and processing records on client side. Since handlers can be set on client side too, customer handlers could be configured to capture messages almost like the +RecordingServerHandler+ does. This is left to the users since it is directly linked to their custom needs. For instance a common use could be to pass client side collected records to the LogRecorder.
If someone can post a fully working example of a Client side Handler that creates and fills up Record instances which can be forwarded to our Record Processors, I would be very gratefull.
Kind regards
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/791471#791471]
Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[Beginner's Corner] - The method handlePageException(Exception) in the type PageContext is not applicable for the arguments (Throwable)
by Shobhith Kumar
Shobhith Kumar [https://community.jboss.org/people/shobhith] created the discussion
"The method handlePageException(Exception) in the type PageContext is not applicable for the arguments (Throwable)"
To view the discussion, visit: https://community.jboss.org/message/791483#791483
--------------------------------------------------------------
Hi All,
I am getting following error when I start jboss server and I am not able to see my application. Please help me.
The method handlePageException(Exception) in the type PageContext is not applicable for the arguments (Throwable)
Stacktrace:
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:439)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:335)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:313)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:300)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:585)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:312)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:322)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:249)
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.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:235)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:190)
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(Unknown Source)
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/791483#791483]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[Beginner's Corner] - Using jps and jstat with jboss
by Willem Noorduin
Willem Noorduin [https://community.jboss.org/people/willemnoorduin] created the discussion
"Using jps and jstat with jboss"
To view the discussion, visit: https://community.jboss.org/message/791429#791429
--------------------------------------------------------------
We are trying to set up some basic monitoring with jps and jstat and we are running into a problem. For usage of these tools there is a hsperfdata_${user} directory created by the jvm, by default in /tmp. Only in our case, it is not created. Hence we cannot use jps, jstat or the other jvm tools. Some information:
root@nlptc27b09:/tmp# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.3 (Santiago)
root@nlptc27b09:/tmp# uname -a
Linux nlptc27b09 2.6.32-279.11.1.el6.x86_64 #1 SMP Sat Sep 22 07:10:26 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
root@nlptc27b09:/tmp# /distr/jdk/bin/java -version
java version "1.6.0_27"
Java(TM) SE Runtime Environment (build 1.6.0_27-b07)
Java HotSpot(TM) Server VM (build 20.2-b06, mixed mode)
root@nlptc27b09:/tmp# ls -ls /tmp
total 16
0 drwxr-xr-x. 2 root root 40 Jan 14 07:21 hsperfdata_root
12 -rwxr-xr-x. 1 root root 8630 Dec 13 15:30 iptables
4 -rwxr-xr-x. 1 root root 324 Dec 13 12:53 iptables-ctl.sh
0 drwxr-xr-x. 2 wnoordui users 40 Dec 12 10:20 iptables.d
0 drwx------. 2 root root 40 Dec 18 11:46 mc-root
0 drwx------. 2 wnoordui wnoordui 40 Dec 3 09:44 mc-wnoordui
0 drwx------. 2 root root 40 Nov 14 10:53 vmware-root
root@nlptc27b09:/tmp# ls -ld /tmp
drwxrwxrwt. 8 root root 200 Jan 14 07:18 /tmp
We are running jboss under a non-root user (as it should) named jboss. We have tried the next things, with different results:
* Running jboss under root. => Then the directory hsperdata_root is used and we get results (but you don't want that).
* Putting *-XX:+UsePerfData -Djava.io.tmpdir=/tmp* as Java options => has no results (there is no hsperdata_jboss, in our case, created).
* Switching to the last stable release of SUN/Oracle SDK => has no results (there is no hsperdata_jboss, in our case, created).
* Switching to OpenJDK on Redhat => Now we get a /tmp/hsperfdata_jboss (but we don't want to use OpenJDK for our production JBoss).
* Switching to another OS (Debian 6.0.6) and the same SUN JDK => Is working fine.
* Putting *-XX:+UsePerfData -Djava.io.tmpdir=/home/jboss/tmp* (where this last directory is writeable by user jboss) as Java options => has no results (there is no hsperdata_jboss, in our case, created).
I am communicating with Redhat on this, since the swritch from SUN to OpenJDK or/and Redhat to another Linux OS seemed to do the trick, but all I learned was that it might be a permission issue. But:
root@nlptc27b09:/apps/jboss/test/configs# su - jboss
jboss@nlptc27b09:~$ cd /tmp
jboss@nlptc27b09:/tmp$ mkdir i-am-a-directory
jboss@nlptc27b09:/tmp$ touch i-am-a-directory/i-am-a-file
jboss@nlptc27b09:/tmp$ ls -lR i-am-a-directory/
i-am-a-directory/:
total 0
-rw-rw-r--. 1 jboss jboss 0 Jan 14 07:38 i-am-a-file
on Redhat says otherwise. Also, you can google all you want on this problem, all I found was ways to turn the perfstats off, not on. Can someone tell me where I went wrong ? Also, the residental Linux Gurus on our team seems to point that this is really a java issue.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/791429#791429]
Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[EJB3] - [2x11, s02e11]@Watch Revenge Season 2 Episode 11 se2 ep11 Full HD Online
by camkeshkoh tiemzpol
camkeshkoh tiemzpol [https://community.jboss.org/people/tiemzpol] created the discussion
"[2x11, s02e11]@Watch Revenge Season 2 Episode 11 se2 ep11 Full HD Online"
To view the discussion, visit: https://community.jboss.org/message/791303#791303
--------------------------------------------------------------
Watch Revenge Season 2 Episode 11 s2e11 2x11 Sabotage Online HD Stream
Watch Revenge Season 2 Episode 11 s02e11 s2xe11 Sabotage Online HD Stream
Watch Revenge Season 2 Episode 11 (2x11) s02e11 Online Full Stream. A Drama, and Thriller tv show will air on January 13, 2013. Check out their new amazing and full of exciting episode titled "Sabotage" on the internet. Wow, this brand-new episode plotted so great with this short summary. A fundraiser and wine auction provide the perfect backdrop for Emily and Aiden's next plan of attack, while Victoria strategically plots her next move. Meanwhile, Jack, Declan and Amanda struggle with what lies ahead. I am certain that many followers of this show will going to take pleasure to watch this episode and you will see what I am talking about. Watch Revenge Season 2 Episode 11 (s02e11) Sabotage Online Stream.
Click here to Watch Revenge Season 2 Episode 11 Online (http://anyhottvseries.blogspot.com/2013/01/revenge-season-2-episode-11-sa...)
Wealth, beauty and status define the people in this town, but one woman is willing to destroy everyone for the sake of revenge. Emily Thorne (Emily Van Camp) is new to the Hamptons. She's met some of her wealthy neighbors, has made a few new friends and seemingly blends into the town. But something is a little odd about a young girl living in a wealthy town all on her own, and the truth is that Emily isn't exactly new to the neighborhood. In fact, this was once her old neighborhood, until something bad happened that ruined her family and their reputation. Now Emily is back, and she's returned to right some of those wrongs in the best way she knows how – with a vengeance. Watch Revenge Season 2 Episode 11 (se2 ep11) Online.
What will happen in their next episode? To know about it, you should check it out when the episode displaying. Its always fun to take pleasure from your favorite pattern, such as this. But you must waiting until the episode air date to take pleasure from it. And if you still missed the episode, you can watch it here, Watch Revenge Season 2 Episode 11 (s2xe11) Full Video Stream Online.
Come and Watch Revenge Season 2 Episode 11 (2x11) s2e11 Sabotage Online Stream, Watch in high quality video online from share stream online video uploading.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/791303#791303]
Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months
[EJB3] - Re: [2x1, s02e01]@Watch Girls Season 2 Episode 1 se2 ep1 It's About Time Full HD Stream
by kapitan kagaw
kapitan kagaw [https://community.jboss.org/people/kapitankagaw] created the discussion
"Re: [2x1, s02e01]@Watch Girls Season 2 Episode 1 se2 ep1 It's About Time Full HD Stream"
To view the discussion, visit: https://community.jboss.org/message/791377#791377
--------------------------------------------------------------
Hannah throws a housewarming party; Marnie gets some bad news at work and a visit from her mother; Shoshanna avoids Ray; Jessa returns from her honeymoon.
In the first-season finale, Jessa brings everyone together for a "mystery party," but other surprises are in store when Hannah misjudges Adam's commitment; Marnie tries her free-spirited side on for size; and Shoshanna's quirkiness impresses a suitor.
Hannah's resentment of an old rival's literary success leads her to grudgingly accept an invitation to a reading hosted by her former professor, a pair of setbacks about which she could usually complain to Marnie—until now. Meanwhile, Jessa gets a surprise visit from her former boss; and Shoshanna schedules a date with someone she met online.
At a raging party in the Bushwick section of Brooklyn, Hannah sees a different side of Adam; Jessa lures the sender of an anonymous text message; Marnie finds out what Charlie's been up to for the past two weeks; and Shoshanna gets a hand from Ray when she needs it most.
Hannah visits her parents in Michigan for their 30th anniversary, and winds up going on a date to a fund-raiser for a local family who suffered a tragic loss.
Hannah tries a different tack with her boss to counter his inappropriate office behavior—she propositions him. Meanwhile, Marnie does some soul-searching about her relationship with Charlie; and Jessa wants the last word with an ex.
An appointment at a women's clinic doesn't go according to Marnie's detailed plans, mostly because Jessa will find any reason not to show up. Meanwhile, Hannah is preoccupied by an STD scare; and Shoshanna makes a startling revelation.
In the premiere of this comedy about twentysomething women navigating their way through life in New York, Hannah swings and misses at two curves when her parents rescind their financial support and she loses her unpaid internship. Meanwhile, Hannah's roommate, Marnie, throws a dinner party for their nomadic friend Jessa, who's returned from yet another journey.
Hannah throws a housewarming party; Marnie gets some bad news at work and a visit from her mother; Shoshanna avoids Ray; Jessa returns from her honeymoon.
In the first-season finale, Jessa brings everyone together for a "mystery party," but other surprises are in store when Hannah misjudges Adam's commitment; Marnie tries her free-spirited side on for size; and Shoshanna's quirkiness impresses a suitor.
Hannah's resentment of an old rival's literary success leads her to grudgingly accept an invitation to a reading hosted by her former professor, a pair of setbacks about which she could usually complain to Marnie—until now. Meanwhile, Jessa gets a surprise visit from her former boss; and Shoshanna schedules a date with someone she met online.
At a raging party in the Bushwick section of Brooklyn, Hannah sees a different side of Adam; Jessa lures the sender of an anonymous text message; Marnie finds out what Charlie's been up to for the past two weeks; and Shoshanna gets a hand from Ray when she needs it most.
Hannah visits her parents in Michigan for their 30th anniversary, and winds up going on a date to a fund-raiser for a local family who suffered a tragic loss.
Hannah tries a different tack with her boss to counter his inappropriate office behavior—she propositions him. Meanwhile, Marnie does some soul-searching about her relationship with Charlie; and Jessa wants the last word with an ex.
An appointment at a women's clinic doesn't go according to Marnie's detailed plans, mostly because Jessa will find any reason not to show up. Meanwhile, Hannah is preoccupied by an STD scare; and Shoshanna makes a startling revelation.
In the premiere of this comedy about twentysomething women navigating their way through life in New York, Hannah swings and misses at two curves when her parents rescind their financial support and she loses her unpaid internship. Meanwhile, Hannah's roommate, Marnie, throws a dinner party for their nomadic friend Jessa, who's returned from yet another journey.
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/791377#791377]
Start a new discussion in EJB3 at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&con...]
13 years, 3 months