[jboss-user] [Installation, Configuration Deployment] - Problem in web application accessing files kept in JBoss5.0.

2009-08-28 Thread gautam1.k
Hi All, We migrated our project from JBoss.5.0.0.Beta1 to Jboss.5.0.1.GA, via our application we access certain files kept inside application folder in deploy directory. Ealier we didnt used to face the problem in accessing files via relative URL of location like

[jboss-user] [Datasource Configuration] - Datasource DB name problem

2009-08-28 Thread sedavnikh
Hello! I have the following problem: I have 2 datasources for DB1 and DB2. I also have query that used some data from DB1 and from DB2 (stored procedure calls from DB2). When I executes the query using connection based on DB1 datasource and SQLExeption happens on query exeqution (error hapens

[jboss-user] [jBPM Users] - Put a task back in a group

2009-08-28 Thread sravyts
I read the forum topic about reassigning a task to a group when it was already taken by a user: taskService.assign(taskId, groupId) But how can you know which groupId to use ? Suppose the user that has currently taken the task belongs to two groups. How do you know to which group this task

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in web application accessing files kept in JBoss

2009-08-28 Thread gautam1.k
Hi, I am getting this exception.. Exception Occured::e:java.net.ConnectException: Connection refused: connectError Message:Connection refused: connect Error Cause:null View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252192#4252192 Reply to the post :

[jboss-user] [JBoss Microcontainer Users] - Issue while running DZone sample.

2009-08-28 Thread vickyk
I have getting the following exception when I am running the simple application as pointed here http://java.dzone.com/articles/a-look-inside-jboss-microconta-0 Here is the error Using bootstrap: file:/home/vicky/workspace/DZone_1_0/bootstrap/src/main/resources/META-INF/bootstrap-beans.xml |

[jboss-user] [JBoss Microcontainer Users] - Re: Issue while running DZone sample.

2009-08-28 Thread alesj
Perhaps you're missing jboss-classloading.jar? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252195#4252195 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252195 ___ jboss-user

[jboss-user] [JBoss Microcontainer Users] - Re: Issue while running DZone sample.

2009-08-28 Thread vickyk
alesj wrote : Perhaps you're missing jboss-classloading.jar? Yes, I don't have it in classpath. I think this is the right place to build it from http://anonsvn.jboss.org/repos/jbossas/projects/jboss-cl View the original post :

[jboss-user] [JBoss Microcontainer Users] - Re: Issue while running DZone sample.

2009-08-28 Thread alesj
You should use project's mvn settings. e.g. I'm configuring my IntelliJ via mvn idea:idea and then running the stuff inside IDE w/o any problems For Eclipse it should be pretty much the same - mvn eclipse:eclipse or whatever Max proposed not long ago. Dunno for the CLI, but I guess mvn can

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-08-28 Thread mmusaji
How does everyone else deploy their workflow on to JBoss? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252200#4252200 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252200 ___

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread npirard
thank you rams.rapo, I had seen this too, but was not too sure I could rely on it then you confirm there is no standard API way to do it ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252205#4252205 Reply to the post :

[jboss-user] [jBPM Users] - Re: event type=

2009-08-28 Thread aroeder
You were right. I was mistaken. Sorry! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252201#4252201 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252201 ___ jboss-user mailing

[jboss-user] [jBPM Users] - Action for reading the task variables and the task instance

2009-08-28 Thread aroeder
I try to write a custom action class to read the variables of a task and also the task instance id. So basicly I did that: | task-node name=INDEX_DATA | task name=enterIndexData | controller | variable access=read,write,required

[jboss-user] [EJB] - Memory Leak in JBoss EJB

2009-08-28 Thread venukb
Jboss Version: 4.2.3GA JBoss WS version: 3.0.5 GA We are running a portal application (using JBoss portal) in a production environment; The portal interacts with a service tier comprised of EJB's (there are few web services implemented using stateless EJB's) We are observing that the old gen

