[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: packaging log4j.properties with a server jar

2008-11-03 Thread prpo
Jai, My shared library is say sharedLib.jar it uses JMSAppender in log4j to send messages to a topic. The sharedlib.jar is used by war, ejb or ear files. An MDB subscribes to the topic and polls messages. In this case, where do I place my log4j.properties file? thanks for all your help

[jboss-user] [Microcontainer] - Re: Programmatically getting JNDI Context

2008-11-03 Thread alesj
[EMAIL PROTECTED] wrote : I have seen JndiDecoratedTestCase and it registers the beans to JNDI, but JNDI name is predefined here. While in my app the JNDI name is calculated at runtime. | As you could see in JndiDecoratedTestCase, to push bean in JNDI, you had to enable AOP interceptor:

[jboss-user] [JBoss Messaging] - Re: Can't consume message.when message delivered

2008-11-03 Thread jerry.zhao
thanks of timfox, i have bean fixed it.you are right, i use a incorrect version. jboss-remoting.jar 2.40, it is not fit deplay. so i change back to 2.20 verion, atfer i change back , all is ok, thanks once View the original post :

[jboss-user] [JBoss Portal] - Re: where should i include my javascript file?

2008-11-03 Thread natoine
well i'm tryning to insert javascript and i have this error : anonymous wrote : JBossWeb/2.0.1.GA - Rapport d'erreur!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2

[jboss-user] [JBoss jBPM] - Re: jbpm-bpel-1.1.1 test hello error

2008-11-03 Thread cumtyjp
the hello example run correctly now! however the trip is wrong! ?xml version=1.0 encoding=UTF-8 ? | testsuite errors=3 failures=0 hostname=db3e6b86f82a413 name=org.jbpm.bpel.tutorial.trip.TravelAgentTest tests=3 time=4.453 timestamp=2008-11-03T08:38:48 | properties | property

[jboss-user] [Security JAAS/JBoss] - how to get my AD kerberos ticket to authenticate on my webap

2008-11-03 Thread mmouse
I implemented the samples from jBoss Negotiation Authenticator 2.0.3.Beta1. It works but it authenticates my application to Active Directory using a generic account, the the end user account. So my goal is simple: automatically get the end user kerberos ticket from my corporate windows machine

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

2008-11-03 Thread rossputin
Hi, I have looked through the latest process to exhibit this problem, and examined the tasks in the eclipse properties panel. The 'Signalling' checkbox is ticked, and the 'Blocking' checkbox is not ticked. So Salaboy21's post may shed some light on this for me. Can anyone confirm it is

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

2008-11-03 Thread rossputin
Hi, reading the snippet again, which Salaboy21 posted in an earlier post, I must confess to having difficulty grasping the difference between signalling and blocking tasks... | Task instances can be signalling. A signalling task instance is a task instance that, when completed, can send a

[jboss-user] [Beginners Corner] - How can I handle a Collection/Set in JSF

2008-11-03 Thread Smilidon
Hi, in my entity relations I have to use java.util.Set. If i want to use these objects in a DataTable with JSF(RichFaces), I always have to convert/cast my Set to a ArrayList. With creating a new ArrayList of my entities, I also lose the references to my objects, so if they are changed in the

[jboss-user] [JBoss jBPM] - Re: Error when deploying the processdefinition

2008-11-03 Thread salaboy21
can you show us how your process look like? It seams that you are trying to use a tag named page, and this tag is only used when you are defining pageflows for seam. Hope it helps View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186359#4186359 Reply to the post

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

2008-11-03 Thread salaboy21
You are right, anonymous wrote : | It looks like both types of task halt execution until task completion | The diference is that a blocking task need that the tasks created inside this node must be ended to continue. This means that you can not signal a task node to continue the execution

[jboss-user] [JBoss Portal] - using certificates

2008-11-03 Thread kgoedert
Hi, I'm new to jboss portal and looking to the documentation, I could not find an authentication module for jboss portal that uses certificates. Is it possible to authenticate users using certificates on jboss portal? Thank you Kelly View the original post :

[jboss-user] [JBoss jBPM] - Re: Invoke jBPM workflow from external app

2008-11-03 Thread dhanushgopinath
not yet man.. any help is appreciated View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186392#4186392 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186392 ___ jboss-user mailing

[jboss-user] [Security JAAS/JBoss] - Re: @SecurityDomain, Principal resolution

2008-11-03 Thread Wolfgang Knauf
Hi Christian, try to enable logging for the security layer, maybe there is some internal error about the properties file not retrieved: http://www.jboss.org/community/docs/DOC-12198 (question 4) Up to now, I never used a JndiLoginInitialContextFactory, but a NamingContextFactory and an

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: hide the .jsp extension from pages

2008-11-03 Thread thanukshad
thank u very much its working fine. but i have about 200 jsp pages in my system. do i need to write 200 mappings for each page in web.xml? is there any special way to do one mapping for all pages using wildcards or anything else? View the original post :

[jboss-user] [JBoss Portal] - Re: Configure apache with jboss by mod_jk [Response problem]

2008-11-03 Thread vikram8522
Hi All I Configure my Jboss4.0.4 with apache2.2 with the link wwwjboss.org/community/docs/DOC-12525;jsessionid=1569CBFB7C3096C59C977CD3F7159A32 every thing is fine. But problem is that when I try to send the custom response (reponse.setStatus(like 804) ,if any exception in my code) ,but it

[jboss-user] [JBoss jBPM] - Where the process has reached?

2008-11-03 Thread dhanushgopinath
Hi, I am using jbpm bpel and have deployed a workflow. From my custom java application I want to know the status and the position of the process execution. Will I be able to get that ? Thanks Dhanush View the original post :

[jboss-user] [JBoss Portal] - Portlet Caches Expiration Doesn't appear to work...

2008-11-03 Thread analyzediz
In the JSP that I use to render the portlet's content, it appears that the portal caches the generated JSP. The portlet is used to provide a customized search functionality, so if the user refreshes the page, it should display the default state of the search form and not the previous search

[jboss-user] [Installation, Configuration DEPLOYMENT] - Always starting with -b 0.0.0.0 option

2008-11-03 Thread marcopb
Hi.. I'm new on JBoss. I've just finished to install JBoss on my Linux machine but I had problem testing connectivity at http://:8080 I've edited my /etc/hosts file adding editing localhost and IP address of my machine, but I still was not able to connect to 8080 port (only 127.0.0.1 was

[jboss-user] [JBoss jBPM] - handle arrays in bpel

2008-11-03 Thread sw_bpel
hello, i have some problems with handling arrays in my bpel-process. i have to invoke 3 web services and the response of the first one contains an array of user roles. so first i declare a variable for the iteration and also a variable for the number of elements in the array. then i create a

[jboss-user] [Security JAAS/JBoss] - SSL communication from jboss to weblogic

2008-11-03 Thread patwary_shiva
I want to do a http post over SSL.I have configured SSL in both jboss and weblogic. I am using httpclient to do a post to weblogic.Ins order to do post i need to get SSL factory from jboss. I tried to SSLContext sc = SSLContext.getInstance(SSL); sc.getSocketFactory() But i get null value for

[jboss-user] [JBoss jBPM] - Re: handle arrays in bpel

2008-11-03 Thread sw_bpel
i posted an old error message (wrong variable / element). here is the corresponding error message to the bpel code above: 15:57:37,428 ERROR [XPathEvaluator] cannot create element for step with non-numeric predicate: [(DefaultNameStep): bpelReturnSuko] | greetz stefan View the original

[jboss-user] [JBoss AOP] - Re: Prepare statement not picked up, am I missing something?

2008-11-03 Thread rubenv
Am not using AS at all (simply standalone JBoss AOP). I did however find out that dropping the -hotSwap parameter fixed the issue. Am not sure if that's how it should be, but it did the trick. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186415#4186415

[jboss-user] [JBoss Cache: Core Edition] - Re: 2.2 to 3.0CR2

2008-11-03 Thread lovelyliatroim
anonymous wrote : | Fixed the main issue, which is essentially a missing null check. JBCACHE-1431. | | This is in trunk, so if you get the srcs from svn and build it yourself, you will see the fix. Checked out the trunk and re-ran the fun. Tried both in 2.x format and 3.x format. Same

[jboss-user] [JBoss Cache: Core Edition] - Re: 2.2 to 3.0CR2

2008-11-03 Thread lovelyliatroim
Any ideas on why I would see this | Unexpected error occured on server side. Unable to recover to make the request. | java.util.concurrent.RejectedExecutionException | at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1759) | at

