[jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication?

2008-01-30 Thread nickarls
I think it should be possible to write a page action that does a conditional logout if you enter the page while still logged in. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124682#4124682 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Problem deploying SAR, ClassNotFoundException

2008-01-30 Thread jmihalich
By the way, this is a question coming out of the many hours I wasted on the moronic screw up on our side. Would the jboss classes parsing the manifest files have logged anything useful if I turned on TRACE logging for the relevant packages? If so, at least I know that for next time, as

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-01-30 Thread bodrin
Actually the problem is when the jboss is on machine ther then the client / producer one. In order to reproduce the problem easy I have created two more examples - long live consumer and long live producer. You can copy them into the jboss-messaging examples directory and compile/start them

[jboss-user] [JBoss Seam] - Re: How to remove PDF table cell border?

2008-01-30 Thread brachie
Hi, inside the p:table you need to define a defaultCell facet like this: p:table columns=1 widthPercentage=75 |f:facet name=defaultCell | p:cell borderWidth=0 ... / |/f:facet | | /p:table Regards, Alexander View the original post :

[jboss-user] [JBoss Portal] - Re: Portal Development Tools

2008-01-30 Thread [EMAIL PROTECTED]
You could start with one of the helloworld exemple on portletswap.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124679#4124679 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124679

[jboss-user] [JBoss Portal] - Re: Portal Development Tools

2008-01-30 Thread sisepago
for the development of portlets, I use Eclipse and JBossTools and for a standard example takes a look at jboss portal site. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124683#4124683 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Portal Development Tools

2008-01-30 Thread foongkim
sisepago wrote : for the development of portlets, I use Eclipse and JBossTools and for a standard example takes a look at jboss portal site. Can you point out which JBoss tools is able to help on speed up the development process?? The problem i am having now is i am using web base environment

[jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication?

2008-01-30 Thread behmen
i have tryed this already, calling a page action on the authentication page but i get only a message that the session has closed and i am not able to login View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124684#4124684 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-01-30 Thread baspet
i had the some problem. Solved it, putting comments to: a) event type=org.jboss.seam.notLoggedIn b) event type=org.jboss.seam.postAuthenticate in components.xml V. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124689#4124689 Reply to the post :

[jboss-user] [JBossCache] - lock acquisition failed - pessimistic locking - read_uncommi

2008-01-30 Thread harisundhar
Hi i had posted a locking issue previously http://www.jboss.com/index.html?module=bbop=viewtopicp=4117973#4117973 this was my mistake, there was a synchronization problem while cache creation and there were 2 instances running ! now i have fixed and upgraded to jboss cache 2.0.0.

[jboss-user] [JBoss Portal] - from view.jsp to view2.jsp

2008-01-30 Thread foongkim
hi there, i have downloaded the HelloWorldJSPPortlet as suggested by some of the experts here. i have started to trace the program and below is my finding and question. Please confirm/verify my conclusion if it's rigeht or wrtong. 1. After i have successfully deployed a porlet, the first

[jboss-user] [EJB 3.0] - Re: Generate ID when creating entities

2008-01-30 Thread hamtho2
Tim, thanks a lot for your answer! It seems as if this solution only works in a bi-directional one-to-one relation? Is that true? In my case, I don´t have the Parent-object in my Child as a back-reference. So is it a must-requirement to have a bi-directional relation or is there also a way

[jboss-user] [JBoss jBPM] - Re: problem in installing jbpm on tomcat

2008-01-30 Thread rajaa
the value of the classpath is .;C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip in this path i didn't find the class org.jbpm.webapp.tag.jbpm.ui.Search View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124695#4124695 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-01-30 Thread timfox
Can you first with a more recent version and see if the problem is still there? JBM 1.4.0.SP3 or 1.4.1 with JBossRemoting 2.2.2.SP4 ? If problem re-occurs please post a simple test case or simple instructions on how to replicate and someone will take a look. View the original post :

