[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread thomas.he...@jboss.com
Still dorothy you didn't provide us your usecase, why do you need this feature ? (Any concrete example as helmer provided ?) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238378#4238378 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread dorothy
ok, my usecase is that i have a navigation portlet on every portal page. When a link is clicked in the navigation portlet, suppose LinkA, then portletA shows up in the right column. So this will be Page A actually with Navigation Portlet on left and PortletA on right. Now suppose I click the

[jboss-user] [JBoss Tools (users)] - Hotdeploy problem (JBoss Tools not useable)

2009-06-18 Thread baz
Hello, we are working on a maven project, that is deployed as an ear. It is an multiproject Project. With Eclipse europa and the latest JBT for this plattform we do not have hotdeploy problems. We can save JSF Files and the changes are published to our app. We can save java Files with no harm.

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread thomas.he...@jboss.com
Ok, so for this you don't need what has been discussed here (cross page eventing). In fact the scenario you mentioned is a scenario that is used in the samples that you can deploy on JBoss Portal. There is a menu on the left column to open various pages on which there are various samples. Also

[jboss-user] [JBoss/Spring Integration] - Re: @Spring injection problem

2009-06-18 Thread marius.bogoevici
marius.bogoevici wrote : | A correction: I re-read your stacktrace - and the CCE does not seem related to the stacktrace. | Well, that was helpful ;) . I meant: the CCE you get does not seem related to the classpath. View the original post :

[jboss-user] [Clustering/JBoss] - Connection timed out

2009-06-18 Thread Allen_Lei
Hi all, I hava a cluster with two nodes just call them node1 and node2.And it runs fine,but sometimes there are some warn messages in server.log.I found all of them are the same as following: | 2009-06-17 15:09:54,096 WARN

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBOSS 5.0.1GA clustering issue

2009-06-18 Thread sangsvaib263
Hello, I am running jboss 5.0.1GA on 2 nodes as clusters. I deployed One war file on both the nodes at JBOSS_HOME/server/all/deploy. When I hit the URL for their respective IP , I get the output. Now I stop JBOSS on one node to test the failover, It should get the result from another node but

[jboss-user] [JBoss Portal] - Re: Clustering issue in Jboss Portal 2.6.2

2009-06-18 Thread rinku05
I have solved the issue nothing to do with physical machine and virtual machine setup :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238393#4238393 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238393

[jboss-user] [Beginners Corner] - Re: Need for JBOSS

2009-06-18 Thread jaikiran
Any specific reason you are looking for that version? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238394#4238394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238394 ___

[jboss-user] [Beginners Corner] - Re: Need for JBOSS

2009-06-18 Thread masatheesh
I am very curiuos to just get the structure of this version View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238396#4238396 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238396 ___

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread thomas.he...@jboss.com
You can achieve the same thing with JBoss Portal check the samples. As you mention the only spec that exists in that domain is the JSR-286 spec which doesn't concern the notion of pages. The thing you mention is proprietary to WPS, so of course it will work with WPS and of course won't work the

[jboss-user] [JBoss Messaging] - journal files not getting cleaned up and server startup fail

2009-06-18 Thread jbmuser
Hi, I am using JBM 2.0.0.BETA1 stand alone server. I have added 1 million messages in a queue with following page settings in jbm-configuration.xml paging-max-global-size-bytes52428800/paging-max-global-size-bytes global-page-size10485760/global-page-size When I try to consume these messages

[jboss-user] [Performance Tuning] - Re: JBOSS Client pooling conections problem, concurrent acce

2009-06-18 Thread mnenchev
PeterJ wrote : The jboss-service.xml contents look okay (I ignored the one from the conf directory, not sure why you posted that). You might try monitoring the value in the corresponding mbean named something like jboss.remoting:host=127.0.0.1,port=3873,service=invoker,transport= socket. That

[jboss-user] [JBoss Messaging] - Re: journal files not getting cleaned up and server startup