[jboss-user] [JBoss jBPM] - Re: handle arrays in bpel

2008-11-03 Thread Fabiana
Try with number($sukoIterator): | bpws:copy | bpws:from![CDATA[$sukoResponse.getAllUnitsResponse/return[number($sukoIterator)]/id]]/bpws:from |

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

2008-11-03 Thread rossputin
Hi, I will go through the process and ensure the tasks are 'blocking'. What I am keen to do, is gain the ability to recreate this multi-state behavior. We are using a modified version of the demo JSF webapp to allow users to work through several different processes. So transitioning is

[jboss-user] [Beginners Corner] - Re: No InitialContext Exception

2008-11-03 Thread denisputnam
So none of the logj4.jar's in the jboss-4.1.1.GA have the latest version? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186425#4186425 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186425

[jboss-user] [Clustering/JBoss] - ESB Cluster across different physical machines

2008-11-03 Thread jakkur
We are attempting to put together a Cluster of JBOSS ESB nodes (on AIX) with the some of our heavy lifting services spread across nodes for better load balancing and throughput. An example being that one of the services which does some heavy I/O (computes checksums on large files on the disk)

[jboss-user] [Performance Tuning] - Re: JVM arguments for increasing performance of JBoss.

2008-11-03 Thread PeterJ
Yes, that set of options is a good starting point for load testing. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186429#4186429 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186429

