[jboss-user] [Javassist user questions] - try finally around a method

2008-09-13 Thread sanjayvacharya
Hi, Is there a way to add try/finally around a method using java assist? I do not want to create a whole new method and delegate to it but simply alter the existing method. I could not find a way of accomplishing the same without having to create a foo$impl() or equivalent and delegating to the

jboss-user@lists.jboss.org

2008-09-13 Thread Rijal Hafizh
Telah ditemukan Rahasia Cara Mendapatkan uang dengan Mudah. Bukan dengan cepat, tapi dengan mudah! Rasakan Pemasukan Pertama Kurang Dari SATU MINGGU! Kami Beri Garansi 200% Uang Kembali jika Dalam Satu minggu Anda tidak mendapatkan Uang.Silakan Kunjungi SISTEM OTOMATIS kami.Coba Sekarang Atau Anda

[jboss-user] [JBoss jBPM] - Re: Persistenting Custom Objects

2008-09-13 Thread salaboy21
That is an easy task. You must look the jbpm.varmapping.xml and you find something like that: | | | | | | | | | This means that you have a matcher (that look the type of your class that you want to persist) And then when your o

[jboss-user] [JBoss jBPM] - Re: Persistenting Custom Objects

2008-09-13 Thread rdejana
I realize that, but I'd like to be able save the objects to an existing db schema; serialized classes won't due. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176345#4176345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[IndianGirl] PenDrive Apps - Free Download - O O Media Recovery

2008-09-13 Thread Thevika
http://portabler.blogspot.com/search/label/O%20O%20Media%20Recovery - ABR viewer .net 2.0 (1) - ACDSee32 v2.42 (1) - Advanced IP Address Calcula

[jboss-user] [EJB/JBoss] - Re: JBoss 4.2.2 not reading standardjboss.xml

2008-09-13 Thread shreyasshinde
I checked the discussion but it is not helping me with setting the EJB 3.0 container pool size constraints. Is there a doc or something on this topic?' Thanks, Shreyas View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176343#4176343 Reply to the post : http

[jboss-user] [JBoss Messaging] - Re: Singleton MDB with JBM.

2008-09-13 Thread jbossnoob
If you are saying this can be done then your comments on that Jira look contradictory since you proposed a solution then took it back. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176342#4176342 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Messaging] - Re: Singleton MDB with JBM.

2008-09-13 Thread jbossnoob
I read the FAQs and I also read this. https://jira.jboss.org/jira/browse/JBMESSAGING-1149 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176341#4176341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176341

Mona Chopra Hot Exposure

2008-09-13 Thread Usman Iftikhar
Here U Can See Mona Chopra Hot Exposure. http://masalastop.blogspot.com/2008/09/mona-chopra-hot-exposure.html ** *DOWNLOAD FREE PC S

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JVM Crash with JBoss 4.2.2

2008-09-13 Thread jelevy01
I noticed that in both crashs the pergen / object space is pretty much full. As I understand it this memory doesn't get garbage collected.. Next time it happens I'm going to try increasing the default perm gen... I believe the default is 64MB, I'll change it 128MB.. Any help is appreciated.

Sexy Chick Indrani_Dasgupta

2008-09-13 Thread Usman Iftikhar
Here U Can See Sexy Chick Indrani_Dasgupta. http://masalastop.blogspot.com/2008/09/sexy-chick-indranidasgupta.html ** *DOWNLOAD FREE

[jboss-user] [JBoss jBPM] - Re: error data source client JBPM

2008-09-13 Thread magnumff
I can make a client out of an application server jbpm ?? There is a guide that can help me? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176331#4176331 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176331 ___

[jboss-user] [JBoss jBPM] - Re: error data source client JBPM

2008-09-13 Thread kukeltje
what is wrong here is using a datasource outside of an applicationserver. jBPM, more specific hibernate has to be configured using the database directly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176330#4176330 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - error data source client JBPM

2008-09-13 Thread magnumff
hi I am developing a client "Java Application" for jbmp. I imported all libraries and configured XML files : hibernate.cfg.xml | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | org.hibernate.dialect.HSQLDialect | org.hibernate.cache.HashtableCacheP

[jboss-user] [JBoss jBPM] - Re: signaling to a forked sibling

2008-09-13 Thread kukeltje
rthis was kind of what I had in mind as well. The problem is going to be how to check/remember if both events have occured. And what if you have more than 2... use process-variables or check the state of a node/task? The latter would be better I think. btw... you can post in xml if you surround

[jboss-user] [JBoss jBPM] - Re: signaling to a forked sibling

