[jboss-user] [JBoss Seam] - Re: No active transaction?

2007-06-07 Thread [EMAIL PROTECTED]
Most TMs have some kind of transaction timeout if a tx lasts too long. That might be a problem here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051968#4051968 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051968

[jboss-user] [JBoss Seam] - Re: Problem injecting (@In) entityManger in TestNG unit test

2007-06-07 Thread [EMAIL PROTECTED]
That's not going to work, I'm afraid. SeamTest is instantiated by TestNG, so it can't be a seam component, not even if you stick @Name on it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051970#4051970 Reply to the post :

[jboss-user] [JBoss Seam] - Re: occasional could not acquire lock on @Synchronized compo

2007-06-07 Thread [EMAIL PROTECTED]
Presumably some kind of deadlock between two threads that both try to access the same objects. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051971#4051971 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051971

[jboss-user] [Beginners Corner] - Re: classloading problem

2007-06-07 Thread elich11
10x jaikiran, I read this 2 wiki's didn't find a solution to my problem. Eli View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051972#4051972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051972

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: JBoss 4.2 + JSF RI 1.2 + Tomahawk 1.1.5 - duplicate IDs

2007-06-07 Thread djr667
Forgot to say, my duplicates are in a t:dataTable (plus jscookmenu support is broken). MyFaces and Tomahawk had ID generation 'compatibility issues' with JSF RI in the past, which https://issues.apache.org/jira/browse/MYFACES-1010 indicates needs a fix in the JSF RI. All this occured around

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-06-07 Thread djr667
OK - but not without extra work on our side. We do not use, nor do we need, two-phase-commit. Why is JBoss 'forcing' us in that direction by labeling the fast in-memory transaction manager as deprecated (org.jboss.tm.TransactionManagerService in jboss-service.xml) ? Dave View the original

[jboss-user] [JBoss Portal] - Re: get the user name

2007-06-07 Thread den74
from PortletRequest you can call getUserPrincipal().getName() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051976#4051976 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051976

[jboss-user] [JBoss Portal] - Re: getting a portlet to load in maximized state

