[jboss-user] [JBoss Seam] - Re: Declaring session beans in ejb-jar.xml

2007-02-28 Thread [EMAIL PROTECTED]
Well, I guess I would have to make Seam parse ejb-jar.xml. This would not be that difficult. What have you got against @Stateful? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023516#4023516 Reply to the post :

[jboss-user] [Remoting] - Re: Connection between servers through JNDI?

2007-02-28 Thread Clarich
Hi, I wonder why this jira issue (http://jira.jboss.com/jira/browse/JBREM-534) has been closed. Is it fixed already? I am using Remoting Versions 2.0.0 CR1 and 2.0.0 GA. And I have exactly the problem, that when killing a server and restarting it afterwards with another protocol (I tried

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-28 Thread alesj
Or you can always add a MBean Exporter kind of bean. Inject MBean server bean into it and all the beans that you want to export (along with ObjectName and exposed interface info). There is no 'exporter' impl within MC, but you can probably use this one (with slight modifications)

[jboss-user] [JBoss AOP] - can't aopc a ejb2.1 slsb?

2007-02-28 Thread peixubin
when I aopc a ejb2.1 slsb class,deploy it to jboss4.0.3+ .the server always complain the following error messages: | 15:56:06,864 WARN [EJBDeployer] Verify failed; continuing | | java.lang.VerifyError: (class: ydxt/ejb/session/FyglManagerBean, method:

[jboss-user] [JCA/JBoss] - Shared Jar files in RAR and WAR

2007-02-28 Thread venugopalm59
Hi, I have a web application which uses a connector to call an external application. Due to some requirement restrictions, the web application and the connector are packaged seperately - they cannot be packaged into a single EAR. Also these components needs to be self-contained, ie all the

[jboss-user] [JBoss Portal] - Re: Workflow in Portal

2007-02-28 Thread yoyoyoyo
Hi Ronald, Many thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023526#4023526 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023526 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: http://www.karwell.com/apropos/equipe/JMP/seam_me_gettin

2007-02-28 Thread xuzhenhua21
where is Gavin King?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023527#4023527 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023527 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-28 Thread angra81
Sorry, I've got a mistake, i've quickly posted the last question and I got confused... I wanted to know if is it possible to invoke external web services from the jPDL, not from BPEL... I've used the getting started with jbpm and I designed a little process as found in there. So I have some

[jboss-user] [EJB 3.0] - Testing persistence Api(EJB 3) outside jboss container

2007-02-28 Thread HamdurRahman
I want to test persistence api outside jboss container. For that i am using jboss embeddable ..I am trying to run the sample that is given on jboss site but didn't know how to configure the whole sample,so as to use jboss embeddable for JUnit test After somehow configuring it i am getting Local

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-28 Thread ahachmann
Hi, Thanks, but the JVM Option did not solve the problem :-( I tried the telnet session to port to 3873 for the reason, that i do not have problems with the lookup but with the invoking on the proxy. - Connection refused as the ethereal trace said too. How can i make the server listzen on the

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-02-28 Thread hamtho2
Is this only necessary when using the PPR of Trinidad and if using ajax4jsf there is no need or is this a general must-do if using trinidad together with seam correctly. Could you give some more detail on the PhaseListener. Is it necessary to write an own PhaseListener that overrides the

[jboss-user] [Clustering/JBoss] - Re: Resource Not Available during shutdown

2007-02-28 Thread ragini
Hi Alan, Can you post the solution you found for this problem? I am also facing same problem but could not reach to any conclusion. It will be great if you provide the solution. Regards, Ragini View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023538#4023538

[jboss-user] [JBoss Seam] - Re: integration with Trinidad (ADF)

2007-02-28 Thread hamtho2
okay. After doing some more research on that topic, I solved this problem myself. All you have to do is to include the aj4-trinidad.jar, provided at the ajax4jsf website and everything works smoothly. Although I used the 1.0.6 you still need the 1.0.5-a4j-trinidad. This was a bit confusing as I

[jboss-user] [JBoss Seam] - NPE in ConversationEntry with exceptions

2007-02-28 Thread mariuszs
Seam 1.2.0, ICEFaces 1.5.3, JBoss 4.0.5 I have: exception class=javax.persistence.EntityNotFoundException | redirect view-id=/error.jspx | messageNot found/message | /redirect | /exception When exception happend I have error: Caused by:

[jboss-user] [JBoss Portal] - How to use portlet bridge for struts?

2007-02-28 Thread tsangcn
Hello, My application use struts framework. Now I am evaluating JBoss Portal 2.6 and want to put my application in a portlet. I have found that I need to use portlet brdige. But I have not found any information on how to use it. Can anyone provide information on where to find such

[jboss-user] [JBoss jBPM] - jBPM jPDL GPD 3.1.0 alpha3 released

2007-02-28 Thread [EMAIL PROTECTED]
Hi all, Yesterday, I released the jBPM jPDL GPD release 3.1.0 alpha3. The most relevant updates are decision node configuration and support for configuration of all action elements. You can download and try out the new release from our sourcefource download pages:

[jboss-user] [JBoss jBPM] - Re: jpdl-3.2.Beta2: how to access variable from task form in

2007-02-28 Thread avbentem
Attribute 'expression' not taken from Condition element http://jira.jboss.com/jira/browse/JBPM-853 Condition in transition not retrieved from database JBPM_TRANSITIONS#DECISION_ http://jira.jboss.org/jira/browse/JBPM-854 View the original post :

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-28 Thread kot.filemon
kukeltje wrote : I do not see anything in the logging about the originator swimlane.. heck not even anything about the task in this start state (you could notice this to) | | Two things: | - there is a whitespace between swimlane and = (swimlane =originator instead of

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-28 Thread h.cahyadi
Thanks for all your answer and help, I have trial and error some posibilities to solve this problem, i.e : play with pages.xml and faces-config.xml and also web.xml, but still can't fix this problem, finally I try to upgrade to myfaces 1.1.5 and this can solved my problem partialy, I mean that

[jboss-user] [Clustering/JBoss] - Resource not available error when one of the server nodes is

2007-02-28 Thread ragini
Hi, I have configured jboss[4.0.2] clustering between 2 nodes node1 and node2. I am using sticky session and apache server2.2 is installed and is configured for load balancing. Due to sticky sessions the request are handled by only one node at a time. So when ever the node serving request is

[jboss-user] [JBoss AOP] - Re: change interceptor chain sequence ?

2007-02-28 Thread waffels
ok, thanks for the answer ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023550#4023550 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023550 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-28 Thread h.cahyadi
petemuir wrote: anonymous wrote : The Seam Application Framework. (btw upgrade to a newer version) I have upgrade to seam 1.1.5 GA and also read the documentation about the The Seam Application Framework, but if we use that method to do paging, is there any method to display the status of

[jboss-user] [JBoss Seam] - Conversation problem

2007-02-28 Thread artur.chyzy
Hello. I have problems with Seam coversations (at least i think it's about conversations). I have something like this: 1. I enter the edit page which start long conversation (@Begin) 2. I choose another link (button) to show list of dependecy objects for edited object - edited object is

[jboss-user] [Messaging, JMS JBossMQ] - Re: EJB3 Cluster application JMS Error-JBoss 4.0.5GATrailBla

2007-02-28 Thread visolvejboss
Hello, I guess the problem is in the username and password. Give the right username and password and try again. Let the jbossmq security domain configuration as such as in default. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023554#4023554 Reply to the

[jboss-user] [Installation, Configuration Deployment] - Where are Shared Library?

2007-02-28 Thread sunrise78
Hi, i have more web application (war) with same library. Is there a directory where i can put these shared library? Sorry for bad english :-) Best Regards Alex[/img] View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023555#4023555 Reply to the post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: EJB3 Cluster application JMS Error-JBoss 4.0.5GATrailBla

2007-02-28 Thread mp123
Hello visolvejboss, You are right!! Thank you. The problem is in the password. Now, everything works fine. Thanks a lot for your immediate reply. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023556#4023556 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-28 Thread [EMAIL PROTECTED]
It deserves a long answer, i will write a Wiki page about How to contribute (or update it if there is any) then post the link here. (if i forget feel free to push me ;) ) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023557#4023557 Reply to the post :

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-28 Thread eknathkadam
alesj wrote : Can you look if KernelControllerContextAware interface is present with v1.0? Yes, it is present with v1.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023560#4023560 Reply to the post :

[jboss-user] [Performance Tuning] - Re: growableArray.cpp. Out of swap space?

2007-02-28 Thread mdpatil
hi peter, our application is real time application(core banking application) ,so can't say how many object are at run time, after few minutes(45m) jboss trimented. . if you know then tell me how to see run time objects in heap. if any Monitor tool for jboss?? thanks, MD View the original

[jboss-user] [Installation, Configuration Deployment] - Re: Where are Shared Library?

2007-02-28 Thread visolvejboss
Hello, Put all your application library files in the lib directory under the path JBOSS_HOME/server/YourServerConfigurationName Where, YourServerConfigurationName is the one server configuration in which you are going to deploy your application. For eg: default, all, etc., View the

[jboss-user] [JBoss Portal] - Re: No portlet display

2007-02-28 Thread [EMAIL PROTECTED]
Sorry i've never experience that neither in production or testing. What you can try to do it to have the portlet shown on errors, it would help you find out what's wrong. To do so: See section 6.2.2 http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/xmldescriptors.html#descriptor_debug

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-28 Thread alesj
Ok, I had some idea, but it is far uglier than the one with exporter. Never mind about KCCA in v1.0. Try with exporter. Or what's the problem updating MC to v2.0(beta)? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023564#4023564 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-28 Thread ccurban
I think you are simply missing some @In tags here. Actually you are just outjecting the page data to the conversation, but you don't use them for calculating the values for the next page. Therefore you use the data in the session-scoped SFSB for calculation. View the original post :

[jboss-user] [JCA/JBoss] - Usage of LastResource Inteface leads to warning

2007-02-28 Thread ypsilon
Hello. Since I am kind of new to JTA and I have to implement it a at a fairly vital part (payment) of our system I'd like to ask you if I should pay more attention to the following warning Prepare called on a local tx. Use of local transactions on a jta transaction with more than one branch

[jboss-user] [JBoss Seam] - Getting the FacesContext

2007-02-28 Thread bluetrade
Hi, how do I get the current FacesContext inside a stateful component? I thought it might be using the @Resource annotation but that didn't seem to work. Thanks, Joey View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023568#4023568 Reply to the post :

[jboss-user] [JBoss Seam] - Navigating through results pages problem

2007-02-28 Thread idylle
Hi, I'm using the Hibernate Tools Code Generation to generate a seam application. It's working fine but I've got a problem when navigating through the results of a research. My case is : In the Find page, I fill in criterias, then click on Find. I get several answers and the button next page

[jboss-user] [JBoss Seam] - Re: Multiple Window/Tabs isolated conversations

2007-02-28 Thread h.cahyadi
ccurban, I have tried to add @In annotations, but when I test it using multiple tabs in firefox I still getting that the stated is not isolated between the tabs, but in internet explorer I try to open two windows and that works fine, I don't sometimes I get stressed with this browser different

[jboss-user] [JBoss Seam] - Re: Conversation problem

2007-02-28 Thread artur.chyzy
Ok i made it work. The problem was that i defined flow (outcomes) in pages.xml It was simple navigation with rule - not some fancy tricks around it. When i moved navigation to faces-config.xml (actually in other standard config file for JSF definded in web.xml) everything works like a charm.

[jboss-user] [JBoss Portal] - Re: How to use portlet bridge for struts?

2007-02-28 Thread rabbuhl
Look at the struts bridge documentation from Apache. http://portals.apache.org/bridges/multiproject/portals-bridges-struts/index.html Download the struts bridge demo from JBoss called struts-demo-for-jboss-portal.zip. It does not work correctly with JBoss Portal. I have detailed the changes

[jboss-user] [JNDI/Naming/Network] - Re: Connectiong Problem to RemoteBean

2007-02-28 Thread ahachmann
I finally found a solution here: http://www.jboss.com/index.html?module=bbop=viewtopict=83258 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023574#4023574 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023574

[jboss-user] [JBoss Seam] - conversationStack empty?

2007-02-28 Thread schmatz
Hello all, I use Seam 1.1.6 and the Breadcrumbs example of the docu doesn't work for me. I've put the following on my page: t:dataList value=#{conversationStack} var=entry | h:outputText value= | / | h:commandLink value=#{entry.description} action=#{entry.select}/ | /t:dataList

[jboss-user] [JBoss Portal] - Re: How to use portlet bridge for struts?

2007-02-28 Thread [EMAIL PROTECTED]
It has been removed from PortletSwap obviously (probablt because it didn't work anymore). The link is here: http://anonsvn.jboss.org/repos/portletswap/portlets/bundles/spring-portlet-sample.zip If you happen to fix it, please send it to Roy View the original post :

[jboss-user] [JBoss Portal] - How to store username/password in the session in login.jsp

2007-02-28 Thread rabbuhl
This wiki page briefly describes how to store the username/password in the session using several intermediate servlets. http://wiki.jboss.org/wiki/Wiki.jsp?page=PortletLogin I just want the user to login and to store their username/password in the session so I can get this information later in

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
Yesterday afternoon (Europe) someone pointed out Seam to me, and as 1.1.7.RCx was up and running in minutes I actually enjoyed it for a few hours too ;-) Thanks for the new 1.2! Is there any reason to stick with jems-installer-1.2.0.BETA.jar as indicated on

[jboss-user] [Installation, Configuration Deployment] - JBoss 5beta1, JSF1.2 and Netbeans Visual Web Pack

2007-02-28 Thread h0ppy
Hi, I'm trying to get a net beans visual web pack created project to deploy in Jboss 5 beta 1. Initially Jboss complained that the generated managed-beans.xml was not well formed, but I couldn't see anything wrong with it according the the JSF1.2 schema: | ?xml version=1.0 encoding=UTF-8?

[jboss-user] [JBoss Seam] - Re: Running the booking example on JBoss with the JSF 1.2 RI

2007-02-28 Thread h0ppy
Hi Stan, I've started a new thread with my issues with JBoss 5 beta 1 and JSF1.2 here: http://www.jboss.com/index.html?module=bbop=viewtopicp=4023580#4023580 I hope you can help. Thanks in advance, Jason View the original post :

[jboss-user] [JBoss AOP] - how can I view scoped aop's deployment information?

2007-02-28 Thread peixubin
I can view Non-scoped aop's deployment information by web-console. but,how can I view scoped aop's deployment information? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023582#4023582 Reply to the post :

[jboss-user] [JBoss AOP] - Re: how can I view scoped aop's deployment information?

2007-02-28 Thread [EMAIL PROTECTED]
This is not currently possible and is something we will aim to do for AOP 2.0 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023584#4023584 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023584

[jboss-user] [JNDI/Naming/Network] - Accessing EJB through HTTPS Invoker

2007-02-28 Thread eeldor
Hi, I'm trying to access ejb3 beans through RMI over HTTP using jboss4 app server. these are the configurations I did: 1) I've configured my jndi.properties with the following: java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-28 Thread [EMAIL PROTECTED]
Ok, here it is: http://www.jboss.com/wiki/Edit.jsp?page=PortalContributing Thanks ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023590#4023590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023590

[jboss-user] [JNDI/Naming/Network] - using HTTPS over RMI in jboss4

2007-02-28 Thread eeldor
Hi, do you know if in jboss4 and EJB3 you can set RMI over HTTPS? I knopw it's possible to set JNDI over HTTPS and RMI over HTTP, but I dont know if it;s possible to configure RMI over HTTPS. in addition - what do you think about using rmi over ssl instead of configuring RMI over HTTP(s)? I've

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread mariuszs
I think you should use latest stable version (1.2.0.GA). Im using with success 1.2.0.GA + EJB 3.0 RC9 Patch 1. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023592#4023592 Reply to the post :

[jboss-user] [JBoss AOP] - Can aop-mc-int support MC's scope out of box?

2007-02-28 Thread bkeh12
Hi,kabir So can't call this code of below always,if you run on MC. |//This will be set by the AspectManagerService if running in JBoss |public static AOPScopedClassLoaderHelper scopedCLHelper; |public static synchronized AspectManager getTopLevelAspectManager() | Can update

[jboss-user] [JBoss Seam] - In attribute requires value for component: index.facesMessag

2007-02-28 Thread littlewing1112
Hello, i m trying to integrate the booking sample of SEAM 1.1.6GA with tomahawk. I followed this topic on the myfaces wiki in order to integrate tomahawk with facelets. I changed the JSF dataTables to the tomahawk datatables. Unfortunately, I always have the following error when the interceptor

[jboss-user] [JBoss Seam] - Re: conversationStack empty?

2007-02-28 Thread [EMAIL PROTECTED]
The cause for this is often that you don't have page descriptions in pages.xml. Once you add description text for conversational pages, they will show up in the conversation list/switcher. Without them, Seam doesn't know what to display. View the original post :

[jboss-user] [JBoss Seam] - Excel support in Seam: any interest?

2007-02-28 Thread mjek2
Hi all, after looking at Seam PDF integration I started to play with a similar approach to generate Excel reports (first attempts look good). I know, it's actually not on the Seam roadmap right now but if there is any interest out there, I think it should be possible to make it work similar to

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
Some more details: jems-installer-1.3.0.BETA.jar installs: - JBoss AS 4.0.5.GA - EJB3 1.0.0.CR9-jboss4 - JBoss WS 1.0.3.GA - JBoss Portal 2.4.0.GA The latest jems-installer-1.2.0.GA.jar gives one the same AS, but some slightly newer other components: - JBoss AS 4.0.5.GA - EJB3

[jboss-user] [JBoss Seam] - Re: Navigating through results pages problem

2007-02-28 Thread paradigmza
I am having the same problem with seam-gen code (The generate-entities function). I had the problem with seam 1.1.5 and it still exists in 1.2. My work around at the moment is to just restart JBoss...this problem pops up for me after I have deployed/seam restart your app a few times to jboss.

[jboss-user] [JBoss Portal] - Multiple CMSPortlet instances - how to extend /content...

2007-02-28 Thread [EMAIL PROTECTED]
This relates to the problem whereby you can only use CMS links in the default instance of CMSPortlet. If you try to use more instances of CMSPortlet (i.e. on new pages) then CMS links always fetch the page that has the default instance. This is a severe limitation of CMS. Could anyone shed

[jboss-user] [JBoss jBPM] - getting exceptions while goin from one task to other task

2007-02-28 Thread ramyasr
I am getting 1. javax.servlet.ServletException: Error calling action method of component with id taskform:transitionButton 2.javax.faces.webapp.FacesServlet.service exceptions, while going one task to another task. View the original post :

[jboss-user] [Clustering/JBoss] - Re: Clustering / Multicast routing

2007-02-28 Thread lludlow2
Bump for some attention :P View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023606#4023606 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023606 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Re: Reporting tool integration with jboss portal

2007-02-28 Thread rutfield
I have been using another Open Source Product for this: Pentaho BI Suite and have been very impressed. It is an integration of multiple reporting tools: Mondrian - Open Source OLAP Server JFreeReport - Open Source Reporting Kettle - Open Source Data Integration (E.T.T.L.) Pentaho -

[jboss-user] [JBoss Portal] - Re: Multiple CMSPortlet instances - how to extend /content..

2007-02-28 Thread [EMAIL PROTECTED]
This issue has already been fixed, in the 2.4 Branch and 2.6: Affects Version/s: 2.2 Final , 2.4 Final , 2.6.Alpha1 Fix Version/s: 2.6.Beta1 , 2.4.2 Final http://jira.jboss.com/jira/browse/JBPORTAL-538?page=all View the original post :

[jboss-user] [Security JAAS/JBoss] - client certificate authentication

2007-02-28 Thread karthik621
Am new to JBoss Security..Can anybody tell me how to configure and how client certificate authentication works exactly..?whats the significance of configuring Jboss Service.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023608#4023608 Reply to the post

[jboss-user] [JBoss Portal] - Re: Multiple CMSPortlet instances - how to extend /content..

2007-02-28 Thread [EMAIL PROTECTED]
Thanks for the quick response Tom. I'm actually using 2.6 Alpha 2. Anyway, there is only one place for setting TargetWindowRef (in the xml), so this is an o/s issue (design issue) ? or did I miss something ? View the original post :

[jboss-user] [JBoss Portal] - Re: Multiple CMSPortlet instances - how to extend /content..

2007-02-28 Thread [EMAIL PROTECTED]
Thomas, do you advise that I checkout the 2.6 Beta1 version from SVN ? Or should I just wait for you guys to announce when it becomes ready for download ? Thanks, Ian View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023615#4023615 Reply to the post :

[jboss-user] [Beginners Corner] - Is an application server the right tool?

2007-02-28 Thread ailes
I'm new to the world of JBoss and application servers and I'm trying to determine whether this type of software is a good match for my needs. Any feedback would be greatly appreciated. I'm looking for an environment that can host user-defined services and provide common support functionality

[jboss-user] [JBoss Portal] - Portlet + Grails = Not Working.

2007-02-28 Thread yesudeep
Greetings, We're currently using the Grails framework to develop our applications and we need to integrate a certain Grails web application with JBoss Portal. We're not sure about how to go about doing this. Can someone experienced in this area help out? I've tried following the basic advice

[jboss-user] [JBoss jBPM] - Re: Help getting all tasks for a user

2007-02-28 Thread bsmithjj
kukeltje - are you a committer on this project? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023619#4023619 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023619 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: Help getting all tasks for a user

2007-02-28 Thread bsmithjj
It looks like you are - I'll keep your response in mind when we're thinking about our which JBoss products we buy support for. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023620#4023620 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Multiple CMSPortlet instances - how to extend /content..

2007-02-28 Thread [EMAIL PROTECTED]
It will be in Beta1, (or you can get it in the actual SVN) Now when you click on a realtive link you should stay on the same page. (not redirected to TargetWindowRef). TargetWindowRef is just used for content you access through /content/ View the original post :

[jboss-user] [JCA/JBoss] - Re: Shared Jar files in RAR and WAR

2007-02-28 Thread [EMAIL PROTECTED]
anonymous wrote : | Due to some requirement restrictions, the web application and the connector are packaged seperately - they cannot be packaged into a single EAR . Also these components needs to be self-contained, ie all the dependent JAR files need to be packaged inside these components

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-28 Thread eknathkadam
Thanks for the response. Eventually we would start using v2.0, but that also means Jboss5, for which we will have to wait for sometime untill GA is out. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023624#4023624 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Help getting all tasks for a user

2007-02-28 Thread kukeltje
Please enlighten me what the relation to buying support is. And yes, I am a committer but rarely do so. I mainly focus (voluntarily) on the forum and give feedback on the directions of developing features. That way the people more specialized in the internal workings of jBPM can focus on that

[jboss-user] [JBoss Portal] - Re: Portlet + Grails = Not Working.

2007-02-28 Thread [EMAIL PROTECTED]
While it has nothing to do with your stacktrace, are you sure that Grails support a portlet environement ? From this: http://jira.codehaus.org/browse/GRAILS-254 I would that it doesn't View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023625#4023625 Reply to

[jboss-user] [JCA/JBoss] - Re: Usage of LastResource Inteface leads to warning

2007-02-28 Thread [EMAIL PROTECTED]
You do not need to implement the LastResource. This is done for you by JBossJCA for ResourceAdapters that only support LocalTransaction (ie non XA). This is done to support enlistment LocalTransaction adapters within the scope of a global transaction (XA). To clarify, are you implementing a

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-02-28 Thread alesj
JBoss5_Beta2 is about to be released. MC features are quite polished there. Or maybe you can port MC v2.0 to replace v1.0 in JBoss4. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023628#4023628 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread fers
Hello, I have updated Seam + Maven integration to Seam 1.2.0 See http://software.softeu.cz/seam/ . Petr Ferschmann View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023629#4023629 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with getting process instance's creator

2007-02-28 Thread kukeltje
tips: just look at the testcases provided by jbpm. e.g. If you had tested if you were in the start task, you would have found out you never were. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023634#4023634 Reply to the post :

[jboss-user] [JBoss Seam] - Ajax problem

2007-02-28 Thread yoav200
Hello, i use ajax4jsf in my seam web application and i have a problem that i do not know if it's related to seam or Ajax4jsf (or maybe both) any way... every time i make an ajax request all of the DataModel methods are executed regardless of the ajax4jsf rerender property. this makes

[jboss-user] [JBoss Portal] - Navigation flow in a JBoss Portal

2007-02-28 Thread srinivasanj
Hai Please tell the Navigation flow in a JBoss Portal View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023636#4023636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023636 ___

[jboss-user] [JBoss Portal] - Re: Portlet + Grails = Not Working.

2007-02-28 Thread yesudeep
Hmm, I see. However, I am still trying to hack through and see whether I can get it to work. If it doesn't, this will become a big headache because I will have to rewrite the application... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023638#4023638 Reply

[jboss-user] [JBoss jBPM] - Re: unable to observe result of action handler on console

2007-02-28 Thread kukeltje
configure your log4j properly? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023639#4023639 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023639 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: Choosing JBPM?

2007-02-28 Thread kukeltje
Dario, I hope you've seen the abbreviation STFF a few times in this forum this question has been asked and answered over a thousand times View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023641#4023641 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem with getVariable of serializable Object value

2007-02-28 Thread leogamas
Hi Alex, Really, my class (TaskRef) are in two different places, in the jboss lib directory and in the classes directory of my webapp. So i solved the problem putting it in a unique place that both (jbpm and my webapp) can see. Thanks for the help!! Leonardo Gamas. View the original post :

[jboss-user] [JBoss Portal] - Re: Portlet + Grails = Not Working.

2007-02-28 Thread [EMAIL PROTECTED]
Well what class did you put as a portlet-class in portlet.xml ? It has to bridge your Grails app to a portlet. BTW: It looks like you are embedding a JBoss log jar in your webapp, you should remove it from your war View the original post :

[jboss-user] [JBoss Seam] - JBoss Seam + SunRI

2007-02-28 Thread lara
Hi I am using JBoss-4.0.5.GA Application server with JSF-1.2 SunRI implementation and jboss-seam-1.1.6.GA. I was testing a small application that was working perfectly while using myfaces but when I replaced myfaces with SunRI, I had the following error on the server and accessing my pages is

[jboss-user] [JBoss Seam] - What TBD means?

2007-02-28 Thread h.cahyadi
I read the API documentation about org.jboss.seam.core.FacesMessages class and found this description anonymous wrote : | A Seam component that TBD. | my question is, what TBD means? Thanx and Regards, -haric- View the original post :

[jboss-user] [JBoss jBPM] - Re: Help getting all tasks for a user

2007-02-28 Thread estaub
Ronald, Brad thought you were being less than helpful, and was indicating that if that was a sample of what paid support would be like, he didn't think it would be worth the money. At least that's how I interpreted it. Brad, I'm puzzled... how are JbpmContext.getTaskList and

[jboss-user] [JBoss AOP] - Re: Unable to resolve pointcut reference

2007-02-28 Thread peixubin
When I am running jboss-aop-1.5.3.GA/examples/annotated-injboss and run ant deploy-ear-aop ,jboss 4.0.4 or 4.0.5 write these following messages too. | 21:24:44,756 ERROR [STDERR] [warn] AOP Instrumentor failed to transform $Proxy58 | 21:24:44,756 ERROR [STDERR]

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread avbentem
fers wrote : I have updated Seam + Maven integration to Seam 1.2.0 | See http://software.softeu.cz/seam/ Minor detail: the first bullet on the above URL states: anonymous wrote : - Provide all jboss-seam jars and poms for download (DO Is something missing after the (DO, or is the (DO is some

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Shared session context

2007-02-28 Thread dkrleza
Huh, sorry, this is not what I wanted. This wiki shows how to share security context. You have misunderstood me. What I wanted, is to share session context between WEB modules within same EAR. This means, one WEB module creates HttpSession, all the other WEB modules within EAR can see and use

[jboss-user] [JBoss Seam] - Re: What TBD means?

2007-02-28 Thread [EMAIL PROTECTED]
To Be Defined View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023654#4023654 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023654 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Back Button Problem

2007-02-28 Thread h.cahyadi
I found something different in the log, when we success to do back button the log is like this : | 15:51:23,734 362563 DEBUG [org.jboss.seam.jsf.SeamPortletPhaseListener] before phase: RENDER_RESPONSE(6) | 15:51:23,734 362563 DEBUG [org.jboss.seam.util.Naming] JNDI InitialContext

[jboss-user] [JBoss Portal] - Re: Multiple CMSPortlet instances - how to extend /content..

2007-02-28 Thread [EMAIL PROTECTED]
Excellent. 2 questions: - What's the SVN address ? - I only saw 2.6-SNAPSHOT - When you say relative link, are you now saying we don't use /content/... - what would a link to another content item look like now ? Many thanks for you help. Much appreciated. Thanks Ian View the original post

[jboss-user] [Clustering/JBoss] - Re: Resource Not Available during shutdown

2007-02-28 Thread alanmoor
Hi Ragini, I am sorry, but we were not able to overcome this. So as not to waste a lot of time on it (time = money), we decided to just kill the JBoss process as opposed to allowing a graceful shutdown. This had the desired effect. There is, of course, some risk in this approach, but we

[jboss-user] [JCA/JBoss] - Re: Usage of LastResource Inteface leads to warning

2007-02-28 Thread ypsilon
Hi. first of all thanks for your reply! [EMAIL PROTECTED] wrote : To clarify, are you implementing a ResourceAdapter? It sounds like you are doing far too much in your code as JCA takes care of most of this for you. | Actually no: I do not implement a ResourceAdapter. I implement an

[jboss-user] [Installation, Configuration Deployment] - Error while shutting down - Exception in thread

2007-02-28 Thread Vira
Hi everybody! I use jboss-4.0.4.GA under Fedora 5. Firstly I run jboss using run.sh script and all was OK. I was able to start, stop and etc server. Then I decided to run jboss as service and place file jboss_init_redhat.sh in /etc/init.d directory. Surely I changed this file and rename it to

[jboss-user] [JBoss Portal] - Re: Non-coding contributions?

2007-02-28 Thread Oberiko
Thanks Thomas. Could you include an address or link as to where I should post / send anything I draft up? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023660#4023660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023660

[jboss-user] [JBoss Seam] - Re: Seam 1.2 released

2007-02-28 Thread fers
To avbentem: thank you. I was marking which parts were finished (DONE). But now all parts are at least partly implemented, so I have now page with issues (http://software.softeu.cz/seam/issues.html). Petr View the original post :

  1   2   3   4   >