2009-06-18 Thread timfox
Could you open a JIRA, and attach a client program that demonstrates the issue, along with instructions for replicating? Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238403#4238403 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread dorothy
So do you mean to say that when an event is fired, the current view should not change even in case of cross-page wires i.e. if portlet A is on page A and portlet B on page B and there is a wire from A to B, then after the wire is triggered, the current view should remain as Page A and not B. Is

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread thomas.he...@jboss.com
Yes, exactly. Events mechanism need to be deterministic. And a portlet emitting an event should not worry about the various event wirings. If we take your example further, Page A, Page B, page C with respective Portlet A, Portlet B, Portlet C say an event submitted from a link on Portlet A is

[jboss-user] [Clustering/JBoss] - Re: Connection timed out

2009-06-18 Thread FrankTheTank
Not directly an answer or maybe even helpful but have you looked into the Oracle specific JDBC Handlers that are available? They might give more clarity. Oracle handlers in the jboss-common-jdbc-wrapper.jar | org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter |

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread dorothy
Thanks for this information. I wanna check the code samples' URL that you had suggested. But it asks for a username passwd. It is a secure URL. Could you pl. suggest how to access the code sample. Further, for hilmer's use case we need cross-page eventing. So will it be apt to raise a jira for

[jboss-user] [JBoss Messaging] - Re: JBoss SMPP Mobile Messages

2009-06-18 Thread jmesnil
This forum is for JBoss Messaging (JMS). You should post this question to the AS forum instead. People there may know the answer... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238410#4238410 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Migration from Weblogic - Datasource/ConnectionPool

2009-06-18 Thread qcavalier
I got it to work, but on JBoss 4.2.3 GA.. I configured everything like on JBoss 5 and it worked right away so for now no problem for me anymore :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238416#4238416 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Concurrency Problem

2009-06-18 Thread kukeltje
sorry, this is not directed at you peronally but DOES ANYBODY EVER USE SOME KIND OF SEARCH FUNCTIONALITY? The post below yours is about EXACTELY this same Error View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238417#4238417 Reply to the post :

[jboss-user] [JBossWS] - Re: Binary attachment without WSDL parameter

2009-06-18 Thread rhyali
If it is not possible with JBossWS, is it probably achievable with SAAJ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238420#4238420 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238420

[jboss-user] [JBossWS] - Handling empty HTTP POST in JAX-WS

2009-06-18 Thread prakash_jboss
Hi All, I want to respond to an Empty HTTP POST (with out any body) from my JAX-WS web service. I tried adding handlers (both Logical and SOAP handlers). But the server throws exception and the handlers were NOT called. 10:49:04,790 ERROR [SOAPFaultHelperJAXWS] SOAP request exception

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Log4j is not outputting to my application specific log f

2009-06-18 Thread rizqureshi2
Thanks guys, the log4j.jar file was included in ear lib folder. After removing, it started to print messages to file. Cheers :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238424#4238424 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - enum and JBoss Rules

2009-06-18 Thread rizqureshi2
Has anyone successfully used enum types in *.drl file? Rizwan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238425#4238425 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238425

[jboss-user] [JBoss jBPM] - Re: Problem with taskform

2009-06-18 Thread kukeltje
I've worked it out. Two issues are at hand - The building of the examples.bar from the examples folder does *not* include the *.ftl files so the forms are not included. You could include them by adding an include line in the build.xml file - But then the forms are in a subdir /org/jbpm/ and

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS automatically shuttingdown

2009-06-18 Thread sridhar1985
Hi, Thanks for the reply. I will try this one. And some times i am getting out of memory (low mem) error. How to increase this one. Please explain me. Thanks in advance Sridhar. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238427#4238427 Reply to the post

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS automatically shuttingdown

2009-06-18 Thread sridhar1985
Hi peter, How to use -Xrs in command. Can you tell me the usage of -Xrs. Thanks in advance Sridhar View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238428#4238428 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238428