[jboss-user] [EJB] - Re: Memory Leak in JBoss EJB

2009-08-28 Thread venukb
Attached image showing the Accumulation point. [img]http://farm3.static.flickr.com/2650/3863746311_9ea3ce46a0_o_d.png[/img] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252208#4252208 Reply to the post :

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread npirard
maybe modifying HistoryProcessInstanceQueryImpl to add a query possibility on endActivityName the same way as it is already done for state would work ? it means modify org.jbpm.pvm.internal.query.HistoryProcessInstanceQueryImpl.hql() + add a field and its setter but there is maybe a reason

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread mcohnen
Hi, I have tried several configurations. I can create a new one. Which is the one supposed to work? Development JBOSS Tools + update-dev M2eclipse? Thank you! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252215#4252215 Reply to the post :

[jboss-user] [JBoss Portal Users] - Re: How to implement BreadCrumb

2009-08-28 Thread TomHombergs
I have implemented breadcrumbs as a separate Portlet to be included in the content area of my layout. The portlet merely iterates from the current PortalNode up to the PortalNode representing the portal itself and outputs the links. Simplified, you could do the following in your

[jboss-user] [Installation, Configuration Deployment] - Re: Isolation woes...

2009-08-28 Thread jaikiran
anonymous wrote : I would like the code in the wars to be able to see and use the code in the ear, but I would not like the code in the ear to be able to see the code in the wars. The code in the ear will not be able to see the classes in the war by default. The war classloader is isolated.

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in web application accessing files kept in JBoss

2009-08-28 Thread jaikiran
Please post the entire exception stacktrace. Also, you might want to move to the latest stable 5.1.0 version of the AS. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 5.1.0.GA bootstrap problem

2009-08-28 Thread jaikiran
You can ignore them. See this http://www.jboss.org/index.html?module=bbop=viewtopict=157579 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252221#4252221 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252221

[jboss-user] [JBoss Portal Users] - Re: Creating Portal Pages Dynamically using Jboss Portal API

2009-08-28 Thread TomHombergs
We used the JBoss Portal API to create pages dynamically. I figured out how to do it by downloading the JBoss Portal source and reverse-engineering the admin-portlets :). You will need to access the PortalObjectContainer MBean to create pages and add portlets to those pages. Here are some

[jboss-user] [JBoss Microcontainer Users] - ClassLoadingFactory and AbstractVFSDeployment

2009-08-28 Thread heiko.br...@jboss.com
I am trying to do an in-memory deployment of a web service endpoint. The WS impl. class is created through javassist, and hence I need to pass a classloader into the deployment. One way of doing so seems to be the ClassLoaderFactory attachment, although not recommended. When I create a VFS

[jboss-user] [JBoss Portal Users] - Re: Dynamically creating portal pages

2009-08-28 Thread TomHombergs
If what you are looking for are code snippets of how to dynamically create portal pages, see http://www.jboss.org/index.html?module=bbop=viewtopict=160342. If what you are looking for are code examples of how to trigger and consume events, see the Coordination chapter in the JBoss Portal

[jboss-user] [JNDI and Naming] - Re: Unable to override JNDI name for session bean

2009-08-28 Thread jaikiran
The mappedName is vendor specific and JBoss does not use it to for JNDI bindings. What you need is here http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/JNDI_Bindings.html View the original post :

[jboss-user] [JBoss Portal Users] - Re: Creating Portal Pages Dynamically using Jboss Portal API

2009-08-28 Thread TomHombergs
Almost overlooked your performance-question: I tested the automatic creation of 5.000 - 10.000 portal pages with 5 Portlets each, which was no problem (the database is the bottleneck here). Those pages all referenced the same 5 Portlet instances. However, when creating 1 new portlet instance

[jboss-user] [JBoss Portal Users] - Re: How to call java services from portlets in jboss portal

2009-08-28 Thread TomHombergs
Just package your services in a JAR file in WEB-INF/lib of your web archive (.war) and access them from your portlet code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252236#4252236 Reply to the post :

