[jboss-user] [Installation, Configuration & DEPLOYMENT] - java.net.BindException: Address already in use: JVM_Bind

2008-03-05 Thread bhanukiran_vv
In my system, i have JBoss App server and JBoss portal server. I changed all ports in the jboss_service.xml of Portal The App server is running fine. When i starts the Portal server i am getting the following 12:51:23,296 WARN [ServiceController] Problem starting service jboss.mq:service=In

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread timfox
http://jira.jboss.org/jira/browse/JBMESSAGING-1245 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134474#4134474 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134474 ___ jbos

[jboss-user] [JBossWS] - Re: SSL and native libraries

2008-03-05 Thread fastbob
I tried an experiment. I commented out the SSL connector and things worked (except for SSL, of course). But I found the cause of the problem. I took a closer look at the installed packages on fedora. Tomcat was installed as part of the system packages (probably by me), and as soon as I removed

[jboss-user] [JBoss Messaging] - Re: MDBs not getting messages after long run

2008-03-05 Thread timfox
Does the same problem also occur with 1.4.0.SP3? Can you also ensure you are using JBoss Remoting 2.2.2.SP4? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134471#4134471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Tools (users)] - how to disable ajax4jsf in JBoss server console (Log)?

2008-03-05 Thread Abdelghani.tag
how to disable ajax4jsf in JBoss server console (Log)? Thanks for your help. 2008-03-06 06:35:30,736 DEBUG [org.ajax4jsf.io.parser.FastHtmlParser] Parser reached state is StateManager.INELEMENTCONTENT 2008-03-06 06:35:30,736 DEBUG [org.ajax4jsf.io.parser.FastHtmlParser] Parser reached state is S

[jboss-user] [EJB/JBoss] - java.lang.LinkageError Exception

2008-03-05 Thread Krishnan7785
Hi, I am new to jboss world and i m currently having some problems deploying EJB in jboss. Problem: I have written an entity bean and have deployed it. I am alble to view that in the GLOBAL NAMESPACE of JNDI View. I tried creating a client to the EJB within the same EJB pro

[jboss-user] [Clustering/JBoss] - Recommended reading...

2008-03-05 Thread mbabauer
I have been searching the internet for books on JBoss clustering. I need to beef up on my understanding of clusters because I am working on architecting a project that may require them in the future. The project, at least for the short-term, is low budget, so using a vendor for most of this is

[jboss-user] [JBoss jBPM] - Re: How to access variable of 'Element' type, Element being

2008-03-05 Thread [EMAIL PROTECTED]
Try this. bpws:getVariableData('parent')/tns:child You should avoid the query parameter (even if the variable is a message) and use the above alternative instead. Besides providing a way to query non-message variables, it has an added benefit. The query is syntactically analyzed during deploymen

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - JBOSS 4.0.4 - JWSDP?

2008-03-05 Thread [EMAIL PROTECTED]
If the warnings become annoying, you can filter them out in the log4j config file. Look for it under jboss-home/server/default/conf/log4j.xml. Add the following category: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134446#4134446 Reply to th

[jboss-user] [JBoss jBPM] - Re: BPEL beta2 - JBOSS 4.0.4 - JWSDP?

2008-03-05 Thread [EMAIL PROTECTED]
Yogesh, which problem are you referring to? If it is the ProxyWarnLog messages, just ignore them. They do not interfere with the operation of the product. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134445#4134445 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss jBPM] - Re: jBPM BPEL 1.1 GA - should bpel2 samples work?

2008-03-05 Thread [EMAIL PROTECTED]
As mentioned in the user guide, wstools has a number of limitations. Use wscompile instead. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=413#413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413 __

[jboss-user] [JBoss jBPM] - Re: Help in Excecuting Hello World BPEL Example

2008-03-05 Thread [EMAIL PROTECTED]
Yogesh, please do not cross post. It makes tracking an issue very hard. I've already replied to your question in your other post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134443#4134443 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss jBPM] - Re: problem in invoking of a web service