[jboss-user] [JBoss jBPM] - Re: jBPM 4 CR1 AsyncActivity Unit Test fails due to FK const

2009-06-18 Thread kukeltje
I've tested it and the way jBPM is providing all mysql setup data it works like a charm. I noticed one difference though. I use the org.hibernate.dialect.MySQLInnoDBDialect instead of what you use. Since I'm no DB expert I do not know the difference not do I intent to find out, but you might

[jboss-user] [JBoss jBPM] - Re: Concurrency Problem

2009-06-18 Thread kukeltje
See http://www.jboss.org/index.html?module=bbop=viewtopicp=4238433#4238433 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238435#4238435 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238435

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread dorothy
Yeah, I have checked the jira.jboss.org, but this only let's you to view the already raised tickets on the Home Page. I am not sure which link is for raising a new request. I am afraid but this may not be the right forum to ask such questions. View the original post :

[jboss-user] [Beginners Corner] - How to download Jboss Rules

2009-06-18 Thread chandu2708
Hi There, I've read that Jboss Rules is an opensource framework. but i just dont see a way to download it from Jboss web site. if i try downloading it, the web site takes me to customer support page and there is no link to download Jboss Rules. could anyone help me out on this please Thank

[jboss-user] [JBoss Tools (users)] - Re: Hotdeploy problem (JBoss Tools not useable)

2009-06-18 Thread max.ander...@jboss.com
I don't know - we should just be doing the same copy of files as before. Did you import the same project ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238440#4238440 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238440

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-18 Thread max.ander...@jboss.com
Yes - Generate entities allow you to choose between using db or using entities. unexplode/undeploy = remove the project from the server under Servers view. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238441#4238441 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Clustering of the Seam-booking example

2009-06-18 Thread steppi
So I got something new. I read in the seam-clustering tutorial about changing the code of the example a little bit. Everythink works perfect up to the point I log into the application. Following Error occur: 11:43:37,804 WARN [/seam-booking] Failed to replicate session

[jboss-user] [JBossWS] - two services in one jboss instance with different soap:addre

2009-06-18 Thread amitru
hi, I am using jboss4.2.3 GA/java 1.5 and my requirement is to deploy two different services in one jboss instance, but the two services should have different soap:address. Right now the soap:address is being dervied from jboss-bean.xml's webServerHost...etc settings. Could any one help

[jboss-user] [JBossWS] - Re: SOAP request exception (SOAPFaultHelperJAXWS)