[jboss-user] [JBoss Microcontainer Users] - Re: ClassLoadingFactory and AbstractVFSDeployment

2009-08-28 Thread alesj
The code that sets CL to Module is not invoked in AbstractLevelClassLoaderSystemDeployer, as you're bypassing it by providing your own CLF in AbstractClassLoaderDeployer. You should bypass AEDeployer by providing proper filter in DU. Similar to what we do here: | bean

[jboss-user] [JBoss Microcontainer Users] - Re: ClassLoaderFactory and AbstractVFSDeployment

2009-08-28 Thread heiko.br...@jboss.com
OK, I get it. Since 5.1.0 it already configured to look for DeploymentUnitFilter attachments on the FilteredAnnotationEnvironmentDeployer. Makes sense. I'll give it try. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252258#4252258 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: paging problem with orderingGroup enabled

2009-08-28 Thread mclu
Hi Howard! I investigated my problem more deeply. First I have to say, that the OrderingGroup of bridged messages are overwritten by the setting in the connection factory. Not that nice I think. So I send a message with ordering group G1 to a Queue. This message is bridged to another server

[jboss-user] [JBoss Portal Users] - include UTF-8 JSPs in a portlet

2009-08-28 Thread TomHombergs
Hi all, I'm including a UTF-8 JSP in my Portlet's dowView() as in the code snippet below. The JSP contains some non-latin characters (german umlauts, in my case). These characters are not displayed correctly in the browser, however. If I simply user response.getWriter().println() to print the

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-08-28 Thread kukeltje
Can it be there is another version somewhere? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252262#4252262 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252262 ___ jboss-user

[jboss-user] [JBoss Messaging Users] - Re: paging problem with orderingGroup enabled

2009-08-28 Thread gaohoward
Hi Markus, There may be some issue to consider here regarding to paging. In the case where the message of the foremost order has been paged and the subsequent messages are filling up the memory list of the queue, the message delivery will be stop as we only iterate through the memory list

[jboss-user] [jBPM Users] - Re: jBPM4 Hello World example - null pointer exception

2009-08-28 Thread kukeltje
My suggestion would be to at post a stacktrace and read http://www.jboss.org/index.html?module=bbop=viewtopict=158610 And use some search functionality regarding your second question (answer: not needed to have a process project) View the original post :

[jboss-user] [JBoss Microcontainer Users] - Re: ClassLoaderFactory and AbstractVFSDeployment

2009-08-28 Thread heiko.br...@jboss.com
Thanks for the quick response. Which deployer should I bypass by providing a filter? Looking at the xml example it seems to be a filter per deployer. But the DeploymentProvidedDeploymentUnitFilter is attached to the DU. I don't get it. How should the filter be assigned to skip certain

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-08-28 Thread mmusaji
Yeah I'm using JBPM4 and Jboss 5.0.0.GA. When using the ant task I get error saying that the resource for jbpm.cfg.xml can't be found... it's in my classpath. So I'm just using Eclipse to export my jpdl.xml and classes to a zip (.bar doesn't work either). I was using Jboss 5.0.1 before so I

[jboss-user] [JBoss Web Services Users] - Re: Cannot obtain wsdl service

2009-08-28 Thread lucastoledo
Hi there, I have reverted the changes that led to this error and it workss Maybe a reason for it is that I modified WSDL_URL to point to actual WSDL in file system instead of using an http URL path. Thanks PeterJ for your reply. Regards, Lucas View the original post :

[jboss-user] [JBoss Messaging Users] - Re: paging problem with orderingGroup enabled

2009-08-28 Thread gaohoward
Re: So I send a message with ordering group G1 to a Queue. This message is bridged to another server where ordering group attributes are set at the connection factory to group GDefault. Then the messages have the group GDefault iso G1. Bug or a feature :-) ? would be a bug definitely. The

