[jboss-user] [JBoss jBPM] - Re: Using variables in Expressions

2008-08-08 Thread vanyatka
Thanks, Ronald. I'll try ask the same question on Seam forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169462#4169462 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169462

[jboss-user] [Installation, Configuration DEPLOYMENT] - Replacing the JBoss Generic JMS Inbound Resource Adapter

2008-08-08 Thread [EMAIL PROTECTED]
I have a interoperability issue when JBoss tries to consume a topic from a Weblogic JMS Provider. I found a JMS resource adapter (JMSJCA) that deals with this incomparability issue between the different JMS Providrs. My Question is how would one replace the Generic JMS Inbound Resource

[jboss-user] [Clustering/JBoss] - Jboss clustering - problem

2008-08-08 Thread spaluvuri
Hi, I have configured 2 nodes. out of which one is running with apache server. i.e, one system running with apache server and jboss instance and the other system with jboss instance. When I look at http://localhost/web-console/; i could able to see only one of the jboss instance at a given

[jboss-user] [JBoss jBPM] - Re: Getting comments through command object ?

2008-08-08 Thread lblaauw
Ah, My bad.. .Seems if you attach a comment to a task it only belongs to that particular task so when the task finishes its gone. So I have now taken the route taken by kukeltje in a very very old post and have attached my comments to the rootToken wich servers my purpose just fine ! ;-)

[jboss-user] [JBoss jBPM] - purge data after processinstance reaches end ?

2008-08-08 Thread lblaauw
Hi, Just a quick question... As it stands right now in our application when all tasks of a process instance have ended i see in the db a date filled in at the process instance end_ table. Thats great but what we really want to do is purge all data from the db belonging to that process

[jboss-user] [JBossWS] - Re: Hide certain fields in return object

2008-08-08 Thread [EMAIL PROTECTED]
Did you try using @XmlTransient jaxb annotation? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169469#4169469 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169469 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Getting comments through command object ?

2008-08-08 Thread vtysh
Comment is not gone when the task is finished. It is just the jbpm-console problem which displays only process root token comments or task comments but doesn't display all comments at the same time. To display all comments you should to iterate through process tokens and display comments for

[jboss-user] [JBoss Messaging] - Invalid authentication attempt, principal=null error...

2008-08-08 Thread pkorros
Our production server after running for many weeks without problems, suddenly started to throw the following SecurityException every time the system tries to connect to a jms queue. A reboot solved the problem but i am trying to find a better solution. I had the same problem before, when

[jboss-user] [JBoss jBPM] - Re: Getting comments through command object ?

2008-08-08 Thread vtysh
Oh, i am sorry, you didn't write anything about jbpm-console. But all other recommendations are still actual. You need to find all process instance tokens with the method findAllTokens(). Then iterate through tokens and get their comments with the method token.getComments() and add all comments

[jboss-user] [JBoss jBPM] - Re: Getting comments through command object ?

2008-08-08 Thread lblaauw
Hey vtysh, Well my usecase is actually quite simple, i just need global comments per process instance, so any task user can add comments to the whole process instance. So when i collect a users tasks per task i also collect the process instance comments for that task. Therefore i decided to

[jboss-user] [JBoss jBPM] - Re: Weird setting of variables to ActionHandler and TaskCont

2008-08-08 Thread [EMAIL PROTECTED]
Thanks Kukeltje, it wasn't written very clear. So the default access to fields of TaskControllerHandler is bean (set method/setter, e.g. for field persistenVariables it is method setPersistentVariables) in ActionHandler the default access is direct to field (e.g. for field persistenVariables

[jboss-user] [JBoss jBPM] - Re: Getting comments through command object ?

2008-08-08 Thread vtysh
I propposed you better solution. Because you can simply add comments to the task or dirrectly to the process and then know for which task the comment was done. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169482#4169482 Reply to the post :

[jboss-user] [JBoss Messaging] - Weird transaction error

2008-08-08 Thread TheOverlord
I'm getting these strange transaction related errors from an MDB consuming messages from queue: | 2008-08-07 18:22:42,414 [JMS SessionPool Worker-5] WARN com.arjuna.ats.jta.logging.loggerI18N - [com.arjuna.ats.internal.jta.resources.arjunacore.preparefailed]

