[jboss-user] [Messaging, JMS JBossMQ] - JBOSS Configuration

2008-05-08 Thread Jay.ctrl
Does any one know of a way one can BIND an IP Address to JBOSS which is running as a service. i know you can do it from the command line using the run.bat -b X.X.X.X. but how is this possible if you are using jboss native and you are running it as a windows service or even a linux daemon? any

[jboss-user] [Beginners Corner] - JBOSS portal 2.6.4 didn't start

2008-05-08 Thread thunderjet
Hi guys i'm just new of jboss and i'm trying to learn something about it but i have a basic problem I have dowloaded joss portal + as rel 2.6.4 and the latest version of java JDK (rel 1.6.0 update 6) ia have unzipped jboss portal on C:\ so i have a directory named jboss.portal-2.6.4 java

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configure JAAS security for default app with Jetty

2008-05-08 Thread george001
I solved my own problem. Here is for all that may face the same situation: The solution is that your webapp jboss-web.xml file should map the protected context as: | ?xml version='1.0' encoding='UTF-8' ? | | !DOCTYPE jboss-web | PUBLIC -//JBoss//DTD Web Application 2.3V2//EN

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread salaboy21
I think the best to look at this concept is the following: User or actor: is one user on your identity provider Group: is a named collection of users Swimlane: is a process role, you define a swimlane to say that one set of task must be done by the same user from a collection of users...

[jboss-user] [Messaging, JMS JBossMQ] - Re: MDB not

2008-05-08 Thread scooter4j
I had correctly set up the queue correctly using the JNDIName attribute - and after starting JBoss the queue showed up in the Administration console as expected so I'm confident my queue was set up correctly. The link below indicates that this (MDB deployer not seeing the destination

[jboss-user] [JBoss jBPM] - Generating forms problem

2008-05-08 Thread coolex
Hello! I created my own process that I can start in the jbpm-console without any problem. For the start node task I created a form like it is described here: http://wiki.jboss.org/wiki/JbpmGettingStarted After deploying I restarted the process and on the point where I want to see the formular I

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to create message factory for SOAP Assembling t

2008-05-08 Thread Levi.Lelis
How did you solve this? I am having the same problem... Any suggestion? Regards, Levi View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149484#4149484 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149484

[jboss-user] [JBoss jBPM] - jpdl and sca tuscany integration - any?

2008-05-08 Thread Radu3000
Hello, In my poc I have implemented a soa reference set of apps in two ways: 1 - using sca tuscany. 2 - using jpdl runtime library. Both products use dependency injection - however for different scopes. SCA emphasis is on service component assembly where jpdl is on the process. However jpdl

[jboss-user] [JBoss jBPM] - Re: Generating forms problem

2008-05-08 Thread salaboy21
Generally this kind of problem because you use spaces in the name of the form.. or in the description... try to remove all spaces ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149487#4149487 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Equivalent of Web status with Jetty

2008-05-08 Thread george001
Hello, Does anyone know how to configure the web status to use the equivalent web status if such exist when Jetty is the web container as opposed to Tomcat?? Thanks, George View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149488#4149488 Reply to the post :

[jboss-user] [JBoss jBPM] - Could not instantiate the Process Instance

2008-05-08 Thread dilsent
Hi, I am using Seam-2.0.2.CR1 with jBPM .I am running into an isssue,would apreciate if anyone could help me on that. I am trying to create a process from a JSF page. Code: rich:panel styleClass=stack0 columns=1 xmlns=http://www.w3.org/1999/xhtml;

[jboss-user] [JBoss jBPM] - Invoking webservice from action

2008-05-08 Thread jagr
How can I configure jbpm to action invoke a webservice? I want to action in my process, invoke a webservice thats it's on other machine. I've only a wsdl. I've worked with webservices with axis2 and I 've created clients, but in jbpm I don't know how can I do this. Somebody can tell me a

[jboss-user] [JBoss jBPM] - Re: Generating forms problem