[jboss-user] [jBPM Users] - Re: JobScheduler going crazy - ignoring wait

2009-08-28 Thread kukeltje
ok, we'll wait :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252249#4252249 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252249 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging Users] - Re: paging problem with orderingGroup enabled

2009-08-28 Thread mclu
Ok... And please also make sure that those added messages while handling the paged messages added at the end of the queue. So preserve message order also in case of paging. Thx... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252274#4252274 Reply to the

[jboss-user] [jBPM Users] - Re: how to differentiate different ends ?

2009-08-28 Thread kukeltje
if you want to search on that field that is an option View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252244#4252244 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252244 ___

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-08-28 Thread kukeltje
in 4? I use the ant task. Some use the jboss deployer but the file has to be a .bar! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252245#4252245 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252245

[jboss-user] [jBPM Users] - Re: Put a task back in a group

2009-08-28 Thread kukeltje
You assign it back to the group that was initially there by setting the assignment of the 'user' to null View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252247#4252247 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252247

[jboss-user] [Clustering] - Re: Enabling session replication does not work jboss 4.3 EAP

2009-08-28 Thread rks_86
Is there any flag in JBOSS helping to skip non serializable objects from replication. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252275#4252275 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252275

[jboss-user] [JBoss Messaging Users] - Re: Memory leak / Stale subscriptions after client failover

2009-08-28 Thread leigh.anderson
Tracked this down to a combination of: * https://jira.jboss.org/jira/browse/JBMESSAGING-1456 * One of the consumers was not properly started by our code, but yet still received messages, just didn't appear to consume them on the server side! Fixed by updating JBM to 1.4.4.GA, with a patched

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-08-28 Thread mmusaji
I've done a search and I cannot work out where it is picking this duff file from. Baffled. Anyhow, I think I should concentrate on getting it deployed using ant as this is the way it should be done I feel. I keep getting this resource jbpm.cfg.xml does not exist error. I think I've messed up

[jboss-user] [Security] - Re: Custom Authorization

2009-08-28 Thread Wolfgang Knauf
Hi, the class org.jboss.web.tomcat.security.login.WebAuthentication might help: http://www.jboss.org/community/wiki/WebAuthentication I tested it once, but had the impression that after each subsequent web page call, I had to relogin. Anyway, you could give it a try. Wolfgang View the

[jboss-user] [Security] - Authentication question