[jboss-user] [JBoss jBPM] - Re: purge data after processinstance reaches end ?

2008-08-08 Thread vtysh
jbpmContext.getGraphSession().deleteProcessInstance(processInstance); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169484#4169484 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169484

[jboss-user] [Performance Tuning] - Limited number of users are able to login

2008-08-08 Thread shankarkhanna
We have created a portal based on jboss portal. Now not more than 50 users are able to login. Following confrigurations are done in oracle-ds.xml. min-poll-size1/min-poll-size max-poll-size5/max-poll-size please help to solve the issue... View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - linkage error for SAXParserImpl

2008-08-08 Thread saikatsakura
Hi, We are using JBOSS 5.0CR1 and JDK 1.6. We have been trying to deploy an ear in the appserver, however, are hindered by a very nasty LinkageError issue. We have set the classloader isolation levels to true in the ear-deployer-bean.xml to true. The stacktrace for the error is -

[jboss-user] [JBoss jBPM] - Re: purge data after processinstance reaches end ?

2008-08-08 Thread lblaauw
Hey, Yeah I am aware of this function call, question remains though where to call it.. Ideally I would like the process at the end to purge its own data. Offcourse it could be purged through an external process running outside of jBPM but thats not really a great way in my view, i.e. another

[jboss-user] [Installation, Configuration DEPLOYMENT] - Server startup JBOSS AS 4.2.3

2008-08-08 Thread kavitadeshpande
Hi, ERROR: invalid console appender config detected, console stream is looping This is the error i am getting while running the run.bat in the bin folder.When I try commenting the appender tag in jboss-log4j.xml for default conf the batch file hangs after the configuring log4j message.If I give

[jboss-user] [Beginners Corner] - Re: error when starting jboss AS(jboss-5.0.0.CR1) under jdk1

2008-08-08 Thread eddylauck
jaikiran wrote : anonymous wrote : server (version:jboss-5.0.0.CR1) under jdk1.60_03. | See first bullet point under http://wiki.jboss.org/wiki/JBoss5FAQ | | http://wiki.jboss.org/wiki/LinkageErrorWithJBoss5Java6 These links has no use to my problem. I fixed it myself. thanks anyway

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - How to handle colon (:) in CSS files (IE-limitation)

2008-08-08 Thread kirksigi
Hello! In my webapplication i have a lot of input-fields with an id containing a colon (:). e.g. : myForm:name I know, that i have to escape the colon in css to make it valid, but internetexplorer does not seem to handle this kind of rule correctly. See example below: -- test.css --- |

[jboss-user] [EJB/JBoss] - Reg: deployment

2008-08-08 Thread Swaroop.Katragadda
At the server console you can observe that beans that are deployed . If you invoked the server either through command prompt or eclipse. At the both ends you can view the beans that are deployed. If you know about the above things please let me know in which way you want ot know about the

[jboss-user] [JBoss Portal] - Re: Jboss Portal Errors in Server log

2008-08-08 Thread [EMAIL PROTECTED]
These can be safely ignored... We should really have a Wiki on this, if we don't already... :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169500#4169500 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169500

[jboss-user] [JBoss Portal] - JBossPortal and JBossWS Metro Stack

2008-08-08 Thread gressho
Hello, is it possible to combine JBossPortal (regarding WSRP) with the JBossWS Metro Stack? Best wishes Werner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169501#4169501 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Deployment of Process Definition

