[jboss-user] [Beginners Corner] - Re: upgrading from Jboss 4.01 to 4.2.3 or Glassfish

2008-08-20 Thread jaikiran
There's isn't a definitive guide for migration. But you start looking at http://wiki.jboss.org/wiki/JBossReleaseNotes which has the change logs for various versions. Then as and when you start running into errors (if any), while migrating, you can always post here in the forums. View the

[jboss-user] [Remoting] - Re: Using JBoss Remote API in the JBoss App server

2008-08-20 Thread crr
hi , i set the system property jboss.remoting.pre_2_0_compatible=true still it is not working and iam getting the following exception . 11:52:51,184 ERROR [ServerThread] Worker thread initialization failure java.lang.reflect.InvocationTargetException at

[jboss-user] [Beginners Corner] - Re: DROOLS (JBoss Rules) Execution Server

2008-08-20 Thread jaikiran
hbuisman wrote : I have a question regarding DROOLS. If this is not the right place, where can I post this question? | | Post this in the Drools users mailing list http://www.jboss.org/drools/lists.html View the original post :

[jboss-user] [Beginners Corner] - Custom Classloader from Database

2008-08-20 Thread ChrJacob
Hi there, I'm relative new to JBoss and have a question: The purpose of my application is to run some Java classes that have been built by a 3rd party tool. My EJB offers a service that the byte code can be uploaded to the server and another service to execute the byte code later. I found a

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: shutting down jboss server running on a machine having m

2008-08-20 Thread Mahi_nath
Good news The link provided by you worked for me Thank you very much for your great help.Thank you once again.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171423#4171423 Reply to the post :

[jboss-user] [JBoss Portal] - Portal 2.7.0 beta jsr 286 An error occured when an event was

2008-08-20 Thread DePauwL
Hello, I'm currently creating a portlet that uses jsr 286 event publishing. I can get the portlet deployed succesfull and visible in portall but when sending the form in the portlet I get a stack trace on the event 8:53,883 ERROR [CoreEventControllerContext] An error occured when an event was

[jboss-user] [JBoss Cache: Core Edition] - Listener gets events twice 2.2.0.CR7

2008-08-20 Thread mbrade
Hello I'm using JBossCache 2.2.0.CR7 with one CacheListener on the Cache. The cache runs fine but my problem is that I get all events twice. What I do is: | Cache cache = ...get the Cache from Spring Context... | cache.addCacheListener( new KeyEvictionListener() ); | cache.create();

[jboss-user] [JBoss Messaging] - Re: Best practice for scheduled message processing

2008-08-20 Thread ataylor
There may be a way of stopping the MDB from consuming messages i don't know, speak to the App server guys they could help you. Alternatively you couls write you're own mbean that consumes from the queue and stop and start the connection your self. View the original post :

[jboss-user] [JBoss Messaging] - Re: XA datasource with JBM problem

2008-08-20 Thread ataylor
Which version of JBoss Messaging are you using, can you try with the latest versions (jboss 4.2.2 with JBM 1.4) to make sure it is still a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171431#4171431 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Spring Component Auto Detection

2008-08-20 Thread alesj
I doubt updating other files will help, since it definitely looks to me as a VFS issue. I'll try to recreate error, mocking your config. Just can't promise when will that be - busy integrating Seam with JBoss5. But you're welcome to give it a crack yourself, at VFS. ;-) Since I think the part

[jboss-user] [JBoss Messaging] - Re: XA datasource with JBM problem

2008-08-20 Thread timfox
Looks like you're creating a non transacted session. There are lots of examples around of doing this correctly. I suggest you find one of those and copy it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171437#4171437 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Best practice for scheduled message processing

2008-08-20 Thread timfox
ataylor wrote : There may be a way of stopping the MDB from consuming messages i don't know, speak to the App server guys they could help you. Alternatively you couls write you're own mbean that consumes from the queue and stop and start the connection your self. Or you could write a simple

[jboss-user] [JBoss jBPM] - Re: Problem with depoly jbpm-bpel-1.1.1