[jboss-user] [JBoss jBPM] - Re: how to create a human task in BPEL process

2008-01-30 Thread anuragpaliwal
http://docs.jboss.com/jbpm/v3/userguide/processmodelling.html#nodes Hope it will help you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124707#4124707 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124707

[jboss-user] [JBoss Seam] - how to capture no active context exception from filter

2008-01-30 Thread koenhandekyn
hello i have RTFM and configured the context filter for my servlets. however, if a user calls the server outside of a context he get's a dirty exception trace. how can i capture the exception? it's now a pretty general java.lang.IllegalStateException. the main issue is that the exception

[jboss-user] [JBoss Seam] - Error while testing using external database

2008-01-30 Thread hubaghdadi
Hi. I'm trying to write tests for my Seam application. This application uses PostgreSQL database not HSQL. Here are my configurations: ArmadaBookStore-ds.xml: | datasources |local-tx-datasource | jndi-nameArmadaSeamProjectDatasource/jndi-name |

[jboss-user] [JBoss Portal] - Re: from view.jsp to view2.jsp

2008-01-30 Thread foongkim
dear all, i think from view.jsp to view2.jsp is through the processAction() method in the portlet. public void processAction(ActionRequest aRequest, ActionResponse aResponse) throws PortletException, IOException, UnavailableException { String sYourname = (String)

[jboss-user] [JBoss Seam] - How to test a page with page action method?

2008-01-30 Thread hubaghdadi
Hi. How to write an integration test for a page that uses a page action method? I mean I can't use (I think) new FacesRequest() instance as the page gets a GET request, not faces (post) request. Thanks. View the original post :

[jboss-user] [EJB 3.0] - Re: Problem with simple example of @ManyToMany

2008-01-30 Thread tsirel84
This is stated as a recommendation for using JIRA: Report your issue to JIRA if someone tells you to do so on the user forum. Could anybody of experienced EJB3 users or developers of JBoss implementation tell me - should I post it to JIRA or I'm missing something? View the original post :

[jboss-user] [JBoss jBPM] - Re: How to connfig sub-processes in 3.2.GA correctly

2008-01-30 Thread inxaoc
What about binding late? I've tried unit test and it works. But in real execution I can set up the following code to define subProcess for super process: | ProcessState processState = (ProcessState) superProcessDefinition.getNode(subprocessnode); |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Apache web server and JBoss

2008-01-30 Thread Ayusman
Hi, correct me if I am wrong, Apache web server (any web server in fact) actually listens on a port and redirect the requests to valid content handlers to generate HTTP response. Question 1: Can I keep an Apache web server as the request receiver and dispatch requests to JBoss app server

[jboss-user] [JBoss Seam] - Re: How can i disable skipping over the authentication?

2008-01-30 Thread nickarls
Is it possible to do some redirection back to the login page after you have forced the logout? If nothing else fails you can always do the switch identity function with a common identity.logout and the next secured request will do the automatic redirection to the login page. View the original

[jboss-user] [JBoss Seam] - Re: how to capture no active context exception from filter

2008-01-30 Thread nickarls
If the exception happens in a wrong-enough-place there is always the final frontier, the error-page tag in web.xml... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124713#4124713 Reply to the post :

[jboss-user] [JBoss jBPM] - Regarding my last post Strange Asynchronous behaviour JBPM(3

2008-01-30 Thread soumya_in
Hi Ronald, I recently post a topic Strange Asynchronous behaviour JBPM(3.2.2) I found ronald didn't complete his statement after realizing my problem. My question is does JBPM correctly assimilate Asynchronous Mechanism as what it is expected or it is known bug for this version yet as I got an

[jboss-user] [JBoss jBPM] - Re: Reference to subprocess definition in process state not

2008-01-30 Thread inxaoc
Hello! I've found answer on my questio in this task. I have similar problem 9http://www.jboss.com/index.html?module=bbop=viewtopicp=4124708). But can jbpm developers say if this problem is solved for 3.2.GA? View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - How can we send messages to remote queue and topic via JBoss

2008-01-30 Thread 10takashi
Hello, my name is Takashi I'm seeking the way showed in title. First, let me introduce my enviroment. There are 2 JBoss servers. 1st one is run only as JMS Server. (On this server, there is a definition file of destination of queus and topics). This one is called remoteserver 2nd one is

[jboss-user] [JBossWS] - JBOSSWS 2.0.3 - Deplyoment Failed.

2008-01-30 Thread zeeshan.javeed
Hi , I just shift to new JBOSSWS 2.0.3 from 2.0.2. During the deployment.. I am getting this error. 11:52:04,482 DEBUG [EndpointMetaData] Configure SOAPBinding 11:52:04,503 ERROR [MainDeployer] Could not start deployment: file:/C:/Office/jboss-4.0.5.GA/server/default/deploy/ips-wipe.war/

[jboss-user] [JBoss Portal] - Problem with Admin portal in clustered environment

2008-01-30 Thread gressho
Hi, we have installed a cluster of JBoss AS 4.2.1 and JBoss Portal 2.6.2 and use Apache 2.2 as load balancer. While we don't have much problems with the default portal and self developed virtual portals and portlets the admin portal, especially the portal administration doesn't work. It's not

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Join in subselect does not work anymore after upgrade to JBo

2008-01-30 Thread arensa
Hi All! To speed up queries, I use a subselect in conjunction with an INNER JOIN, something like this: | SELECT OBJECT(o) FROM Userfood o | WHERE o.id NOT IN | (SELECT uf.id FROM IngredientAllergen ia INNER JOIN ia.userfoods uf | WHERE ia = :ingAll) | This

[jboss-user] [JBossCache] - Re: Very different statistics in both nodes of the cluster

2008-01-30 Thread mircea.markus
the only thing that comes into my mind a cache loader having different performance on the two nodes. Can you check that? If that is not the issue, as the env seems to be identical and there are not other 3rd party system involved, it would be great if you can reproduce the behavior in a unit

[jboss-user] [JBoss jBPM] - getGroupTaskList / getTaskList

2008-01-30 Thread tom_goring
Hi, I'm looking for a API that gets me back tasks assigned to my group (JbpmContext::getGroupTaskList) regardless of if they have been taken by an actor yet. I.e. A manager person who need to see a list to reallocate work. Is there an API or do a need to do my own hibernate query. thanks

[jboss-user] [JBoss Seam] - Re: How to test a page with page action method?

2008-01-30 Thread thejavafreak
Try testing your Action component instead. This is written in the documentation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124732#4124732 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124732

[jboss-user] [JBoss Seam] - Re: Using OneToMany with SEAM and JSF

2008-01-30 Thread [EMAIL PROTECTED]
anonymous wrote : The question is, how do i reference a single streetaddress from within a JSF Page ? If you know which one try: #{contact.streetAddresses[10].zip} Or, iterate over them in a datatable. anonymous wrote : and how do i add new streetadresses to contact ? You need a method on

[jboss-user] [Security JAAS/JBoss] - Re: Logout from a WebService application

2008-01-30 Thread baeurlem
Thanks for your reply. I have no access to the HttpSession. This is transparent for the WebServices. I think I have to write a @WebMethod logout() in my WebService which then calls the LoginContext.logout(). How to access the LoginContext in a WebService? Is there a way to do this in a

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-01-30 Thread thejavafreak
baspet wrote : i had the some problem. Solved it, putting comments to: | a) event type=org.jboss.seam.notLoggedIn | b) event type=org.jboss.seam.postAuthenticate | in components.xml | | V. | So that's what cause the problem. Thanks, I'm going to try it out. :) View the original