2008-08-08 Thread ragna
Thanks for the reply! I also tried | JbpmContext jbpmContext = JbpmConfiguration.getInstance().createJbpmContext(); | try { |ProcessDefinition emailProcess = ProcessDefinition.parseXmlResource(doorprocess/processdefinition.xml); | //

[jboss-user] [JBoss Portal] - Re: JBossPortal and JBossWS Metro Stack

2008-08-08 Thread [EMAIL PROTECTED]
It should be possible to do so, though I haven't had time to look at it yet. A nice opportunity for a contribution! :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169504#4169504 Reply to the post :

[jboss-user] [JBoss Portal] - Loading javascript in the body

2008-08-08 Thread Vishal Student 123
Hi guys, I'm having problems loading a javascript file into the body of the HTML. The file needs to be loaded on everypage. The file cannot go into the head tag for various reasons. Can it be done? How? Thanks Vishal View the original post :

[jboss-user] [JBoss Portal] - Re: JBossPortal and JBossWS Metro Stack

2008-08-08 Thread gressho
Ok, I'll have a look at it when JBossWS 3.0.3 comes. Before I won't have the time. Thanks for for fast answer. Werner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169509#4169509 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Server startup JBOSS AS 4.2.3

2008-08-08 Thread jaikiran
Please post the entire exception stacktrace which you see when you have not changed any files in JBoss. Also, does JBoss start without any errors when you dont have your application deployed? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169512#4169512

[jboss-user] [Beginners Corner] - Re: error when starting jboss AS(jboss-5.0.0.CR1) under jdk1

2008-08-08 Thread jaikiran
eddylauck wrote : | These links has no use to my problem. | | I fixed it myself. | Could you please tell us, how you fixed this error? That will even help others who run into this issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169513#4169513

[jboss-user] Delivery Notification [EMAIL PROTECTED]

2008-08-08 Thread Postmaster
This is a delivery status notification, automatically generated by MTA im1.duc.auburn.edu on Fri, 08 Aug 2008 04:05:26 -0500 Regarding recipient(s) : [EMAIL PROTECTED] Delivery status : Failed. Message could not be delivered to domain eng.auburn.edu .Failed while initiating the protocol.

[jboss-user] [Performance Tuning] - Re: Limited number of users are able to login

2008-08-08 Thread shankarkhanna
We have created a portal based on jboss portal. Now not more than 50 users are able to login. Following confrigurations are done in oracle-ds.xml. min-poll-size1/min-poll-size max-poll-size5/max-poll-size please help to solve the issue Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: JBossPortal and JBossWS Metro Stack

2008-08-08 Thread [EMAIL PROTECTED]
Depending on how things go with other tasks, I might take a look at it as well. In any case, please use this forum topic to post any questions you might have and/or status update on the subject. Thanks! View the original post :

[jboss-user] [Beginners Corner] - Re: error when starting jboss AS(jboss-5.0.0.CR1) under jdk1

2008-08-08 Thread eddylauck
jaikiran wrote : eddylauck wrote : | | These links has no use to my problem. | | | | I fixed it myself. | | | | Could you please tell us, how you fixed this error? That will even help others who run into this issue. | just copy C:\jboss-5.0.0.CR1\client\jaxb-api.jar to

[jboss-user] [EJB/JBoss] - Re: dployment

2008-08-08 Thread jaikiran
If you want to check this through a program, you can follow these: http://wiki.jboss.org/wiki/NotificationsEmittedByJBossMBeans http://wiki.jboss.org/wiki/HowCanNonMBeansReceiveJMXNotifications View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169529#4169529

[jboss-user] [JBoss Messaging] - Messages stuck in Queue using the Bridge - Transaction issue

2008-08-08 Thread mclu
Hi again! JMB 1.4.0.SP3 on Jboss 4.2.3 I have 2 Servers A and B. On B I have 3 Bridges configured which pulls and pushes messages from and to A. If I kill B and restart it or im I break the network connection I have the Problem that some messages are stuck in the Queues on A and B. The Bridge

[jboss-user] [Management, JMX/JBoss] - Re: deploying mbean in ear

2008-08-08 Thread Swaroop.Katragadda
sorry for the pervious post . Place jboss-service.xml in ear -app1.jar -app2.jar -META-INF/application.xml -jboss-service.xml and in application.xml use this jboss-service.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169537#4169537

[jboss-user] [Management, JMX/JBoss] - Re: deploying mbean in ear

2008-08-08 Thread Swaroop.Katragadda
Swaroop.Katragadda wrote : sorry for the pervious post . | | Place jboss-service.xml in ear | | -app1.jar | -app2.jar | -META-INF/application.xml | -jboss-service.xml | | and in application.xml use this | | | jboss-service.xml | View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: deploying mbean in ear

2008-08-08 Thread Swaroop.Katragadda
Place jboss-service.xml in ear -app1.jar -app2.jar -META-INF/application.xml -jboss-service.xml and in application.xml use this jboss-service.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169535#4169535 Reply to the post :

[jboss-user] [JBoss Cache: Core Edition] - Has anyone used JBC 2.x series with JBossAS 4.2.x series?

2008-08-08 Thread jorgemoralespou_2
Hi, I want to upgrade my JBC distribution to a newer one to get some performance improvements and a clearer api. As fas as I know, I can upgrade JGroups to a newer version 2.6 series (required by JBC 2.x), but I need to have legacy JBC 1.4.1 for internal JBossAS caches (EJB cache, etc...). I

[jboss-user] [JBoss jBPM] - Re: process variables out of session

2008-08-08 Thread [EMAIL PROTECTED]
Solved. My problem was that incoming variables form client were detached from session. So I attached them with saveOrUpdate method. When I read a process variable in ActionHandler it is always registered. So there was no problem. Thanks View the original post :

[jboss-user] [Beginners Corner] - JBoss 4.2.3.ga in the maven repo?

2008-08-08 Thread hubaer
Hi all, I am not sure, if this is the right forum, but I found no forum for general JBoss questions. Are there any plans releasing JBoss 4.2.3.GA into the JBoss Maven repository? All artifacts I found are for 4.2.2 or 5.0.0.x. Thank you for your answers. Marco View the original post :

[jboss-user] [JBoss jBPM] - Re: Process state issue

2008-08-08 Thread vinodkv
Sorry for the naming convention, it is from an example that i found online . Have done the deployment in the same manner. Ths inner process first and the sub process later. It goes to the Inner Process task and stays there but it does not execute anything under it. If you signal the flow it

[jboss-user] [Management, JMX/JBoss] - Re: deploying mbean in ear

2008-08-08 Thread Swaroop.Katragadda
Place jboss-service.xml in ear -app1.jar -app2.jar -META-INF/application.xml -jboss-service.xml and in application.xml use this module id=mysql_ds_001 | javajboss-service.xml/java | /module View the original post :

[jboss-user] [Beginners Corner] - Re: error when starting jboss AS(jboss-5.0.0.CR1) under jdk1

2008-08-08 Thread jaikiran
You wouldn't have to do that, if you upgraded your JDK. The wiki http://wiki.jboss.org/wiki/LinkageErrorWithJBoss5Java6 points to the following forum thread: http://www.jboss.com/index.html?module=bbop=viewtopict=138392 In that thread, you will notice that we had tried the same approach as

[jboss-user] [Beginners Corner] - Re: Tuscany JBoss

2008-08-08 Thread jaikiran
I dont know what Tuscany is. I just looked it up after reading your post. Could you post more details including any exception stacktrace, explaining what is not working. Based on that, someone else might be able to help you. View the original post :

[jboss-user] [EJB 3.0] - Re: Best way to share entity beans across applications?

2008-08-08 Thread jaikiran
anonymous wrote : What happens under this scenario is that whatever application I deploy last is the one that works. The other application gives ClassCastException errors whenever an entity bean is accessed. | See these 2 classloader wikis to setup classloader scoping for your applications:

[jboss-user] [EJB/JBoss] - Re: NoPassivationCachePolicy not working - bean is getting p

2008-08-08 Thread Omnia Mutantur
I've had the same problem, so this post is for anyone who finds this thread and wants to know the answer too! (I'm assuming that 8 is not still looking for a response by this time...)If your application EAR, or whatever, doesn't have a jboss.xml file in META-INF, standardjboss.xml is