2008-03-05 Thread [EMAIL PROTECTED]
I don't see a closing tag in Process1Artifact.wsdl. Plus, your imports seem quite messy. One of them does not have the location attribute, and other references the parent directory (../). Make sure all your imports have a location attribute, and verify the location is either an absolute URL or

[jboss-user] [JBoss jBPM] - Re: Please help~~problem when invoking bpel process~~

2008-03-05 Thread [EMAIL PROTECTED]
Why are you running wscompile yourself? The deployment module in the jBPM BPEL console does that for you on the server side. Is it to create the artifacts for the client side? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134440#4134440 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem in Running JBPEL Client Component

2008-03-05 Thread [EMAIL PROTECTED]
Did you deploy the J2EE application client on the server (xxx-client.jar) ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134439#4134439 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134439 ___

[jboss-user] [JBoss jBPM] - Re: BPEL2 --> Error in examples

2008-03-05 Thread [EMAIL PROTECTED]
jbpm-bpel-1.1.GA was upgraded to support the final BPEL 2.0 standard not long before its release date. Due to time limitations, however, the examples were not upgraded as well. We have fixed them and the corrected versions are available from CVS. http://fisheye.jboss.com/browse/JBPM/jbpm.3/bpe

[jboss-user] [JBoss Messaging] - Re: MDBs not getting messages after long run

2008-03-05 Thread mpr_prabhu
We had the same problem occur few times today. When the problem occurred we just stopped the delivery on the MDB MBean and started delivery again. Everything started working again. Also when the problem occurred we took a ThreadCPUUtilization to see what threads were doing any work and found a

[jboss-user] [JBoss jBPM] - Re: Differentiating partner Services in JBPM BPEL

2008-03-05 Thread [EMAIL PROTECTED]
You will need to declare two different partner links and assign an endpoint reference to each. Endpoint references can be assigned in either the process document itself or the bpel-deployment.xml descriptor. Let me know which way do you want to go and I'll tell you how to do it. Also specify the

[jboss-user] [JBoss jBPM] - Re: BPEL --> Can ´t connect with other Web Serv ices

2008-03-05 Thread [EMAIL PROTECTED]
Is your web service registered in the service catalog? Even if the WSDL document you deployed along the process contains binding and port elements, these are ignored. You need to register the web service in the catalog to make it available for invocation. This is to avoid hardcoding the endpoin

[jboss-user] [JBoss Portal] - Re: How to stream a pdf at portlet?

2008-03-05 Thread littleprince
Can you give me more detail on "Portlet 2.0 resource serving"? Some sample codes might be very helpful. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134433#4134433 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=413443

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread kencool
"kukeltje" wrote : See jira for this issue. which jira do you mean? how can i fetch the issue i want? thanks for help:) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134431#4134431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss jBPM] - Re: Cannot deploy BPEL version of HelloWorld

2008-03-05 Thread [EMAIL PROTECTED]
The deployment page validates the uploaded file is in the ZIP format. However, not all clients seem to report the content type consistently. Please deploy using the web console instead of Ant. Let us know how it goes. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [JBoss AOP] - Re: JJBoss-5.0.0.Beta2 AOP problems

2008-03-05 Thread vbatista
Hi! The deadlock problem has gone with Beta3. Victor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134429#4134429 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134429 ___ j

[jboss-user] [JBoss Portal] - JBoss Portlet Container 2.0 Candidate Release 1

2008-03-05 Thread [EMAIL PROTECTED]
Announced on the dev blog: http://blog.jboss-portal.org/2008/03/jboss-portlet-container-20-candidate.html Downloadable here: https://labs.jboss.com/portletcontainer/download/index.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134427#4134427 Reply to

[jboss-user] [Management, JMX/JBoss] - sar deployment problem on jboss-5.0.0.Beta4

2008-03-05 Thread vbatista
Hello, I have an ear which has one sar archive. My sar isn't being correctly deployed on JBoss5 Beta4. In Beta2 and Beta3 they were correctly deployed. With Beta4 they simply aren't deployed and I don't even get an error. I have DeviceIdentification interface and one POJO which implements this i