[jboss-user] [JBoss Seam] - Re: How to test a page with page action method?

2008-01-30 Thread hubaghdadi
This is exactly put me back to my original problem: How to unit test an action class that have a dependency on Seam managed Hibernate session? How to bootstrap Hibernate Session in unit tests? (I posted it as a question previously but I didn't get an answer). View the original post :

[jboss-user] [JBoss Messaging] - JBoss Messaging via .Net

2008-01-30 Thread alfred.rsa
Hi We have client running .Net applications that need to connect to our queues on JBoss Messaging. Is this at all possible, and if so how do they go about doing this? Regards Alfred View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124742#4124742 Reply to the

[jboss-user] [JBoss Seam] - Re: getAsObject not being called - why?

2008-01-30 Thread archana_mannepalli
but am getting this exception: javax.faces.convert.ConverterException: java.lang.NullPointerException for anyone if its working plese send me the code: and my class is: package org.domain.Portal.entity; import javax.faces.component.UIComponent; import javax.faces.context.FacesContext; import

[jboss-user] [JBossWS] - Re: JBOSSWS 2.0.3 - Deplyoment Failed.

2008-01-30 Thread [EMAIL PROTECTED]
You didn't upgrade one of jbossws-client.jar or jbossws-core.jar View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124737#4124737 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124737

[jboss-user] [JBoss Seam] - Re: 'Entity not mapped' after period of inactivity

2008-01-30 Thread [EMAIL PROTECTED]
Try asking on the hibernate forum, not Seam. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124736#4124736 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124736 ___ jboss-user

[jboss-user] [JBoss Seam] - Cannot get itext to work using Eclipse seam development tool

2008-01-30 Thread comatosehacker
I am attempting to use itext from the Seam development tools in eclipse. However I always get an exception when visiting the page. The following is the process I followed to create a simple web project. Using Eclipse 3.3.1 / JBoss-4.2.2.GA AS / JBoss Seam - 2.0.0.GA New Seam WEB Project using

[jboss-user] [JBoss Tools (users)] - Re: bad stream errors on two xml/xsd files in JBT2GA

2008-01-30 Thread ShareMe
Okay, I will go slowly.. In elcispe under web and xml and under catalog..if the xml schema file is unable to be vlaidated it shows a little red bo xindicator.. Now in the xml declaration in the Jboo sconfigs such say as portlet.xml ti than shows as bad stream error.. One set of errors

[jboss-user] [EJB 3.0] - Re: How to use

2008-01-30 Thread 10takashi
Genman, Thank you for your reply. I included the one you specified to my code. messageListenerInterface=MessageListener.class However, result is same... Here is full exception stack trace = 13:35:06,722 INFO [JmsActivation] Attempting to reconnect org.jboss.resource.ad

[jboss-user] [JBoss Seam] - entityQuery lifecycle

2008-01-30 Thread boevink
Where can i find more information about the entityQuery lifecycle? What method is called when? I would like to use the functionality of pagination for my resultlist (and search option), but also want to add some functionality to add a booleancheckbox for every item. After selecting a checkbox

[jboss-user] [JBoss Seam] - Re: NPE in Param.validateConvertedValue

2008-01-30 Thread [EMAIL PROTECTED]
Yeah. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124749#4124749 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124749 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss jBPM] - Re: Regarding my last post Strange Asynchronous behaviour JB

2008-01-30 Thread kukeltje
it is not outdated, since 3.3 is not released yet View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124748#4124748 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124748 ___

[jboss-user] [Management, JMX/JBoss] - Is there a standard Twiddle?

2008-01-30 Thread stefan_rka
Hello, I am involved in a project where there is a lot of JMX management and we are in need of a CLI or similar, something along the lines of Twiddle. Apologizing in advance if this is an inappropriate question (or is in the wrong place for that matter) I'd like to know if there is a

[jboss-user] [JBossWS] - Re: JBOSSWS 2.0.3 - Deplyoment Failed.

2008-01-30 Thread zeeshan.javeed
Hi, More then right. Its working perfectly fine now. thanks. regards, Zeeshan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124755#4124755 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124755

[jboss-user] [JBoss Seam] - Re: s:fileupload and a4j

2008-01-30 Thread TimeOut
I'm running into this as well. The problem being, if you upload a large file, then it takes time for the upload to complete. It would be nice to be able to update a progress bar (or some other indication) so the user could see that it is indeed transferring the data. Sean View the original

[jboss-user] [JBoss Seam] - EntityManager is Null inside Constructor

2008-01-30 Thread saeediqbal1
Please refer to http://jira.jboss.org/jira/browse/EJBTHREE-665 We are facing the same issue. When we call a method inside the constructor, and that method has a entitymanager.createQuery or anything with entitymanager, it returns nullpointerexception. It never gets initialized. Is there

[jboss-user] [JBoss Seam] - Re: Transaction recovery

2008-01-30 Thread breako
[EMAIL PROTECTED] wrote : After an exception occurs in the persistence layer, the transaction is unusable. You need a new transaction at this point. You should pre validate your data probably. I have some corner cases where I can't pre validate data. I would therefore need to start a new

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5GA Not including .jars for EJB3.0

2008-01-30 Thread JAWaslo
PeterJ wrote : Your best solution is to download the JEMS installer and choose EJB3 as one of the installation options. | | http://labs.jboss.com/jemsinstaller/ Thanks for the tip. It worked perfectly. Sincerely, J Waslo View the original post :

[jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor

2008-01-30 Thread blabno
As far as I know, injection occurs after creation of object, so injected resources may not be used during construction. Make init() method and annotate it with @PostConstruct. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124782#4124782 Reply to the post :

[jboss-user] [JBoss Seam] - Redirect on Session Timeout using Destroy method

2008-01-30 Thread Techieexchange
Hi, I would like to know whether it is possible to use redirect when session timeout using @Destroy method. | @Destroy | public void redirect() { | Redirect.instance().setViewId(/home.seam); | Redirect.instance().execute(); | } | anonymous wrote :

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-01-30 Thread [EMAIL PROTECTED]
The websphere chapter has been checked into svn. It has examples for: JEE5 with EJB3 JPA with seam pojo components and JPA transactions seam-gen EAR deployment and modification. Hopefully this will cover all of your needs. Please let me know if you spot a problem or have questions. View

[jboss-user] [JBoss Seam] - Re: Seam with WAS 6.1 EJB3 feature pack

2008-01-30 Thread [EMAIL PROTECTED]
The websphere chapter has been checked into svn. It has examples for: JEE5 with EJB3 JPA with seam pojo components and JPA transactions seam-gen EAR deployment and modification. Hopefully this will cover all of your needs. Please let me know if you spot a problem or have questions. View

[jboss-user] [JBoss Seam] - Re: Internal Architecture of Seam Design and Source Code

2008-01-30 Thread kasim
Do you have any specific questions about the architecture? Are you wanting to know the basic layout of the flow it takes through classes or are you wanting to know more details of how individual components work. View the original post :

[jboss-user] [JBossWS] - NullPointerException from JBossXSEntityResolver

2008-01-30 Thread kazcor
Hi *, I know, I'm going to open a second topic on this, although there's already a similar problem posted here: http://www.jboss.com/index.html?module=bbop=viewtopicp=4110298#4110298. However, in my case I'm using the opposite direction. I've set up a webservice using an underlying EJB(3) for

[jboss-user] [JBoss jBPM] - Re: Upgrading deployed workflow tasks to the new version

2008-01-30 Thread [EMAIL PROTECTED]
It sounds like you want some type of effective date either on the process instances or on the task nodes themselves. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124797#4124797 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileupload and a4j

2008-01-30 Thread kasim
Not sure if it will work but couldnt you insert this in there - | a4j:status | f:facet name=start | h:graphicImage value=/img/spinner.gif/ |

[jboss-user] [JBossWS] - Re: JBOSSWS 2.0.3 - Deplyoment Failed.

2008-01-30 Thread [EMAIL PROTECTED]
Did you use the ant install mechanism we offer? Or did you copy those jars manually? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124764#4124764 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124764

[jboss-user] [JBoss Portal] - How To integrate ChartCreator Custom Tag in jboss-portal-2.6

2008-01-30 Thread jeck
Hi all I have tryed to integrate ChartCreator custom JSF component from this demo: http://sourceforge.net/project/showfiles.php?group_id=137466package_id=175809 to jboss-portal-2.6.2.GA but without any success...! I'm have JSF working portlet using Facelets and i'm build with Maven... The

[jboss-user] [JBossWS] - Re: How can I use session sope in jbossws?

2008-01-30 Thread froden
Thanks for your reply, mjhammel, Using the approach described in your links, I managed to get the session object. I can now set and retrieve variables from session as long as the client has the JSESSIONID http header field set correctly. However, I still have some unresolved issues with this.

[jboss-user] [Security JAAS/JBoss] - Re: single sign on between two different web-app running on

2008-01-30 Thread malves
SantoshKumar, This what you want to do by yourself, in practice, is what JBoss SSO does for you. Maybe looking at the sourcecode could help you. This should help you have some good ideias. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124803#4124803

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-01-30 Thread bodrin
Ok. I tried to setup jboss-messaging-1.4.0.SP3 on jboss-4.2.2.GA with jboss-remoting-2.2.2.SP4. I have done all the steps described in [4.1.1. Automated Installation] for clustered installation with two nodes. When starting there is a problem with the remoting configuration and the messaging

[jboss-user] [JBoss Tools (users)] - Re: 64 bit version

2008-01-30 Thread pettersonfp
Hi, I tried to follow the instructions from naveed.hassam, but when I start the eclipse it crashes and generates a huge log, the begin of it: | # | # An unexpected error has been detected by HotSpot Virtual Machine: | # | # SIGFPE (0x8) at pc=0x2b8e71ff8b83, pid=17008,

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-01-30 Thread jmesnil
bodrin wrote : Ok. I tried to setup jboss-messaging-1.4.0.SP3 on jboss-4.2.2.GA with jboss-remoting-2.2.2.SP4. | | I have done all the steps described in [4.1.1. Automated Installation] for clustered installation with two nodes. | | When starting there is a problem with the remoting

[jboss-user] [JBoss Portal] - how to change the default themes in the jboss-portal?

2008-01-30 Thread sisepago
Hi all, I' am trying to redesign my jboss portal and for now I have a question: because I removed all themes except renaissance, how or where can I configure the portal to use my logo and not the JBossPortal logo? I tried to adjust the css portal_style.css in renaissance theme, but everytime

[jboss-user] [Installation, Configuration DEPLOYMENT] - Configuring Embedded JBoss to run EJB2.1

2008-01-30 Thread chrisrippe
I am trying to figure out how to configure Embedded JBoss to deploy EJB2.1. I am using embedded jboss to run my testng integration tests for a seam application.I am injecting existing EJB2.1 services using the @EJB notation The application runs fine as configured for Jboss 4.2, but I am

[jboss-user] [Beginners Corner] - Re: Jboss IFrame Install - help

2008-01-30 Thread PeterJ
Yes, only the war file goes in the deploy directory. The rest of the files are he source and the scripts used to build the war from the source. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124826#4124826 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-01-30 Thread bodrin
It is present. I haven't modified this configuration file at all, but I get: ERROR [ConnectionFactory] Parameter pingFrequency is not specified in the remoting congiguration I have launched a debuger and these are all the params available at runtime: | clientMaxPoolSize=50 |

[jboss-user] [JBoss jBPM] - Can't add tasks or task actions using process designer in Ec

2008-01-30 Thread seanmcelroy
I am following the Jbpm Getting Started guide but my progress has been halted because I can't add a task to a task node using the graphical process designer in Eclipse. When I right click on a node there is no Add Task menu item. Is this a known problem and is there a fix? I am using

[jboss-user] [JBoss Seam] - Re: @Name annotation on JSF controllers

2008-01-30 Thread blabno
Caused by: javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.naming.NameNotFound | Exception: CartJSFBean not bound Since you annotated bean correctly I bet you have not placed seam.properties file in you ejb.jar. View the original post :

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-01-30 Thread timfox
bodrin wrote : Ok. I tried to setup jboss-messaging-1.4.0.SP3 on jboss-4.2.2.GA with jboss-remoting-2.2.2.SP4. | | I have done all the steps described in [4.1.1. Automated Installation] for clustered installation with two nodes. | | When starting there is a problem with the remoting

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Hibernate concurrency problem

2008-01-30 Thread kadlecp
Hello, I have two message driven beans and both of them persist entity through entity manager. Both message driven beans work in scope of one shared jta transaction. In this special case is it possible to call EntityManager.persist in those mdbs concurrently or shall I have to synchronize

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: jboss-4.2.2.GA port 8443 don't work correctly

2008-01-30 Thread PeterJ
This should get you started: http://docs.jboss.org/jbossas/guides/webguide/r2/en/html/ch9.https.sect.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124831#4124831 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124831

[jboss-user] [JBossCache] - Re: Very different statistics in both nodes of the cluster

2008-01-30 Thread jorgemoralespou_2
This is a cache without a cacheloader. We have a 4 different caches in our app. This 4 caches have different constraints, and also varying times. This is in our production cluster, which is intensively used, so we can see this difference. Under development scenarios, load is not so tremendous,

[jboss-user] [Beginners Corner] - Twiddle Error - Trying to use OOTB - having some issues

2008-01-30 Thread nstevlan
twiddle.sh: org.jboss.util.NestedruntimeException: - nested throwable: (javax.naming.CommunicationException [Root exception isjava.lang.ClassNotFoundException: org.jboss.proxy.ClientContainer (no security manager: RMI class loader disabled)]) Setup to ensure that CLASSPATH was correct - it is.

[jboss-user] [JBoss Seam] - Re: How to remove PDF table cell border?

2008-01-30 Thread terryb
Thank you, it works. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124834#4124834 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124834 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Can't add tasks or task actions using process designer i

2008-01-30 Thread kukeltje
Search the fine forum... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124838#4124838 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124838 ___ jboss-user mailing list

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Apache web server and JBoss

2008-01-30 Thread PeterJ
1) See http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss 2) Typically, when using a web server (such as Apache HTTPD), it handles all static content while the app server handles dynamic content. 3) Yes, there is a version of Tomcat built into JBossAS. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Hibernate concurrency problem