[jboss-user] [JBoss Messaging] - Profiling with eclipse causes Connection Factory Problems

2008-08-08 Thread mclu
I try to profile my Jboss Server. While starting up the start of the ConnectionFactory fails: | 13:06:20,546 INFO [ServerPeer] JBoss Messaging 1.4.0.SP3 server [2] started | 13:06:21,421 ERROR [ExceptionUtil] [EMAIL PROTECTED] startService | java.lang.ExceptionInInitializerError |

[jboss-user] [Clustering/JBoss] - Apache Servere config

2008-08-08 Thread spaluvuri
Hi, I have set up 2 jboss nodes and the apache server running in other system. The web-console page displays the jboss instance too. But when i enter the IP address of the system (on which apache server is running), it displays just a message It works. I am not able to send the requests

[jboss-user] [EJB 3.0] - Injecting SessionBean into Thread

2008-08-08 Thread hamtho2
Hi, is there any chance to inject a SessionBean directly into a Thread via an annotation instead of using a JNDI-Lookup? I´ve got the case, that I use a TimerBean that starts an own Thread for every file it finds in a hotfolder. Later on this Thread should access a SessionBean through

[jboss-user] [JBoss jBPM] - Re: Deployment of Process Definition

2008-08-08 Thread kukeltje
this should work.. it is the same way that the console does it. So please make a unit test that demonstrates the problem View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169569#4169569 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: 5.0.0CR1: EJB refs across EARs don't work