2008-08-20 Thread rusbob
Any ideas! exception: 2008-08-20 12:52:17,323 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: id - ID_ 2008-08-20 12:52:17,324 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: name - NAME_ 2008-08-20 12:52:17,324 DEBUG [org.hibernate.cfg.HbmBinder] Mapped property: description -

[jboss-user] [JBoss Cache: Core Edition] - Re: Listener gets events twice 2.2.0.CR7

2008-08-20 Thread mircea.markus
The event is being triggered before creating the node and after the node is created. You can determine that by using Event.isPre() method. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171443#4171443 Reply to the post :

[jboss-user] [JNDI/Naming/Network] - jndi lookup for an object hosted by jboss AS 4.2.2

2008-08-20 Thread haf
hi, we have a web application that is supposed to send messages to a MDB that is hosted on JBoss application server on a different machine we use a code like this to lookup the connection factory | Hashtable env = new Hashtable(); |

[jboss-user] [Clustering/JBoss] - Stateful Session replication not working......

2008-08-20 Thread fmarchioni
Hello, I'm trying a basic Cluster SFSB which autoincrements a fields @Stateful | @Clustered | public class HelloBean implements HelloBeanItf,Serializable { | int counter = 0; | public void doSomething() { | counter++; | System.out.println(Value of counter is + counter);

[jboss-user] [JBoss Tools (users)] - Re: NullPointer on Entitymanager using Seam Project

2008-08-20 Thread Smoeker
sorry... found another way to generate the Beans - problem solved (for now ;-)) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171447#4171447 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171447

[jboss-user] [Installation, Configuration DEPLOYMENT] - Error [org.jboss.ha.framework.server.ClusterPartition]

2008-08-20 Thread nareshgali
Hi, I tried to start the jboss 3.2.7 server and i its failing to start up properly its showing the following trace, Could anyone analyze the problem: here the log: 2008-08-20 14:35:26,095 ERROR [org.jboss.ha.framework.server.ClusterPartition] Initialization failed

[jboss-user] [JBoss Tools (users)] - Problems with CRUD - Application (Jboss Tools Eclipse)

2008-08-20 Thread Smoeker
hi there, i have some problems working with a jbosstools - generated Seam Crud Application : I generated the xhtmls/entity Beans/ DAOs by reverse engineering from an existing database. - the Crud - pages work fine, but i have problems implementing my own logic : i generated a new seam form

[jboss-user] [JBoss Messaging] - Is the destination for DLQ mandatory?

2008-08-20 Thread ckaushalya
Hi All, I'm using JBoss [EAP] 4.3.0.GA_CP01 with clustering. I have defined a new destination in the destinations-service.xml and commented all rest of the predefined destinations including the destination of the default dead letter queue (DLQ). Now I'm getting the following error at

[jboss-user] [Clustering/JBoss] - How to define HAJNDI

2008-08-20 Thread jimmy6
I want to cluster a User object among all server. I know HAJNDI can do that but how to define the user object inside cluster wide context and get it back from jndi lookup? I just saw the following code in the documentation. How about define it? Properties p = new Properties();

[jboss-user] [Clustering/JBoss] - Re: Stateful Session replication not working......

2008-08-20 Thread fmarchioni
well storing the EJB handle in the Http session solves the problem.so each instance of Tomcat was keeping an handle of the EJB that's way it didn't work. Anyway is it possible to configure the cluster so that when a request reaches the HTTP Server it stays ON THE SAME SERVER and keeps a

[jboss-user] [JNDI/Naming/Network] - Hibernate configuration with JNDI

2008-08-20 Thread TurangaLeela
I know how I can configure datasource with JNDI (create xxx-ds.xml file). And now I want to move my hibenate configuration properties definition away from persistence.xml and make them available via JNDI. I have googled a bit and found JNDIBindingServiceMgr () that allows to bind arbitrary

[jboss-user] [Management, JMX/JBoss] - Re: Testing if JBOSS is UP and running