2008-09-13 Thread gnagy
I think I managed to fire a user-defined event, but i cannot see the effect on the observer branch (the "Firing mail-delivered" message does appear on the console). Does this make sense at all? Can such an event be seen in another branch? (party branch) [task-node name="waitingfo

[jboss-user] [JBoss jBPM] - Re: signaling to a forked sibling

2008-09-13 Thread kukeltje
ok, clear... and it becomes 'difficult' when you have 2 observers and e.g. 3 parties where observer 1 has to wait for party 1 and 2 and observer 2 for party 2 and party 3 as stated in your first post. Let me think about this for day and I'll get back to you View the original post : http://www

[jboss-user] [JBoss Portal] - Re: How to develop portlet with richfaces?

2008-09-13 Thread DanielK
Thanks a lot! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176325#4176325 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176325 ___ jboss-user mailing list jboss-user@lists.

[jboss-user] [JBoss jBPM] - Re: signaling to a forked sibling

2008-09-13 Thread gnagy
> Is the subprocess in a certain state and can continue from there? Is the > subprocess not even started? Yes, the observer sub-process(es) are in a waiting state, doing nothing but waiting for all affected items to get past a certain state (mail delivered). Initially i guess you could say that

[jboss-user] [JBoss jBPM] - Re: signaling to a forked sibling

2008-09-13 Thread kukeltje
I've been thinking a little more about this and it indeed contains generic requirements. I have one question though. In your original post you say anonymous wrote : So e.g. Observer1 can only continue after it gets a signal from both Item1 and Item2. What is 'continue' here? Is the subprocess i

[jboss-user] [JBoss Portal] - Re: How to develop portlet with richfaces?

2008-09-13 Thread wesleyhales
There are workarounds (people actually have it working by using some hidden input fields) See the portlet bridge forum. This is where you should post any questions relating to JSF/Seam/Richfaces usage in JBoss Portal: http://www.jboss.com/index.html?module=bb&op=viewforum&f=273 View the original

[jboss-user] [JBoss AOP] - How to set a breakpoint for weaved classes.

2008-09-13 Thread par_yosa
Hi all, Question about the breakpoints for weaved classes with aop compiler; I defined some rules with jboss aop for some classes in my project and these classes weaved successfully with jboss aopc after that I set a breakpoint to some lines of weaved class.But during eclipse debugging the call

[jboss-user] [JBoss Messaging] - Running JBoss Messaging as standalone or embedded

2008-09-13 Thread Setya
Hi all, I'm in the process of evaluating various messaging solution for our product. On JBoss Messaging I'd like to know whether it is lightweight enough to run standalone without JBoss AS or as embeddable messaging framework. Any insight from JBoss Messaging expert out there would be greatly a

[jboss-user] [Beginners Corner] - JBoss 4.2.2 GA and MBeans

2008-09-13 Thread pepelara
Hi, Where can I find up a good information about MBeans configuration on my Jboss app server? Thanking in advance, pepelara View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176318#4176318 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBoss jBPM] - Re: signaling to a forked sibling

2008-09-13 Thread gnagy
Well, the reason we modeled the process like this, and I guess I wasn't clear about that in the original post, is that the observer and item "states" are a actually processes with multiple steps that need to be synchronized. The item side represents sub-processes about postal mailing to certain

[jboss-user] [EJB 3.0] - Re: Can't catch persistenceException

2008-09-13 Thread thundernet1
Hmm, yes of course. That would make sense. So I'll need to add an extra layer if I want to shield the web layer from the complexities of the exception handling. Actually, I'd need to do that anyway in order implement things like a retry x times or give up scenarios. OK, I'll give that a go.

[jboss-user] [JBoss Messaging] - Re: Singleton MDB with JBM.

2008-09-13 Thread timfox
Read the FAQs! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176314#4176314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176314 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss jBPM] - Re: at org.hibernate.engine.StatefulPersistenceContext.(Stat

2008-09-13 Thread kukeltje
uhmm.. fix it? You have to provide way more information for us to be able to give any realy useful hint. My first suggestion now would be that you e.g. do not close the jbpmContext View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176312#4176312 Reply to th

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS and HTTPS

2008-09-13 Thread Sherst
Hi all. After JBOSS running I am trying to use url https://some_ip:8443 then get error: connection refused. When I enter http://some_ip:8443 I see JBOSS start page, thats mean port 8443 is listening. I try to install jboss on other computers and all working fine. Why it does'nt work on this mach

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: source/src/Navaids navdb.cxx, 1.27, 1.28 navdb.hxx, 1.11, 1.12 navlist.cxx, 1.21, 1.22 navlist.hxx, 1.17, 1.18 navrecord.cxx, 1.1, 1.2 navrecord.hxx, 1

2008-09-13 Thread James Turner
Dear Associates, Please Respond to [EMAIL PROTECTED] If you can find matching candidates for these jobs we can proceed right away. All required skills must be in job description. * * *Quality Assurance* Location : Pasadena, CA. Duration : 8 Months Hourly Rate : $40 (Not Negotiable) Note:

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: how to replace Tomcat in JBoss

2008-09-13 Thread javatwo
The reason I changed Tomcat source is to implement domain-level session cookie, such as mydomain.com. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4176298#4176298 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4176298

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: how to replace Tomcat in JBoss

2008-09-13 Thread javatwo
I downloaded fromhttp://tomcat.apache.org/download-55.cgi it is 5.5.27. I like to use 4.2.x, but I had problem using JSF myfaces on that version. I should try the 5.5.20. Is there a standard way to replace Tomcat in Jboss? The directory structure is different. Thanks! Dave View the ori