2009-08-28 Thread grzesiczek1
Hi, Please forgive me any stupid questions but I am not very advanced with JBoss and Java technologies...:( Is there any component/application that can be installed on JBoss AS and provide authorization and authentication for all applications installed on current server instance?? What I

[jboss-user] [JBoss Web Services Users] - Overriding wsdl4j.jar that comes with JBoss

2009-08-28 Thread stata
Hi, My application uses a wsdl4j.jar but JBoss also has a wsdl4j.jar in default\deployers\jbossws.deployer. I want it to pick up classes from my application's wsdl4j.jar. I used the following configuration in jboss-web.xml: class-loading java2ClassLoadingCompliance=false loader-repository

[jboss-user] [JBoss Web Services Users] - JBossWS 3.2.0.GA released

2009-08-28 Thread alessio.sold...@jboss.com
I'm happy to announce the release of JBossWS-Native 3.2.0 GA. For a list of the new features, improvements and bug fixes, please refer the release notes available here: http://labs.jboss.com/file-access/default/members/jbossws/downloads/ReleaseNotes-jbossws-native-3.2.0.GA.txt The supported

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-08-28 Thread kukeltje
look at the build.xml file in the examples dir. That one is correct. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252292#4252292 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252292

[jboss-user] [Security] - Re: Problem with Negotiation-toolkit with LDAP

2009-08-28 Thread TD403
Hi nulltransfer. I tried unchecking preauthentication but to no avail. If you do remember, I'd really be glad to hear it. TD403 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252293#4252293 Reply to the post :

[jboss-user] [jBPM Users] - Re: Action for reading the task variables and the task insta

2009-08-28 Thread aroeder
I found a solution for my problem. Here it comes: | event type=task-end | action class=de.firstdata.jbpm.action.LogTimesAction/action | /event | | and the task variables I read like this: | taskInstance.getVariable(title); | View the original post :

[jboss-user] [jBPM Users] - Re: JBoss doesn't recognise jpdl file

2009-08-28 Thread mmusaji
Thanks Ronald. I did and got as far as: | xml validation error: cvc-complex-type.3.2.2: Attribute 'exp' is not allowed to appear in element 'custom'. [line=8 column=116 ]: org.xml.sax.SAXParseException: cvc-complex-type.3.2.2: Attribute 'exp' is not allowed to appear in element 'custom'.

[jboss-user] [Installation, Configuration Deployment] - Re: Isolation woes...

2009-08-28 Thread bdamato
Hi Jaikran, I wanted to avoid deploying the shared code into each war because of the large number of webapps we have. Any updates to the shared code would mean a re-build and re-deploy of 50+ apps. I was thanking that sharing the code via an ear instead of the /lib folder that would give me

[jboss-user] [Security] - Re: Problem with Negotiation-toolkit with LDAP

2009-08-28 Thread nulltransfer
After unchecking preauth, you have to regen your keytab. You also may want to check if your server supports GSSAPI. 4 supportedSASLMechanisms: GSSAPI; GSS-SPENGO; EXTERNAL; DIGEST-MD5; If that doesn't work, your other option is to change it back to the way it was, and to change your auth

[jboss-user] [Installation, Configuration Deployment] - Re: Problem in web application accessing files kept in JBoss

2009-08-28 Thread PeterJ
I'm sure that, having worked with the beta, that you already know about the following issue: http://www.jboss.org/community/wiki/JBoss42FAQ View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252306#4252306 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread snjeza
Try to update m2eclipse from http://m2eclipse.sonatype.org/update-dev and JBoss Tools from http://download.jboss.org/jbosstools/updates/nightly/trunk Seam 2.2 isn't supported yet. See https://jira.jboss.org/jira/browse/JBIDE-4813 View the original post :

[jboss-user] [Security] - Re: Problem with Negotiation-toolkit with LDAP

2009-08-28 Thread nulltransfer
I just realized that I didnt' read your entire stack trace. I didn't see your other exception several lines above. javax.security.auth.login.LoginException: Continuation Required. Apparently, you are failing at the SPNEGOLoginModule and not the AdvancedLdapLoginModule. It also appears that

[jboss-user] [JNDI and Naming] - Not able to Deploy Local ejbs across multiple ears

2009-08-28 Thread anandlramadurg
I have my ears something like this, MyEar1.ear | myEjbs.jar MyEar2.ear | myEjbs.jar myEjbs.jar expose only local interfaces, When I deploy both ear files in same jboss instance, MyEar1.ear will be deployed succesfully. When server tries to deploy MyEar2.ear it fails because it cannot deploy

[jboss-user] [JBoss Messaging Users] - Re: Connection error

2009-08-28 Thread chipschoch
I posted the message in remoting, no responses yet. Yes, there are firewalls. It is a production system. We had another issue last night. The configuration is 2 app servers with clustered queues. It looks like there was a failure in the messageSucker. Here is the log trace. What I am

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss 5.1.0.GA bootstrap problem

2009-08-28 Thread meinholz
ok, thanks for the link. I was suspecting that I could ignore it. Kind of irritating though. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252316#4252316 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252316

[jboss-user] [Installation, Configuration Deployment] - Re: Unauthenticated caller null N sqlException

2009-08-28 Thread ravirachannavar
Hi Peter I have made the changes in the db2-ds.xml and placed in the server/default/deploy/ and placed the db2 drivers in server/default/lib. Due to hang out at initialising recovery manager..I deleted the data,temp and work folder.. then server started running. Is anything

[jboss-user] [jBPM Users] - Process definition xml

2009-08-28 Thread gleenders
Is it possible to retrieve the xml String of the processdefinition of a processinstance via the api? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252324#4252324 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252324

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread max.ander...@jboss.com
snjezana, JBIDE-4813 is a bug in Seam 2.2 and is fixed in EAP 5 and should be fixed in Seam 2.2 trunk - JBoss tools works with that version. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252328#4252328 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread mcohnen
Hi Snejzana, Thank you for your help. I have installed a new eclipse Galileo, and I only added nightly version of JBOSS Tools and dev version of m2eclipse, as you said. I'm using Jboss 4.2.2 and Seam 2.1.1GA. The problem now, is that the wizard is not creating a parent project for my ear seam

[jboss-user] [jBPM Users] - jBPM4 - Remote Service interface

2009-08-28 Thread JimDwyer
We are currently running a stand alone Tomcat server outside of JBoss. We were trying not to disturb this working system but would like to access a jBPM engine running in JBoss. Does jBPM 4 offer remote interfaces for RepositoryService, ExecutionService and such? I have looked at the

[jboss-user] [Installation, Configuration Deployment] - JBoss server hangs in state

2009-08-28 Thread Oliver Roell
Hi, I have the following problem with Eclipse 3.4.2, JBoss 4.2.3 and JBoss Tools 3 under Windows XP: After starting JBoss within Eclipse, the server is successfully coming up and displays in the console: 15:13:02,145 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build:

[jboss-user] [jBPM Users] - jbpm-destinations-service

2009-08-28 Thread JimDwyer
What is the purpose of the jbpm-destinations-service? Are there any examples of this feature? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252337#4252337 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252337

[jboss-user] [jBPM Users] - Re: jBPM4 process definition deployment.

2009-08-28 Thread JimDwyer
OK. I wrote a small web app to do deployment for the short term. The new jBPM looks great. I really like the changes. They all seem to be for the better. Thanks guys. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252339#4252339 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: paging problem with orderingGroup enabled

2009-08-28 Thread gaohoward
Hi Markus, https://jira.jboss.org/jira/browse/JBMESSAGING-1726 About the delivery stop, I think the problem is in ChannelSupport.InMemoryCallback.afterCommit(): promptDelivery = (promptDelivery || monitor.messageCompleted(ref)); This line has its flaw, you can see if promptDelivery is true,

[jboss-user] [Installation, Configuration Deployment] - No trusted certificate found, after few days running Jboss s

2009-08-28 Thread navkalp
Hi, I am receiving following error. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException No trusted certificate found. I am opening one httpURL connection to one payment gateway, which needs verisign digital id for data encryption. the data being transferred is

[jboss-user] [jBPM Users] - process definition image

2009-08-28 Thread JimDwyer
Does the current jBPM4 release support showing the process definition image in the console? I can't seem to get it to come up. Should it work for the examples? Thanks Jim View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252347#4252347 Reply to the post :

[jboss-user] [Security] - Re: SecurityAssociation: javax.security.auth.Subject dissape

2009-08-28 Thread thammoud
We are having a similar problem with similar setup as yours. Some of the logs show: anonymous wrote : | | 08:50,153 INFO [STDOUT] (MessageDispatcher [ReportFeed] pool-24-thread-2) client-login.Logging out from threadMessageDispatcher [ReportFeed] pool-24-thread-2 |

[jboss-user] [Installation, Configuration Deployment] - Re: Unauthenticated caller null N sqlException

2009-08-28 Thread PeterJ
You can check that the datasource was properly deployed by using the jmx-console - look in the jboss.jca namespace - you will see several mbeans for your datasource. Yes, you can place the EAR directly in server/default/deploy. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server hangs in state

2009-08-28 Thread PeterJ
Eclipse monitors the ports opened by JBoss AS to determine if the app server is running (I think it gets the server mbean and asks for the state). If you change the ports that JBoss AS uses, or if you change the -b run option to bind to something other than localhost, Eclipse will not be able

[jboss-user] [Installation, Configuration Deployment] - Re: JBoss server hangs in state

2009-08-28 Thread PeterJ
Another problem would be if you secure the JMX invoker - Eclipse cannot handle that and thus would be prevented from accessing the necessary mbeans. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252355#4252355 Reply to the post :

[jboss-user] [JNDI and Naming] - Re: Unable to override JNDI name for session bean

2009-08-28 Thread keigwin
Thanks for the quick reply! I appreciate your help. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252357#4252357 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252357 ___

[jboss-user] [JBoss Portal Users] - Re: Role based landing page/portal for user

2009-08-28 Thread vivek_saini07
In case u haven't gone through it. http://www.jboss.org/index.html?module=bbop=viewtopicp=4252168#4252168 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252359#4252359 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252359

[jboss-user] [Security] - Re: Custom Authorization

2009-08-28 Thread bacooper81
First, that class worked perfectly and it does keep you logged in. Thanks again for the help Wolfgang. Second, I'd just like to complain (not to you, just to the internet in general) that I've been trying to figure out how to do this on and off for about 3 months now, and all I had to do was

[jboss-user] [JBoss Web Services Users] - vfs problems with jboss web service

2009-08-28 Thread donakalz
Hi Everyone. I get a very strange error when I try to deploy my ear application. I use the following versions of software: JBoss AS 5.0.0GA seam 2.1.2GA Richfaces 3.3.1GA JBossWS 3.2.0GA My ear is organized as follows: Soko-ear |--- soko-beans |--- soko-web

[jboss-user] [Installation, Configuration Deployment] - Re: NameAlreadyBoundException without having deployed such a

2009-08-28 Thread happy_robot
I fixed my problem today! :-) My EAR contains a jndi.properties file (it's also used for clients). The error occurs if the java.naming.provider.url property doesn't point to localhost. Set it to localhost and it should be deployed as expected. :-) Greetings happy_robot View the original