2007-06-07 Thread den74
if nothing change on portal 2.4.x (i don't know on 2.6) is not possible to define via configuration file the window's portlet mode. I had a similar problem and solved defining a new layout having the maximized mode only and setting that layout for the page including my portlet. In that way i

[jboss-user] [JBoss Portal] - Re: getting a portlet to load in maximized state

2007-06-07 Thread den74
another way is to force the window state programmaticaly with setWindowState(WindowState.MAXIMIZED) on ActionResponse View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051981#4051981 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Installing JBoss in Fedora5

2007-06-07 Thread poushali.roy
Hi, Can anybody help me in installing JBoss4.0.3SP1 in Fedora5. Thanks, Poushali View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4051983#4051983 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4051983

[jboss-user] [JBoss Portal] - Re: JSF Portlets

2007-06-07 Thread den74
aybe you forgot to put in your portlet.xml portlet-classorg.apache.myfaces.portlet.MyFacesGenericPortlet/portlet-class or a reference of a class extending MyFacesGenericPortlet for a quick guide http://wiki.apache.org/myfaces/CreatingJSFPortlets View the original post :

[jboss-user] [JBoss Portal] - Re: from hibernate to sybase

2007-06-07 Thread Sonal K.
To support of my previous reply This is what i m getting as an error-- 13:01:20,017 WARN [JDBCExceptionReporter] SQL Error: 2706, SQLState: 42W33 13:01:20,017 ERROR [JDBCExceptionReporter] ASA Error -141: Table 'JBP_INSTANCE' not found 13:01:20,017 ERROR [PortletAppDeployment]

[jboss-user] [JBossWS] - Re: problem calling webservice from client

2007-06-07 Thread sashaxiv
Sorry Thomas. Finally i talked to the client developers and now i can use jbossws in the client side. The new SessionFacadeWSImpl() would be something like this? | System.out.println( -001 SFWSI - Kike ---Creando Servicio); | URL wsdlURL = new

[jboss-user] [JBossWS] - Re: problem calling webservice from client

2007-06-07 Thread sashaxiv
when i execute the client it askes me for a class, whick does not exists. | class: localhost.jbossws.services.Sesion.jaxws.EmpresaNotFoundExceptionBean could not be found | at com.sun.xml.internal.ws.modeler.RuntimeModeler.getClass(Unknown Source) | at

[jboss-user] [EJB 3.0] - entity relationship from several jars

2007-06-07 Thread deady_
I have 1. Client entity in client.jar: | package object; | @Entity | public class Client { ... } 2. GuestbookEntry entity in guestbook.jar. | package object; | @Entity | public class GuestbookEntry { |... |@ManyToOne |public Client getClient() {...} | } |

[jboss-user] [JBoss Messaging] - Re: Bridging JMS providers

2007-06-07 Thread thomasra
Hi Tim. In brief: yes, that is what I am thinking, a remote replyto that would work across providers after bridging. I've tried the bridge, and it is very handy. However, what I am thinking of is analogous to what you are suggesting: a remote replyto, but since replyto (which is a

[jboss-user] [Installation, Configuration Deployment] - Unable to create message factory for SOAP Assembling the S

2007-06-07 Thread linweichun
I used to use JBoss4.0.5.GA + MySQL 5.0 + juddi-0.9-rc4, and there was no any problems. Now I'm using JBoss4.2.0.GA + MySQL 5.0 + juddi-0.9-rc4. When I connect to http://localhost:8080/juddi/happyjuddi.jsp, all the configs are correct and display color Green. But while I was using UDDI

[jboss-user] [JBoss Seam] - Integrating Seam Security with 3rd party

2007-06-07 Thread gonzalad
Hello, I have a problem overloading org.jboss.seam.security.Identity class, I would need to overload the subject - and this needs some modification in Seam Identity class. Could this change be planned for a future release ? My purpose is to integrate Seam security with Acegi (or another

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-06-07 Thread timfox
After my latest changes in TRUNK, I have run Ralf's test program since about 9pm last night (12.5 hrs) with 3 producers (1 x 10 ms, 2 x 2ms) and 5 consumers (2 x 2000 , 1 x 700, 1 x 1000, 1 x 1200 ) and it run without any exceptions and did not lock up. Ralf can you double check with the code

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-06-07 Thread timfox
I forgot to say that memory was stable throughout. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052004#4052004 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052004 ___

[jboss-user] [JBoss Messaging] - Re: Questions about topics in a cluster

2007-06-07 Thread timfox
You're thinking of a queue. With a queue, the message is only received by one consumer, with a topic it is received by all subscribers. Topics are a form of publish / subscriber messaging (you can google this for more info) Queues are a form of point to point messaging. The JMS spec also

[jboss-user] [Messaging, JMS JBossMQ] - java.lang.VerifyError

2007-06-07 Thread vri_97
Hi, I'm trying to develop a simple client for EJB3's MDB, but somehow it will always raise exception in (ConnectionFactory)ic.lookup(/ConnectionFactory) statement (it's exactly the same with the sample in Jboss Messaging bundle) InitialContext ic = new InitialContext(); ConnectionFactory cf =

[jboss-user] [JBoss Seam] - Re: seam 1.2.1 - 1.3 (CVS.20070531) causes wrong content en

2007-06-07 Thread zdaler
any suggestion on this one ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052006#4052006 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052006 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Integrating Seam Security with 3rd party

2007-06-07 Thread [EMAIL PROTECTED]
Open a JIRA request View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052007#4052007 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052007 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging Locked Up

2007-06-07 Thread timfox
timfox wrote : I *forgot* to say that *memory* was stable throughout. No irony intended ;) Obviously my memory is not so stable as my machines. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052008#4052008 Reply to the post :

[jboss-user] [JBossWS] - Re: problem calling webservice from client

2007-06-07 Thread sashaxiv
i tried to not throw exceptions to see what happens and now i have the same problem as when i used axis. javax.xml.ws.WebServiceException: HTTP Status-Code 405: HTTP method POST is not supported by this URL | this is what i do in the client: | URL wsdlURL = null; |

[jboss-user] [Performance Tuning] - DS - No managed connections available within blocking timeou

2007-06-07 Thread sc0tt
Hi, I have been performance tuning jboss, and have came across an issue related to DataSources. Each time I run a 500 user test, the application pauses for 200 seconds or so(no responses are seen). I have tracked this down to two separate issues, the first was with the number of Open

[jboss-user] [JBoss Messaging] - Re: Bridging JMS providers

2007-06-07 Thread timfox
This is an interesting discussion, I don't think it would be too hard to get something like this to work. Perhaps you should continue it on the design forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052014#4052014 Reply to the post :

[jboss-user] [JBoss jBPM] - How to set up jbpm project

2007-06-07 Thread trekker880
hi all how to set up jbpm in a web application in eclipse. what are the reqd jar and the directory struture to set up the project as web project ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052015#4052015 Reply to the post :

[jboss-user] [JBoss and NetBeans] - Re: problem trying to add JBoss to NetBeans

2007-06-07 Thread sherold
Hi Ros, NetBeans 5.5 does not support JBoss 4.2. Try to upgrade to NetBeans 5.5.1, it should already support it, I think. -Stepan View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052017#4052017 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Integrating Seam Security with 3rd party

2007-06-07 Thread gonzalad
Thanks, JIRA request created : http://jira.jboss.org/jira/browse/JBSEAM-1414 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052018#4052018 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052018

[jboss-user] [JBoss Messaging] - Re: Bridging JMS providers

2007-06-07 Thread thomasra
Continued at http://www.jboss.com/index.html?module=bbop=viewtopicp=4052021#4052021 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052022#4052022 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052022

[jboss-user] [JBoss Seam] - @In (create=true)

2007-06-07 Thread blackers
I am recieving an error when I load my gameHome component. The error is as follows: | org.jboss.seam.RequiredException: In attribute requires non-null value: gameHome.oppTeamHome | My seam component is delcared as follows: @Name(gameHome) | public class GameHome extends

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread [EMAIL PROTECTED]
Yes, it should be. Show TeamHome.java. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052026#4052026 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052026 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
Here is the important part from TeamHome.java (as generated by seam-gen) anonymous wrote : | @Name(teamHome) | public class TeamHome extends EntityHome { | | private static final long serialVersionUID = -6503138100502127742L; | @In(create = true) | ClubHome clubHome; |

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
The reason I have changed | @In (create=true) TeamHome teamHome; to | @In (create=true) TeamHome oppTeamHome; is because I also have a second TeamHome attribute in GameHome.java @In(create = true) TeamHome oppTeamHome; | @In(create = true) | RoundHome roundHome; | @In(create =

[jboss-user] [JBoss Seam] - separate state for two identical forms and sfsb

2007-06-07 Thread FredF
I have two, functionally identical forms on a jsf page on which the user can execute an action in a seam stateful session bean. I want to keep separate state for each form. How can I do this when the forms call the same action on the same seam component? How will they be identified as two

[jboss-user] [JBoss jBPM] - Re: How to set up jbpm project

2007-06-07 Thread kukeltje
if you realy want to create a web-project, then look at the console in the source of jbpm for what is needed (the docs also show something), but keep in mind that it can depend on what server you want to deploy to. View the original post :

[jboss-user] [JBoss jBPM] - Re: Request for comment: Whitespace and line-ending preserva

2007-06-07 Thread kukeltje
Yes, one thought... good proposition, file a jira issue for this.. but make sure all tests still run fine. Even better: try to get cvs access ;-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052035#4052035 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Stateless minimum pool size

2007-06-07 Thread jimmycallaghan
I did some research into that before but got a little scared off. We have multiple applications on the same server and I'm worried about sharing the same hibernate SessionFactory between all of these applications. I've already seen problems when redeploying (hot-deploying) an application in

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread tazman
Use @In(create=true, value=contextVariableName) tazman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052038#4052038 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052038 ___

[jboss-user] [JBoss Seam] - selectItems and enums

2007-06-07 Thread Sammy8306
I can edit a value with an enumerated type in the following way: | h:selectOneMenu value=#{EditEntryComponent.blogEntry_be.category} | s:selectItems value=#{EditEntryComponent.values} var=enum label=#{enum.label} noSelectionLabel=Please select : / | s:convertEnum / |

[jboss-user] [JBoss Seam] - Re: seam 1.2.1 - 1.3 (CVS.20070531) causes wrong content en

2007-06-07 Thread tazman
I had the same problem and could solve the issue by replacing the following filter mapping in web.xml filter-mapping | filter-nameSeam Filter/filter-name | url-pattern/*/url-pattern | /filter-mapping with this one filter-mapping | filter-nameSeam Filter/filter-name |

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
I have tried this with the same results. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052041#4052041 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052041 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - facesMessages and element id

2007-06-07 Thread kooudy
I want add error message to a html input, but without success: | @In | private FacesMessages facesMessages; | | this.facesMessages.addFromResourceBundle( | testInputID, | value.missing, | (Object[]) null | ); | | h:selectOneMenu value=#{someValue} id=testInputID

[jboss-user] [JBoss Seam] - Exception sending context initialized event to listener inst

2007-06-07 Thread dkane
Dear colleagues, I have developed and successfully deployed Seam application (war) on local PC. When I deploy the same war to another instance of JBoss+Seam , I get the exception. JBoss 4.0.5 , Seam 1.2.1 on both PCs. Any ideas ? Exception sending context initialized event to listener

[jboss-user] [JBossCache] - Large node set population performance

2007-06-07 Thread ben_ben
Hi, We're using Jboss Cache to cache the details of a large number of users (~50,000). Once populated the cache performance is fine and there are no problems. However, populating the cache in the first place is an extremely time-consuming process. Data is gathered through a JDBC call and

[jboss-user] [JBoss Messaging] - [JMSWireFormat] Failed to write packet

2007-06-07 Thread hurdes
I am use JBoss 4.2.0 GA with JBoss messaging 1.3.0 GA. Message queue is working normally, until i am disconnect mesage consumer (remote client on desktop application). At this moment on server side throws exception. 12:11:34,373 ERROR [JMSWireFormat] Failed to write packet

[jboss-user] [JBoss Seam] - Re: separate state for two identical forms and sfsb

2007-06-07 Thread [EMAIL PROTECTED]
You use two conversations. Component classes and form pages are templates, state is related to instances of these. You can have two instances of each in separate conversation contexts. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052047#4052047 Reply to

[jboss-user] [JBoss Seam] - Re: facesMessages and element id

2007-06-07 Thread [EMAIL PROTECTED]
facesMessages.addToControlFromResourceBundle() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052049#4052049 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052049 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread [EMAIL PROTECTED]
What do you want? Two local fields referencing the _same instance_ of the TeamHome component or two instances? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052048#4052048 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception sending context initialized event to listener

2007-06-07 Thread [EMAIL PROTECTED]
ClassFormatError looks like a JDK issue. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052050#4052050 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052050 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
They should both be referencing 2 separate instances. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052051#4052051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052051 ___

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread [EMAIL PROTECTED]
Interesting, I don't think this is actually possible. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052052#4052052 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052052 ___

[jboss-user] [JBoss Seam] - Re: selectItems and enums

2007-06-07 Thread Sammy8306
Hm, nevermind the last solution I sketched, actually works. Even for null values of the enum type. Don't know where I screwed up the initial test of this solution, but it serves me well now. I can generate a selectlist for an enumeration, solely based on the type declaration (ok, given a

[jboss-user] [JBoss Messaging] - Re: [JMSWireFormat] Failed to write packet

2007-06-07 Thread timfox
You are probably closing your client application without cleanly closing its JMS connections, or perhaps you are killing your client app. The server then tries to send a message to your client, only to find it is no longer there, hence the exception. The server will then cleanup the server side

[jboss-user] [Installation, Configuration Deployment] - Re: 4.0.5 to 4.2.0 upgrade and JBossTS

2007-06-07 Thread [EMAIL PROTECTED]
What extra work do you mean? Is it not a one-liner setting in the config file of JBossTS? JBossTM is deprecated because JBossTS is a superset in terms of functionality. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052055#4052055 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
I should have said They should both be referencing a separate instance each. not 2 instances each if that is not clear. I have a set up simplified to the following. Table Game game_id home_team_id -- fkey to table team field team_id opp_team_id -- fkey to table team field team_id

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread [EMAIL PROTECTED]
Do you really need this to be TeamHome components? If you are not editing the Team entity instances, you could just reference them directly in GameHome for display. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052060#4052060 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CachedConnectionManager:Closing a connection for you

2007-06-07 Thread skymic
Hello, I am using a clsutered JBoss4.0.5 with EJB3 profile. I have defined an Oracle10 datasource. The datasource is defoned in the following file SDOCI-ds.xml: ?xml version=1.0 encoding=UTF-8? | | !-- = -- | !--

[jboss-user] [JBoss Seam] - Number Guess Example Query

2007-06-07 Thread trekker880
hi all i m trying to run the number guess example I have certain query regarding this. (1) Can the seam application be run with the jboss 4.0.2 version ? (2) I didn't get the clear idea about how to run it on the tomcat. Could someone tell me the steps whoever run this application on the tomcat

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
I will also be adding new games to the table, The reason I am using the Home components is because this is the way seam gen did it for other table I have generated (they only had single foreign keys to any other table). I would like the option to be able to click a button to add an oponent

[jboss-user] [Installation, Configuration Deployment] - JBoss issue

2007-06-07 Thread akhil_gupta_in
Dear All, We are using Jboss 4.0.4 for our J2EE application and we are facing a very strange issue only when working inside company network (means while working from internet, application runs fine). Our application architecture includes Struts in web, Spring EJB in business and Hibernate

[jboss-user] [JBoss Messaging] - Re: [JMSWireFormat] Failed to write packet

2007-06-07 Thread hurdes
Thanks, my application in one case not correctly close connection. Im correct it and now is all OK. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052066#4052066 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052066

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - JBoss fails to recompile jsp's after undeploy

2007-06-07 Thread pablojim
This issue is related to http://jira.jboss.com/jira/browse/JBAS-3358 Jboss 4.0.5.GA now no longer deletes the work directory when an application is undeployed. This causes many problems. For example if jsp's reference a static final constant this is not updated when the declaration of the

[jboss-user] [JBoss Seam] - Re: Problem injecting (@In) entityManger in TestNG unit test

2007-06-07 Thread roger_goldman2000
Thanks Gavin. Would you agree that this would be a useful thing to be able to do, or is there a better way to write unit tests that need to access to the EntityManager? I'm not sure exactly how the annotations are implemented but your reply seems to imply that the @In would only be looked at

[jboss-user] [JBossCache] - Recipe for serial read ?

2007-06-07 Thread yuri.ushakov
Hello. I can't seem to find a way to do serial reading, is there a commonly known solution for it? In particular, I need to run a certain process in scope of cluster, but only one JVM should run it. For this I have a node /status, it has key active whose value is either true or false. When

[jboss-user] [JBoss Seam] - Re: Conversation recovery or destroy

2007-06-07 Thread kooudy
please, when I switch from no-long-running conversation to long-running-conversation using seam switcher (defined by jPDL - pageflow) then in seam debug page I can see: java.lang.IllegalStateException[pageflow is not currently at a page or start-page node (note that pageflows that begin during

[jboss-user] [JBoss Portal] - Re: getting a portlet to load in maximized state

2007-06-07 Thread [EMAIL PROTECTED]
Try using the org.jboss.portal.api.* stuff. You can have an event listener that listen of PageRenderEvent and change the window state of the portlet to maximized. There is an example of page render listener that manipulates window states in the core-samples package of the source code. View

[jboss-user] [JBoss Portal] - Re: How to create a theme for Jboss

2007-06-07 Thread [EMAIL PROTECTED]
This will probably help you: http://cruisecontrol.jboss.com/cc/artifacts//jboss-portal-latest-doc/referenceGuide/html/themeandlayouts.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052077#4052077 Reply to the post :

[jboss-user] [JBoss Portal] - Re: iGoogle Style portel selection for dashboard

2007-06-07 Thread [EMAIL PROTECTED]
It is kinda difficult to achieve properly. I think that you should have a custom theme that would embed the markup and javascript necessary for that. If you want to work on that, I can certainly help you. It is not part of the scope of 2.6. However we are also looking at having RichFaces drag

[jboss-user] [JBoss Portal] - Re: IPC with three portlets on a single page

2007-06-07 Thread [EMAIL PROTECTED]
We don't support event based IPC yet as it will be part of the Portlet 2.0 spec and we don't want to create an API that we would deprecate in the near future... I think there are way to simulate this using application session. View the original post :

[jboss-user] [JBossWS] - Retrieving alias for WS Secure client

2007-06-07 Thread nightcap
Hi, I am using X509 certificates to authenticate WebService clients for JBoss 4.0.5 and JBossWS 1.2.1 (JAX-WS). Everything works fine, however, in my web service code, I would like to know the alias for the public key entry in the keystore for the calling client. One way would be to parse the

[jboss-user] [JBoss jBPM] - To call one bpel process after the other

2007-06-07 Thread vpnuser
Hi, I would like to know whether it is possible for calling JBPM BPEL one webservice process after the other. Consider another case where one JBPM BPEL webservice process call other webservices which reside in ServiceMix which is also in the same JBOSS application server. Thank you

[jboss-user] [Remoting] - Configuring RMI/IIOP

2007-06-07 Thread zetzioni
Hi, How can I configure my JBoss AS to work with RMI/IIOP instead of RMI/JRMP? I've seen an example which shows how such configuration is done on the single bean level, but I want to do the same for all beans deployed on my application server, also the example was not for EJB3 which I'm using,

[jboss-user] [JBoss Seam] - Seam in Exadel(Eclipse)

2007-06-07 Thread alexrozario
I am using Exadel plug-in in Eclipse IDE. And i am using the following link to create a new application. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossSeamGettingStartedGuideStep5 but after completing the procedures i can deploy my application in JBOSS server but i cant run the application

[jboss-user] [JBoss jBPM] - define variable and its value in the process definition

2007-06-07 Thread pattchen
Hi, I would like to define a variable in the xml process definition file, so that all activities of instances can get it (if possible without modifying it). please,what is the appropriate syntax? Thanks. View the original post :

[jboss-user] [JCA/JBoss] - Listening Database Failover

2007-06-07 Thread kanth_seenu
I am using jboss-4.0.5.GA and MySQL 5.0 My default-ds.xml configuration is ... connection-urljdbc:mysql://test1,test2/TESTDB?zeroDateTimeBehavior=convertToNullfailOverReadOnly=false/connection-url I want to do some specifc operations whenever a database failover occurs. I would

[jboss-user] [JBoss Seam] - Re: Problem injecting (@In) entityManger in TestNG unit test

2007-06-07 Thread [EMAIL PROTECTED]
Component.getInstance(entityManager) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052086#4052086 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052086 ___ jboss-user mailing

[jboss-user] [Beginners Corner] - JBoss issue

2007-06-07 Thread akhil_gupta_in
Dear All, We are using Jboss 4.0.4 for our J2EE application and we are facing a very strange issue only when working inside company network (means while working from internet, application runs fine). Our application architecture includes Struts in web, Spring EJB in business and Hibernate

[jboss-user] [JBoss Seam] - Re: seam 1.2.1 - 1.3 (CVS.20070531) causes wrong content en

2007-06-07 Thread zdaler
Thanks of lot for the tip. It seems to work ; I say seems because I still have to test my application to make sure it has not broken anything somewhere else. Still, this use to work (serving UTF-8 encoded js static file trough Seam Filter) in seam 1.2.1 ... it might a bug that it does not work

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
In the end to get it working i duplicated TeamHome.java and renamed the original too. Now i have HomeTeamHome.java and OppTeamHome.java with seam names @Name(homeTeamName) @Name(oppTeamName) respectively. With a few changes to TeamList.xhtml, TeamList.page.xml, GameEdit.xhtml and

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread gmarcus
Why couldn't you use @Role to define 2 known context names for the same component? There is an example in the Seam Docs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052094#4052094 Reply to the post :

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
It would be nice that since OppTeamHome.java and HomeTeamHome.java are identical except for the class name and the seam @Name that I would be able to use a single class for both instances. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052095#4052095 Reply

[jboss-user] [JBoss Seam] - Re: @In (create=true)

2007-06-07 Thread blackers
I will have a look into @Role, that sounds like what I am looking for. (See last post). Thanks gmarcus View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052097#4052097 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052097

[jboss-user] [JCA/JBoss] - oracle-ds.xml question

2007-06-07 Thread rafcio
Hi, how shoul I define this Oracle connection URL in my oracle-ds.xml | jdbc:oracle:thin:@(DESCRIPTION =(LOAD_BALANCE = on)(FAILOVER = on)(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = xx.xx.xx.xx1)(PORT = 1521))(ADDRESS = (PROTOCOL = TCP)(HOST = xx.xx.xx.xx2)(PORT = 1521))(ADDRESS =

[jboss-user] [JCA/JBoss] - Re: Listening Database Failover

2007-06-07 Thread vickyk
anonymous wrote : I want to do some specifc operations whenever a database failover occurs. Database failover are considered as the FATAL exception by the JCA framework . JBoss JCA can close the Connection if the FATAL exception is detected during the usage of the Connection , to avail the

[jboss-user] [JCA/JBoss] - Re: oracle-ds.xml question

2007-06-07 Thread vickyk
Refer to these links http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAOracleDatasource View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052102#4052102 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: CMR 2.1 and EJB-QL

2007-06-07 Thread paoletto
I also have another question: i somehow understood that i have to create a new field in the entity beans for container managed relationships. But i was wondering: ok i can tell the container through relationships which entities are related. but how can i specify - for example - that the pk in

[jboss-user] [EJB 3.0] - Re: entity relationship from several jars

2007-06-07 Thread waynebaylor
Are you deploying the two jars separately, or are they in an ear? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052101#4052101 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052101

[jboss-user] [JBoss Portal] - Re: collabation portlets, tools portlets ...

2007-06-07 Thread SyedH
Hi, Could please share some information about the various collaboration portlets you are using? Thanks.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052100#4052100 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052100

[jboss-user] [JBoss Seam] - How to create JBoss Seam project in Exadel ?

2007-06-07 Thread [EMAIL PROTECTED]
i configure ExadelStudioPro plugin with Eclipse -3.2.2. i dont know how to creat seam project in Exadel ? so i used jboss-seam-1.0.1 plugin with sean gen to create seam project. i use the jboss-4.0.4.GA application server in my project i follow this

[jboss-user] [EJB 3.0] - ejb 3.0 in exadel

2007-06-07 Thread alexrozario
hi all. i want to create an ejb 3.0 application in exadel. i have installed eclipse and installed exadel plug-in too. can anyone guide me how to create (ejb 3.0+seam+jsf+oracle+JBOSS) application in exadel any anyone give me useful links.. please do the needful i am eagerly waiting for your

[jboss-user] [JBossCache] - Problem using PojoCache with LoadTime Weaving on Jboss AS 4.

2007-06-07 Thread mbroons
I'm experiencing some problems using PojoCache with LoadTime Weaving on Jboss 4.2.0. I set up a test bed with a cluster of two nodes on one machine. On each node a PojoCache Mbean service is running with synchronized replication. I implemented a stateless EJB facade to the service performing

[jboss-user] [JBoss jBPM] - Re: define variable and its value in the process definition

2007-06-07 Thread kukeltje
this is only possible via an indirect way. Please search the forum first (e.g. with google) for previous discussions and solutions on this subject View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052114#4052114 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: utf problem

2007-06-07 Thread fuligj
I added it to the ini file, started the eclipse, saved my xhtml file as and redeploy my process, but nothing has has changed. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052116#4052116 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: @Spring Injection in POJOs

2007-06-07 Thread RaduTanasa
Hello. I also read the article and downloaded the jar, but I noticed that no source files are available? Is there a way to get to them? Thank you, Radu View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052118#4052118 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: utf problem

2007-06-07 Thread kukeltje
maybe it is a problem in the jbpm converters (if used) Try putting some additional debug statements in the jbpm sourcecode and start from there to see where the strings are still good and where they go wrong View the original post :

[jboss-user] [Beginners Corner] - JBoss (Tomcat) blocks connections

2007-06-07 Thread Rantanohneplan
Hi! I'm just working on AJAX and made a little test-project for myself. The project contains three servlets. First Servlet contains just the JavaScript to create HttpRequests and write the response into a div-container. Second Servlet contains the text which is the response of the HttpRequest.

[jboss-user] [JBossWS] - Re: Retrieving alias for WS Secure client

2007-06-07 Thread bigdaddy66
keytool -list -keystore this shows you all aliases in the keystore View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4052124#4052124 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4052124

  1   2   3   >