[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-01 Thread [EMAIL PROTECTED]
www.jboss.org/tools -> click documentation ;) And we do target Eclipse 3.3.x. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140782#4140782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140782

[jboss-user] [EJB 3.0] - Re: Why interceptors can't be deployed using ejb-jar.xml?

2008-04-01 Thread jwenting
you're probably missing the section of the ejb-jar. Something like | | | your_interceptor_class_name | | methodName | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140781#4140781 Reply to the po

[jboss-user] [JBoss Cache: Core Edition] - Jdbc Cahce Loader Issue

2008-04-01 Thread shanthi_jbosscache
Hi, I am using JBoss cache(1.4.1SP8) in webapplication which is deployed in weblogic clustered environment. I have two management ports.I am using JDBC Cache Loader and cache is clustered across the weblogic portals. I started the portal1 server succeessfully and cache also started. All the

[jboss-user] [EJB/JBoss] - XAException-timer session beans

2008-04-01 Thread aneesh62003
We are facing a problem with our timer session beans. The following is the error trace log that we got from server log. >From the log we could understand that itz not able to commit the transaction >on timeout. Any suggetions on why it happens will be appreciated... we are using EJB2 slsb

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-01 Thread [EMAIL PROTECTED]
The JBoss IDE EJB project type no longer exists. It was deemed redundant with the webtools ejb project. It provided little to no added functionality. The wizards to create some EJB elements are still present. Also, I don't believe we target 3.3 though I'm not sure. View the original post :

[jboss-user] [EJB 3.0] - Why interceptors can't be deployed using ejb-jar.xml?

2008-04-01 Thread littlepinkie
Hi, I'm trying to get familiar with the interceptors in ejb3. I succeeded in using it with annotations, and it worked well. But when I remove the @Interceptors and put in the ejb-jar.xml, the interceptor doesn't work. Here is the ejb-jar.xml: | http://java.sun.com/xm./ns/javaee"; | xm

[jboss-user] [JBossWS] - Re: WS-Security and Dispatch

2008-04-01 Thread esacchi
thanks obrigado gracias View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140762#4140762 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140762 ___ jboss-user mailing list jboss-

[jboss-user] [JBoss jBPM] - How to call Seam SLSB from a jbpm-invoked action?

2008-04-01 Thread brombie
Hi all, I posted this question at seamframework.org forum but haven't seen any answers so I'm trying my luck in this forum. My seam project has the jbpm module enabled and I'm wondering how I can get my jbpm action handler to access a Seam component/object. For example, in my jpdl, I have a tr

[jboss-user] [JBossWS] - please help - web services still dont work for me - jboss as

2008-04-01 Thread wiggy
thought i'd have one last go downloaded jboss As5b4. configured eclipse 3.3 with default 5.0 server (basic one) deployed ejb3 webservice as ejb file to server and checked wsdl generated. used wsconsume to gen client artifacts and imported into standalone application client project. All co

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Installation Issue?

2008-04-01 Thread jej2003
Maybe I am asking the wrong questions. In the version of JBoss tools that I am using what is the procedure for building a new EJB Project? Should there be a JBoss-IDE project category in the wizard dialog? Is there any good beginner documentation for building ejbs? View the original post :

[jboss-user] [JBossWS] - Basic Authentication

2008-04-01 Thread jmoring
I have a custom login module that works just fine on non-web service applications. However on web service (EJB endpoint) it is called just fine but the callback handler for the user name always returns null. I have tried annotations (@SecurityDomain, @WebContext) and I have tried using a jboss.x

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Using jBPM with an already installed jboss as

2008-04-01 Thread phanorcoll
hello, im trying to learn jBPM, but im unabled to deploy what im doing..how can i get jBPM and jboss as to work together.. the jboss as was already installed in the workstation im using. i downloaded jbpm-jpdl-3.2.2.zip how do i tell the AS where to find jBPM.. can anyone help i really want t

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-04-01 Thread scotthendo
Thanks for your help Peter. Unfortunately not even restarting JBoss does anything but I have found that if i delete my jboss-4.0.5.GA\server\all\work directory then hit refresh on my browser it will notice the changes but this is still not the best solution as from time to time it wont let me r