[jboss-user] [JBossWS] - Re: avoid lazy-initialization exceptions

2008-03-05 Thread ghinkle
Just sending along a link to our solution to this problem. Like I said, we don't like it, but it works. This is the invoker: http://viewvc.rhq-project.org/cgi-bin/viewvc.cgi/rhq/trunk/modules/enterprise/server/safe-invoker/src/main/java/org/rhq/enterprise/server/util/EJB3SafeEndpointInvoker.java?

[jboss-user] [Installation, Configuration & DEPLOYMENT] - DefaultDS with 3rd party JMS provider

2008-03-05 Thread svadu
Hi All, I use JBoss 4.2.2 with the default DefaultDS (HSQLDB). That server uses a third party JMS provider (e.g. JBossMQ is disabled) and persistence in all applications that deployed there do not use DefaultDS but a separately defined one. I know it is advised to have a DefaultDS changed from

[jboss-user] [JBoss Portal] - Re: Portlet in multiple columns

2008-03-05 Thread PMN
It's working great but it's just a name on something not a concept, it's flaky. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134417#4134417 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134417 ___

[jboss-user] [JBossWS] - Question: Is it possible having both WS-Addressing and WS-Se

2008-03-05 Thread fbenvegna
Is it possible having both WS-Addressing and WS-Security with JBossWS? If YES, give me an example, please! It's possible with CXF but I don't know with others... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134415#4134415 Reply to the post : http://www.jb

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Add third party library thru run.sh script

2008-03-05 Thread akarthik
Hi, May be many know that to load the third party jar need to put the libraries in lib directory, so Jboss will put it in classpath which will be ready avaiiable to Application. But I need to add third party jar file to jboss classpath.(i did not mean JBOSS_CLASSPATH) instead of dropping in the

[jboss-user] [JBoss AOP] - Re: FYI, JBoss 3.2.7 + AOP 1.3.6 with load-time weaving seam

2008-03-05 Thread dsmiley
Here's why it won't work: http://anonsvn.jboss.org/repos/jbossas/tags/JBOSS_AOP_1_3_6/aspects/src/main/org/jboss/aop/deployment/JBossClassPool32.java is referring to a method clearBlackList() but it's actually clearBlacklist() on UnifiedClassLoader. Notice the case difference of the second 'L'.

[jboss-user] [Security & JAAS/JBoss] - Re: Security role re-assignment

2008-03-05 Thread whafrog
Thanks ragavgomatam, not sure how I missed that! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134413#4134413 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134413 ___ jboss-

[jboss-user] [Security & JAAS/JBoss] - WebSphere to JBoss migration

2008-03-05 Thread plscstx
I am trying to migrate a Web App to run on JBoss from WebSphere. We have everything working except the security roles. In WebSphere, we had the security roles setup in an ibm-application-bnd.xmi file that was located in the applicationEAR\META-INF folder. Does anyone know how to manage the LDA

[jboss-user] [JBoss jBPM] - Return Object from an action

2008-03-05 Thread victorl
Hi All, Is it posible return an java Object from an Action ? For example: the action associated to a task node execute a logic and as result it must returns an object to a Struts Action. Thank your very much in advance. Regards, Victor View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Portal] - Re: Portlet in multiple columns

2008-03-05 Thread swisst
I am confused by this: anonymous wrote : There is no point to search for documentation on that particular topic as there is no concept of layout in jboss portal. Here is the link to the docs: http://docs.jboss.com/jbportal/v2.6.4/referenceGuide/html_single/#layouts Are they not layouts like you

[jboss-user] [JBoss Portal] - Re: How to - Portal Themes and Skins

2008-03-05 Thread aerostra
I learnt by the tried and trusted way of trial and error to get my required layout! Took a bit of time but it was quite straightforward in the end. I did a post for v2.4 a while back which may help you: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=116643 BTW, its mainly CSS that you