2008-05-08 Thread coolex
Well, I tried it but I have still the same problem. I just created two different fields with labels and created a new button. Then I clicked on OK. At the end I deployed my process and that's all. I tried the new process (new ID in the console) but still don't see the form. Maybe there is

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-08 Thread salaboy21
I think this is a very easy task.. you only need to use/call your generated clients inside the action code... for example: | public class MyActionHandler implements ActionHandler{ | public void execute(){ | WebServiceCliente.webServiceMethod(); | } | } |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: accessing Jboss from intranet

2008-05-08 Thread george001
Do you have a message in the Event Log in windows when you attempt that connection? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149498#4149498 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149498

[jboss-user] [Beginners Corner] - Re: JBOSS portal 2.6.4 didn't start

2008-05-08 Thread PeterJ
Do this. Open a command prompt, cd to the jboss_home/bin directory, and the enter: run Post the results. You might also have to edit run.bat to comment out the echo off command. Also, see http://wiki.jboss.org/wiki/en/FindstrCommandNotFound BTW, you might also have better luck with JDK 5,

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Controlling access web apps

2008-05-08 Thread elvisd
You mean that for every web application i should configure an host? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149501#4149501 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149501

[jboss-user] [JBoss jBPM] - Re: Generating forms problem

2008-05-08 Thread salaboy21
i Think there is no naming convention for this.. you also look at the file forms.xml where the name of the Form and the Form Name.. it look something like this: | forms | form task=LoadData form=LoadData.xhtml/ | /forms | Look for no spaces in this names and also look for the

[jboss-user] [JBoss Messaging] - Re: Unable to deserialize objects inside onmessage() method:

2008-05-08 Thread [EMAIL PROTECTED]
Do you have a testcase? Also.. shouldn't you be using a MDB inside the container? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149503#4149503 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149503

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Critical JBoss Isssue

2008-05-08 Thread milangothe
Hi George, Thanks for the reply. I have my application using Apache 2.0.52 and JBoss4.0.3SP1 version configured in Enterprise Linux 4ES and database server MS-SQL Server 2000 in Windows 2003 Server. And Apache and Jboss is integrated with mod_jk as a AJP13 connector. And 've configured JBoss

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring separate log file for application

2008-05-08 Thread jplenhart
Hi, We have scoured the internet and forums here and found a number of posts regarding our problem - however we have failed to reache resolution around something on the face seems relatively simplistic. We would like to log our application loggers to a different file. Couple of observations:

[jboss-user] [JNDI/Naming/Network] - connect to defaultds

2008-05-08 Thread AJanz
hi i am trying to connect to the defaultds. but i got the error DefaultDS not bound when i use the jndiview from web-console i see that it is there i use the following code, what am i doing wrong? | HashtableString, String env; | env = new HashtableString, String(); |

[jboss-user] [JBoss Portal] - Making a Portlet Remotable using Portlet Container 2.0

2008-05-08 Thread finnessyj
Is it possible to make a portlet running with Portlet Container 2.0 remotable without running the full install of JBoss portal? Can I just deploy the portal-wsrp.sar? Thanks for any response. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149515#4149515

[jboss-user] [JBoss Portal] - Re: Implementing portlet-specific help

2008-05-08 Thread dvanwest
How about having your doHelp() method call your doView() method with an extra attribute, then have the doView() pop a help window or overlay? Or forget the help mode and just embed a help icon in your view mode. View the original post :

[jboss-user] [JBoss jBPM] - Re: Generating forms problem

2008-05-08 Thread coolex
Ok, thank you very much. It is now working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149519#4149519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149519 ___ jboss-user

[jboss-user] [JBossWS] - Annotation to specify WS url

2008-05-08 Thread rcarmichael
So far I have been able to use web services in JBoss without having to modify my web.xml (or any xml files really) at all thanks to great annotations. However, I recently started adding version numbers to my wars/ears/jars and this has caused a number of problems. One of them is that JBoss uses

[jboss-user] [JBossWS] - Re: Annotation to specify WS url

2008-05-08 Thread rcarmichael
Well I like answering my own questions.. indeed, there is an annotation for this: org.jboss.wsf.spi.annotation.WebContext Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149528#4149528 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - SHARING SESSION BETWEEN THE PORTLETS. PROBLEM WITH APPLICATI

2008-05-08 Thread rammyramkumar
hi i have this scenario , i have different portlets deployed as a separate war files and i like to share datas which i intend to keep it in the session. i want to share the data between the portlets. i tried APPLICATION_SCOPE , i.e i get the session from the request object in Portlet 1 and