[jboss-user] [JBossWS] - Re: Charset encoding problem from Linux to Windows with Disp

2008-04-01 Thread cavani
It was just my stupidity that prevent me to success on this... sorry! I updated xmlsec to last version 1.4.1 (from 1.3.0 that is distributed with JBossWS), but this didn't help. After some reading about charset and encoding, The code that really works is this: | Reader requestReader = new

[jboss-user] [JBossWS] - Re: WS-Security and Dispatch

2008-04-01 Thread cavani
There is a bug in 2.0.2 and 2.0.3 that result in not decryptation of response message. 2.0.4 fix this. http://jira.jboss.org/jira/browse/JBWS-1966 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=128353 Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [Security & JAAS/JBoss] - JBoss Single Sign On and kerberos

2008-04-01 Thread gopinats
We are currently running JBoss 4.0.0 in production. Right now we are using the JAAS api and a custom database to manage authentication.At time(JBoss 3.0) this applicaiton was concieved there was no easy way to create a single sign on among multiple war files in a ear file.So we package

[jboss-user] [JBoss Portal] - Web Service Client not working w/RichFaces

2008-04-01 Thread [EMAIL PROTECTED]
Hello there, My WSDL Web service client is not working with RichFaces. The same code is working with MyFaces app. I'm getting the following error: | 14:03:47,734 FATAL [application] /jsp/result.xhtml @17,68 action="#{echo.callWSDL}": javax.xml.ws.WebServiceException: Unable to load Provid

[jboss-user] [JBossWS] - WS-Security and Dispatch

2008-04-01 Thread esacchi
Dear Sirs: We was working with JAXWS "Dispatch" to dynamically invoke a WS endpoint with WS-Security, and we had some problems that we couldn't solve yet. We will appreciate your help. When the program invokes the endpoint using the static class build with wsconsume it work properly including

[jboss-user] [JBoss jBPM] - Re: No logging to JBPM_LOG when process instance ends

2008-04-01 Thread kukeltje
anonymous wrote : I assumed that the end() method of the processInstance would act like a 'catch-all' and flushes the log. Assumptions are always dangerous ;-) Why not assume that when signalling a token/process would do the same? Seriously... to me there is no difference. I just have to make

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Declare custom JNDI resource.

2008-04-01 Thread quisar
The context definition did not make it : here it is: < Context path="/foo"> < Resource name="string/configurationContainer" auth="Container" type="com.genia.toolbox.web.jndi_config.StringContainer" factory="com.genia.toolbox.web.jndi_config.StringContainerFa

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-04-01 Thread kukeltje
the custom fork example I mentioned before. Google shows a lot of info when just searching for 'custom fork jbpm'. The wiki entry is on page 1!!! So that would not have cost you a lot of time. If you include 'wiki' in it it is even better *it's the FIRST hit in google...* View the origi

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Declare custom JNDI resource.

2008-04-01 Thread quisar
Hello, In tomcat I have the following Context declared : StringContainerFactory is a class that implements javax.naming.spi.ObjectFactory How can I declare the equivalent JNDI resource for my web application in JBoss. I do not seem to find a way to do it. Thanks in advance. View the

[jboss-user] [JBoss jBPM] - Re: j4j:listTasksForActor and j4j:listPooledTasks ?

2008-04-01 Thread kukeltje
it *is* in the jbpm source afaik if you checkout head. So patching yourself should not be needed View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140722#4140722 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140722 _

[jboss-user] [JBossWS] - Cyclic web services

2008-04-01 Thread rcarmichael
Let's say I have a web service called getVehicle(int vehicleId) and I'm expecting it to return me a Vehicle object. If Vehicle has a java.util.Set of Wheel objects, and the Wheel object has a reference to its owner (Vehicle), then obviously there is an issue here when trying to persist to XML b