[jboss-user] [JBoss Portal] - Disable Drag and Drop on Portlet

2008-03-05 Thread dvanwest
Using portal 2.6.4. We've setup a portlet to display without decoration via the following: | Teasers | Teasers | teaser | 0 | | | theme.renderSetId | emptyRenderer | |

[jboss-user] [JBoss Portal] - Re: Portlet in multiple columns

2008-03-05 Thread PMN
There is no point to search for documentation on that particular topic as there is no concept of layout in jboss portal. The team is trying to hide the fact and would not answer in a genuine way, when they do and as they should, they just don't get it. They are either simplistic about it or deny

[jboss-user] [JBoss Messaging] - JBM clustered connection factory and load balancing

2008-03-05 Thread Meyers79
We have been struggling with this for some time and I am hoping that someone can help shed some light. Are current architecture is as follows: A clustered pair of JBA 4.2 servers serving up UI code * Publishers on the UI nodes post messages to be picked up by batch nodes A clustered pair o

[jboss-user] [JBoss Messaging] - Re: Clustered Connection Factories

2008-03-05 Thread Meyers79
We have been struggling with this for some time and I am hoping that someone can help shed some light. Are current architecture is as follows: A clustered pair of JBA 4.2 servers serving up UI code * Publishers on the UI nodes post messages to be picked up by batch nodes A clustered pair of

[jboss-user] [Security & JAAS/JBoss] - Re: looking for working example: custom login module extends

2008-03-05 Thread rsanka
I think I found the answer to my problem: (thanks to JBoss test suite!) I was missing a SecurityDomain annotation on my session beans. @Stateless | @SecurityDomain("MyCustomSecurityDomain") | public class MyStatelessBean implements IMyStatelessBean | { |@Resource |SessionContext

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB3 deployment:Newbie question

2008-03-05 Thread JGF1
Looking int the JMX extensions I see the following: jar=SimpleSessionApp.ejb3,name=SimpleSessionBean,service=EJB3 module=SimpleSessionApp.ejb3,service=EJB3 So should I use SimpleSessionApp.ejb3 as liternal to do JNDI lookup??? View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Management, JMX/JBoss] - Re: Kiling a request thread

2008-03-05 Thread [EMAIL PROTECTED]
There is no such facility. I guess it shouldn't be hard to write a service of your own that iterates over the server threads and send interrupts a specific one. Again, that doesn't guarantee that the thread will get un-stuck. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB3 deployment:Newbie question

2008-03-05 Thread JGF1
Actually, I've confirmed ejb3 file did contain stuff. with jar -xf Also tried using *.* for jar command to pick up *.class & *.java. Also noticed status messages for JBoss 18:49:15,718 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:jar=SimpleSessionApp.ejb3,name=SimpleSessionBean, servi

[jboss-user] [Security & JAAS/JBoss] - Re: looking for working example: custom login module extends

