[jboss-user] [JBoss jBPM] - Re: jBPM with Weblogic

2009-03-09 Thread bradsdavis
Your link to the process image is broken. Fix it and I can take a look. But if you have nodes with an action attached to each, remember that you are responsible for telling the node with actions attached where to signal. Otherwise, if you just want an action to trigger, and not determine

[jboss-user] [JBoss jBPM] - Re: New to jBPM - does it fit my requirement?

2009-03-09 Thread bradsdavis
Sounds like it would fit fine. I would use a state shape with a timer on the shape to query [this would be a polling pattern] periodically. If the database contains the proper number of records, signal from the state shape. View the original post :

[jboss-user] [JBoss jBPM] - Eclipse and swimlanes

2009-03-09 Thread pieter.martin
Hi, I was expecting to be able to visualise swimlanes in the jpdl eclipse editor. Is there a reason it is not happening or may it come in the future? Thanks Pieter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216076#4216076 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Tasks need to done by multiple users

2009-03-09 Thread bradsdavis
@Ronald, Just so I can think about the difference in approaches, what are your thoughts on why it would be more difficult to do certain exit strategies with my suggested dynamic task-instance approach? I guess the join would make sure everyone completed before leaving the fork-task-join block,

[jboss-user] [EJB/JBoss] - Stateless Session Bean Pooling

2009-03-09 Thread ganesh_sn
Hello, We are using JBoss 3.2.5 and Ejb 1.x and 2.x. The problem is there is huge number of ejb instances created without being pooled or removed(This we are monitoring using Applications Manager). Due to this JBoss gets stuck periodically due to memory error or so. Kindly suggest whether

[jboss-user] [EJB 3.0] - Re: Requesting the EJB container to remove an instance

2009-03-09 Thread wolfc
We could bind a 'home' interface and call it 'meta' instead. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216088#4216088 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216088

[jboss-user] [EJB 3.0] - Re: A callback on EJB removal

2009-03-09 Thread wolfc
Why doesn't the @PreDestroy on the SeamInterceptor work? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216089#4216089 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216089 ___

[jboss-user] [EJB 3.0] - Re: Make a default interceptor the inner interceptor

2009-03-09 Thread wolfc
pete.m...@jboss.org wrote : ... | So, is there a spec'd way to do this? Or a JBoss way? No and no. We could create a new interceptor group which allows for ordering on a new level. But that should not be be limited to Seam so we would need ordering within that new group as well. What's the

[jboss-user] [JBoss Portal] - Re: Can I use Jboss Portal 2.7.1 with JBoss AS 5.0.1.GA

2009-03-09 Thread thomas.he...@jboss.com
Nope View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216092#4216092 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216092 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Beginners Corner] - Re: jboss remoting logger not found

2009-03-09 Thread jaikiran
Which version of JBossAS? Usually you just need the jbossall-client.jar to be in the classpath. You can find that jar in the %JBOSS_HOME%/client folder. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216093#4216093 Reply to the post :

[jboss-user] [EJB 3.0] - JPA delete problem on @OneToMany: deleted entity passed to p

2009-03-09 Thread kolumbien81
I'm doing an relationship with two Entity (Parent - Child). So, in Parent class I had a collection of Child. When I remove one item (child) from the collection, its appears ok. But in database the operation doesn't happen. I´d tried to remove by em.remove(child) , but this error

[jboss-user] [JBossWS] - Error calling external webservice from JBOSS ESB action

2009-03-09 Thread ayan13s
We are facing issues in external web service call from esb action. Our web service client works perfectly when we call it from a standalone java program. But it throws NullPointerException when we try calling it from ESB action. We compared the request being passed to the service and found out

[jboss-user] [JBoss AOP] - Re: Using AOP to mock out dependecies for unit-test

2009-03-09 Thread nizzy
Look forward to hearing from you. Thanks for the help! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216101#4216101 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216101 ___