2008-08-08 Thread hamtho2
And in which jar do I find the org.jboss.ejb3.annotation.LocalBinding? I only found it in the embedded JBoss, but this is definately not what I´d like to include in my jar-dependencies. And what is the reason, that there are two annotations LocalBinding? There is also one in

[jboss-user] [EJB 3.0] - Re: Context lookup

2008-08-08 Thread hamtho2
Is there any chance to lookup an implementation of a SessionBean using simply the interface and not constructing a JNDI-Name where I would have to care about the prefix wheather it has been deployed in an ear or not? Thomas View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: DatabaseServerLoginModule with Cipher and PBEWithMD5AndD

2008-08-08 Thread kathy90031
Yes, I saw that, but I didn't see where the Database fit in with all this. There are no examples on where to put my Users query or Roles query, etc. The documentation does not go into this detail and based on what I see in the source, this does not look up any tables in the database. Is

[jboss-user] [EJB 3.0] - Re: Context lookup

2008-08-08 Thread ALRubinger
The packaging-based prefix is a default to ensure unique bindings. You may use the JBoss-specific (ie. non-portable) @RemoteBinding.jndiBinding annotation to manually specify a JNDI target. S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169580#4169580

[jboss-user] [EJB/JBoss] - While deploying ejb's I am getting different exception

2008-08-08 Thread jv_krishna52
Hi All, While deploying the ejb's I am getting the following exception 17:31:51,812 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=PrimaryMgrHome,service=EJB java.rmi.ServerException: Could not bind home; nested exception is:

[jboss-user] [Security JAAS/JBoss] - Re: Users bookmarking login.jsp causes problems

2008-08-08 Thread kathy90031
Yes, our URL pattern is the same, but I'm not sure you were understanding me correctly. Our pages ARE secure. If someone bookmarks http://localhost/WebApp/index.jsp then they are directed to the login page, after they login in (and are authenticated, they are directed to the home page. If

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Trying to deploy Railo as war file

2008-08-08 Thread am2605
Hi, I don't quite understand the documentation on that Wiki page. Is this adequate? | jboss-web |class-loading | loader-repository | com.example:archive=railo.war | /loader-repository |/class-loading | /jboss-web Or does com.example have to be

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-08 Thread karypid
Hello, I had the exact same problem and got as far as fixing the StubExt issue, but now I am stuck at the Unable to create WSRM sequence exception. How did you fix that? My classpath seems to be correct. Here's the client: public void pingTest() { |

[jboss-user] [JBossWS] - Re: WS-RM Exception: cannot be cast to org.jboss.ws.core.Stu

2008-08-08 Thread karypid
Actually, I don't have the exact same problem. My exception is; org.jboss.ws.extensions.wsrm.api.RMException: Unable to create WSRM sequence | at org.jboss.ws.core.jaxws.client.ClientImpl.createSequence(ClientImpl.java:563) | at

[jboss-user] [JBoss AOP] - Re: JBoss 4.2.2.GA + JDK 1.6.0_03

2008-08-08 Thread madanmaneesh
I am also running into same problem. I have following env Java : 1.6.0_06-b02 Jboss : JBoss_4_2_2_GA date=200710221139 OS : Windows Xp I have verified that EnableLoadtimeWeaving=true and pluggable-instrumentor.jar is from jboss-aop_1.5.6.GA , tried absolute path and also by having this in