[jboss-user] [JBoss jBPM] - Re: BPEL Review

2008-11-03 Thread pruna
Hi, Anyone can help me with this? I've posted a preview of this review here: http://www.pruna.com.ar/?articulos/bpel_engines_oss_review/en/jboss_jbpm Any help to improve the info about this product will be appreciated! Regards, View the original post :

[jboss-user] [JBoss AOP] - Re: Prepare statement not picked up, am I missing something?

2008-11-03 Thread [EMAIL PROTECTED]
The JVM may take a while to perform the hot swap operation. Could you please add a Thread.sleep before the sayHello() call? If it still not works, then it is a bug. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186433#4186433 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Two Questions: Does JPortal have an index.html? How are

2008-11-03 Thread PeterJ
Regarding #2, I replaced the sever/xxx/deploy/jboss-web.deployer/ROOT.war/index.html file with my own that did the redirect. Regarding #1, everything within the /portal context goes to the Portal, which, if it cannot determine what to do, displays the portal home page. I don't know if you can

[jboss-user] [Beginners Corner] - Re: No InitialContext Exception

2008-11-03 Thread denisputnam
I installed the latest log4j and I am still getting the error. Is there another log4j buried in the jboss jar files somewhere? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186437#4186437 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Creating a custom PolicyCombiningAlgorithm

2008-11-03 Thread dspoja
Hello, I am trying to create a custom policy combining algorithm. Unfortunately, the only documentation I have is Sun XACML Programmer's Guide for Version 1.2 from 2004. Since then the API has changed, and I am having a hard time getting my policies to be parsed correctly once I've added the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Running Jboss as a service in IBM AIX