2008-01-30 Thread kadlecp
I think that not synchronizing is source of my problems with exception I got. Here is link to them http://forum.hibernate.org/viewtopic.php?t=983130. I will still appreciate I somebody could comment it. Thanks Pavel View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Is there a standard Twiddle?

2008-01-30 Thread PeterJ
Twiddle is a generic JMX tool. The only thing JBossAS specific is how it looks up the JMX server/connection (well, it does use things from jboss-commons, like logging). Change the JMX connection/server lookup lines (in the twiddle source) to do the lookup in the standard way and it should work.

[jboss-user] [JBoss jBPM] - Re: getGroupTaskList / getTaskList

2008-01-30 Thread kukeltje
There is no api yet for this. A custom query that uses e.g. the role (e.g. manager) would be great. We could then build a jsf component for this as well. Please file a Jira issue for this (and attach the custom query ;-)) View the original post :

[jboss-user] [JBoss Seam] - Re: How to configure JBoss Embedded for deploying Seam and E

2008-01-30 Thread chrisrippe
I have found a Jira that mapps to my warning, but I don't know if it is really related http://jira.jboss.org/jira/browse/EJBTHREE-729 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124845#4124845 Reply to the post :

[jboss-user] [JBoss Portal] - Re: from view.jsp to view2.jsp