[jboss-user] [JBoss Cache: Core Edition] - Problem with expiration eviction

2008-08-08 Thread jreeman
Hello, I wrote the following code to use expiration eviction policy : Region region = admDataCache.getRegion(fqn, true); | | ExpirationConfiguration expirationConfiguration = new ExpirationConfiguration(); |

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

2008-08-08 Thread dmary
Hi all, I need to migrate a queue and mdb into a cluster configuration. I've read mutliple wiki and docs and I need some help. I'm running all into a Jboss AS 4.05 Ga. Actualy, to create queue, it is done directly by Jboss , in reading annotation from my MDB. I haven't any xml files, all is

[jboss-user] [JBoss and NetBeans] - Re: Which should be the best platform for JBoss?

2008-08-08 Thread javauser007
hi, can u suggest me where can i get the portlet plugin for JBoss ide... i tried a lot but no result.. I think such kind of plug-in is not yet exist. If u have any suggession plz let me know plz provide the appropriate URL Thanks in advance,. View the original post :

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

2008-08-08 Thread dmary
and third question, why when I put myqueue-service.xml into JBOSS_HOME/deploy-hasingleton/jms , why it doesn't hot deploy ?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169608#4169608 Reply to the post :

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException in an ear application

2008-08-08 Thread pepelara
Hi, I am a beginner like you but I guess your problem is that you have not included an application.xml file inside the ear where you have to declare your servlet. Is that the problem? pepelara View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169610#4169610

[jboss-user] [Installation, Configuration DEPLOYMENT] - Defining a data source or JMS queue per application

2008-08-08 Thread atijms
I wonder whether it's possible in Jboss to define a datasource using a configuration file inside an .ear file. Currently it seems that I have to copy a file called something-ds.xml to the deploy directory of Jboss. However, I would like this file to be an integral part of the application. The

[jboss-user] [JBoss Portal] - Re: Architecture advice

2008-08-08 Thread simplex-software
Yes, all the portlets are higly inter-corelated, they need to communicate and share data. And they communicate using HTTP POST requests instead of IPC ! That's probably because IPC doesn't work with separated deployed portlet ? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to set strictMaximumSizetrue/strictMaximumSize for p

2008-08-08 Thread nareshshah
I am using jboss-portal-2.6.2.GA(with jboss 4.2.2GA App Server), JDK 1.5.0.2, windows XP SP2. I have situation from where three ejb threads are accessing to one ejb A randomly. SO everytime any thread access to ejb A , new JNDI handler is creating instead of reusing the existing JNDI from the

[jboss-user] [Security JAAS/JBoss] - method permission via ejb-jar.xml ignored

2008-08-08 Thread formica
Hi, I have a problem with security using jboss-4.2.2-GA I have managed to set permissions via annotations but I did not manage to set them via a partial ejb-jar.xml file Here is my ejb-jar.xml | ?xml version=1.0 encoding=UTF-8? | ejb-jar xmlns = http://java.sun.com/xml/ns/javaee; |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to set strictMaximumSizetrue/strictMaximumSize f

2008-08-08 Thread nareshshah
Here are the jboss.xml tags. container-pool-conf MinimumSize2/ MinimumSize MaximumSize4/ MaximumSize strictMaximumSizetrue/ strictMaximumSize strictTimeout3000/ strictTimeout /container-pool-conf View the original

[jboss-user] [EJB 3.0] - Limit of paralel running MDBs???

2008-08-08 Thread kaja78
Is there any limit of paralel runing MDBs in JBOSS 4.2.3 ??? I am experimenting with the maxSession and pool maxSize paramters of EJB3 MDB. I set the maxSession activation config property to 1000 and pool maxSize parameter to 1000 (in ejb3-interceptors-aop.xml). But jboss runs only 99 paralel

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: EAR validation?

2008-08-08 Thread jagdeep
I tried by removing Root.war. Still get the same error. I also tried adding / removing context-root tags from application.xml and jboss-web.xml. Get the same exception. Am I missing defining the root context somewhere? btw I would want to keep it default. View the original post :

[jboss-user] [Beginners Corner] - Re: MDB on JBoss4.2.2.GA