2008-08-20 Thread erasmomarciano
You try You have to do a telnet, and next a get request View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171456#4171456 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171456 ___

[jboss-user] [JNDI/Naming/Network] - Re: jndi lookup for an object hosted by jboss AS 4.2.2

2008-08-20 Thread jaikiran
How do you start the 172.16.15.22 server? You will have to use the -b option starting JBoss-4.2.x or else the services will be by default bound to localhost. See this for more details http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss42FAQ View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Issue with the Virtual Host

2008-08-20 Thread erasmomarciano
Try: http://rocky.webpage:8080/ I suggest to see the configuration between JBOSS and APACHE with mod_jk or mod_proxy. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171459#4171459 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with depoly jbpm-bpel-1.1.1

2008-08-20 Thread rusbob
problem solved!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171461#4171461 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171461 ___ jboss-user mailing list

[jboss-user] [JBoss Cache: Core Edition] - Re: how can i configure jbosscache on glassfish Application

2008-08-20 Thread [EMAIL PROTECTED]
what do you need to know? Just create a cache normally, as per the user guide, and bind it in JNDI or something for future use. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171462#4171462 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: Concurrency issue in OrderedSynchronizationHandler (2.0.

2008-08-20 Thread [EMAIL PROTECTED]
There are no plans to fix this in 1.x. The latest stable in 2.x is pretty stable, although I'd look at http://wiki.jboss.org/wiki/JBossCacheAsCompatibility about using it with AS 4.x. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171463#4171463 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - ejb2 call from 4.0.3 client to 4.2.2 server - how to configu

2008-08-20 Thread deckrider
___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user

[jboss-user] [JBoss Tools (users)] - Re: Problems with CRUD - Application (Jboss Tools Eclipse)

2008-08-20 Thread [EMAIL PROTECTED]
best to ask Seam questions like this in the seam forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171464#4171464 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171464 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: how can i configure jbosscache on glassfish Application