2008-11-03 Thread PeterJ
I found this: http://www.linuxquestions.org/questions/aix-43/startup-services-in-aix-445581/[ Remember - Google is your friend! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186435#4186435 Reply to the post :

[jboss-user] [JBossWS] - how autheticate JME Client (midlet) on jboss server

2008-11-03 Thread RogerSilvaSauro
Hi people, how are you? I have a Stateless Bean deployed on a jboss server with some security constrains on its methods declared as web service. The web service consumer is a midlet client, and as there are security constraints, thus the client needed to authenticate himself on jboss before

[jboss-user] [JBoss jBPM] - new to JBPM having a problem examples given by JBPM

2008-11-03 Thread dhvravikumar1983
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd; Hai to all .Iam new to JBPM i modified websale project given by JBPM examples like below to achive the tab concept but it is not working and also it is not giving the tab

[jboss-user] [JBossWS] - EJB client for a Web service

2008-11-03 Thread freejohn22
Hi all! I'm trying to use an EJB as client for a Web service. Unfortunately I'm having some problems when I'm injecting the WebServiceRef into the EJB. Here's my code: This is the WebService in the .war file : @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | public class POJOWs

[jboss-user] [Beginners Corner] - Re: No InitialContext Exception

2008-11-03 Thread denisputnam
Okay, I changed the order of the libraries in myeclipse and I got this error to go away. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186445#4186445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186445

[jboss-user] [EJB 3.0] - Re: Client Callbacks for Ejb 3

2008-11-03 Thread grdzeli_kaci
is it possible or i am on wrong way ? i mean is it bad pattern ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186446#4186446 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186446

[jboss-user] [JBoss Cache: Core Edition] - Re: advice on cache (mis)use for transaction log store

2008-11-03 Thread [EMAIL PROTECTED]
Hi, sorry for not responding to this sooner. Answers inline: jhalliday wrote : | Clearly the number of replicas is critical - it must be high enough to ensure at least one node will survive any outage, but low enough to perform well. | | Writes must be synchronous for obvious reasons,

[jboss-user] Delivery Failure

2008-11-03 Thread Postmaster
- The message you sent to konstanta.kiev.ua/sales was rejected because it would exceed the quota for the mailbox. The subject of the message follows: Subject:

[jboss-user] [Beginners Corner] - TravelAgentBean not bound?

2008-11-03 Thread denisputnam
Hi, I am getting a NameNotFoundException from the Client main method. I am running MyEclipse6.5, jdk5.0, and jboss-4.2.3.GA. persistence-unit name=TitanCruisesPU transaction-type=JTA jta-data-sourcejava:MySqlDS/jta-data-source /persistence-unit Here is the

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Beta1 Released

2008-11-03 Thread [EMAIL PROTECTED]
It should work soon - I was told a server needed to be restarted for jboss.org maintanence. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186457#4186457 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186457

[jboss-user] [EJB 3.0] - Re: EJB3 MDB Dynamic Destination

2008-11-03 Thread wconroy
Is it possible to set activation-config properties in a file that is not embedded within the ejb-jar? For example, is there a file you could put into the deploy directory of your server that could set this same property? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Beta1 Released

2008-11-03 Thread [EMAIL PROTECTED]
It is back now - sorry for the inconvenience. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186459#4186459 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186459 ___ jboss-user

[jboss-user] [JBoss Tools (users)] - The Beta 1 download doesn't work

2008-11-03 Thread lcbdl888
The Beta 1 download doesn't work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186462#4186462 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186462 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Beta1 Released

2008-11-03 Thread lcbdl888
The download link doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186443#4186443 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186443 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Beta1 Released

2008-11-03 Thread lcbdl888
It still doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186463#4186463 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186463 ___ jboss-user mailing list

[jboss-user] [JBoss Tools (users)] - Re: Seam project with separate UI and components

2008-11-03 Thread szimano
Great works ! Thanks a lot Tomek View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186349#4186349 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186349 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Invoke jBPM workflow from external app