2008-03-05 Thread rsanka
Ragav: Are you able to get ejbContext.getCallerPrincipal to return your CustomPrincipal ? For example: @Stateless | public class MyStatelessBean implements IMyStatelessBean | { |@Resource |SessionContext ejbContext; | |public void testMethod() |{ | My

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: EJB3 deployment:Newbie question

2008-03-05 Thread JGF1
I am sceptical about the jar command. I can normally view a jar file with Winzip. SimpleSessionApp.ejb3 is only 1K. When I attempt to open it, it appears to be empty. If you used annotations in your code should jar be automatically creating a deployment descriptor? How does it know how to format i

[jboss-user] [EJB 3.0] - Re: @Service + @WebService

2008-03-05 Thread rcarmichael
Sorry forgot to mention I'm using JBoss Portal 2.6.4 (AS 4.2.2) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134372#4134372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134372 ___

[jboss-user] [EJB 3.0] - @Service + @WebService

2008-03-05 Thread rcarmichael
Going based on some information found through google search: http://bill.burkecentral.com/2007/09/19/ejb-31-immediate-feedback-on-ejb-singletons-and-concurrency-needed/ it looks as though I should be able to (or is it not working yet?) define a singleton via the @Service annotation that also has

[jboss-user] [Beginners Corner] - Portal Help...

2008-03-05 Thread johnboy
I am new to JBOSS Portal server but have a simple question. Is there an API I can leverage to capture the creation/deletion of users in the portal and get the information I need about them? I want to tie the authentication of two systems together. View the original post : http://www.jboss.c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - EJB3 deployment:Newbie question

2008-03-05 Thread JGF1
Hi folks. I am in process of reading Beginning Java EE 5 Platform by Apress and can't seem to get my application to run. I was wondering if anyone can shed some light for me. It appears to be some sort of binding issue. Directory Structure is: SimpleSessionApp beans client Code was

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to configure hibernate to be able to work concurrent

2008-03-05 Thread kadlecp
My fault, my terrible fault. The exception is thrown by stateless session bean, not mdb. I reused same reference to that stateless session bean by multiple threads (I once did look up in initial context and then reused the reference). The threads then access same instance of entity manager whic

[jboss-user] [Management, JMX/JBoss] - Kiling a request thread

2008-03-05 Thread CBax007
Is there any way through the JMX console to terminate a particular request thread. I have a request thread that is calling my code that is stuck in a socket call in a 3rd party library. I can see the stuck thread in the JMX console thread dump (ServerInfo), but I don't see any way to terminate

[jboss-user] [Beginners Corner] - ear: read a file from webapplication

2008-03-05 Thread mars1412
how can I read a file from my webapplication? e.g. file is in project.ear\twentyfouract.war\img\mypic.gif File file = new File("img\mypic.gif"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134362#4134362 Reply to the post : http://www.jboss.com/index.html

[jboss-user] [JBoss Portal] - Re: How to access HelloPortal

2008-03-05 Thread pedalshoe
After looking into why http://localhost:8080/portal/portal/HelloPortal didn't work is because of how it is setup in hello*-object.xml The security-constraint is used. If you remove it, the documented url http://localhost:8080/portal/portal/HelloPortal will work. View the original post : http://

[jboss-user] [JBoss AOP] - Re: AOP compatibility with JBoss 3.2.7

2008-03-05 Thread dsmiley
But compile-time weaving is supported, says the 1.5.6 documentation. On my 3.2.7 with 1.5.6GA with JDK 1.4, I followed the install instructions, I get java.lang.NoClassDefFoundError: org/jboss/mx/loading/RepositoryClassLoader before it even gets to my ear file. That class in in JBoss 4, not 3.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Deployment tool ????

2008-03-05 Thread PeterJ
You do not need any tools to deploy archives - simply copy them to the server/xxx/deploy directory. Based on your description, I don't know what tools you are attempting to download. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134353#4134353 Reply to the

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [Help] Resources In Jars in Deployment EAR

2008-03-05 Thread Mazinger
No, the server.log's last entry occurs before the error. I'm having some issues with that as well, but that information's showing up in DEBUG, not ERROR, so I'm not concerned, I'd like to get this issue out of the way first... This is the common-config.xml located at the root of one of the JARs

[jboss-user] [JBoss jBPM] - Re: specify task time window

2008-03-05 Thread aapthorp
anonymous wrote : no need for an actionhandler anymore, but that is your choice... I guess I should've asked the question before implementing it... anonymous wrote : regarding the delayed start of a task and your remark about assiging based on existing tasks, we do kind of workload distribution

[jboss-user] [Beginners Corner] - Re: JBoss seam forum broken

2008-03-05 Thread nathandennis
"mars1412" wrote : you know about the new forum, do you? | http://www.seamframework.org/Community/SeamUsers did i miss a sticky note somewhere if this is a redhat endorsed forum, why not put the new url in the message?? and finally, why are we reinventing the wheel?? View the original

[jboss-user] [EJB 3.0] - Inject EJB 2.1 Entity Home into EJB 3.0 session beans using

2008-03-05 Thread benwalker_vf
Hi, Has anyone been able to inject a 2.1 entity bean home into 3.0 session bean using the @EJB annotation in jboss-5.0.0.Beta4? I have tried the following (fairly sure it should work according to EJB3 spec) Session Fragment: - | @Stateless(name="ExampleService") | @Local(ExampleService.cla

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Deployment tool ????

2008-03-05 Thread sajhak
is there any tool for deploy archives to the JBOSS server ?? I tried downloading tools in JBOSS site , JBOSS AS , but all those files are said to be corrupted ... so i couldnt get any :-( please help .. Thanks in advance Sajith View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - multiple jBPM questions

2008-03-05 Thread nyeh
I'm evaluating jBPM but I have some questions which I couldn't find them in FAQs. 1. I've three identical application servers (websphere) in a cluster. Each server has one jBPM engine deployed and they all connect to one database server. Is there any synchronization issue between three jBPM eng

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JvmRouteValve java.lang.StringIndexOutOfBoundsException!!!!

2008-03-05 Thread java123
Following is the stack trace that we get when we make request for the same page on different environments: [05-03-2008 11:33:39.483] [4130090] [org.apache.catalina.connector.CoyoteAdapter] [ERROR] [ajp-0.0.0.0-18249-1] An exception or error occurred in the contai ner during the request processi

[jboss-user] [JBoss jBPM] - Running Seam and JPBM in a separate schema

2008-03-05 Thread Bas Rutten
Hi, I'm using Seam 2.0.1.CR1 together with JBPM 3.2.2 and JTA. I want to keep the JBPM files in a separate database schema. I've set up two persistence units (one for my application tables and one for JBPM) and this all seems to work fine; the JBoss 4.2.1 application server deploys my EAR fil

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [Help] Resources In Jars in Deployment EAR

2008-03-05 Thread jaikiran
anonymous wrote : This contains an XML listing of what properties to load. And in that xml how do you specify the path/filename of the properties file? I am trying to figure out whether the file is available in the classpath of the application. anonymous wrote : What were you looking for speci

[jboss-user] [JBoss jBPM] - Cannot deploy BPEL version of HelloWorld

2008-03-05 Thread markld
Hello I'm trying to deploy the HelloWorld sample that comes with jBPM BPEL. I've downloaded the latest JBoss AS and got it running. The database schema has been generated and I can see the web console. But when I run "ant deploy.process" the console window I'm using says "deployment failed", a

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss 4.2.2 with hibernate-entitymanager-3.3.1.GA

2008-03-05 Thread jaikiran
anonymous wrote : I dont want to use hibernate jars which comes in Jboss4.2.2 distribution. These jars are old (3.2.1). JBoss-4.2.2 ships with 3.2.4.sp1. anonymous wrote : I want to use the latest version with Jboss4.2.2. Its definitely possible to use a different version of Hibernate with J

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Does Jboss require a specific OS?

2008-03-05 Thread cotede2
that's awesome View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134332#4134332 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134332 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [Help] Resources In Jars in Deployment EAR

2008-03-05 Thread Mazinger
This is JBoss 4.0.5 The CatalogManager.properties is being loaded via an encapsulation of the Apache Commons Configuration API. Within the same jar file that contains the various properties files, we store a common-config.xml file that is read in through a .class.getResource("common-config.xml

[jboss-user] [JBoss Portal] - Re: Portlet in multiple columns

2008-03-05 Thread porcho
"[EMAIL PROTECTED]" wrote : You would need to create your own layout And where can I find further information about that? I've looked at JBoss Portal Reference Guide already. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134325#4134325 Reply to the

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread martin.wickus
No, we're not running a cluster, thus no failover. I'll need to come back to you wrt the requested information. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134324#4134324 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Does Jboss require a specific OS?

2008-03-05 Thread PeterJ
All that you need is a certified JDK. The Java environment that comes with most Linux distros is not adequate, you will have to get the one from Sun. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134323#4134323 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Getting Started Documentation] - Re: cannot acces application from remote sytem

2008-03-05 Thread PeterJ
Did you read the release notes (readme.html)? First bullet item under JBOssAS 4.2.0 in the Configuration Issues section. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134319#4134319 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: In trouble with Jboss Application Server

2008-03-05 Thread mr.Jdeveloper
thx for ur answer jaikiran, im using 4.2.0.GA, but i had executed "run.bat -b 0.0.0.0", and after that i had been capable of accessing the server trought a web browser writing the ip and accessing by the port 8080. Is that the right way? and what about my first question? thx again jaikiran, im a

[jboss-user] [Advanced Documentation] - Re: cannot acces application from remote sytem

2008-03-05 Thread PeterJ
Please do not post the same question on multiple forums. http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134155 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134314#4134314 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hot deployment scanner deploys files which were meant to

2008-03-05 Thread jaikiran
Updated the issue http://jira.jboss.com/jira/browse/JBAS-5209 with a patch View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134312#4134312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134312 __

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread timfox
I want to try and replicate this on this end. Can you give me more information on your setup? Size of messages, number of messages, number of consumers etc etc. so we can replicate something similar? And what I should do to replicate? Looking at the code the only time consumecount gets modified

[jboss-user] [Installation, Configuration & DEPLOYMENT] - [4.2.2] NameAlreadyBoundException on deploy when binding Use

2008-03-05 Thread mturner24
Hi ! Server configuration: jBoss 4.2.2 GA I have an EAR with 2 EJB3 jars and 3 WARs. When Jboss starts and try to deploy the third war, I get this exception : anonymous wrote : | org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NameAlreadyBoun

[jboss-user] [JBossWS] - Re: Runtime classloader cannot be null

2008-03-05 Thread sjackson88
I forgot to mention I'm not using a loader-repository. My jboss-web.xml looks like this: | | | http://www.jboss.org/j2ee/dtd/jboss-web_4_0.dtd";> | | | | | test.test:service=TEST.0 | | | View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBossWS] - Re: Runtime classloader cannot be null

2008-03-05 Thread sjackson88
I have the same issue using jboss-4.2.2.GA and JBossWS2.0.1SP2 or JBossWS2.0.3. I need to make my .war dependent on the service that provides the data being served by the web service. My .war contains a single class; it uses @WebService and @WebMethod to tag what needs to be exposed to the w

[jboss-user] [JBoss jBPM] - Re: Do we really need

2008-03-05 Thread bungrudi
"kukeltje" wrote : think the other way around. do not move the node, move the tokens. Give each a none meaningful transition (or even use a decsionnode, even better) yes, i used decision node and transitions, and moved the tokens instead of the node. but then my xml is full of and pl

[jboss-user] [JBoss jBPM] - Re: Strange behaviour when using fork

2008-03-05 Thread kukeltje
it's rather not really easy in the current implementation of the core since it is dependent on the node. The generic actionhandler base then has to have knowledge about which nodes. In the pvm (basis of 4.0) things will change View the original post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss jBPM] - Re: Can't leave node ... without leaving transition

2008-03-05 Thread victorl
Hi pojomonkey, I resolved the problem making the documentation control node a state node type. Thank you very much once again. Best Regards, Victor View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134288#4134288 Reply to the post : http://www.jboss.com/index

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to get applicationname (name of the ear) from FacesConte

2008-03-05 Thread Annegret
Hi, I'm porting an application deployed in WebSphere ApplicationServer to jboss. In this context I have to generate a lookupname to a SessionBean dynamically. The SessionBean is deployed with JNDIName "earname/Beanname/local". For WebSphere the following call is implemented: | String appName

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread mausca
Thanks Ronald, but in the next node: | | | | | the MyAssignmentHandler is never called too View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134281#4134281 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: [Help] Resources In Jars in Deployment EAR

2008-03-05 Thread jaikiran
Which version of JBoss? And how does your code try to load the CatalogManager.properties file? And what are the contents of your application.xml file? Please also post the (probably huge) output of the following command: jar -tf myApp.ear where myApp.ear is the name of your ear file. View the

[jboss-user] [JBoss Messaging] - Re: Bridge problems across two clusters

2008-03-05 Thread navjeetc
I have looked at these links (http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnMDBToTalkToARemoteQueue[/url] & [url]http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIConfigureAnEJB3MDBToTalkToARemoteQueue) on the wiki and I don't think they address my question which is how do I configure

[jboss-user] [EJB 3.0] - Re: MappingException: Repeated column in mapping for entity

2008-03-05 Thread eyalhayun
did u managed to work it out? im getting the same error ,,, :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134276#4134276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134276

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread kukeltje
start states are currently not assignable this way. They are assigned to the actor who starts it. See jira for this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134275#4134275 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss jBPM] - Re: Do we really need

2008-03-05 Thread kukeltje
think the other way around. do not move the node, move the tokens. Give each a none meaningful transition (or even use a decsionnode, even better) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134272#4134272 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread martin.wickus
That's correct. Under item 2 for post Tue Mar 4, 2008 07:55 AM you'll see I mentioned that when we upgraded from JBM 1.4.0.GA to JBM1.4.0.SP3, we did not bring across our customizations (those two attributes specifically). In other words, under JBM 1.4.0.GA, we'd customized our connection-facto

[jboss-user] [JBossWS] - @WebService method argument names

2008-03-05 Thread rcarmichael
If I've got an EJB3 Bean with @Stateless and @WebService defined with a method like: | addNumbers(int num1, int num2) | the WSDL generated will simply call the arguments arg0 and arg1. Is there a way to force the WSDL generated to actually use the proper argument names? In this silly case

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread mausca
Sorry again | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134263#4134263 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134263 _

[jboss-user] [JBoss Portal] - Re: Missing windowId for portlets events test

2008-03-05 Thread [EMAIL PROTECTED]
"rpa_rio" wrote : I used the demo3.jsp code and made minimal changes, now everything works ok. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134262#4134262 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134262

[jboss-user] [JBoss jBPM] - Re: Swimlane

2008-03-05 Thread mausca
Sorry, this is the part of process: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134261#4134261 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134261 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to configure hibernate to be able to work concurrently i

2008-03-05 Thread kadlecp
Hello, I have several message driven beans that access db through hibernate. These message driven beans work in scope of one JTA transaction, so they access hibernate concurrently. It seems that hibernate is not configured well because I am getting this exception. | 14:46:44,652 ERROR [Asse

[jboss-user] [JBoss Messaging] - Re: messages stuck in queues

2008-03-05 Thread timfox
Sorry, I'm a bit confused. So, you're saying you saw the problem with the default, out of the box values, with no changes? What values do you need for your system - do you need to change the prefetchSize or slowconsumers? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[jboss-user] [JBoss jBPM] - Swimlane

2008-03-05 Thread mausca
Hi all, I've define this process (this is only a part of entire process) I don't understand why the class MyAssignmentHandler is never instatiated and the method assign is never called. The class MyAssignmentHandler implementes the org.jbpm.taskmgmt.def.AssignmentHandl

[jboss-user] [JBoss Portal] - Re: How to stream a pdf at portlet?

2008-03-05 Thread [EMAIL PROTECTED]
or use Portlet 2.0 resource serving ! "holly77" wrote : AFAIK straming binary content from within a portal context is not possible. | | You got do redirect to a Servlet. | | See: | http://www.thoughtsabout.net/blog/archives/33.html | View the original post : http://www.jb

[jboss-user] [Security & JAAS/JBoss] - Re: LDAP and JBoss

2008-03-05 Thread tool
Just a thought, but what does your login-config.xml file look like? If you had two LDAP login-modules defined for your application policy, with the first one flagged as "sufficient", then this behavior you describe would make sense. There would be two failed logins and only one successful one an

  1   2   >