2008-08-20 Thread donado
Thank you for the answer. yes i think it is what i want to know. create a cache normally an bind it in JNDI. here (http://www.jboss.com/index.html?module=bbop=viewtopicp=4058752#4058752) I have found something but I do not know how to start and how the configuration file should look like and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: ejb2 call from 4.0.3 client to 4.2.2 server - how to con

2008-08-20 Thread deckrider
I'm in the same boat, getting these '[PropagationContextManager] jboss-atx: unknown Tx Propagation Context' messages. Anyone come to understand them yet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171466#4171466 Reply to the post :

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

2008-08-20 Thread kukeltje
Sure, this is the most common scenario. A more complex reference impelementation is available within Seam. A seprate one is being worked on by me personally, but that will not be available for the next comming months View the original post :

[jboss-user] [JBoss Cache: Core Edition] - Re: how can i configure jbosscache on glassfish Application

2008-08-20 Thread [EMAIL PROTECTED]
Have a look at the user guide. Everything you need to know should be there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171468#4171468 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171468

[jboss-user] [JBoss jBPM] - Re: workaround for StackOverflow exception

2008-08-20 Thread kukeltje
unrelated to the main topic. Please start a new topic since it is easier to find for others then View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171469#4171469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171469

[jboss-user] [EJB 3.0] - Issue in JBOSS 5

2008-08-20 Thread kieth_jane
Hi, i am trying to deploy an ear appication jboss 5 beta-4.The below is the error i got. org.jboss.deployers.spi.DeploymentException: Error during deploy: vfsfile:/D:/jboss-5.0.0.Beta4/jboss-5.0.0.Beta4/server/default/deploy/USAPatient.ear/USAPatient-ejb.jar at

[jboss-user] [JBoss jBPM] - Re: Should I Use Jboss JBPM for this

2008-08-20 Thread kukeltje
anonymous wrote : So can't we assign task to the users or role graphically useing jpdl graphic designer and we have to write the custom code for that?? Not sure what you mean by this Regarding the other question: If it looks like a tomato (ah... not a ;-)), tastes like a tomato View the

[jboss-user] [JBoss jBPM] - Re: Terminated or deleted process instance?

2008-08-20 Thread kukeltje
Just some wild guesses.. - different (customized?) hibernate config? - Older and upgraded database model? e.g. one initially for 3.1? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171473#4171473 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Re: how can i configure jbosscache on glassfish Application

2008-08-20 Thread donado
I have look the user guide. it is only for jboss AP. an i don't know how to use it on Glassfish View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171474#4171474 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171474

[jboss-user] [EJB 3.0] - Re: Issue in JBOSS 5

2008-08-20 Thread jaikiran
anonymous wrote : i am trying to deploy an ear appication jboss 5 beta-4 Based on one of the JIRA issues, this probably is fixed in JBoss5 CR1 (which by the way is released and available for download). Can you try this on this new version? As for the exception, it looks like while parsing the

[jboss-user] [JBoss Cache: Core Edition] - Re: how can i configure jbosscache on glassfish Application

2008-08-20 Thread donado
i want to use ist like on this link (http://www.jboss.com/index.html?module=bbop=viewtopicp=4058752#4058752) with Glassfish transaction manager or a custom transaction manager.. i dont know which step i have to do for this and where (in which folder ) i have to put the jbosscache configuration

[jboss-user] [EJB 3.0] - Re: Issue in JBOSS 5

2008-08-20 Thread kieth_jane
Hi, but it says there is an deployment exception.I am really confused. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171477#4171477 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171477

[jboss-user] [JBoss Messaging] - Re: Best practice for scheduled message processing

2008-08-20 Thread PitPalme
Hello, ataylor wrote : There may be a way of stopping the MDB from consuming messages i don't know, speak to the App server guys they could help you. Thanks a lot for your reply. I read this as a JBM queue can't be controlled the way you want it, right? So I'll go and figure how to play with

[jboss-user] [EJB 3.0] - Re: Issue in JBOSS 5

2008-08-20 Thread jaikiran
The exception occurs when the xml is being parsed during deployment and hence is wrapped in a DeploymentException. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171480#4171480 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Issue in JBOSS 5

2008-08-20 Thread kieth_jane
Hi, First of all Thanks. I am facing one more issue in Jboss 4.3.are jsf are supported by jboss 4.3. where i have to put the jsf libs, if i put in my application they are throwing error at deployment only.if i put server\lib i am getting TLD exception at run time. Thanks View the original

[jboss-user] [Clustering/JBoss] - Re: How to run a Queue and MDB into a cluster

2008-08-20 Thread dmary
help !? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171482#4171482 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171482 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Problem with depoly jbpm-bpel-1.1.1

2008-08-20 Thread [EMAIL PROTECTED]
Wow, you are good at finding solutions for your problems. I'll keep an eye on you for our next hiring ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171485#4171485 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171485

[jboss-user] [JBoss jBPM] - bpel vs jpdl

2008-08-20 Thread abdoly
hi, i still cant understand the difference between bpel and jpdl, any help is appreciated View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171483#4171483 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171483

[jboss-user] [JBossWS] - Re: Providing your own wsdl instead of the generated one.

2008-08-20 Thread ngtdave
Thanks PeterJ! Sorry Anu, I wasn't reading very carefully, I should have paid more attention before answering. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171487#4171487 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: BPEL Problem with Fault Handler

2008-08-20 Thread [EMAIL PROTECTED]
The error message does not mean anything is wrong. It is just a trace of the wsdl fault (FaultInstance) wrapped by an exception (BpelFaultException). If the fault handler is not running, it is possible that the fault name or message type do not match the received fault. To determine what is

[jboss-user] [Beginners Corner] - Re: No answer after run command

2008-08-20 Thread zofe7
Hi, I seem to have the same problem as described above. When trying to start up the JBoss Server 4.2.3.GA on my Windows Vista 64 machine it stops at the following line: C:\Installs\jboss-4.2.3.GA\jboss-4.2.3.GA\binC:\Sun\SDK\jdk\jre\bin\bin\java -server -version 21 | findstr /I hotspot

[jboss-user] [JBoss Messaging] - Re: XA datasource with JBM problem

2008-08-20 Thread perisb
So can I take it that what I am trying to do should be doable? ataylor: I am using what comes bundled with 4.0.2. I can try moving to 4.2.2 just to know, if you're saying that this pattern is not supported under 4.0.2, but 4.0.2 is still our production environment. timfox: The example I used

[jboss-user] [JBoss jBPM] - Re: Human Task Example

2008-08-20 Thread [EMAIL PROTECTED]
Not really. The example is meant to show how to populate a task list written against the jBPM 3 task API from a BPEL process. We have plans to implement the WS-HumanTask interfaces in the PVM task component. The Orchestra team, who are building a BPEL implementation on top of PVM, also plan to

[jboss-user] [Beginners Corner] - Re: No answer after run command

2008-08-20 Thread jaikiran
Can you remove the @echo off from the run.bat and then run it from the command prompt and post the entire output here? And what do you mean by anonymous wrote : it stops at the following line Does it hang? Or does the control return back to the command prompt? Also what does: echo

[jboss-user] [JBoss jBPM] - Re: JobExecutorServlet alternative

2008-08-20 Thread [EMAIL PROTECTED]
Did you check chapter 9? I see nothing unreasonable in starting the job executor from an MBean. But why bother, when the enterprise module offers you a JMS message service and an EJB scheduler service in a portable package. View the original post :

[jboss-user] [JBoss Messaging] - Re: XA datasource with JBM problem

2008-08-20 Thread timfox
Ah I just noticed you're using an interceptor, I thought you were using an EJB which is an extremely common pattern. The JMS JCA resource adapter requires a managed environment (read servlet or EJB) otherwise transaction won't get enlisted automatically. But this is app server stuff and not

[jboss-user] [JBoss Messaging] - Re: XA datasource with JBM problem

2008-08-20 Thread perisb
So your saying the enlistment of the JMS Session as an XA resource has nothing to do with JBM (or is completely orthogonal to it)? If not, is there anything explicit I can do to make this work? Just curious: the connection factory name java:/JmsXA I'm using returns a JmsConnectionFactory.

[jboss-user] [JBoss Tools (users)] - Struts Code Generate not working as tutorial advertises

2008-08-20 Thread tdruttenberg
I am using the nightly build of the Tools w/Eclipse 3.4 and am working my way through the Struts tutorial (v. 2.1.0.CR1). I'm up to Chapter 3: Generating Stub Coding. The tutorial says anonymous wrote : * Right click a blank space in the diagrm and select Generate Java Code. | * Leave

[jboss-user] [JBossWS] - Handling timeouts in WebService client

2008-08-20 Thread rohit.macherla
Hi all, I have JBoss 4.2.2.GA version installed on a HP Unix machine. We have a WebService, say A, that calls another WebService, say B. When A calls B it usually takes a lot of time, say 3-4 minutes to respond. I would like to know where to configure the timeout value for the WebService

[jboss-user] [JBoss Messaging] - Re: XA datasource with JBM problem

2008-08-20 Thread timfox
perisb wrote : So your saying the enlistment of the JMS Session as an XA resource has nothing to do with JBM (or is completely orthogonal to it)? | Yes, the resource enlistment is done by the JCA adapter, not JBM. anonymous wrote : | Just curious: the connection factory name java:/JmsXA

[jboss-user] [JBoss Messaging] - Re: XA datasource with JBM problem

2008-08-20 Thread timfox
http://java.sun.com/j2ee/apidocs-1_5-fr/javax/resource/spi/package-summary.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171510#4171510 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171510

[jboss-user] [JBoss Messaging] - Re: Best practice for scheduled message processing

2008-08-20 Thread timfox
If you like you can add a JIRA feature request for the ability to pause resume delivery on a queue via the management interface. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171512#4171512 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: bpel vs jpdl

2008-08-20 Thread estaub
If everything you ever want to do is a web service call, use BPEL. Otherwise, JPDL. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171515#4171515 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171515

[jboss-user] [EJB 3.0] - Re: Issue in JBOSS 5

2008-08-20 Thread jaikiran
kieth_jane wrote : | I am facing one more issue in Jboss 4.3.are jsf are supported by jboss 4.3. | where i have to put the jsf libs, if i put in my application they are throwing error at deployment only.if i put server\lib i am getting TLD exception at run time. | | Since this is not

[jboss-user] [Beginners Corner] - Re: No answer after run command

2008-08-20 Thread zofe7
anonymous wrote : Does it hang? Or does the control return back to the command prompt? The control does return to back to the command prompt. echo %JAVA_HOME% outputs: C:\Sun\SDK\jdk\jre\bin This is actually where I put my downloaded Java EE + SDK, bin being the directory where the client and

[jboss-user] [JBoss jBPM] - Re: JobExecutorServlet alternative

2008-08-20 Thread nizzy
Hi Alex, Because I do not wish to deploy enterprise ear and it was easier to write MBean to accomplish the task than search for examples or documentation on how to do it any other way! It only took 15 mins to write MBean. View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Issue with the Virtual Host

2008-08-20 Thread Metal Jboss
Im sorry If I dont know, but I have tried finding those files or folders, but where can I find them in my computer (WINDOWS)??? and what needs to be modified for this to work??? :S THANKS View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171524#4171524 Reply

[jboss-user] [Beginners Corner] - Re: No answer after run command

2008-08-20 Thread jaikiran
anonymous wrote : echo %JAVA_HOME% outputs: | C:\Sun\SDK\jdk\jre\bin | This looks incorrect. The JAVA_HOME should be set to: set JAVA_HOME=C:\Sun\SDK\jdk\jre View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171525#4171525 Reply to the post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - It is possible to make a method invocation from a session be

2008-08-20 Thread jlemetay
In order to avoid polling from an object running in the servlet container (tomcat) to a session bean running in the EJB container, I would like to notify a message (i.e. a simple status change message) from a session bean to another object living in a servlet container. Question : is it

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss not recognizing deployments from Maven

2008-08-20 Thread HappySpaceInvader
I have some Maven projects set up to deploy to JBoss using the maven-jboss-deploy-plugin as follows: plugin | groupIdorg.jboss.maven.plugins/groupId | artifactIdmaven-jboss-deploy-plugin/artifactId | version1.6/version |

[jboss-user] [Beginners Corner] - Re: No answer after run command

2008-08-20 Thread zofe7
That was the problem, thank you very much View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171530#4171530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171530 ___ jboss-user

[jboss-user] [Beginners Corner] - Errors after run

2008-08-20 Thread Sherst
I am trying to run jboss and getting erorrs. Here is my log file. | 2008-08-20 15:10:17,609 ERROR [org.jboss.deployment.MainDeployer] Could not initialise deployment: file:/C:/JBOSS/jboss-4.2.3.GA/server/default/deploy/jbossws.sar/ | java.lang.NoClassDefFoundError: javax/ejb/Stateless |

[jboss-user] [JBoss and NetBeans] - Re: Error deploying war file (developed using visual web 5.5

2008-08-20 Thread carmo
Hi All, I am using JDeveloper 10.1.3.3.0 1 and JBoss-4.0.5.GA I have developed a sample web application. In this I have added some third party jar fiels in the library. When deploying it throws the following error. (In my server war or ear file is twiced deployed). How to solve this issue?

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Load balancing with sticky session

2008-08-20 Thread cseguino
Hi, I'm trying to set up load balancing between apache and JBOSS 4.2.2AS. It tried with mod_jk and mod_proxy, load balancing is working with both methods. I need to set up sticky session, but I can't manage to make JBoss/Tomcat append the jvmroute parameter to the JSESSIONID. In

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Load balancing with sticky session

2008-08-20 Thread cseguino
Hi, I'm trying to set up load balancing between apache and JBOSS 4.2.2AS. It tried with mod_jk and mod_proxy, load balancing is working with both methods. I need to set up sticky session, but I can't manage to make JBoss/Tomcat append the jvmroute parameter to the JSESSIONID. In

[jboss-user] [JBossWS] - Re: JBossWS 3.0.3 Released

2008-08-20 Thread [EMAIL PROTECTED]
Sorry, this got lost when we moved to Maven some time ago. I created a jira issue for it: https://jira.jboss.org/jira/browse/JBWS-2286 In the mean time, please note sources are both available through SVN and Maven repositories: *

[jboss-user] [JBoss Portal] - LDAP authentication using LDAPExtUserModuleImpl is case-inse

2008-08-20 Thread jasonawong
When I setup JBoss Portal to authenticate against an LDAP using the LDAPExtUserModuleImpl class, the login is case insensitive (ex. in LDAP the username is user, but both user and User work). When I login as User and try to access the dashboard then I receive a HTTP Status 403 along with the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: servlet: how to spawn all processors

2008-08-20 Thread PeterJ
Running your web app across 16 CPUs is not a good idea. Due to CPU cache issues, contention among threads, and various other issues it is usually better to run such apps while affinitized to 2, 3 or 4 CPUs (depening on your app). At least that is what we have found in our testing. In Linux,

[jboss-user] [EJB 3.0] - Re: Using Connection Pool in EJB 3.0

2008-08-20 Thread PeterJ
As far as I know, datasource configuration is an app server dependent thing - each one does it in its own way. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171549#4171549 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Error [org.jboss.ha.framework.server.ClusterPartition]

2008-08-20 Thread PeterJ
Did you see this part of the error: Caused by: java.lang.NumberFormatException: For input string: @mcast_port@ That string appears in one of the configuration files. I don't know which one so you will need to grep for it. View the original post :

[jboss-user] [JBoss Messaging] - Re: Is the destination for DLQ mandatory?

2008-08-20 Thread PeterJ
You should not comment out the DLQ - it is required. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171553#4171553 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171553 ___

[jboss-user] [JBoss Portal] - Re: LDAP authentication using LDAPExtUserModuleImpl is case-

2008-08-20 Thread bdaw
Change your login-config.xml to have: | login-module code=org.jboss.portal.identity.auth.IdentityLoginModule flag=required | | module-option name=validateUserNameCasetrue/module-option | | /login-module | View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - mod_jk in Jboss

2008-08-20 Thread Metal Jboss
Hi, I received a suggestion about using mod_jk to make Virtual Host in order to make that JBOSS responds with a domain name, like http://rocky.webpage/webapp, right now is still with http://localhost:8080/webapp. I found out that mod_jk is a between Apache and Tomcat but then how Jboss uses

[jboss-user] [JBoss Portal] - Re: JSF Based Portlet and IPC

2008-08-20 Thread SreeniJakka
No luck yet! I am surprised that no one from the JBoss team has addressed this or similar thread from the past few months. JBoss and other vendors promote JSF, and it's part of the Core Java framework now, but still we have these fundamental impediments working with JSR168. Not sure, if

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss not recognizing deployments from Maven

2008-08-20 Thread PeterJ
Apps are deployed based on their extensions. For example, *.ear is deployed as an enterprise app, *.war is deployed as a web app. This applies whether the app is deployed as an archive file or as an exploded directory. It appears that you are deploying as an exploded directory - but it is

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss not recognizing deployments from Maven

2008-08-20 Thread PeterJ
Doing a more careful read of your post, I would suspect that you want Messaging to end with the .jar extension. I also suspect that you want to know how to convince Maven to copy your Messaging.jar file to the deploy directory. For that I don't know - I use Ant to do all of my deploying, even

[jboss-user] [JBoss Cache: Core Edition] - No transaction manager lookup class has been defined

2008-08-20 Thread agopal
Hi , I'm configuring the jboss service.xml to have JBossTransactionManagerLookup class. But still I get 13:16:31,832 INFO [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used What am I doing wrong? Using jboss-cache-jdk50.jar. Thanks and

[jboss-user] [Security JAAS/JBoss] - Re: LDAP is giving error : Invalid direct reference to form

2008-08-20 Thread ragavgomatam
what is the url that you are calling ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171564#4171564 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171564 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: InterceptorStack, type=Producer : run twice ?

2008-08-20 Thread Antoine_h
Hello, I still have not found an answer to those questions... any one have an idea about it ? Thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171565#4171565 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4171565

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss not recognizing deployments from Maven

2008-08-20 Thread HappySpaceInvader
PeterJ wrote : Doing a more careful read of your post, I would suspect that you want Messaging to end with the .jar extension. I also suspect that you want to know how to convince Maven to copy your Messaging.jar file to the deploy directory. For that I don't know - I use Ant to do all of my

[jboss-user] [Security JAAS/JBoss] - Re: JavaServer Faces and container-managed authorization not

2008-08-20 Thread ragavgomatam
I still suspect its an issue with your LoginModule. Code for accessing the database by extending AbstarctSeverLoginModule is posted in the forum..Check that out compare yours...Are you setting the roles correctly ? View the original post :

[jboss-user] [JBoss Cache: Core Edition] - CacheListener does not get event if node is not present

2008-08-20 Thread mjrother
I have a distributed cache configuration with a TreeCacheListener on the second system listening for event from the first system. It is configured as INVALIDATION_ASYNC. All works fine while all components remain in memory on the second system. If a node is evicted from the second system or

[jboss-user] start up mbean for jboss

2008-08-20 Thread Sadashiv Patwary
Hi all, I want to add a startup class which should be loaded when the jboss starts up. I did some research Which says create mbean and add it jboss-service.xml file( not sure which location). I am using ear deployment. The class which I want o make the start up class resides in ear file

[jboss-user] [Security JAAS/JBoss] - Re: LDAP is giving error : Invalid direct reference to form

2008-08-20 Thread ragavgomatam
also anonymous wrote : url-pattern/security/*/url-pattern appears to a problem...Make your anonymous wrote : form-login-config | form-login-page/security/login.jsp/form-login-page | form-error-page/security/error.jsp/form-error-page |

[jboss-user] [Management, JMX/JBoss] - JBOss start up class issue

2008-08-20 Thread patwary_shiva
Hi all, I want to add a startup class which should be loaded when the jboss starts up. I did some research Which says create mbean and add it jboss-service.xml file( not sure which location). I am using ear deployment. The class which I want o make the start up class resides in ear file

[jboss-user] [JBoss jBPM] - Re: Human Task Example

2008-08-20 Thread gllambi
[EMAIL PROTECTED] wrote : | We have plans to implement the WS-HumanTask interfaces in the PVM task component. | Thank you very much for the answer! Although, some other doubts came to my mind with it :) Maybe this is a very basic question but, what's the relationship between the PVM

[jboss-user] [Security JAAS/JBoss] - Re: some questions on authentication

2008-08-20 Thread ragavgomatam
Answers below :- (1) If you want to use JAAS for authentication, YES (2) Passwords are NEVER stored in request. Principal can be got from the request after successful authentication by calling anonymous wrote : request.getPrincipal(). (3)After successful authentication Principal is cached till

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss not recognizing deployments from Maven

2008-08-20 Thread PeterJ
But doesn't your Maven build place a Messaging.jar (or perhaps Messaging-1.0-SNAPSHOT.jar) into your target directory? I would think that the maven-jboss-deploy-plugin would use that when it has to deploy somthing. Crazy question - where is your project directory located? I hope that it is not

[jboss-user] [Security JAAS/JBoss] - Re: JavaServer Faces and container-managed authorization not

2008-08-20 Thread poesys
As I reported in my followup post, I replaced my custom login module entirely with the standard JBoss DatabaseServerLoginModule configured with queries. That works fine and authenticates, but I'm still not seeing the roles being accepted during authorization. The roles are coming back correctly

  1   2   >