2008-01-30 Thread PeterJ
Perhaps a book on portlet programming would help. You can download a free one from http://www.manning.com/hepper/. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124835#4124835 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Configuring Embedded JBoss to run EJB2.1

2008-01-30 Thread chrisrippe
I have found a Jira that mapps to my warning, but I don't know if it is really related http://jira.jboss.org/jira/browse/EJBTHREE-729 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124843#4124843 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Problem on updating M:N relations

2008-01-30 Thread Darquerus
Add an JIRA-issue for this problem: http://jira.jboss.com/jira/browse/EJBTHREE-1187 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124837#4124837 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124837

[jboss-user] [JBoss Portal] - Re: how to change the default themes in the jboss-portal?

2008-01-30 Thread PeterJ
Did you hit the refresh button on the browser? If the browser has the old css file cached it will continue to use the old logo. Are you using Firefox? If so, do you have the Web Developer tools installed? If so, ask to view the CSS files and check in there to see if the correct logo file is

[jboss-user] [JBoss Seam] - I'm the first to download it!

2008-01-30 Thread EricJava
I check the Seam download page, as I do every morning, and saw Seam 2.0.1 GA, with zero downloads! Well, now there has been one download and I'll switch my app over this morning. I have been using CR1 and CR2 and they have been fine. Congratulations Team Seam. View the original post :