[jboss-user] [EJB 3.0] - Re: EJB Timer still active even after the bean is undeployed

2009-03-09 Thread Nouredine13
Hello, - First I called the method registerTimer (). - Secondly, I called the method unregisterTimer (), the method fails and the timer is not killed. - Third, I undeploy my ear, and deploy it again, the portion of log file shows that the timer is still active: | ... | | 2009-03-09

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-09 Thread xmedeko
Yes, everything's fine, just a tooltip is bad. I am a beginner. I was confused, that I have not seen the the servers, which I have added in Preferences and by the tooltip. I didn't know, I have to add servers by right mouse click. Sorry for misleading post. View the original post :

[jboss-user] [JBoss AOP] - Re: Using AOP to mock out dependecies for unit-test

2009-03-09 Thread nizzy
Hi Stale, Can I also point out that this behaviour is fundamental to being able to use AOP for unit-testing, certainly in our company, where we always have the real object and the mock object implementing the same interface. I will either use you're suggested workaround for now, or make the

[jboss-user] [JBoss Portal] - Re: Accessing Nested Pages More Than One Level Down

2009-03-09 Thread vantek
Hi Is there anything new? I'll have to develop a portal which will have 2 or 3 sub levels, so that interests me! It seems it's working on jboss.org, but not on jb portal 2.7.1... is there some thing to configure? thanks a lot! View the original post :

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-09 Thread slimamar
You will be able to run JBM2 embedded in your clientVM also. You just need to instantiate a couple of POJOs. There are examples for both scenarios already on trunk, and that will be part of the documentation Can you give me more informations to do this (i haven't found the examples on trunk)

[jboss-user] [JBoss Tools (users)] - Re: JBoss Server View:

2009-03-09 Thread max.ander...@jboss.com
xmedeko - could you tell us how to reproduce this issue or show a screenshot of what you are seeing ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216121#4216121 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216121

[jboss-user] [Microcontainer] - Re: Attachments eligible for being passed to the deployers?

2009-03-09 Thread wolfc
So why does the AliasDeploymentDeployer add an attachment? |protected static void addAliasComponent(DeploymentUnit unit, NamedAliasMetaData alias) |{ | DeploymentUnit component = unit.addComponent(alias.getAliasValue().toString()); |

[jboss-user] [Beginners Corner] - Re: your current Jboss evaluation

2009-03-09 Thread Aldian_00
Ok thank you very much for the reply. In fact I either didn't know where to post this and I thought that the beginner section would probably be good since often, experienced user go in this section for helping beginners. About the goal of this survey, it will help my company to choose its JEE

[jboss-user] [JBoss Cache: Core Edition] - Re: which SVN branch to use when added to JBC test suite?

2009-03-09 Thread manik.surt...@jboss.com
Depends on where you want your test to be targeted against. I would suggest 3.0.X for your test initially, but I don't expect to do another 3.0.X release (unless something is critical) so it is best to make sure your test also works against trunk (which will become 3.1.0 soon) View the

[jboss-user] [JBoss jBPM] - Custom HBM files.

2009-03-09 Thread Toriton
Hi all, i'm looking for an help ,about configuring new mapping resources for Hibernate in JBPM. I'm using Jboss 4.2.2 GA and JBPM 3.3.1 GA with Oracle 10g. There is any example on how configure a new hbm.xml to use for my persistance?. I have some problems to create the PAR archive from

[jboss-user] [Security JAAS/JBoss] - Re: JAAS login/logout behaviour

2009-03-09 Thread abille
Hello Anil, well, I introduced a server side method adminService.logout() doing the following operations: public void logout() throws MalformedObjectNameException, NullPointerException, InstanceNotFoundException, MBeanException, ReflectionException { final MBeanServer server =

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-03-09 Thread kukeltje
If hibernate is e.g. in the server lib directory, it can not see the classes in the par or even the war. So in that case, you indeed have to deploy them separately View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216132#4216132 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Custom HBM files.

2009-03-09 Thread Toriton
Before your reply,i done the test with entity class in a jar file and hbm.xml mapped in hibernate.cfg.xml in JBPM folder. Then deploying the process, that use that entity. This work perfectly,i got a double insert atm but perhaps could be another problem on my process definition :) i will

[jboss-user] [EJB 3.0] - EJB3 Entity Bean, POJO, without annotations

2009-03-09 Thread dendroid66
Hello, I develop an application where the EJB3 is used. According to some advises got from the net, POJO classes are used as entity beans and they contain some EJB3 annotations like @Entity, @Id, @GeneratedValue, @ManyToMany etc. The application server is JBOSS. To manage and communicate with

[jboss-user] [Performance Tuning] - No. of Active Sessions

2009-03-09 Thread njrfrens
Is there any limit on the maximum no. of http sessions that jboss can support? Is there any configuration parameter where i can configure or monitor? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216161#4216161 Reply to the post :

[jboss-user] [Beginners Corner] - Re: your current Jboss evaluation

2009-03-09 Thread Aldian_00
Ok thank you very much for the reply. I will take a look at your link and then come back if I have any new question. I have to tell that I am wondering why you are speaking of Jboss AS 4 and Jboss AS 5. Theorically the 5th version should be better, shouldn't it? Or are there some points that

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to Map two database tables using hybernate mapping files

2009-03-09 Thread mitesh1984_agrawal
Hi Frnds, I am using HSQLDB and core java portlet. I have two tables which i want to map together using Hybernate mapping files. Can any one help me regarding the above problem. Thanks In Advance View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216168#4216168

[jboss-user] [Beginners Corner] - Re: your current Jboss evaluation

2009-03-09 Thread jaikiran
Aldian_00 wrote : | | I have to tell that I am wondering why you are speaking of Jboss AS 4 and Jboss AS 5. Theorically the 5th version should be better, shouldn't it? | Definitely, the JBossAS5 will be better than AS4. The reason i have been asking which version you intend to use is

[jboss-user] [JBoss jBPM] - Re: Eclipse and swimlanes

2009-03-09 Thread pieter.martin
Thanks, Pieter View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216153#4216153 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216153 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: jms communications in the same jvm in the client side

2009-03-09 Thread ataylor
take a look at SimpleExample but change the transport configuration to use org.jboss.messaging.core.remoting.impl.invm.InVMAcceptor and org.jboss.messaging.core.remoting.impl.invm.InVMConnectorFactory View the original post :

[jboss-user] [JBoss jBPM] - Re: Eclipse and swimlanes

2009-03-09 Thread kukeltje
in the 3.1 release it will not be there. The next GPD will be going BPMN with notation, so stay tuned View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216150#4216150 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216150

[jboss-user] [JBoss jBPM] - Re: Tasks need to done by multiple users

2009-03-09 Thread kukeltje
Brad, It's not the signal last or first it's the in-between that is difficult. Just like with a custom fork, you can have a custom join which gives you all the flexibility you need. Even use businessrules in there e.g. If a manager approves it is already enough, otherwise 2 employees need to

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to configure jboss5.0.01GA for oracle adf rich client co

2009-03-09 Thread sangire...@gmail.com
Hi All I tried to configure Jboss 5 for supporting oracle adf rich client components but i am unable to run tutorial demo in jboss but i can do it in weblogic server.my error log is ... oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator _setupAdfDatabindingForJsf SEVERE:

[jboss-user] [Beginners Corner] - Re: your current Jboss evaluation

2009-03-09 Thread jaikiran
anonymous wrote : So we are particulary interested in failover and load balancing capacities. What can you say about it? JBoss does have failover/load balancing capabilities. Best place to ask more about this is the clustering user forum

[jboss-user] [JBoss jBPM] - Re: New to jBPM - does it fit my requirement?

2009-03-09 Thread paulkeogh
Thank you very much for your reply. One last question - can you point me at the best documentation resource for this specific requirement ? Thanks, View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216142#4216142 Reply to the post :

[jboss-user] [Beginners Corner] - Secured WS call

2009-03-09 Thread eng_shaheen
I am tring to access a secured Web service that requires authentication . but I am getting :com.sun.xml.internal.ws.client.ClientTransportException: request requires HTTP authentication: Unauthorized Please advice View the original post :

[jboss-user] [JBoss Messaging] - Re: Bridge error because of network problems also influences

2009-03-09 Thread mclu
Does https://jira.jboss.org/jira/browse/JBMESSAGING-1456 is maybe an explanation why the bridges/connections are influencing each other?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216144#4216144 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Jboss and kerberos

2009-03-09 Thread ruhe
avihaimar Checkout this page http://www.jboss.org/index.html?module=bbop=viewtopict=149589 Page contains link for JBoss Negotiation 2.0.3.GA, which provides kerberos integration for web applications. View the original post :

[jboss-user] [JBoss jBPM] - Re: Tasks need to done by multiple users

2009-03-09 Thread bradsdavis
But couldn't that more complex logic also be coded into the event on the task-end? Just playing devil's advocate. The custom join does add a lot of flexibility, so I know what you mean there. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216179#4216179

[jboss-user] [Beginners Corner] - Re: your current Jboss evaluation

2009-03-09 Thread jaikiran
jaikiran wrote : | There's the JBoss EAP edition which is supported version of JBoss AS. | Here's where you will find everything (including case studies) about the EAP (Enterprise Application Platform), which is the supported version http://www.jboss.com/products/platforms/application/

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - servlet init hangs reading /WEB-INF/web.xml 5.0.1

2009-03-09 Thread mlybarger
I have a very simple servlet which hangs on the servlet init method. Another similar example I have throws an OOM excetpion doing the same thing. All the code is doing is trying to parse the web.xml using the commons digester. I hope this isn't too much code to paste. I'm running a default

[jboss-user] [Security JAAS/JBoss] - Re: Jboss and kerberos

2009-03-09 Thread avihaimar
I am looking for a tutorial or example. Can you help in this? Thank you View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216183#4216183 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216183

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss configuration with wesip(click2call)

2009-03-09 Thread arundeking
Hi all, I am using jboss-4.2.3.GA. I want to configuration the WeSip(Click2call web application) into jboss-4.2.3 with OpenSER server. Is this possible, if yes. Can any one tell me how can i make it. Take this as a request and please help me. Thank in advance. Arun Singh. View the original

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet init hangs reading /WEB-INF/web.xml 5.0.1

2009-03-09 Thread mlybarger
ok, finally an exception was thrown. here's the stack | 07:49:36,529 INFO [TestServlet] start - init() | 08:01:21,136 WARN [ClassLoaderManager] Unexpected error during load of:org.xml.sax.XMLReader | java.lang.OutOfMemoryError: Java heap space | at

[jboss-user] [JBoss jBPM] - Re: Tasks need to done by multiple users

2009-03-09 Thread kukeltje
not sure if you can prevent the tasknode from fully ending or explicitly make it leave the node. There are some limitations build in the task to make sure it behaves as expected. Another reason is that when putting to much process-logic into actions, it becomes invisible in the process image

[jboss-user] [EJB 3.0] - is mappedName needed to reference an EJB in JSF or not?

2009-03-09 Thread anthon.r
JBoss 5.0.0.GA Hi, I'm exhausted searching for some enlightenment on whether the attribute mappedName in @EJB is needed or not in a JSF Managed Beans. Could please anyone enlighten me on this subject? I'm getting error message like Resolution should not happen via injection container if I

[jboss-user] [EJB 3.0] - Re: is mappedName needed to reference an EJB in JSF or not?

2009-03-09 Thread jaikiran
anthon.r wrote : JBoss 5.0.0.GA | | Hi, | | I'm exhausted searching for some enlightenment on whether the attribute mappedName in @EJB is needed or not in a JSF Managed Beans. Could please anyone enlighten me on this subject? | Emanuel's comment here suggests that it should work

[jboss-user] [JBoss jBPM] - Re: NullPointerException in procins.jsf

2009-03-09 Thread rodosa
See the issue 2 of this post http://www.jboss.org/index.html?module=bbop=viewtopict=151429 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216208#4216208 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216208

[jboss-user] [Security JAAS/JBoss] - Re: Issue with spnego and internet explorer in AD infratruct

2009-03-09 Thread neoben
Regarding my problem, MIT Kerberos installed on the XP machine seems to disable the local sspi. I found out trying to load the web app on a different machine where the speno worked straight away in IE. View the original post :

[jboss-user] [Beginners Corner] - Re: jboss remoting logger not found

2009-03-09 Thread amethod75
Thanks for the response. I found the jboss-logging-spi.jar in a thirdparty folder and that appears to fix my issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216211#4216211 Reply to the post :

[jboss-user] [EJB 3.0] - Re: JPA delete problem on @OneToMany: deleted entity passed

2009-03-09 Thread Wolfgang Knauf
Hi, maybe this helps http://www.jboss.org/community/docs/DOC-13222 (your error message should be covered by the last part of the document). Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216214#4216214 Reply to the post :

[jboss-user] [Beginners Corner] - jboss serialization jar prereqs? (remoting 2.5.0SP2)

2009-03-09 Thread amethod75
Im using remoting 2.5.0SP2. Having trouble running the serialization sample outside of the distribution sample tree. Im pretty sure its just a missing jar since the code is unmodified but since I have the serialization jar included i'm not sure what i'm missing. Its not in the documentation

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.4 on JBoss 5 HEAD

2009-03-09 Thread endolf
Any news on this?, even if it's just a Jira reference. Cheers. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216220#4216220 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216220

[jboss-user] [Clustering/JBoss] - help how can i hot-deploy in cluster with jboss-5.0.0 GA

2009-03-09 Thread jiangzhen
the farm service has removed in jboss-5.0.0 GA so how can i hot-deploy in jboss5 cluster View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216222#4216222 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216222

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.6.4 on JBoss 5 HEAD

2009-03-09 Thread thomas.he...@jboss.com
It's still work in progress, there is a dedicated branch for it: https://svn.jboss.org/repos/portal/branches/JBoss_Portal_AS5_Deployer/ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216225#4216225 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Session id JBOSS

2009-03-09 Thread kaduzeraaa
Hi Guys, I need to get the session id of JBoss. How do I do that? Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216229#4216229 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216229

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSP build problem with JBoss AS 5.0.x

2009-03-09 Thread SkyBeam
I am sorry, I wrongly pasted the content of web.xml twice and therefore the stack trace was missing. So here's the stack trace I receive on JBoss AS 5.0.1.GA: 22:28:18,179 ERROR [[jsp]] Servlet.service() for servlet jsp threw exception | org.apache.jasper.JasperException: Unable to compile

[jboss-user] [JBoss jBPM] - Error installing jBPM GPD in Eclipse

2009-03-09 Thread proberts9
I get the following error when installing the GPD plug-in into Eclipse; An error occurred while installing the items The artifact file for org.jbpm.gd.jpdl/osgi.bundle/3.1.6 was not found. I'm using Eclipse version 3.4.1 and GPD jbpm-jpdl-designer-site-3.1.6.zip. Is there a prerequisite I

[jboss-user] [JBoss Tools (users)] - Bug in JB tools 3 CR2 with portlets?

2009-03-09 Thread vantek
Hi. I followed this how to http://blog.jboss-portal.org/2008/08/jboss-portlet-support-in-eclipse.html and i think i found a bug... I've tried jb tools 3 CR2 and nothing was available to create portlets, and no jboss portlet core face was available... But it was present in CR1. as i didn't

[jboss-user] [JBoss jBPM] - Re: NullPointerException in procins.jsf

2009-03-09 Thread rogerio.baldini
Perfect.. It worked. Thanks Rogerio. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216239#4216239 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216239 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Error in jbpm 3.2.3?

2009-03-09 Thread robro99
I had this exact same problem when I tried to get things working with JDK5, JBoss 4.2.3, and jBPM 3.3.1. I could not run the Websale example that comes pre-installed. I cleaned all this off the box. I installed JDK6. I installed the JBoss 4.2.3 that comes prepped for JDK6. I then installed

[jboss-user] [JBoss jBPM] - Re: jBPM 4 + GWT + Spring + Hibernate + Tomcat

2009-03-09 Thread p.gentili
It strongly depends on application domain. Jbpm understands mainly two process languages: jpdl and bpel. If your application concerns human activities jpdl is the right choice, otherwise if you are thinking about web-service orchestration, bpel is better. Anyway jbpm has recently changed in

[jboss-user] [JBoss Tools (users)] - Re: H10 plugins left when upgrade to H11

2009-03-09 Thread nickboldt
bdlink wrote : You are saying that updates only add? This means that all of the old versions of modules will hang around? Sorry, I did not understand that, and it seems to me that the old modules hanging around would create a lot of trouble. Please clarify that this is what you mean. |

[jboss-user] [Beginners Corner] - Re: Error Creating EntityManagerFactory

2009-03-09 Thread blima17
Does anyone have any ideas about this? I've tried removing the xerces jar from my project, but that didn't buy me anything. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216244#4216244 Reply to the post :

[jboss-user] [EJB 3.0] - Re: A callback on EJB removal

2009-03-09 Thread ALRubinger
ALRubinger wrote : We could expose this by adding interface support for a JBossStatefulSessionObject in the proxy, which has some method getId(); I did this in r85648 for https://jira.jboss.org/jira/browse/EJBTHREE-1758. StatefulSessionProxy statefulProxy = (StatefulSessionProxy)proxy; |

[jboss-user] [Management, JMX/JBoss] - Re: Spring JMX beans not showing up in Jboss page

2009-03-09 Thread aduanra
Hi, I had the same problem as yours. I solved it in adding spring's jar into JBoss classpath. You can try copying Spring's jar into ${JOSS_HOME}\server\default\lib\ Then restart JBoss and you'll see you MBean into JBoss JMX console. Arnaud View the original post :

[jboss-user] [EJB 3.0] - Re: Make a default interceptor the inner interceptor

2009-03-09 Thread pete.m...@jboss.org
wolfc wrote : What's the problem you're trying to resolve? If it's 'configuration errors', then adding complexity to relieve that is not an option. That we perform JSR-299 injection and interceptor binding into an EJB using a default interceptor. This should be called before any user

[jboss-user] [Beginners Corner] - Re: Urgent = java.lang.NoClassDefFoundError : jboss Startup

2009-03-09 Thread Wolfgang Knauf
Hi, are JAR and WAR both part of an EAR? Does the Manifest.mf of the WAR contain a reference to the EJB JAR? Please post the structure of your archives. Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216251#4216251 Reply to the post :

[jboss-user] [EJB 3.0] - Re: A callback on EJB removal

2009-03-09 Thread pete.m...@jboss.org
wolfc wrote : Why doesn't the @PreDestroy on the SeamInterceptor work? It probably does, I hadn't thought of this. I'll check it out. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216252#4216252 Reply to the post :

[jboss-user] [Beginners Corner] - Pages Catalog in JBoss Portal 2.7.1

2009-03-09 Thread SSchult
Hi, I am searching for a Pages Catalog portlet in JBoss Portal 2.7.1 like the portlet in JBoss 2.6 we used before. Now I am trying to create my own Catalog Portlet to get a tree view of all the pages in my portal page something like default page - page 1 - page 2 - page 2.1 - page

[jboss-user] [Security JAAS/JBoss] - Re: NPE in GenericPrincipal

2009-03-09 Thread edgoquist
Thanks Anil. That looks really cool but it turns out that I don't need the full-blown federation stuff - I just need a one-time, cross-application login on the same server. And i can accomplish that by simply tuning on the Valve: | Host name=localhost ... | ... | Valve

[jboss-user] [EJB 3.0] - Re: Requesting the EJB container to remove an instance

2009-03-09 Thread pete.m...@jboss.org
I guess again it comes down to needing a way to uniquely identify an SFSB instance. I guess I can squirrel away the reference to the actual bean obtained from @PostConstruct and pass that through? Would that be good way to identify it from the EJB3.0 View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Spring JMX beans not showing up in Jboss page

2009-03-09 Thread aduanra
Indeed you also have to declare your bean in Spring's context.xml file ( ) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216256#4216256 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216256

[jboss-user] [JBoss Portal] - Re: PermGen Space exception

2009-03-09 Thread TdeVos09
We updated our JDK to 1.6.0_12 but we still get these errors. Is this a known error in Portal or Jboss itself? Thanks in advance. Thorsten View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216262#4216262 Reply to the post :

[jboss-user] [Clustering/JBoss] - Errors with JBossManagedConnectionPool on Cluster

2009-03-09 Thread dan957
Hi, We are trying to implement JBoss clustering, however we are ending up with the error below. Throwable while attempting to get a new connection: null java.lang.NoClassDefFoundError: org/jboss/cache/DataNode Can you guys help us out, perhaps we are missing something? We are using 4.0.1, and

[jboss-user] [EJB 3.0] - Re: is mappedName needed to reference an EJB in JSF or not?

2009-03-09 Thread anthon.r
Hi jaikiran, Before I open a new thread, I need to know if @EJB should work even if the WAR is deployed separately outside the EAR which contains the EJBs referenced by the JSF Manage Beans. @EJB seems to work now inside JSF Manage Beans as long as WAR is deployed together with the EJB in a

[jboss-user] [Security JAAS/JBoss] - Re: Jboss and kerberos

2009-03-09 Thread ruhe
If you've downloaded JBoss Negotiation, you'll find a good guide on in the same archive. This will be enough for fast intro. If you want to learn more about security in jvm, there are good tutorials from jdk. They will give you a good understanding of the subject.

[jboss-user] [Beginners Corner] - Session lost problem

2009-03-09 Thread Jinson
I am using jboss5.0.1 AS and struts 2.1.6 framework for my webapp. I am using an apache web server rewriting the url. When I click on some buttons, my session info is lost. In my jsp pages my form action vaue is having jsessionid appended to it. So when I call some javascript to change the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session id JBOSS

2009-03-09 Thread PeterJ
Based on the forum in which you asked this, I assume you are asking for the servlet's session id. Use this: String seessionId = request.getSession(true).getId(); If this is not what you are asking for, please define session id of JBoss. View the original post :

[jboss-user] [JBoss jBPM] - Re: NullPointerException in procins.jsf

2009-03-09 Thread rodosa
Rogerio a question. Did you try to deploy a process from jbpm-console selecting a valid processDefinition xml file??? It works for you??? Because I've a problem. When I want to deploy a process from jbpm-console. I select a valid processDefinition xml file and the console says: | Error

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JSP build problem with JBoss AS 5.0.x

2009-03-09 Thread PeterJ
You might want to post a query in the JBossAS5 forum, providing a link to this topic. That forum is the best place to get answers to why things that worked previously are no longer working in AS 5. Personally, I avoid scriptlets (server-side script) within my JSPs. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: IllegalStateException(s) on logout

2009-03-09 Thread Wolfgang Knauf
Hi, how do you perform login and logout? The logout should be a simple session.invalidate(); Best regards Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216280#4216280 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - JBCACHE 1025 question

2009-03-09 Thread mcdonaldn2000
One of our customers is seeing the warnings described in JBCACHE-1025 (https://jira.jboss.org/jira/browse/JBCACHE-1025) and I just had a couple of quick questions regarding how it will affect our application. When the second application (in our case, a second instance of our application)

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session id JBOSS

2009-03-09 Thread kaduzeraaa
No no... the session that you say is a session of a client. I want to have a session of JBOSS. Something like that = Server.getSession();... Do you understand me? When the application server is started it creates a session and I would like to retrieve this session. View the original post :

[jboss-user] [JBoss Messaging] - JBM2 Cluster config

2009-03-09 Thread adridi
I checked out JBM2 code from SVN (revision 6038) and did the following: - Build the code. - Installed the build to 2 different Linux servers. - Configured the cluster (I set the tag clustered to true). - Configured a valid multicast ip address. - I saw that the rmi.server.hostname was not injected

[jboss-user] [JBoss jBPM] - Re: NullPointerException in procins.jsf

2009-03-09 Thread kukeltje
new questions in new topics and always post full stacktraces View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216293#4216293 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216293

[jboss-user] [JBoss jBPM] - Re: Error installing jBPM GPD in Eclipse

2009-03-09 Thread kukeltje
WTP needs to be installed afaik View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216294#4216294 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216294 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Error in jbpm 3.2.3?

2009-03-09 Thread kukeltje
did you realy not deploy the websale example from eclipse? In that case the installer might be compiled with the wrong jdk. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216295#4216295 Reply to the post :

[jboss-user] [JBoss jBPM] - Lifetime and Priority for a process

2009-03-09 Thread gchanteb
Is it possible to put a lifetime for a process? For example, after one year of execution, a process that is still in database is erased. I did not read about this feature into the documentation, so I would like to have your opinion. Or i will be obliged to use EJB-timer or Quartz... In

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Session id JBOSS

2009-03-09 Thread PeterJ
Are you asking for the process id? If not, then I still do not understand. What kind of information, or capabilities, are you looking to get from the JBoss session? Perhaps if I knew what you were looking for I could help identify what you mean by session. View the original post :

[jboss-user] [JCA/JBoss] - ConnectionCount and InUseConnectionCount behavior

2009-03-09 Thread jguser
Hello, I have a doubt in the behavior of the connection pool of the Jboss. We are using JBoss 4.0.2 with java version 1.5.0_10 I'm trying to understand the behavior of the ConnectionCount in relation with the InUseConnectionCount, and it seems like the JBoss create connections that he

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-09 Thread PeterJ
The ConnectionCount is the total number of connections that have been established since JBoss AS started. Consider this scenario. An app accesses the database so 5 connections (min-pool-size) are created. Then the app gets busy and it needs more connections, let's say a total of 20 connections.

[jboss-user] [JBoss OSGi] - TEST POST

2009-03-09 Thread jboss-osgi-users
IGNORE View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216310#4216310 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216310 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JCA/JBoss] - Re: ConnectionCount and InUseConnectionCount behavior

2009-03-09 Thread PeterJ
Oh, and is the above scenario plays out several times (in use connections increasing and decreasing) you could end up with a ConnectionCount of 50 or 100 or 200... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216309#4216309 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Failed to generate implementation class

2009-03-09 Thread soa2008
Hello! By trying to generate Java skeleton code from my WSDL, I get an exception: Failed to generate implementation class org.eclipse.core.runtime.CoreException: Failed to Generate Web Service code, please check the log for more details at

[jboss-user] [JBoss OSGi] - Re: TEST POST

2009-03-09 Thread jboss-osgi-users
reply View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216320#4216320 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216320 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Beginners Corner] - Re: jboss serialization jar prereqs? (remoting 2.5.0SP2)

2009-03-09 Thread amethod75
Added log4j.jar, trove.jar and log4j.properties to my path to fix the problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4216321#4216321 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4216321

  1   2   >