2008-08-08 Thread pepelara
Hi Peter, Thanks a lot. pepelara View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169631#4169631 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169631 ___ jboss-user mailing list

[jboss-user] [EJB/JBoss] - Re: NoPassivationCachePolicy not working - bean is getting p

2008-08-08 Thread Omnia Mutantur
You may also have to add a reference to the appropriate container-name in your EJB declaration. You'd add something like this to your jboss.xml: enterprise-beans | entity | ejb-name[your bean name here]/ejb-name | configuration-name[container-name here]configuration-name

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-08 Thread [EMAIL PROTECTED]
anonymous wrote : Can't commit because the transaction is in aborted state This is a symptom. You need to find another exception on your log that shows the cause. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169639#4169639 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Using variables in Expressions

2008-08-08 Thread vanyatka
I'm a bit put down seeing lack of information on using EL in jBPM. The maximum I could find is a chapter Expressions http://docs.jboss.org/jbpm/v3/userguide/jpdl.html#expressions in the jbpm reference guide. There is not a single mentioning of how to use them among jBPM examples. Sure, there

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-08 Thread TheOverlord
I'm not seeing else in the logs that would be related to this exception. What are some of the things that would cause this exception to be thrown? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169642#4169642 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: No more console messages after first deployment - jboss

2008-08-08 Thread jaytee123
I am having the same problem as the OP. Was there ever a resolution to this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169643#4169643 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169643

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-08 Thread [EMAIL PROTECTED]
It's a common practice to do: | try | { | } | catch (Exception e) | { | log.warn (e.getMessage(), e); | transaction.setRollbackOnly(); | } | Maybe some other exception happened, and set the transaction in abort mode. Maybe you have a case where you are setting the

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-08 Thread [EMAIL PROTECTED]
I remember a case where security was throwing exceptions causing that. It was not directly related to this issue here, but I remember something like that. Are your security configuration (Datasource... etc) properly configured? Anyway.. this is just a guess... but worth verifying it. View

[jboss-user] [Security JAAS/JBoss] - Re: How to authenticate to the JBoss server without FORM aut

2008-08-08 Thread Marcos_APS
ragavgomatam wrote : There is, I believe another way, without using FORM authentication, you can use Programmatic login (using WebAuthentication) . You will have to refer to the documentation for more details..Check out this url | http://wiki.jboss.org/wiki/WebAuthentication Hello,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Start stop JBoss from Browser

2008-08-08 Thread wskent
Is there a way to start and stop JBoss instances from the JBoss web-console or jmx-console in the browser? I want to remotely start and stop JBoss instances in an iSeries PASE (unix) environment and am looking for an easy way to do this without starting an iSeries session, using an access tool

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-08 Thread TheOverlord
I have the JmsXARealm configuration set as specified in the JBM installation guide: | application-policy name = JmsXARealm |authentication | login-module code = org.jboss.resource.security.ConfiguredIdentityLoginModule | flag = required |

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-08 Thread [EMAIL PROTECTED]
anonymous wrote : I doubt it would even startup properly in that case. Ok.. I was just guessing.. as I remember some other case I dealt with some time ago. On that case, Messaging configuration on login-config was messed up, but I don't remember the exact problems I was seeing that time: |

[jboss-user] [JBoss Messaging] - Re: Profiling with eclipse causes Connection Factory Problem

2008-08-08 Thread [EMAIL PROTECTED]
I would guess for a bug in your profiler... or a classpath configuration error. Some profilers will play with code generation... and javassist does that too. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169675#4169675 Reply to the post :

[jboss-user] [JBoss AOP] - JBoss AOP/Enterprise Quality ??

2008-08-08 Thread derrickhackman
I am investigating JBoss AOP as a viable solution to our application needs and am a little concerned about it's support. I see the most recent release of the API is pretty recent but the overall documentation and the Eclipse plug-in is either light and/or not available. Can someone speak to the

[jboss-user] [JBoss Portal] - Multiple Listeners