2008-11-03 Thread dhanushgopinath
Hi HMuller. I too am doing the same thing, only difference is I am using a bpel process to be invoked. I am using the same code. But I am getting this error. Have you seen this any time. If so what must be wrong ? org.jbpm.JbpmException: token 'Token(/)' can't be signalled cause it is

[jboss-user] [EJB 3.0] - EJB 3.1 Embeddable

2008-11-03 Thread karltraunmueller
Hi all, I tried to get EJB 3.1 Embeddable prototype up running, and did exactly as described in http://www.jboss.org/community/docs/DOC-9618. However, I get the following exception: 12:15:39,581 INFO [JBossEJBContainer] Deploying

[jboss-user] [JBoss jBPM] - Re: Invoke jBPM workflow from external app

2008-11-03 Thread ashishc
Hi Ruchika/Dhanush, Have you guys been able to figure it out yet? Let me know if not, I can send you a sample code to look at. Thanks Ashish View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186380#4186380 Reply to the post :

[jboss-user] [JBoss Portal] - jboss portal api

2008-11-03 Thread nhearne
Hi Does any body know where can I download the jboss portal api jar from? in the tutorial (chapter 10* Portal API) there is an example that shows how to achive inter portlet communitaction (section 10.8.2) which I am trying to get it working on my local box but don't know where to get the

[jboss-user] [JBoss jBPM] - Multiple Versions of Process Model in Instance

2008-11-03 Thread johnhurtchan
How does jBPM handle multiple versions of process models. Say you put app in production, with 1 model definition. Some workflows start and are in-process. What happens if you have to modify the process model? Do new workflows use the new model after an app restart? Will old workflows

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools 3.0.0.Beta1 Released

2008-11-03 Thread [EMAIL PROTECTED]
It works for me - could you be more precise about which link does not work for you ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186476#4186476 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186476

[jboss-user] [JBoss jBPM] - Re: Multiple Versions of Process Model in Instance

2008-11-03 Thread salaboy21
The process started with one process definition version continue with this version until it finish.. If you deploy a new version of one process the version number is incremented and a new definition is inserted in the database. So, all the new process instances will be with the new definition,

[jboss-user] [EJB 3.0] - Re: EJB 3.1 Embeddable

2008-11-03 Thread wolfc
It's not the exact same problem, but close. Usually this indicates that Maven has chosen the wrong dependency somewhere. Are you using Maven 2.0.9? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186483#4186483 Reply to the post :

[jboss-user] [EJB 3.0] - Re: EJB 3.1 Embeddable

2008-11-03 Thread wolfc
Just to be sure: post the output of mvn -Dverbose=true dependency:tree here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186484#4186484 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186484

[jboss-user] [Security JAAS/JBoss] - Re: Creating a custom PolicyCombiningAlgorithm

2008-11-03 Thread dspoja
I figured it out with the help of a missed paragraph in the XACML Programmer's Guide. All is well... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186487#4186487 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186487

[jboss-user] [JBoss jBPM] - Re: Multiple Versions of Process Model in Instance

2008-11-03 Thread salaboy21
I think you could do this, but you be aware of possible inconsistences between the process states. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186488#4186488 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186488

[jboss-user] [JBoss jBPM] - Re: Multiple Versions of Process Model in Instance

2008-11-03 Thread johnhurtchan
That helps but what if we have to modify the workflow even for in-process workflows? Is that difficult? Has anyone tried? Probably just modify the database tables, but could be involved. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186482#4186482 Reply to

[jboss-user] [JBoss Portal] - Custom security

2008-11-03 Thread jtremb95
Can you tell me if it's possible to control what portal objects are available for viewing using our own servlets and beans without using the user/role type model in JBoss? Thanks for your help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186489#4186489

[jboss-user] [JBoss Portal] - Re: Unable to add portlets with 2.7.0