[jboss-user] [JBoss Seam] - Re: s:fileupload and a4j

2008-01-30 Thread EricJava
Uploads are a tricky thing. One way to do them is to use an iframe for the upload, which can then update its parent frame. The other, better way is to use an applet. The big advantages of an applet is it allows file browsing and previewing, and allows the upload to happen without needing to

[jboss-user] [JBoss Portal] - Re: Portal DTD ulr changed to what?

2008-01-30 Thread ShareMe
Okay, that I can just point my eclipse xml catalog there pick up thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124856#4124856 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124856

[jboss-user] [Clustering/JBoss] - Re: Setting up multiple instances of JBoss in different mach

2008-01-30 Thread gvamsius
viswanadhvk wrote : Hi all, I solved the problem. The problem was my system is not having mcast open. So instead of using UDP, Iam using TCPPING. It was working fine. | | Thanks! | vvk I had the same problem with UDP. I commented out UDP and used TCPPING, after which my cluster across

[jboss-user] [JBossCache] - Re: Very different statistics in both nodes of the cluster

2008-01-30 Thread jorgemoralespou_2
[EMAIL PROTECTED] wrote : cache_4 does use a cache loader though? (ExtendedClusteredCacheLoader). Cache misses will be broadcast across the cluster to attempt a load from a neighbouring cache. I never said this cache didn't use a cache loader. I assume broadcasting of misses occurs in both