2008-08-08 Thread sreedharj
Can one portlet make calls to multiple listeners? How can I do that? Ex: Portlet A llistens to Portal B, Portal C. Can Portal C listens to Portal B as well? How can I do that? I know that *-object.xml accepts only one listner to define not multiple. Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-08 Thread jelavallee
[EMAIL PROTECTED] wrote : It is at context level, AFAIK you cannot modify it with the XML descriptors. | | I don't think there is a Jira for this yet, so you can open one. | | (JSR 168, is defining the portlet container, so it has no notion of portals neither page, it's vendor

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

2008-08-08 Thread sreedharj
Are you able to find/resolve the IPC in JSF? If YES, Can you provide the solution, if you any. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169680#4169680 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169680

[jboss-user] [JBoss Portal] - Re: Url : how to define MyPortal as the default portal.

2008-08-08 Thread jelavallee
Oh yeah... I'm on JBoss Portal 2.6.5.GA... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169681#4169681 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169681 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: RichFaces Portlet + IPC

2008-08-08 Thread sreedharj
Can you please post the solution if you found any for IPC with JSF? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169682#4169682 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4169682

[jboss-user] [JNDI/Naming/Network] - NameNotBoundException in MDB, but bound in WAR Servlet

2008-08-08 Thread johndubchak
I have an EAR application deployed on JBoss 4.2.2 running on OS X. In a WAR, I am loading a servlet during application startup to bootstrap some configuration within an object then binding that object to the JNDI java:comp/env namespace. When I look in the jmx-console, I see that the object is

[jboss-user] [JBoss Messaging] - Re: Invalid authentication attempt, principal=null error...

2008-08-08 Thread [EMAIL PROTECTED]
look at this thread here: http://www.jboss.com/index.html?module=bbop=viewtopict=139025postdays=0postorder=ascstart=10 It seems related to me. Try setting up your security config as mentioned on that thread. Maybe that would solve your problem. View the original post :

[jboss-user] [JBossWS] - Re: consume WS error after update to JBossWS 2.0

2008-08-08 Thread shelleyjose
I was trying to run a standalone client for a webservice and I had the same issue. Removed jaxws-rt.jar and jaxws-tools.jar from JBOSS_HOME/client and copied the xercesImpl.jar file from JBOSS_HOME/lib/endorsed to JBOSS_HOME/client. That solved the problem. View the original post :

[jboss-user] [JCA/JBoss] - Replacing the JBoss Generic JMS Inbound Resource Adapter

2008-08-08 Thread [EMAIL PROTECTED]
I have a interoperability issue when JBoss tries to consume a topic from a Weblogic JMS Provider. I found a JMS resource adapter (JMSJCA) that deals with this incomparability issue between the different JMS Providers. My Question is how would one replace the Generic JMS Inbound Resource

[jboss-user] [EJB 3.0] - Replacing the JBoss Generic JMS Inbound Resource Adapter

2008-08-08 Thread [EMAIL PROTECTED]
Replacing the JBoss Generic JMS Inbound Resource Adapter I have a interoperability issue when JBoss tries to consume a topic from a Weblogic JMS Provider. I found a JMS resource adapter (JMSJCA) that deals with this incomparability issue between the different JMS Providers. My Question is how

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Defining a data source or JMS queue per application

2008-08-08 Thread PeterJ
Do this. First, place the xxx-ds.xml and/or xxx-service.xml files in your ear file. Then in the META-INF/jboss-app.xml file, place: jboss-app | module | servicexxx-ds.xml/service | /module | module | servicexxx-service.xml/service | /module | /jboss-app View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Jboss4.2 in Eclipse3.3- Page does not refresh

2008-08-08 Thread PeterJ
Did you try flushing the browser's cache? Most of the time this does it for me. Also, to completely clean out the server, stop the server and remove the server/xxx/data, server/xxx/log, server/xxx/work and server/xxx/tmp directories. View the original post :

[jboss-user] [JBoss Messaging] - Re: Weird transaction error

2008-08-08 Thread TheOverlord
I did notice this exception just before the first exception I mentioned. I don't see it all the time. | WARN com.arjuna.ats.jta.logging.loggerI18N - [com.arjuna.ats.internal.jta.resources.arjunacore.preparefailed] [com.arjuna.ats.internal.jta.resources.arjunacore.preparefailed]

  1   2   >