2008-11-03 Thread rutfield
More information (reproduced same issue on a different machine) below: Do I need to upgrade Jasper? Rich Faces? Any chance of sterring me in the right direction? CR All is fine until 22:38:31,226 ERROR [STDERR] Nov 3, 2008 10:38:31 PM com.sun.facelets.compiler.TagLibraryConfig loadImplicit

[jboss-user] [JBoss Portal] - Re: Unable to add portlets with 2.7.0

2008-11-03 Thread [EMAIL PROTECTED]
I just tried it with Mysql 5, portal 2.7.0GA and jboss AS 4.2 and I am able to see list of portlets to add. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186501#4186501 Reply to the post :

[jboss-user] [JBossWS] - Unsupported content type: application/xml

2008-11-03 Thread sreeramrt3
Hi I have a web service client which I use to post a simple Echo message with JBOSS 4.2.2 GA and JBOSSWS-Native-3.0.3 stack. I see a SOAPException due to unsupported content type: application/xml. Could I be missing libraries on the client side which could fix this error and generate the right

[jboss-user] [JBoss Portal] - Re: jboss portal api

2008-11-03 Thread nhearne
Hi Everyone I have manged to find the jar and the samples. Now the problem is when I try to run the example (from section 10.8.2- sample with PortletA and PortletB try to achive inter portlet communication) I get the following error when I click on the submit query button created by PortletA

[jboss-user] [JBossMQ] - How to delete JBossMQ from the JBoss AS default profile?

2008-11-03 Thread EricJava
We're not using it. It exposes unsecured URLs to the web. We'd like to either disable it or just delete the whole thing. But if I delete the SAR directory, I start getting errors on boot: Creating service jboss:service=NamingBeanImpl | 2008-11-03 17:50:27,926 DEBUG

[jboss-user] [Installation, Configuration DEPLOYMENT] - Booting faster by deleting stuff

2008-11-03 Thread EricJava
What are the services in the default profile that we can safely get rid of? A lot of stuff is running, and I don't understand what all of it is. I know that some of it, like JBossMQ, are legacy things that we never use, but when I delete it, I get errors while starting. I would like to be

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Always starting with -b 0.0.0.0 option

2008-11-03 Thread PeterJ
Two possibilities: 1) Edit the run.sh so that is always supplies '-b 0.0.0.0' 2) Create a new shell script and have it execute the run.sh script passing -b 0.0.0.0 I prefer option 2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186515#4186515 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Booting faster by deleting stuff

2008-11-03 Thread PeterJ
See http://www.jboss.org/community/docs/DOC-10177 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186512#4186512 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186512 ___

[jboss-user] [JBoss Messaging] - Re: allowing a client or MDB to specify by message header, m

2008-11-03 Thread PeterJ
You can specify a messageSelector property and give it a value to check. Example, here is the MDB declaration: @MessageDriven(activationConfig = { | . . . | @ActivationConfigProperty(propertyName = messageSelector, propertyValue = Stuff = 'interesting')}) | public class SomeMdb

[jboss-user] [JBoss jBPM] - Re: Need URL to get source code of jPdl web console

2008-11-03 Thread johnhurtchan
I could not find the console nor jbpm4jsf at that url anymore, but found it in this location... in this repository: http://anonsvn.jboss.org/repos /jbpm/jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/jbpm4jsf and /jbpm/jbpm3/branches/jpdl-3.2.3.GA_JBPM-1704/console Are those the correct locations for

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: PHP with JBoss Application Server?

2008-11-03 Thread EricJava
Yes, it can be done. It's just a web application. Take a look at http://www.caucho.com/resin-3.0/quercus/ . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186524#4186524 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Unable to add portlets with 2.7.0

2008-11-03 Thread rutfield
Thanks for getting back to me. Any idea how I should approach this? Are you using AS 4.2.(anything?) Thanks. CR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186525#4186525 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Booting faster by deleting stuff