[jboss-user] [jBPM Users] - Re: jBPM4 - Remote Service interface

2009-08-28 Thread JimDwyer
RemoteCommandExecutor? I believe that is probably the answer. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252364#4252364 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252364

[jboss-user] [JBoss Portal Users] - CAS SSO failed with https

2009-08-28 Thread ike
Hi! I've just implemented CAS according to http://docs.jboss.org/jbportal/sso/eclipse/portal_cas.html#1.3. Everything works fine when I use http protocol in portal, but fails with https. Looks like portal sends http service instead of https. | 21:16:37,799 INFO [STDOUT] 2009-08-28

[jboss-user] [JNDI and Naming] - Re: Unable to override JNDI name for session bean

2009-08-28 Thread keigwin
It looks as if I'm going to need to override the JNDI names for my existing EJB2 beans as well. It seems that JBoss is ignoring the jndi-name entries in jboss.xml, and is giving default names to all of the old-style beans. The @LocalBinding annotation doesn't work in this case. Any help with

[jboss-user] [jBPM Users] - Re: How to start JobExecutor with jBPM 4 + Spring

2009-08-28 Thread unsavory
No one? Is the JobExecutor supported in a Spring environment using a Jta Transaction Manager? I would be happy to help with troubleshooting if anyone would point me in the right direction. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252371#4252371 Reply