[jboss-user] [JBossWS] - Cannot Rename web.xml

2008-05-08 Thread bsisson
I created a web service using annotations and am deploying it to a JBoss Server in Eclipse. I have JBoss Tools deployed into Eclipse. I am running Eclipse 3.3 and JBoss 4.2.2GA. With my web service running I make a change to a class file (not the web service but a class in the same

[jboss-user] [JBossWS] - Re: Cannot Rename web.xml

2008-05-08 Thread bsisson
Additional information, if I attempt to do a full publish again it is during this second full publish that I get the Endpoint already registered exception for my web service. 13:23:08,646 INFO [TomcatDeployer] undeploy, ctxPath=/PSDynamicWebProject,

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

2008-05-08 Thread neilson
Hello folks, In fact, you should not define an extra class attribute for the discriminator column. Probably this is the cause of your error. So, your class might look like this: @Entity @Table(name=products) | @Inheritance(strategy=InheritanceType.SINGLE_TABLE) |

[jboss-user] [Clustering/JBoss] - Re: Is clustering possible for JBoss.org community edition?

2008-05-08 Thread [EMAIL PROTECTED]
http://www.jboss.org/jbossas/docs/ There is no such term as JBoss (community edition). :) The term JBoss AS refers to the jboss.org application server project, which I assume is what you mean. Red Hat also sells subscriptions for the JBoss Enterprise Application Platform (aka EAP), which has

[jboss-user] [Clustering/JBoss] - Re: JBossTreeCache issues

2008-05-08 Thread [EMAIL PROTECTED]
Check the logs of the server that's providing the state to see if it shows anything. If not, try turning on TRACE logging for org.jboss.cache and org.jgroups.protocols.UDP to get more detail on what's going on. View the original post :

[jboss-user] [Clustering/JBoss] - Re: jboss 4.2.2 with jgroups 2.5

2008-05-08 Thread [EMAIL PROTECTED]
We haven't done any testing with anything beyond 2.4.1.SPx, but it should work. But you'll need to test. If you want to upgrade, suggest going with JGroups 2.6.2. You may get some WARN messages in the logs about deprecated configuration parameters; the messages tell you what the parameters

[jboss-user] [JBoss Portal] - Re: Making a Portlet Remotable using Portlet Container 2.0

2008-05-08 Thread [EMAIL PROTECTED]
No, it's not possible at this point. WSRP is scheduled to be extracted from Portal in a future release to allow for such a use case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149536#4149536 Reply to the post :

[jboss-user] [JBoss Portal] - SHARING THE SESSION BETWEEN THE PORTLETS DEPLOYED AS SEPARAT

2008-05-08 Thread rammyramkumar
i have this situation where i need to share the session between the two portlets which are deployed as two different war files. i tried putting the values in the APPLICATION_SCOPE but it is returning null when i try to retrieve the data from session in the other portlet. Any ideas regarding

[jboss-user] [JBoss Portal] - Re: Making a Portlet Remotable using Portlet Container 2.0

2008-05-08 Thread finnessyj
Any idea when there would be a Beta release available? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149538#4149538 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149538

[jboss-user] [Installation, Configuration DEPLOYMENT] - Hot deploy configuration..

2008-05-08 Thread RayN
Hi all, I already look in google but i din't find the answer for my problem... In my company we use jboss as server aplication, but every time we need to change some .java (from EJB 2.0)...we need to recompile de .jar and restart jboss to make the changes...This has been a waste of time...can we

[jboss-user] [JCA/JBoss] - Quartz-ra + JobstoreCMT + XA

2008-05-08 Thread pkles
Hi, I´ve been struggling for one entire week trying to figure out how to make the quartz resource adapter to work with jobstoreCMT and XA datasources. Finally I assume I ended seting all the thing up in the correct way cause I can see the jobs related data in the quartz DB and also because

[jboss-user] [JBoss Portal] - Re: SHARING THE SESSION BETWEEN THE PORTLETS DEPLOYED AS SEP

2008-05-08 Thread [EMAIL PROTECTED]
Yes. The specification is quite clear about this: sharing session data only works between portlets deployed in the same web application (war file). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149542#4149542 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Making a Portlet Remotable using Portlet Container 2.0

2008-05-08 Thread [EMAIL PROTECTED]
Beta release of? The extraction of WSRP is on our internal roadmap but I cannot offer any timeline at this point. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149543#4149543 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Error deploying jpbm-console 3.2

2008-05-08 Thread pvile
also remember to change your dialect in the hibernate.cfg.xml. It happens if the datasource is correct, but you forgot to update the dialect View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149544#4149544 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Making a Portlet Remotable using Portlet Container 2.0

2008-05-08 Thread finnessyj
Thanks for the help, Chris. Looking forward to seeing WSRP abstracted in the future. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149545#4149545 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149545

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: accessing Jboss from intranet

2008-05-08 Thread majhong
No, no events in the event log under internet explorer, applications, security or system. I hadn't thought of checking that. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149549#4149549 Reply to the post :

[jboss-user] [JBoss Portal] - Re: SHARING THE SESSION BETWEEN THE PORTLETS DEPLOYED AS SEP

2008-05-08 Thread rammyramkumar
thanks for the immediate reply to the post. do u think is there any work around for this scenario? Does any tweak in the configuration help me in this regards? thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149550#4149550 Reply to the post :

[jboss-user] [JBoss Portal] - Re: SHARING THE SESSION BETWEEN THE PORTLETS DEPLOYED AS SEP

2008-05-08 Thread [EMAIL PROTECTED]
There is no work-around to share session data between separate web apps. This is more a limitation of how web applications work than portlets. You could: * bundle the portlets in the same web application * try to avoid sharing data altogether * use inter-portlet communication with portlet 1.0

[jboss-user] [JBoss jBPM] - Re: New application brewing, need some advice

2008-05-08 Thread johncarl81
heheheh, thanks for the clarification. I think we are going to build out a couple of Services... that could be integrated into an ESB in future cases. We're a pretty small shop right now so I don't think it makes a lot of sense. View the original post :

[jboss-user] [JBoss Portal] - Re: SHARING THE SESSION BETWEEN THE PORTLETS DEPLOYED AS SEP

2008-05-08 Thread rammyramkumar
Thanks again , my situation is i wanted all the portlets in separate war files to know the currently logged in user and his associated roles. iam authenticating against LDAP and also getting details from LDAP. so how i can make all the portlets to get this details? Does individual Portlets

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring separate log file for application

2008-05-08 Thread PeterJ
Does this help: http://www.jboss.com/index.html?module=bbop=viewtopict=133780 P.S. It would help if you posted only the changes to the jboss-job4j.xml, instead of the whole things.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149566#4149566 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring JBoss to follow soft links

2008-05-08 Thread VinitAdhopia
Hello, I have some soft links within my web app, but JBoss refuses to follow them, givinig 404 errors. I've double and triple checked that the paths are correct and that the jboss user has permissions to access the soft links. How can I configure JBoss AS to allow soft links? Thanks in

[jboss-user] [JBoss jBPM] - Re: Invoking webservice from action

2008-05-08 Thread kukeltje
Salaboy is correct. That would have been my answer to. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149573#4149573 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149573 ___

[jboss-user] [JBoss jBPM] - Re: Where and how to define new users?

2008-05-08 Thread kukeltje
anonymous wrote : But still I'm confused. I cannot understand the relation between swimlanes, actors, the users and the groups I can define in the jbpm-console. In addition to salaboys' comments, I'd suggest to just experiment a little and learn while making mistakes. Or read some tutorial or

[jboss-user] [JBoss jBPM] - Re: integration with JBoss Rules engine?

2008-05-08 Thread kukeltje
good advice umquat. People should learn to think out of the box while implementing processes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149575#4149575 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149575

[jboss-user] [JBoss jBPM] - Re: how to function jbpm in network????

2008-05-08 Thread kukeltje
the url is the hostname and port of the appserver your app is running on, combined with the context the app is deployed on. Standard java stuff View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149578#4149578 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: advice needed, simultaneously active tasks where there i

2008-05-08 Thread kukeltje
if you signal a token instead of ending a task (and have that signal the token) you get unfinished tasks but tasks not related to a token anymore so unexpected behaviour (like you have now) just my 0.01 eurocents View the original post :

[jboss-user] [JBoss jBPM] - Re: Is it possible???

2008-05-08 Thread kukeltje
if you do not want to put it as an action on the transition basic jbpm functionality then make a jsf backing bean out of it and do not use the jbpm transition button View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149580#4149580 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Please view Sexy_dance

2008-05-08 Thread kukeltje
hell? how do I get there??? Is that near dublin? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149581#4149581 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149581 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-08 Thread kukeltje
jbpm does *not* make multiple threads for each of the legs of the forks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149582#4149582 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149582

[jboss-user] [JBoss jBPM] - Re: jpdl and sca tuscany integration - any?

2008-05-08 Thread kukeltje
- jpdl is not targeted at component assembly, it is targeted at BPM. - sca is incubator - it is number x in the line of apache esb/soa/ projects why not use jboss ESB with jpdl in it? anonymous wrote : Albeit - I am not the only one seeking this How do you know? View the original post

[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-08 Thread estaub
Adding async=true to the node on each leg will make it execute independently. I don't know how/if this works if you are not persisting; someone else may know. If you are persisting, you'll need to use a database with good isolation and transaction characteristics - in particular, not HSQL.

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Demand Size increases

2008-05-08 Thread paradisonoir
In order to add more information about my question, I should add that our environment configuration is : Jboss Application Server (4.2.2.GA http://4.2.2.GA (build:SVNTag=JBoss_4_2_2_GA date=200710221140) | JVM Version: 1.5.0_06-b05 (Sun Microsystems Inc.) | | Using Jboss messaging and JMS

[jboss-user] [JBoss jBPM] - Re: fork (concurrency) help

2008-05-08 Thread shettytejesh
After posting my question and going through the jbpm doc, I did understood the GOP execution strategy and realized I will have to use async='true'. Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149589#4149589 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - SSL Ciphers

2008-05-08 Thread simvtran
OS: Linux Test1: JBoss-4.0.2 with jdk 1.4 Test2: JBoss-4.3.0-eap with jdk 1.5 I tested both setup and SSL ciphers for 256-bit was not seen by the security scan. I currently have the following SSL ciphers in the server.xml file:

[jboss-user] [JBoss Portal] - Do applications run under portal must be portlets?

2008-05-08 Thread paulctam
Hello, My company is investigating on using JBoss Portal. We have many legacy applications written as regular webapps and we also need to integrate with 3rd party web applications such as crystal report. My question is can I deploy a regular webapp under Portal without being wrapped around

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Measure size of a JMS object message

2008-05-08 Thread paradisonoir
Hi, Is there any way that we can measure the size of each jms object messages in Jboss Application server? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149605#4149605 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Demand Size increases

2008-05-08 Thread [EMAIL PROTECTED]
It's not clear how you measure your object. It's not clear also what are those numbers. Messages/sec... size of those objects? what are those? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149608#4149608 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - configure the pool instance for an mdb separately

2008-05-08 Thread eefth79
how to configure the mdb pool instance for a specific mdb? The standardjboss.xml provides a configuration for all the queues, by setting the max size in the invoker proxy binding. I just want to configure separately each mdb. Does anybody know? Thanks in advance View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Demand Size increases

2008-05-08 Thread paradisonoir
Thanks for your feedback, I hope that I can clarify them better. anonymous wrote : It's not clear how you measure your object. Well, that was one of my main questions how I can that. During my investigations, I became interested in knowing how Jboss folder-mainly the built-in database- changes

[jboss-user] [JBoss Messaging] - Add setters/getters to the JMX MBean interface to MDB?

2008-05-08 Thread SteveStair
JMX is exposing an interface to my MDB, under jboss.j2ee. It looks like this jboss.j2ee | * ear=DVS3App-M3.ear,jar=Core-M3.jar,name=MailMessageBean,service=EJB3 This MBean exposes start() and stop() operations in the JMX console. My question is, is there any way to add a setter/getter to

[jboss-user] [JBoss Messaging] - Re: Improve performance on sending messages to a queue

2008-05-08 Thread paradisonoir
anonymous wrote : I wonder if doing the sending inside a Worker could enhance performance What do you mean by that? Does your worker send your messages to another node or application first, or you directly return your message to the Jboss? View the original post :

[jboss-user] [JBossWS] - Setting context-path in xml for ejb endpoint

2008-05-08 Thread lent
Hi, I would like to set the context-path for the web service in xml file (jboss.xml?) rather than with WebContext annotation, for an ejb endpoint. I believe I read in some other post that this may be supported starting some version and I'm trying to figure out from which JBossWS version this

[jboss-user] [Remoting] - Create Data Source on Remote JBoss instance

2008-05-08 Thread srikanth_vals
Hi, I would like to create a JDBC datasource on a remote JBoss instance. Does JBoss provide any API to do it? -Sri View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149626#4149626 Reply to the post :

[jboss-user] [Clustering/JBoss] - Clustering with UDP or TCP - What is best?

2008-05-08 Thread dmurphy
Hi - we have started trying to understand the best (most reliable, most performant) networking configuration for clustering with JBOSS AS.. It appears (from the standard, shipped service xml) that JBOSS recommends UDP multicast as the best way to support session replication and distributed

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Unable to create message factory for SOAP Assembling t

2008-05-08 Thread Levi.Lelis
I managed to solve this by using the newest version of jUDDI - 2.0rc5 - and by deleting the saaj.jar that comes along with jUDDI.war. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149636#4149636 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Apache and JBoss Critical Issue

2008-05-08 Thread milangothe
Hi, Help will be greatly appriciated. We have apache and Jboss with mod_jk in Linux Machine configured. And we are connecting our application with MSSQL Server 2000 SP4 in Windows 2003 Server. And we are facing some error with these configuration they are Connection reset and Broken Pipe And

[jboss-user] [JBoss Portal] - Re: Unable to load tag handler class : org.jboss.portal.core

2008-05-08 Thread jamesl
Did you solve this issue? I have the same problem and I am trying to work out which JAR the class is in. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4149643#4149643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4149643

[jboss-user] [JBoss Portal] - Re: Page layout: 3columns layout error

2008-05-08 Thread jamesl
I had the following error when trying out the myLayout example: anonymous wrote : 13:30:31,464 ERROR [STDERR] org.apache.jasper.JasperException: /layouts/twoColumns.jsp(7,3) Unable to load tag handler class org.jboss.portal.core.theme.tag.ThemeTagHandler for tag p:theme | After some digging

[jboss-user] [Messaging, JMS JBossMQ] - Re: How to access JBOSS by providing IP address

2008-05-08 Thread priyarao234
Hi Aneesh thankQ I'm having one more doubt regarding JMS.. i.e i'm using JBOSSMQ as JMS Provider and in my publisher program i'm using PERSISTENT like below but while running the consumer program the same message is at first time and that is fine.. and i'm closing the consumer program

[jboss-user] [Clustering/JBoss] - Re: jboss 4.0.2 + cluster is not working

2008-05-08 Thread xps2nini2000
The problem is with vista.Mod_jk i snot working with vista.When i tried it on windows 2000 .Its saying mod-jk initialized.But http://localhost/jmx-console is saying same thing httpdocs/jmx-console not found.Please help me out. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No ClassLoaders found for: com.mchange.v2.c3p0.jboss.C3P

2008-05-08 Thread ckpatil
With JMX jars I am getting a different error. Well, I tried again by taking a fresh Jboss install and then added just c3p0 jar file in lib and also added c3p0-service.xml file in deploy folder. Now, when I start jboss it throws below exception. But this exception doesn't block/stop any thing,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Default ports?

2008-05-08 Thread vestlink
Hi. Hope this is the right place to ask the questions I'm trying to install JBoss application Server 4.2.2.GA in a very restricted network. In fact all ports are closed by default. In order for Jboss to work i need to know all the ports used by JBoss so they can be opened. My questions are

[jboss-user] [JBoss Portal] - Re: Page layout: 3columns layout error

2008-05-08 Thread [EMAIL PROTECTED]
jamesl, i think you mixed multiple versions of the portal. I guess you talked about the file located in: jboss-portal.sar/conf/theme/portal-layout.tld which has the correct path to the ThemeTagHandler View the original post :

<    1   2