[jboss-user] [JBoss jBPM] - Re: j4j:listTasksForActor and j4j:listPooledTasks ?

2008-04-01 Thread jue
I ended up editing the jbpm4jsf source code. Maybe next version...since I need to have it up running quickly. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140718#4140718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

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

2008-04-01 Thread gessedafe
Hello, JBossWS Team guys... I downloaded the JBossWS 3.0.1 Native 2.0.4 GA this morning. I was using the previous release and facing some problems with the issue JBWS-1763 (problems with charset encoding). This new version solved my problem, as announced... But, it also gave me a new problem..

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: can't start server of Jboss 5.0.0 Beta2

2008-04-01 Thread vigneshmpn
Hi I am also facing the same problem. I am using eclipse wtp 3.3.2 and jdk 6u5. I even tried changing the server name to "default", but it does not work. Following is the message I am getting: | run.bat: unused non-option argument: - | run.bat: unused non-option argument: type | run.bat:

[jboss-user] [JBoss Tools (users)] - JBoss Tools Installation Issue?

2008-04-01 Thread jej2003
So I am attempting to dabble with J2EE and I am running into issues installing the JBoss Tools on Eclipse. I have Eclipse version 3.3.2 and have the latest stable version of JBoss Tools 2.0.1 GA installed. For whatever reason though the JBoss-IDE project type under the New Project wizard. Was

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Automatic deploy with MainDeployer

2008-04-01 Thread jefec
anonymous wrote : | Any specific reasons for doing this? Also, which version of JBoss? Because it is requirement from our product management :). We are using JBoss 4.2.2 Previously we are using Glassfish and we had created autodeployment in ant. Now we need the same tool for permanent depl

[jboss-user] [JBossWS] - Re: javaEE5 JAX-WS web services - JBOSS 4.2.2

2008-04-01 Thread sajhak
ok . thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140685#4140685 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140685 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss jBPM] - Re: HTTP Status 403 - Access to the requested resource has b

2008-04-01 Thread wootenator
Those last changes to the web.xml caused the login to start working fopr powellb. The jbpm console has changed alot since the publication of this book less than one year ago. This helps me get farther now. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Messaging] - Limiting the consumers & producers of a queue

2008-04-01 Thread dsmiley
I have a queue that I use to connect a producer and consumer. The ordering of messages is important. AFAIK, as long as I have at most one producer and at-most one consumer, the messages should get processed in-order. Due to edge case scenarios, or perhaps in a larger context when someone else

[jboss-user] [JBossWS] - update: works in glassfish ! Re: help help! - cant get basic