[jboss-user] [EJB 3.0 Users] - EAR not finding class in server\default\lib

2009-08-28 Thread earniedyke
Greetings all, I have a jar that I deploy in server\default\lib and then deploy a .war and a .ear. The .war doesn't seem to have a problem finding my classes. The .ear however gets a NoClassDefFoundError. Should this not work? I am using JBoss AS 5.1 Earnie! View the original post :

[jboss-user] [JBoss Messaging Users] - Re: paging problem with orderingGroup enabled

2009-08-28 Thread mclu
I also saw this wron check. But I had no idea what promptDelivery is all about so I have not followed it. Anyway. What do you think of the timeline? Do you have to fix other bugs first? I dont wanna have a concrete date. Just an hint to plan my release cycles too. THX View the original post :

[jboss-user] [EJB 3.0 Users] - Re: EAR not finding class in server\default\lib

2009-08-28 Thread jaikiran
Please post the entire exception stacktrace. Also are you sure the jar file in the default/lib does infact have that class? While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button

[jboss-user] [EJB 3.0 Users] - Re: One to many relation issues

2009-08-28 Thread AceFrehley
Thanks a lot for posting this, Jeremy. This solved my problem, but I would sure like to know WHY it solved the problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252391#4252391 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread snjeza
There is a problem with the build. org.jboss.tools.maven.seam plugin isn't included in the build. I will let you know as soon as the problem is fixed. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252395#4252395 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Jboss Seam Mavenized fails on deploy