[jboss-user] [EJB 3.0] - Re: traversing through result

2008-01-30 Thread ragavgomatam
setMaxResults(10); here denotes how may rows you would like to handle at a time. Usually this is harcoded, got nothing to do with number of rows in table View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124859#4124859 Reply to the post :

[jboss-user] I have the big problem with my Jboss in environment Cluster

2008-01-30 Thread Claudemir Ferreira Franco
Hi people, I have the big problem with my Jboss. My situation is: I Have many applications running in cluster Jboss in the version 4.0.2 and sametimes my two nodes the cluster occurred the following error: ERROR [org.apache.tomcat.util.threads.ThreadPool] All threads (400) are currently

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-01-30 Thread timfox
If you're using old service binding manager configuration with invalid remoting configuration with 1.3.0 this could explain your timeout issues with that... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124864#4124864 Reply to the post :

[jboss-user] [JBossCache] - Re: Very different statistics in both nodes of the cluster

2008-01-30 Thread [EMAIL PROTECTED]
cache_4 does use a cache loader though? (ExtendedClusteredCacheLoader). Cache misses will be broadcast across the cluster to attempt a load from a neighbouring cache. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124853#4124853 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Twiddle Error - Trying to use OOTB - having some issues

2008-01-30 Thread PeterJ
Which version of JBossAS? If 4.2.x, perhaps the JVM version is the issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4124852#4124852 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4124852

  1   2   3   >