2008-04-01 Thread wiggy
guys, seen no answer to this or any other of the threads. so I had a go downloading glassfish - had to fiddle with a couple of the support libraries, imported the same code into a new workspace (glassfish cant handle a workspace path with any spaces in the fully qualified path if any one else w

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-04-01 Thread massimiliano_cuccia
"kukeltje" wrote : how to 'bind' new tasks to a process is in the example in the wiki can you post a link? I cant find the exact paragraph I need thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140632#4140632 Reply to the post : http://www.jboss.co

[jboss-user] [JBoss jBPM] - Re: Dynamic task creation

2008-04-01 Thread massimiliano_cuccia
Actually I doesn't understand the problem. All the above code is inside a par file. You could test it by deploying the par on your jbpm engine. Should I upload the par file here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140630#4140630 Reply to the pos

[jboss-user] [JBossWS] - Re: Steps for implementing WS-Security in JBoss using Userna

2008-04-01 Thread pramod_bs
This will be fixed in 2.0.5 http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140626#4140626 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140628#4140628 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140628 _

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-04-01 Thread PeterJ
And the answers to my other questions? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140627#4140627 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140627 ___ jboss-user maili

[jboss-user] [JBossWS] - Re: WS-Security Usernametoken in a war file.

2008-04-01 Thread PeterJ
Oops. my goof. I saw WS-Security authentication and automatically thought message signing, which I have done with both EJBs and POJOs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140626#4140626 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossWS] - Re: Error in generating WSDL

2008-04-01 Thread PeterJ
As far as I can tell, your code looks just like mine, and it works for me. What JDK are you using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140623#4140623 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140623 ___

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-04-01 Thread leonidMir
Thx, I will try it tomorrow. I want to learn the code because I will contribute to the project in a future. Compiling is a first stage :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140622#4140622 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBossWS] - Re: WS-Security Usernametoken in a war file.

2008-04-01 Thread [EMAIL PROTECTED]
Please consider this: http://jira.jboss.org/jira/browse/JBWS-1999 In few words, the jaas authentication is supposed to work with EJB3 endpoints only until that issue is fixed (and it's scheduled for the next release, 2.0.5 native). View the original post : http://www.jboss.com/index.html?module

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-04-01 Thread PeterJ
Based on your file naming convention, I assume you are using Windows. Windows has some rather strange file locking issues. Here is what I think is happening. The last time you updated the JSP successfully, and JBossAS noticed that and updated it, for some reason Windows kept the file locked. The

[jboss-user] [JBossWS] - Re: Error in generating WSDL

2008-04-01 Thread r12345_2003
Thanks for the response again. Well I had tried that.. in fact had tried several combinations of the URL Pattern but its all the same ! I wouldnt have thought that creating a simple web serivce would be so frustrating :-( Personally, I dont think there is anything wrong with the code, the code i

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-04-01 Thread PeterJ
Do you have Subversion installed? Is svn in the PATH? Click this link: http://anonsvn.jboss.org/repos/jbossas/tags/JBoss_5_0_0_Beta4/, what do you see? You should see a list of links very similar to the directories in the source download. The beta4 bundled source will not compile. Might I ask

[jboss-user] [Security & JAAS/JBoss] - Re: How to configure JBoss AS to use SSL (https)

2008-04-01 Thread jaikiran
"pete007" wrote : | | ps: not that important, but interesting: if I have a domain, where do I get a trusted key for it? Certificate Authorities http://en.wikipedia.org/wiki/Certificate_authority. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140614

[jboss-user] [Security & JAAS/JBoss] - Re: How to configure JBoss AS to use SSL (https)

2008-04-01 Thread jaikiran
See this thread http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4125636 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140611#4140611 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140611 __

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

2008-04-01 Thread PeterJ
Will JBossAS 5.0.0.GA use JBossWS 3.0.x or will it continue using 2.0.x? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140610#4140610 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140610 __

[jboss-user] [JBoss Messaging] - Re: Client Connect Fails with

2008-04-01 Thread jhd
Here is my remoting-bisocket-service.xml file. I'm using the file "as is" from JBM 1.4.0 SP3. | | | | | | | | | |org.jboss.jms.wireformat.JMSWireFormat |org.jbo

[jboss-user] [JBossWS] - Re: javaEE5 JAX-WS web services - JBOSS 4.2.2

2008-04-01 Thread PeterJ
JBossAS 4.2.x is qualified only with JDK 5. See my responses at http://www.jboss.com/index.html?module=bb&op=viewtopic&t=102355&postdays=0&postorder=asc&start=10 JBossAS 5.0 will support JDK 6 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140608#4140608 Rep

[jboss-user] [Beginners Corner] - Re: JBoss is caching JSPs and not detecting changes

2008-04-01 Thread jaikiran
"scotthendo" wrote : I am using eclipse to edit all my JSPs and Java files. | Scott, i don't use Eclipse (or any other IDE) for my applications on JBoss. Sorry, i wont be of much help here. Maybe someone familiar with Eclipse integration with JBoss might be able to help. View the original

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBoss JMS Message persistance with Ingres problems

2008-04-01 Thread jaikiran
Rawkaw, Posting to a 2 year old thread without providing much information may not get you any replies. You will have to provide more details about your application, the JBoss server, the Java server and the entire exception stacktrace. P.S: While posting the logs or code or xml content, rememb

[jboss-user] [Beginners Corner] - Re: Cannot instantiate class: org.jnp.interfaces.NamingCont

2008-04-01 Thread jaikiran
anonymous wrote : Yet, in all cases I am getting the deployment error: | *** DEPLOYMENTS IN ERROR: Name -> Error | | vfsfile:/C:/jboss/server/default/deploy/simple_session.ear -> java.io.IOException: invalid manifest format | -- | more specifically:

[jboss-user] [Beginners Corner] - Re: Starting problem

2008-04-01 Thread PeterJ
Have you opened port 8080 in your firewall? I have the following ports open: 8080, 1099, 1098, , 4445 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140599#4140599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deply from console

2008-04-01 Thread PeterJ
To access an MBean. see http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140592#4140592 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140592 __

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: deply from console

2008-04-01 Thread PeterJ
My first response (dated Jan 8) already answers your question. (or are you actually asking that someone post working code, and not just tell you which MBean and operation to use?) And a warning - if you deploy an application this way you will need to redeploy it every time you restart the app

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Silent application server crash with jboss-4.0.3SP1

2008-04-01 Thread jaikiran
anonymous wrote : Without any manual intervention (like stop being called), jboss starts undeploying all packages. | How do you detect this undeployment? Do you see anything in the logs related to undeployment? And how do you start JBoss? View the original post : http://www.jboss.com/inde

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: compiling module connector

2008-04-01 Thread PeterJ
I repeat: you need JDK 1.5 to compile 4.2.2. http://java.sun.com/javase/downloads/index_jdk5.jsp, download JDK 5.0 Update 15 Why are you compiling the source? Why not just download the binary? With the binary, installation is simple: 1) Download binary zip file to your hard drive 2) Unzip the

[jboss-user] [JBoss Messaging] - Re: Client Connect Fails with

2008-04-01 Thread jhd
Jeff, I've been through the JBM 1.4.0 SP3 installation instructions. My jboss-remoting.jar is the patched version, 2.2.2 SP4. Also, on the client jboss-remoting is before jbossall-client.jar in the classpath. I might also add that I have a strictly server-side JMS use case that executes with

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Automatic deploy with MainDeployer

2008-04-01 Thread jaikiran
"jaikiran" wrote : | All this piece of code does is it copies the application to the "deploy" folder of JBoss so that the server picks it up for deployment. | On second thoughts, this is tricky. If the "copy" does not complete before the next scan cycle of the deployment scanner (probably

[jboss-user] [EJB 3.0] - Re: ClassCastException with ActiveMQ RA

2008-04-01 Thread dbuchwal
I'm having the same problem using WebSphere MQ. Any solutions yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140581#4140581 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140581 ___

[jboss-user] [JBossWS] - Re: Error in generating WSDL

2008-04-01 Thread PeterJ
Try changing the url-pattern in to web.xml file: /hello View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140580#4140580 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140580 _

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Automatic deploy with MainDeployer

2008-04-01 Thread jaikiran
>From what i remember, the MainDeployer deploys the application in >%JBOSS_HOME%/server/< serverName>/tmp folder. This tmp folder gets cleaned up >on restarts. The last time, when i was playing around with a similar requirement on a sample application, i had deployed my own service using a *-s

[jboss-user] [JBossWS] - Re: WS-Security Usernametoken in a war file.

2008-04-01 Thread PeterJ
They should be the same, with the slight difference that in a web app the configuration files and keystores should appear in WEB-INF rather than in META-INF. Please post the locations of the relevant files inside both the EJB package and the web app package. Also post the contents of the releva

[jboss-user] [JBossWS] - Charset encoding problem from Linux to Windows with Dispatch

2008-04-01 Thread cavani
Hi, I am using JBossWS Native for client code implementation in a set of Eclipse plugins. At first, I used WSDL2Java approach to generate client code - this works fine with WS-Security and all. But now, I need take advantage of BIRT's WS/XML ODA driver (that uses something like XPath to map XML

[jboss-user] [JBoss Getting Started Documentation] - Re: Can't build using ant

2008-04-01 Thread leonidMir
Thx. Couldn't find the files in the svn path you gave (The path is incorrect), honestly I got lost there :). Can you please specify a correct path to these files ? Also I tried to compile in the same way (using the build.bat file) jBoss5_beta4 and got the same errors Very strange. Someone ?

[jboss-user] [JBoss Messaging] - Re: question with rollback/redelivery semantics

2008-04-01 Thread timfox
"rlucente" wrote : I read the JMS spec but I didn't really see the description of a session/message affinity at rollback. | 4.4.7: "... If a transaction rollback is done, its produced messages are destroyed and its consumed messages are automatically recovered. For more information on sess

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Potential problems with rewriting MVEL -> DSL

2008-04-01 Thread PeterJ
OK, I'll bite. What is MVEL and what is DSL? And what do they have to do with JBossAS? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140564#4140564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140564 ___

[jboss-user] [JBoss Messaging] - Re: Client Connect Fails with

2008-04-01 Thread jmesnil
"jmesnil" wrote : | It seems that our configuration for jboss-remoting is broken. | I meant *your* configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140562#4140562 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Messaging] - Re: Client Connect Fails with

2008-04-01 Thread jmesnil
"jhd" wrote : My JMS client fails to connect with the following stack trace: | | ... | Caused by: java.lang.Exception: Error setting up client lease | at org.jboss.remoting.MicroRemoteClientInvoker.establishLease(MicroRemoteClientInvoker.java:405) | at org.jboss.remoting.Client.

[jboss-user] [EJB 3.0] - Re: WebApplication fails to lookup SessionBean

2008-04-01 Thread jaikiran
Probably you have the local/remote interfaces packaged in more than one place (may be in the war and also in a jar)? See these for more details: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions (that link mentions how to use the jmx-console to debug this) http://www.jboss.com/index.h

[jboss-user] [EJB 3.0] - Re: Using @Resource causes NPE at org.jboss.ejb3.JndiUtil.lo

2008-04-01 Thread wolfc
This is a bug in AS 4.2.2 where if it can't find the name in JNDI and there is no cluster active it will give a NPE instead of NameNotFoundException. Fixed in AS 5.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140558#4140558 Reply to the post : http://w

[jboss-user] [JBoss Messaging] - Re: question with rollback/redelivery semantics

2008-04-01 Thread rlucente
I read the JMS spec but I didn't really see the description of a session/message affinity at rollback. Regardless, sessions are not thread-safe so using a thread-pool is an issue because it requires I have multiple sessions, only one of which can see its recently rolled back messages. We jus

[jboss-user] [JBoss Messaging] - Client Connect Fails with

2008-04-01 Thread jhd
My JMS client fails to connect with the following stack trace: [EMAIL PROTECTED] Apr 2008 08:53:33,802] [org.twia.jms.JMSProxy] : connectToJMS() - Exception occured: org.jboss.jms.exception.MessagingJMSException: Failed to invoke at org.jboss.jms.client.delegate.DelegateSupport.handleTh

[jboss-user] [Javassist user questions] - Re: adding annotations

2008-04-01 Thread cat4hire
After a lot I found that the following is the code that works for me: | ClassFile classFile = newProxyClass.getClassFile(); | ConstPool constantPool = classFile.getConstPool(); | AnnotationsAttribute attr = new AnnotationsAttribute(constantPool, AnnotationsAttribute.visibleTag)

[jboss-user] [JBoss Messaging] - Re: ClassLoader issue with user classes and JBM 1.0.1SP4

2008-04-01 Thread vishal423
Am i missing something in Jboss Messaging configuration? Or it has something to do with my listener configured inside web application? When i first send same object message using jsp/servlet, everything works fine. After this subsequent sending and receiving from plain java class works. But whe

[jboss-user] [EJB 3.0] - WebApplication fails to lookup SessionBean

2008-04-01 Thread [EMAIL PROTECTED]
Hi, I have an ear application that runs under jboss 4.2.0.GA version. I have implemented EJB3 session bean. The AdSetSchedule Session Bean is bound as shown below in jndi view +- DPDS-Enterprise (class: org.jnp.interfaces.NamingContext) | | +- AdSetScheduleBean (class: org.jnp.interfa

[jboss-user] [JBoss Messaging] - Re: question with rollback/redelivery semantics

2008-04-01 Thread timfox
If you have consumed messages via a message consumer and then roll back, the same session will receive the same stream of messages. This behaviour is as specified in the JMS spec. (1.1, sectons 4.4.7 and 4.4.11) If you have the same message consumer(s) open on that session, then it will receive

[jboss-user] [JBoss jBPM] - No logging to JBPM_LOG when process instance ends

2008-04-01 Thread jbarrez
I know that in order to flush the logs to the JBPM_LOG table, one has to call the jbpmContext.save(processInstance) method (as described in the user guide) However, I found it strange that no call to this method is made when the processInstance is ended. More specifically, when one forgets to c

[jboss-user] [JBoss Messaging] - Re: question with rollback/redelivery semantics

2008-04-01 Thread rlucente
I am not using MDBs. Also, Ray Ploski, RedHat/JBoss, was at my company location back in September for a week to review the implementation and help with performance optimization. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140522#4140522 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - schedulable job blocks other schedulable jobs

2008-04-01 Thread skymic
Hi, I am running a JBoss V4.0.5 GA cluster on a LINUX platform. I have two schedulable jobs. The configuration in scheduler-service.xml is as follows: | true | ch.skyguide.aim.schedulable.agent.isup.ISUPAgentProxy | localhost,8080,localhost,808

[jboss-user] [Clustering/JBoss] - Re: How do servlets communicate with session beans across cl

2008-04-01 Thread yugantshah
Hello, Thanks for reply. I have done the look up programmatically as said below. The code works. I have one more issue, while testing one scenario: The current configuration is: I am having Two clusters clusterA and clusterB clusterA is having the war file and this is deployed one separate m

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

2008-04-01 Thread cavani
Good work JBossWS Team! Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140509#4140509 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140509 ___ jboss-user mailing lis

[jboss-user] [EJB 3.0] - Using @Resource causes NPE at org.jboss.ejb3.JndiUtil.lookup

2008-04-01 Thread gsendt
Hello, In a stateless EJB im using: | @Resource(name = "mail/localMail", mappedName = "Mail", shareable = true, type = Session.class) | private Session m_mailSession; | Trying to connect the Bean from a Client I got an NullPointerException. Im using JBoss-4.2.2.GA default installation

[jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed

2008-04-01 Thread oskar.carlstedt
Here is a short eaxample: | @Service | @Management(MyServiceManagement.class) | @Depends("jboss.ws:service=DeployerInterceptorEJB3") | public class MyService implements MyServiceManagement { | |private Timer timer = null; | |@Resource |private EJBContext ejbCon

[jboss-user] [JBoss Messaging] - Re: question with rollback/redelivery semantics

2008-04-01 Thread rlucente
Ok, I'm using the Apache Muse product to build a WS-Notification 1.3 based message broker. JBoss Messaging is used as a message store to buffer messages between senders/receivers. Clients can publish and subscribe using the web services offered by Muse. When a message is published to the syst

[jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed

2008-04-01 Thread oskar.carlstedt
Hi! When annotating with the service you have four life cycle methods that you can implement. *create *start *stop *destroy Try call test from start and you'll se that it will be called. Cheers /Oskar View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140493

[jboss-user] [JBoss Portal] - Re: Problem with JSF- Component IDs and JavaScript Element-I

2008-04-01 Thread wesleyhales
yep, see my last post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140488#4140488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140488 ___ jboss-user mailing list jboss-use

[jboss-user] [JBoss Cache: Core Edition] - Re: A basic question about concurrency

2008-04-01 Thread fatefree
Also I should mention that this cache is currently being replicated across two machines, possibly more in the future View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140483#4140483 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss jBPM] - Re: How do I know all the transitions done by one process in

2008-04-01 Thread kukeltje
look at the jbpm logging which is also in the database. That contains all info you need View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140481#4140481 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140481 __

[jboss-user] [JBoss Cache: Core Edition] - A basic question about concurrency

2008-04-01 Thread fatefree
Our app is using the default level of concurreny (REPEATABLE_READ) but we are experiencing lock acquisition timeouts, and I believe this level of concurrency is higher than our app requires. Our app does not update or modify any element at all once it is put in cache, it only puts an element in

[jboss-user] [JBossWS] - Re: javaEE5 JAX-WS web services - JBOSS 4.2.2

2008-04-01 Thread sajhak
yes , im using JDK 6 . does JBOSS not support that ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140473#4140473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140473 ___ j

[jboss-user] [Management, JMX/JBoss] - Re: Upload and Download to/from JBoss AS through JMX

2008-04-01 Thread lafbarbosa
Hi people, I've been reading the JBossConfigEditor's source code and I am in doubt about something. As you know I've been thought about a way: - to get (download) .esb archives from JBossESB server/default/deploy directory to store it in my web application; - to put (upload) .esb archives from

[jboss-user] [JBoss Portal] - Re: Problem with JSF- Component IDs and JavaScript Element-I

2008-04-01 Thread ameo
Hi, thanks for reply. problem...the JSF- Component have not a name-attribut. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140468#4140468 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140468 __

[jboss-user] [JBoss Portal] - Re: Problem with JSF- Component IDs and JavaScript Element-I

2008-04-01 Thread wesleyhales
Ok, so I was wrong again. I forgot JSF namespaces the name attribute also. You can wrap your form in a div or span and access the child, or you can use the prototype.js library and they have the following: | document.getElementsByClassName('whatever')[0] | then you would have: | |

[jboss-user] [Beginners Corner] - Starting problem

2008-04-01 Thread jk7
Hi all, I'm a spanish newbie so, sorry for my english and inexperience. I've installed Jboss 4.2.2.GA (jboss-4.2.2.GA.zip) I've installed jdk1.6.0_05. All of that is under CentOS 5. When I Start JBoss, server runs ok (i think) but i cant reach it from other computer. I see Jboss in local

[jboss-user] [JBoss Portal] - Re: Problem with JSF- Component IDs and JavaScript Element-I

2008-04-01 Thread wesleyhales
oops, that should be: | | document.getElementsByName('whatever')[0] | this is a collection which you should probably iterate to get the name you need. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140460#4140460 Reply to the post : http://www.jboss

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

2008-04-01 Thread [EMAIL PROTECTED]
What's new in jbossws-3.0.1-native-2.0.4.GA -- Feature Request * [JBWS-925] - Provide initial support for FastInfoset * [JBWS-1124] - Scoped class loading domains for WS endpoints * [JBWS-1165] - Provide initial support JSON data binding * [JBWS-11

[jboss-user] [EJB 3.0] - Re: How to start a session bean as soon as it is deployed

2008-04-01 Thread tpawankumar
Hi oskar/wolfc I have tried both options suggested by you but it is not working. Following is the code of my stateless bean | @Service | @Stateless | @Remote(ConfigService.class) | @Local(ConfigService.class) | public class ConfigServiceBean implements ConfigService { | | | @Pos

[jboss-user] [JBossWS] - JBossWS 3.0.1 Released

2008-04-01 Thread [EMAIL PROTECTED]
I'm happy to announce the release of JBossWS 3.0.1 GA that includes Native 2.0.4 (fully certified JAX-WS web services implementation), Metro 1.0.1 and CXF 1.0.1 Native runs on jboss-5.0.0.Beta4, jboss-4.2.2 and jboss-4.2.1 Both Metro and CXF run on jboss-5.0.0.Beta4 and jboss-4.2.2 JAXWS brings

[jboss-user] [JBoss Portal] - Re: Problem with JSF- Component IDs and JavaScript Element-I

2008-04-01 Thread wesleyhales
give your element a name | http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140444#4140444 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140444 ___ jboss-user mailing list jboss-user@lists.jboss.org h

  1   2   >