2009-08-28 Thread nickboldt
The next build of JBT toward 3.0.0.M3 should include the missing plugin/feature. You should see a new maven.seam feature plugin on the update site. Build is running now: http://hudson.qa.jboss.com/hudson/view/DevStudio/job/jbosstools-nightly-3.1.0.M3/233/ And will be publically available

[jboss-user] [Security] - Re: SecurityAssociation: javax.security.auth.Subject dissape

2009-08-28 Thread thammoud
We believe that found the problem area. When we come back from a JMS call, the currently authenticated user is no longer the one that was active before the call. This is all on the server. When we setup the server, we left the JBOSS messaging security settings as is. We are assuming that guest

[jboss-user] [JBoss Web Services Users] - running 'ant tests' with 3.2.0.GA fails

2009-08-28 Thread karmst
I have installed 3.2.0.GA on top of jBoss 5.1.0.GA, and have bound it to address 192.168.174.144, so not localhost. However, when I run 'ant tests' as the 2nd part of the install procedure, I get an error in the build: [junit] Executing command: /opt/jboss/jboss-5.1.0.GA/bin/wsrunclient.sh

[jboss-user] [EJB 3.0 Users] - Losing Credentials After Call to Method

2009-08-28 Thread pcarrollnf
I am using JBoss 5.1.0. 1. I call a method that requires a role which the calling user is a member of. This call succeeds. 2. The next call is to a class that creates a JMS message and publishes the message. This call succeeds. 3. The next call is to the same method as in #1. However this

[jboss-user] [EJB 3.0 Users] - Re: Losing Credentials After Call to Method

2009-08-28 Thread pcarrollnf
It appears this issue is closely related to this post: http://www.jboss.org/index.html?module=bbop=viewtopict=159800 However, there was no resolution to that issue either. Is there an update? Thanks. View the original post :

[jboss-user] [JNDI and Naming] - Re: Unable to override JNDI name for session bean

2009-08-28 Thread jaikiran
anonymous wrote : It looks as if I'm going to need to override the JNDI names for my existing EJB2 beans as well. It seems that JBoss is ignoring the jndi-name entries in jboss.xml, and is giving default names to all of the old-style beans. Please post relevant configuration and code from

[jboss-user] [JNDI and Naming] - Re: Not able to Deploy Local ejbs across multiple ears

2009-08-28 Thread jaikiran
Which exact version of JBoss and which version of EJB? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252415#4252415 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252415 ___

[jboss-user] [Installation, Configuration Deployment] - Re: Isolation woes...

2009-08-28 Thread jaikiran
anonymous wrote : I was thanking that sharing the code via an ear instead of the /lib folder that would give me the ability to hot deploy updates to that code This can cause issues with classloading. See these wiki links (pay special attention to the Sharing classes section in the first wiki):

[jboss-user] [JNDI and Naming] - Re: Not able to Deploy Local ejbs across multiple ears

2009-08-28 Thread anandlramadurg
JBoss 4.2.0 CP06, EJB2.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4252418#4252418 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4252418 ___ jboss-user mailing list