2009-06-18 Thread Tashtego
JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181417) RMI works, SOAP fails. Could need help with this one ;( I read it may be a way to copy files from jboss into its endorsed directory so that it overrides my JavaSE 6 version installed ? View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Hotdeploy problem (JBoss Tools not useable)

2009-06-18 Thread baz
Yes it is the same project. This means it uses exactly the same subversion repository to check out a project. It is an ear project assembled from maven: View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238460#4238460 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread thomas.he...@jboss.com
Create new issue at the top of the screen. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238465#4238465 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238465 ___ jboss-user

[jboss-user] [JBoss/Spring Integration] - Re: @Spring injection problem

2009-06-18 Thread marius.bogoevici
Jim, A correction: I re-read your stacktrace - and the CCE does not seem related to the stacktrace. You have in the configuration file descriptionBeanFactory=(shout)/description | so it looks that you will have to use: @Spring(jndiName = shout, bean = messagePublisherFactory) |

[jboss-user] [JBoss Messaging] - Ordering Group and Queue-FullSize reload problem

2009-06-18 Thread mclu
Hi Howard! Again me with a JBM OrderingGroup BUG. Using newest Build of 1.4.5 (7304) My test scenario: - Client adds 500 Messages (Text with incrementing number) to a Queue. - The Queue is set to attribute name=FullSize50/attribute | attribute name=PageSize25/attribute | attribute

[jboss-user] [JBoss Tools (users)] - Re: Tool stable 3.0.1 and JBoss 5.1.0 GA

2009-06-18 Thread Cvele_eSoft
max.ander...@jboss.com wrote : for JBT 3.0.1 ? AS 4.x or AS 5.0 | But you should be able to use 5.1 if you just set the ports manually (the files were changed in 5.1 hence our code won't find it) - if the changing ports is the only issue, I will continue with 5.1 G.A. along with JBT 3.0.1 ...

[jboss-user] [JBoss Cache: Core Edition] - Re: Manual node locking?

2009-06-18 Thread tomstrummer
mircea.markus wrote : | anonymous wrote : But the DummyTransactionManager says it synchronizes in-memory only, so cache clients on two different machines wouldn't be sync'd. | | | what that means is that locks will be acquired on the node on which the tx was initiated only. If you

[jboss-user] [JBossWS] - Re: SOAP request exception (SOAPFaultHelperJAXWS)

2009-06-18 Thread Tashtego
http://www.mail-archive.com/cxf-u...@incubator.apache.org/msg03493.html ? anything true about that? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238474#4238474 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238474

[jboss-user] [JBoss Messaging] - Re: journal files not getting cleaned up and server startup

2009-06-18 Thread jbmuser
Hi Tim, Just uploaded the sample code, config files and steps to reproduce Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238476#4238476 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238476

[jboss-user] [Management, JMX/JBoss] - Re: Description / Parameter names etc in jmx-console

2009-06-18 Thread bdamato
Anyone? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238483#4238483 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238483 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Security JAAS/JBoss] - JBoss SSO not able to build the src folder..

2009-06-18 Thread nikhilg
I downloaded the src bundle for SSO from http://www.jboss.org/jboo/downloads/. and following the steps mentioned in wiki article at: http://www.jboss.org/community/wiki/StartFedSSO I am getting error while executing following steps: anonymous wrote : If the src bundle is downloaded, perform

Re: [jboss-user] Doc about jboss5 deployment descriptors and Unable to process deployment descriptor

2009-06-18 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Oliver. The forums are better monitored than this mailing list. As for the web.xml files, JBoss by default uses Apache Tomcat under the covers for its Servlet/JSP container. For Details, see;

[jboss-user] [Microcontainer] - Re: Inputs to deployers

2009-06-18 Thread alesj
jaikiran wrote : | So what is the expected behaviour of setInput(Class? clazz). If it was intended to use the classname as the attachment key, then any reason why the API expects a Class? instead of a String? | To help us with generic usage. In most cases real deployers are meant to be

[jboss-user] [JBossWS] - Re: SOAP request exception (SOAPFaultHelperJAXWS)

2009-06-18 Thread Tashtego
The file jboss-saaj.jar must be copied from \\jboss-4.2.3.GA\lib to \\jboss-4.2.3.GA\lib\endorsed. Problem solved. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238492#4238492 Reply to the post :

[jboss-user] [Beginners Corner] - weaving aspects into applets

2009-06-18 Thread harryiam42
hi! alas my searching skills appear rather weak as i can find no advice on how to weave aspects into applets. we have a successfully woven some test advice into a straight up java application, but when i tried it with an applet it just ignored the advice. here is the command i'm using

[jboss-user] [JBoss Tools (users)] - Re: Hotdeploy problem (JBoss Tools not useable)

2009-06-18 Thread max.ander...@jboss.com
what comes after maven: ? I would need to know more about what is failing. are you using the same workspace ? Any file differences ? Does it happen on non-maven projects ? etc. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238495#4238495 Reply to the post :

[jboss-user] [Remoting] - How to create a Server using remoting 3.0?

2009-06-18 Thread gireeshnm
Hi, I was going through the remoting 3.0 samples obtained from svn. I could not figure out where exactly a server listens for the connection from the client. Can anyone help me out in this? Also, Please suggest If any tutorial available for remoting 3.0. Thanks in advance, Gireesh View the

[jboss-user] [Security JAAS/JBoss] - Re: Urgent -Please - Custom Security Manager doesn't work!

2009-06-18 Thread khohl
This is the top of my file - ?xml version=1.0 encoding=UTF-8? | | !DOCTYPE jboss PUBLIC | -//JBoss//DTD JBOSS 5.0//EN | http://www.jboss.org/j2ee/dtd/jboss_5_0.dtd; | | !-- = -- | !-- Standard JBoss

[jboss-user] [Beginners Corner] - Classpath issues with ear and war

2009-06-18 Thread laucho
Hi everyone i've got some trouble packaging and deploying my application At first i'm on jboss 4.2.0 my application is packaged as that : appli.ear lib/ external/ ejb.jar appli.war web-inf/ lib/ i isolated my application using classloader in

[jboss-user] [JBoss jBPM] - Re: JBPM4: running multiple PVMs in

2009-06-18 Thread muellere
Hi Ronald, thanks for your answer. The problem in JBPM 3 is that if you execute several instances of an application with embedded JBPM, you will receive optimistic lock exceptions in the timers and on asynchronous commands. We basically implemented a fix which implements some kind of

[jboss-user] [JBoss Messaging] - Re: Ordering Group and Queue-FullSize reload problem

2009-06-18 Thread gaohoward
Thanks Markus, I'll take a look at it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238507#4238507 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238507 ___ jboss-user mailing

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-18 Thread dufferdo25
Here is a dump of console whilst I access Secured servlet 14:16:19,722 INFO [STDOUT] Debug is true storeKey true useTicketCache false useKeyTab true doNotPrompt true ticketCache is null isInitiator true KeyTab is /home/admin/jportal.host.keytab refreshKrb5Config is false principal is

[jboss-user] [JBoss Cache: Core Edition] - Re: Bind cache with jndi

2009-06-18 Thread gsoing
Thanks a lot for the information !! It works fine ! Regards -- Guillaume View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238515#4238515 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238515

[jboss-user] [Clustering/JBoss] - Re: JMS Failover to Master node : SpyJMSException: Cannot au

2009-06-18 Thread newmanw10
I am running into the same problem. Has any one else seen this and solved this? I can see the nodes cluster, but jms is not happy on the failover node. Any ides? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238516#4238516 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Urgent -Please - Custom Security Manager doesn't work!

2009-06-18 Thread s_difranca
It doesn't work I am desperate! Please post me a full example! Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238517#4238517 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238517

[jboss-user] [JBoss AOP] - Deploy on JbossAS...

2009-06-18 Thread wandxinho
Hi, i was trying to deploy a simple application aop on jboss and i have sucess when my aop.xml has just one advice like that : ?xml version=1.0 encoding=UTF-8 standalone=yes? but when i try to put two advices on the same file aop.xml like that : ?xml version=1.0

[jboss-user] [JBoss AOP] - Deploy on JbossAS...

2009-06-18 Thread wandxinho
Hi, i was trying to deploy a simple application aop on jboss and i have sucess when my aop.xml has just one advice like that : ?xml version=1.0 encoding=UTF-8 standalone=yes? but when i try to put two advices on the same file aop.xml like that : ?xml version=1.0

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: problem by using rich:tabPanel with switchType=ajax in i

2009-06-18 Thread Fuchs
nobody knows this problem ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238524#4238524 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238524 ___ jboss-user mailing list

[jboss-user] [Security JAAS/JBoss] - Re: Urgent -Please - Custom Security Manager doesn't work!

2009-06-18 Thread khohl
In my security-jboss-beans.xml, I have bean name=JNDIBasedSecurityManagement class=com.apropos.api.jboss.SecurityRealm/ whereas you have bean name=JNDIBasedSecurityManagement class=org.jboss.security.integration.JNDIBasedSecurityManagement | property

[jboss-user] [JBoss Portal] - IDE for development

2009-06-18 Thread yellowjersey
Hello, I wanted to know which IDE to use for developing JBoss Portal 2.7 applications ? What is recommended ? I downloaded the jboss tools plugins for eclipse, but there is nothing that seems to relate to jboss portal 2.7 development. Thanks View the original post :

[jboss-user] [JBoss Portal] - Re: IDE for development

2009-06-18 Thread prabhat....@jboss.com
You may not have installed portal part of the tools. Take a look at this blog: http://blog.jboss-portal.org/2008/08/jboss-portlet-support-in-eclipse.html. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238530#4238530 Reply to the post :

[jboss-user] [Testimonials] - ControlTier automates JBoss build and deployment

2009-06-18 Thread anthony.shortland
The ControlTier framework is an open source (http://sourceforge.net/apps/mediawiki/controltier/index.php?title=Main_Page) workflow automation engine specializing in the application development and deployment life-cycle. We've been providing the means to manage JBoss development and deployment

[jboss-user] [Security JAAS/JBoss] - Re: getCallerPrincipal throws NullPointerException

2009-06-18 Thread anx
sunnygrass wrote : Finally i fixed the problem. | | We have two things to do to avoid the NPE. | 1. if the caller does not call LoginContext.login, then the NPE will be throwed. so we must call LoginContext.login(see JAAS doc) | 2. we must include org.jboss.security.ClientLoginModule in

[jboss-user] jboss clustered problem

2009-06-18 Thread Fabrizio Gatti
Hi to all, I got a problem similar to this: http://lists.jboss.org/pipermail/jboss-user/2009-January/145499.html Anybody got a solution or maybe has been solved? Thanks ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Portal] - Portlet development in Seam/JSF only ?

2009-06-18 Thread yellowjersey
Hi, I wanted to know, is portlet development limited to only 1. Java portlets 2. Seam/JSF portlets in JBoss Portal ? Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238544#4238544 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread dorothy
okay, I have checked it in WPS and it works fine. In WPS you can create al lthe pages and their respective portlets in them. e.g. Page A has nav. portlet and POrtletA, page B has nav portlet and PortletB etc. Now using wiring tool, we can create cross-page wires. At runtime, when the link is

[jboss-user] [JBoss Cache: Core Edition] - Re: Manual node locking?

2009-06-18 Thread mircea.markus
anonymous wrote : Does that sound accurate? yes, that's the way things happen. anonymous wrote : But the DummyTransactionManager says it synchronizes in-memory only, so cache clients on two different machines wouldn't be sync'd. | what that means is that locks will be acquired on the node on

[jboss-user] [Security JAAS/JBoss] - Re: JBOSS Negotiate toolkit Secured servlet throws 403 Acces

2009-06-18 Thread dufferdo25
OK TRACE reveals an error : javax.security.auth.login.LoginException: Continuation Required. Here is the server.log output of the pertinent error and surrounding TRACE stmts. | 2009-06-18 16:58:32,512 DEBUG [org.jboss.security.negotiation.spnego.SPNEGOLoginModule] (http-0.0.0.0-8080-1)

[jboss-user] [JBoss AOP] - Re: Deploy on JbossAS...

2009-06-18 Thread flavia.rain...@jboss.com
Hi, The class loading is failing at your tomcat instance. Taking a look at WebClassLoader: http://www.jdocs.com/tomcat/6.0.14/org/apache/catalina/loader/WebappClassLoader.html We can see that the illegal state is being thrown because the method stop of WebClassLoader was called at some point

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS automatically shuttingdown

2009-06-18 Thread PeterJ
Memory settings can be changed in bin/run.conf. You can also add the -Xrs option to that same line. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238575#4238575 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238575

[jboss-user] [JBoss AOP] - Re: netbeans platform RCP application and JMS problem

2009-06-18 Thread flavia.rain...@jboss.com
Let me check if I understood you correctly. The error shows up at the server if you use the RCP client, but doesn't when you use the plain console client? And both clients happen to implement the same piece of code? If yes, let me know what are the configuration changes you've performed at the

[jboss-user] [Beginners Corner] - Re: How to download Jboss Rules

2009-06-18 Thread PeterJ
Maybe there was just a temporary network problem - both the source and binary download links work fine for me. http://www.jboss.org/drools/downloads.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238577#4238577 Reply to the post :

[jboss-user] [EJB/JBoss] - Re: NullPointerException restoring EJB state

2009-06-18 Thread pwnell
Sorry, I meant to say EOFException View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238564#4238564 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238564 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: IDE for development

2009-06-18 Thread PeterJ
And there is even a tutorial: http://docs.jboss.org/tools/3.0.1.GA/en/jboss_portal_tools_ref_guide/html/index.html View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238578#4238578 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Need for JBOSS

2009-06-18 Thread PeterJ
The old JBoss Web 1.0 versions all use the JBoss AS directory structure, but are still pretty much a rebranded Tomcat 5.5. You will not find a JBoss Web that corresponds to Tomcat 5.0. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238572#4238572 Reply to the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: SSL issue on JBoss 5

2009-06-18 Thread juanm_med
Hi. For all those who may have the same problem, the solution is to change the bindings.xml file at the ${your server configuration}/conf/bootstrap directory. There, you must change two parts. The first one is easy: | property name=bindingNameHttpsConnector/property | property

[jboss-user] [Clustering/JBoss] - Re: What is the correct object to hold in an EJB for transac

2009-06-18 Thread chtimi2
When i say how so i mean for instance with respect to JTA transactions (does the choice of the held JMS object granularity have unexpected impacts on transaction behaviour, can i hold a Session but not a MessageProducer etc..). View the original post :

[jboss-user] [JCA/JBoss] - Re: Changinh connection state in CMP EJB

2009-06-18 Thread vickyk
Adrian, Any review comments on the changes I have attached to the related JIRA? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238432#4238432 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238432

[jboss-user] [Clustering/JBoss] - JMS failover problem

2009-06-18 Thread newmanw10
Jboss 4.2.3.GA I have a cluster with two nodes and I can bring up both nodes just fine. I even see messages that state they were clustered together. When the second node comes up all of the jms queues are not deployed (which is what is supposed to happen). But when I bring the master down I

[jboss-user] [JBoss jBPM] - Re: jBPM 4 CR1 AsyncActivity Unit Test fails due to FK const

2009-06-18 Thread kukeltje
Yep, confirmed. If I change my dialect to yours, I get the same error. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238437#4238437 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238437

[jboss-user] [Clustering/JBoss] - What is the correct object to hold in an EJB for transaction

2009-06-18 Thread chtimi2
It is often said here (for good reason) that creating a JMS connection per request is an anti-pattern, but there is something i'm not quite clear about. Should i maintain in my EJBs a reference to a session, a message producer, something else? With a persistence unit in a Stateless, the

[jboss-user] [JBoss Messaging] - Re: journal files not getting cleaned up and server startup

2009-06-18 Thread clebert.suco...@jboss.com
Thanks for the report. I have fixed it on trunk. It will be available on next version. Or you could give it a try now on SVN if you want. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238599#4238599 Reply to the post :

[jboss-user] [Performance Tuning] - Re: JBOSS Client pooling conections problem, concurrent acce

2009-06-18 Thread PeterJ
Ah yes, it's always the details that you don't provide that are the root cause. Glad you found the problem and are up and running. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238573#4238573 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Tool stable 3.0.1 and JBoss 5.1.0 GA

2009-06-18 Thread max.ander...@jboss.com
for JBT 3.0.1 ? AS 4.x or AS 5.0 But you should be able to use 5.1 if you just set the ports manually (the files were changed in 5.1 hence our code won't find it) Or try using the latest nightly build of 3.0.x from http://download.jboss.org/jbosstools/builds/nightly/3.0.2.GA/ It should work

[jboss-user] [Security JAAS/JBoss] - Re: securing a web project on jboss using https(SSL)

2009-06-18 Thread nikhilg
Hi Gajanan, Which version(bundle) of Jboss SSo are u using? I am facing problem while installing downloaded src SSO folder. http://www.jboss.org/index.html?module=bbop=viewtopict=157258 Please help me to get it fixed. Nikhil View the original post :

[jboss-user] [JBoss Tools (users)] - Re: Strange deployment with rar files instead of jar files.

2009-06-18 Thread rob.stry...@jboss.com
Yeah so um... this was my bad ;) Oops. Was a string externalization error. A failure on my part. https://jira.jboss.org/jira/browse/JBIDE-4507 Fixed it now tho =D View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238450#4238450 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Cross Page wiring in JBoss

2009-06-18 Thread thomas.he...@jboss.com
Sorry for the link: http://anonsvn.jboss.org/repos/portal/tags/JBoss_Portal_2_7_2/core-samples/src/main/org/jboss/portal/core/samples/catalog/CatalogPortlet.java For Jira, the url is http://jira.jboss.org, there is a JBoss Portal project where anyone can open a feature request. But to be

[jboss-user] [JBoss Portal] - Re: Portlet development in Seam/JSF only ?

2009-06-18 Thread chris.lap...@jboss.com
You can write portlets using whatever technology you see fit. How you write your portlets is outside of the Portal scope. As long as the portlets are JSR-168 or JSR-286 compliant, they should work. The question however is: does web framework X provide a bridge between the web app and portlet

[jboss-user] [JBoss Portal] - Re: integrate alfresco and jboss portal

2009-06-18 Thread rivetlogic
Hi, You might find the new FAQ wiki page we create for AWPr useful. Here's the URL: http://wiki.rivetlogic.com/display/AWPr/FAQ Hope this helps --Alaaeldin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238601#4238601 Reply to the post :

[jboss-user] [EJB/JBoss] - Warning

2009-06-18 Thread alex0027
Hi, I'm using a ejb2 stateful session beans on JBoss 4.0.5.GA. If this stateful bean should be passivated I get the warning (for several different bean instances): 07:42:03,556 WARN [AbstractInstanceCache] Unable to passivate due to ctx lock, id=fw31kjyx-1i This warning repeats every 5

[jboss-user] [Installation, Configuration DEPLOYMENT] - access jboss web console remotely?

2009-06-18 Thread hand-solo
I have installed jboss on centos 5.0, I want to be able to get to the web-console from my desktop. As of right now i can only get to that web console page from the server itself. I tried starting the jboss server and binding it to the server ip for example ./run.sh -b 192.168.125.50 But I

[jboss-user] [JBoss Tools (users)] - Re: Seam

2009-06-18 Thread Cvele_eSoft
max.ander...@jboss.com wrote : Yes - Generate entities allow you to choose between using db or using entities. - thanks, but do not understand. I want to generate entities only, and _not create CRUD UI interface in the same step (or not create at all). It is possible to separate these two

[jboss-user] [JBoss Messaging] - Re: journal files not getting cleaned up and server startup

2009-06-18 Thread clebert.suco...@jboss.com
Adding a link here for future reference: https://jira.jboss.org/jira/browse/JBMESSAGING-1660 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4238602#4238602 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4238602

[jboss-user] [Microcontainer] - Inputs to deployers

2009-06-18 Thread jaikiran
I am trying to understand the usage of setInput()/setInputs()/addInput() APIs on the deployers: |public void setInput(Class? input) | |public void setInputs(SetString inputs) | |public void setInputs(String... inputs) | |public void setInputs(Class?... inputs)

  1   2   >