2008-11-03 Thread EricJava
Thanks, I'm going through that to figure out what I can delete and how to do it in a way that doesn't result in errors. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186527#4186527 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Can't consume message.when message delivered

2008-11-03 Thread jerry.zhao
this problem, cast me a lot of time, lucky,i fixed at end. but if I follow timfox,i think don't cost so much time, I into a bad corn, find what cause the problem, cost a lot of time to guess use spring , guess is I configuration incorrect ,and a lot of work for listener ,use MqManager replace

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Booting faster by deleting stuff

2008-11-03 Thread EricJava
I did some more checking. I took the fresh jboss-4.2.3.GA-jdk6.zip file straight from the download site, I unzip it, I run it, and I get that invoker error shown above. This is pretty strange. It shouldn't be erroring as a fresh install, should it? What could be causing this? View the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Always starting with -b 0.0.0.0 option

2008-11-03 Thread EricJava
PeterJ wrote : Two possibilities: | | 1) Edit the run.sh so that is always supplies '-b 0.0.0.0' | | 2) Create a new shell script and have it execute the run.sh script passing -b 0.0.0.0 | | I prefer option 2. A really good option for the script in #2 is to start and stop JBoss

[jboss-user] [JBoss Portal] - Re: Unable to add portlets with 2.7.0

2008-11-03 Thread [EMAIL PROTECTED]
Just to be sure it's not something in your environment, I would recommend you have a clean shell, clean DB and deploy clean portal in a clean AS instance and work your way up from there. Seems like you have sort of done that but see if that helps. Which JDK version are you using? I hope it's

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Booting faster by deleting stuff

2008-11-03 Thread EricJava
Ok, my brain did not do its duty just now. That's not an error, that's normal startup I believe. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186536#4186536 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186536

[jboss-user] [JBoss Portal] - Re: Unable to add portlets with 2.7.0

2008-11-03 Thread rutfield
Yes, JVM Version: 1.5.0_07-b03 (Sun Microsystems Inc.) I was thinking of a rebuild after a clean. Thank you. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186543#4186543 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Eclipse designer source code.

2008-11-03 Thread wonqanlee
How can I get the eclipse graphical designer tool source code? thank you!!!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186546#4186546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186546

[jboss-user] [JBoss Messaging] - setting header values

2008-11-03 Thread ilangocal
How can I create a message with certain values for a header? Thanks for the message selector tip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186552#4186552 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186552

[jboss-user] [Clustering/JBoss] - how to share file system folder accoss Jboss Application Ins

2008-11-03 Thread chicken
Dear all I am going to deploy my application on Jboss Application Clustering. My application stores and access data in a folder. I don't know how to make sure that all Instances use the same data when I run it on Clustering Environment. Perhaps I have to create public folder on my network and

[jboss-user] [Beginners Corner] - Re: Reloading the application context

2008-11-03 Thread jaikiran
There's a hot deployment scanner which looks for the last modified time of the deployment archive or the top level deployment descriptor to decide whether the application needs to be redeployed. Are you doing any changes to the files deployed in the deploy folder of JBoss? P.S: You have an

[jboss-user] [JBoss Portal] - How to change the initial view of richfaces portlet

2008-11-03 Thread sri_hari
Hi , i am using Richfaces portlet and i want to dynamically change the initial view of the portlet. my portlet.xml is given below portlet-app version=1.0 xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com/xml/ns/portlet; |

[jboss-user] [Beginners Corner] - Re: TravelAgentBean not bound?

2008-11-03 Thread jaikiran
I guess you are using an incorrect jndi name for the bean lookup. Use the jmx-console to view the JNDI tree http://www.jboss.org/community/docs/DOC-9583 and then see to what jndi-name, your bean is bound. Then in your code use that jndi-name for lookup. View the original post :

[jboss-user] [JBoss jBPM] - Re: handle arrays in bpel

2008-11-03 Thread sw_bpel
that's it! :) thank you very much Fabiana!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4186565#4186565 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4186565 ___ jboss-user