[jboss-user] [JBoss Portal] - Re: How to do webclipping of any page using Portletbridge po

2007-05-09 Thread ritesh_sanjay
Hi, I got an idea from net and change the XSLT to achieve the web clipping. As I told in my previous mail that I have donloaded PortletBridge from Portletswap website, but only .war file is there.They haven't provided the source code. Can anybody provide me link from where I can download

[jboss-user] [Installation, Configuration Deployment] - Where can I find JBoss AS 4.2.0 GA?

2007-05-09 Thread kinglian
From the original roadmap before May,we can see that the JBoss AS 4.2.0 GA will be released at 7,May.But now it is gone and we also can not find that in the download list! It there any thing wrong with JBoss 4.2.0 GA?You guys changed the roadmap and JBoss 4.2.0 is out of the roadmap? Can

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-09 Thread robnor
Hmm.. no replies :-) I suppose that this could be a bug in jboss as aop implementation that does not trigger interceptor as it should. It could also be that treecache bug where the pointcut definition is not correct. Then of course it could be me that has used treecache in the wrong way...

[jboss-user] [EJB 3.0] - FetchType.EAGER as default

2007-05-09 Thread bdevis
Hi to all, i'm new here and with ejb3. I'm using jboss4.2 with ejb3, i wish to understand if it's possibile change FetchType.LAZY (default) with FetchType.EAGER. I have not use in my collection tag/annotation FetchType.LAZY then i wish to understand if i can change this default FetchType. Sorry

[jboss-user] [JBoss jBPM] - Redirect, Pageflow, jPDL, manually node reposition

2007-05-09 Thread kooudy
Hello, when I manually redirect to another view, then I see new view but the pageflow stays on previous node. Previous node doesn't have defined transitions like new displayed page, so transitions doesn't work. Should I reposition Pageflow manually or it should do component Redirect (bug). Am

[jboss-user] [JBoss Messaging] - Re: AccessControlException

2007-05-09 Thread genman
Looks like something related to your Log4J configuration accessing a socket via the Syslog appender. Perhaps you can remove this appender from your log4j configuration? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044169#4044169 Reply to the post :

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-09 Thread genman
I didn't really dig into your specific issue, but I do have some general advice. Regarding persistence, there are some bundled configurations that use cache loaders. You can try to use these as a sanity check. These configurations are unit tested and should work. Check out the unit tests for

[jboss-user] [EJB 3.0] - using jboss 4.05 Apache Tomcat and EJB3

2007-05-09 Thread sashaxiv
In the past i had an application in EJB 2 with apache redirection petitions to tomcat or jboss3.2 according the url In my new project i migrated the application to EJB3 but now jboss 4.05 starts and deploys the model but when i run the application the view works fine, but the model don´t

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-09 Thread superfilin
JIRA issue created: http://jira.jboss.com/jira/browse/JBPORTAL-1392 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044172#4044172 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044172

[jboss-user] [JBoss Seam] - Re: CRUD screen

2007-05-09 Thread damianharvey
As the input fields in the input form are based on the objectHome (EntityHome) they will be populated when the page reloads when you click on the edit link in the dataTable. This is done via the 2way param from the page.xml. So if you input form has inputs like: | h:inputText id=name

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-09 Thread superfilin
Hello, Chris! And what about HTTP GET support? Currently the only way we can submit data from JBoss consumed portlet to a producer is using a from. Correctly encoded links with parameters do not work. What are the plans to support that? Best regards, Andrey View the original post :

[jboss-user] [JBoss jBPM] - Re: use of partnerlinks in bpel process gives javax.servlet.

2007-05-09 Thread be082032
After days of looking at this problem, i found the solution: I mentioned 2 roles in the partner link, andyou should only mention the partner role. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044175#4044175 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Redirect, Pageflow, jPDL, manually node reposition

2007-05-09 Thread kukeltje
You should ask this in the seam forum (although it is jbpm related) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044176#4044176 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044176

[jboss-user] [Microcontainer] - Re: MC Pojo - Equivalent for MBeanRegistration ?

2007-05-09 Thread alesj
In MC 2.0 you can use the [State]KernelControllerContactAware callback interface. And get the name of the passed KernelControllerContext. I'm not sure what is there for v1.0.2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044177#4044177 Reply to the post :

[jboss-user] [JBossCache] - Re: ExpirationAlgorithm (2.0.0.CR1) doesn't work with expiry

2007-05-09 Thread genman
Jamie, I wrote the code you're having issues with. This is definitely a bug. http://jira.jboss.com/jira/browse/JBCACHE-1051 If you have an elegant solution (patch) it would be appreciated. This will definitely get fixed in the next release, however, elegant or not. View the original post :

[jboss-user] [JBossCache] - Re: ExpirationAlgorithm (2.0.0.CR1) doesn't work with expiry

2007-05-09 Thread genman
The most elegant solution I could come up with is to never delete the ExpirationEntry, but double-check the node's current expiration value before eviction. The solution looks like this: | Index: src/org/jboss/cache/eviction/ExpirationAlgorithm.java |

[jboss-user] [JBoss Tools (users)] - Re: Eclipse Pageflow Designer for Seam

2007-05-09 Thread nctrax
Ok, it will be without the editor. The generation of image of the editor is a great idea (may be PNG instead of JPG ?). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044184#4044184 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Scoping using Seam App Framework

2007-05-09 Thread petemuir
Huh? What problem are you trying to solve? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044185#4044185 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044185 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: how list processes?

2007-05-09 Thread cahimoped
Too much code to read I would say. jBPM is really poorly documented and NO : code isn't documentation! Yesterday I spend the day making some scenario to work. I would have spend only half an hour if there was some good documentation and less code reading. I'm currently trying to find a good

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-09 Thread [EMAIL PROTECTED]
JSR 168 disallow form GET support and currently JBoss Portal could not support it because we encode parameters in the URL. Why do you need that feature ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044187#4044187 Reply to the post :

[jboss-user] [JBoss Seam] - Re: framework:entity-query class attribute

2007-05-09 Thread petemuir
Just extend it and use the @Name attribute (just like an EntityHome) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044188#4044188 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044188

[jboss-user] [JBoss Seam] - Re: Scoping using Seam App Framework

2007-05-09 Thread pdhaigh
If I use default scoped components then when I submit the form and validation fails, it loses all values on the object (presumably because the object itself falls out of scope) If I use page scoped components then the above is solved (since validation occurs on the same page), and I can add an

[jboss-user] [JBoss Seam] - Re: Problems with convertEntity in seam cvs

2007-05-09 Thread petemuir
Where is groupSelect.selected coming from (code) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044190#4044190 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044190 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Scoping using Seam App Framework

2007-05-09 Thread petemuir
Ah, I see. You want a long running conversation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044191#4044191 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044191 ___ jboss-user

[jboss-user] [JBoss Seam] - Redirect, Pageflow, jPDL, manually node reposition

2007-05-09 Thread kooudy
Hello, when I manually redirect to another view, then I see new view but the pageflow stays on previous node. Previous node doesn't have defined transitions like new displayed page, so transitions doesn't work. Should I reposition Pageflow manually or it should do component Redirect (bug). Am

[jboss-user] [JBoss jBPM] - Re: Redirect, Pageflow, jPDL, manually node reposition

2007-05-09 Thread kooudy
ok thanks :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044193#4044193 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044193 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Problem with Deploying

2007-05-09 Thread [EMAIL PROTECTED]
Hello I tried to search the internet for my problem but couldn't find anything. We have JBOSS 4.0.5 and had Lomboz Eclipse 3.1. We upgradet to Eclipse SDK 3.2. Now when i try to start the Server in Eclipse he cannot find all jar's for the EAR's. I use the same workspace as with the old

[jboss-user] [JBossCache] - Re: TreeCache CacheLoader Issue

2007-05-09 Thread robnor
I used fisheeye recommended-config.xml and modified it for my purposes. I have checked out alternative configurations with evictionrules etc, but they still does not trigger the store interceptor, thus leaving the persistant state and the in-memory state inconsistent with eachother. I am

[jboss-user] [JBoss and NetBeans] - Re: Server registration

2007-05-09 Thread pjiricka
If you are using NetBeans 5.5, be aware that it does not work with JBoss 4.0.5. Please use NetBeans 5.5.1 RC for working with JBoss 4.0.5. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044197#4044197 Reply to the post :

[jboss-user] [JBoss Seam] - Clob net getting integrated with Seam

2007-05-09 Thread anm_seam
HI I am trying to make a field of Clob type in my Entity bean But it is always giving me exception that field must be of Varchar2 type View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044199#4044199 Reply to the post :

[jboss-user] [EJB/JBoss] - Jboss Classloader isolation not working

2007-05-09 Thread venkaiahp
I am using EJB2.1 Jboss4.0.2 and Xfire for webservices 1. I set the below things for Jboss class loader isolation in JBOSS_HOME\server\default\deploy ear-deployer xml file ltattribute name=Isolated true ltattribute name=CallByValue true and in jboss-service.xml with below ltattribute

[jboss-user] [JBoss jBPM] - Re: how list processes?

2007-05-09 Thread kukeltje
The code of the core is partly documentation, but the testcases are great documentation. Realy simple isolated examples of how to use the api and great in combination with the javadocs. I've worked with several engine and the testcases of jBPM helped me more than thick fat pdf documents of

[jboss-user] [JBoss jBPM] - Re: allow swimlanes to perform assignment at each reference?

2007-05-09 Thread kukeltje
No, nothing at hand afaik. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044203#4044203 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044203 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: problem using jbpm with tomcat 5.5 and mysql 5.0

2007-05-09 Thread mputz
but encountered some problem. what kind of problems? any actual errors you can share with us? 5. copied all the jars from jbpm-jpdl-3.2.GA\lib\*.jar to my $CATALINA_HOME\webapps\jbpm-console\WEB-INF\lib that might not be all needed. I'd recommend to start off by executing ant

[jboss-user] [JBoss Portal] - Re: Order in NavigationPortlet

2007-05-09 Thread franco12
seidler2547 wrote : Hi, | | we used a custom property called height, similar to the height within Windows and then wrote our own NavigationPortlet which reads it from the PortalObjectContainer. Quite quick to implement, if you have a little experience. | | Stefan Hi, could you

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.4.2 CR1 Release

2007-05-09 Thread franco12
Antoine_h wrote : Thanks for this ! | The choice between 2.4.2 CR1 and 2.6Beta 1 is difficult. | | The roadmap, on the wiki, does not say any date. | | Could we have some date for 2.6 Beta 2 and 2.6 Release ? | and for 2.4.2 Release ? | | To know how to organise the upgrades in

[jboss-user] [JBoss Seam] - @In required session timeout, IdleRemover Exceptions and T

2007-05-09 Thread saimonsez
Hi all, I'm new to SEAM and so far it's realy impressive. JSF Hibernate without the difficulties about lazy loading that made me crazy! Anyway, I'm having a hard time to learn SEAM and I could need some help. The app I'm working on is relatively simple; a login mask, some crud combined with

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread petemuir
That page looks horrendously out of date for Seam 1.2. Best to follow chapter 2 of the ref doc and use seam-gen. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044214#4044214 Reply to the post :

[jboss-user] [JBoss jBPM] - Problem in adding Action class

2007-05-09 Thread naseem.k
Hi, I am facing problem in executing a custom action class in jbpm 3.1 Process is something like this... start---state1--end1 Now at state1, I have a action class at the time of node-enter. state name=state1 | event type=node-enter | action name=action1

[jboss-user] [JBoss Seam] - Problem with the Controller

2007-05-09 Thread sandytech
Hi All, In my application before the first page is displayed i need to check whether that page is to be displayed or not.For this i'm using a servlet in which i'll check some conditions and then forward to the corresponding page.While forwarding i'm using RequestDispatcher object.If the

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread saimonsez
Hi obviously, el-api.jar is missing. It's located in the lib/ folder of your SEAM distribution. Make sure the jar file gets deployed by ant (build.xml). el-api.jar and all the other libs have to be in the WEB-INF/lib/ directory at deploy time. Simon View the original post :

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread petemuir
no, for Seam 1.2, el-api.jar and el-ri.jar should be in the ear and referenced off the application.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044219#4044219 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044219

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread sandytech
I copied all the jars from Seam lib to my working lib folder. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044220#4044220 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044220

[jboss-user] [JBoss Seam] - Re: Problem with the Controller

2007-05-09 Thread petemuir
I would suggest doing a redirect, not a forward. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044221#4044221 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044221 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Message receiver connot reconnect after the messaging se

2007-05-09 Thread timfox
This is a remoting bug that was fixed in 2.2.0.sp2. It will be available as part of 1.2.0.sp2. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044222#4044222 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044222

[jboss-user] [JBoss Messaging] - Re: Message receiver connot reconnect after the messaging se

2007-05-09 Thread timfox
http://jira.jboss.com/jira/browse/JBREM-732 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044223#4044223 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044223 ___ jboss-user

[jboss-user] [JCA/JBoss] - Re: Force Oracle to Rollback _after_ prepare phase?

2007-05-09 Thread ypsilon
Hi Weston. [EMAIL PROTECTED] wrote : This is a heuristic. | | Technically once a resource agrees in the prepare phase, the commit must occur. Is the offensive resource throwing an Exception in your case? This should force the rollback of the other participant. When you say 'does not

[jboss-user] [JBoss Seam] - Problem with Seam in Eclipse

2007-05-09 Thread sandytech
Hi All, I followed the below link to start a seam application in Eclipse. http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamEclipseHowto.I've done as it is given but when i'm deploying the application its showing an error like 15:09:27,203 ERROR [MainDeployer] Could not initialise deployment:

[jboss-user] [JBoss Seam] - Error about ListDataModel?

2007-05-09 Thread jasonqzy
In the message example,I add some code in MessageManager.java?MessageManagerBean.java and message.jsp like following. MessageManager.java | //$Id: MessageManager.java,v 1.2 2006/05/23 05:30:24 gavin Exp $ | package org.jboss.seam.example.messages; | | import javax.ejb.Local; | |

[jboss-user] [JBoss Seam] - Using pooled-actors in jPdl

2007-05-09 Thread vedavyas
Hi all, I am trying to assign a task to a group of users based on their roles using the assignment pooled-actors=.../ statement in the process definition file. this is the code snippet. task name=for-approval description=creation request | assignment pooled-actors=P1lead,P2lead/ |

[jboss-user] [JBoss Seam] - Re: Error about ListDataModel?

2007-05-09 Thread jasonqzy
jasonqzy wrote : In the message example,I modify MessageManager.java MessageManagerBean.java message.jsp like following. | | | MessageManager.java | | | //$Id: MessageManager.java,v 1.2 2006/05/23 05:30:24 gavin Exp $ | | package org.jboss.seam.example.messages; | | |

[jboss-user] [JBoss Seam] - use of facesMessages in factory methods

2007-05-09 Thread koenhandekyn
I'm adding messages to FacesMessages from within a factory method (@Factory) The issue is that the messages appear only at the next browser request. i tried both to bind facesmessages with injection and using FacesMessages.instance(). View the original post :

[jboss-user] [JBoss Seam] - Re: Using pooled-actors in jPdl

2007-05-09 Thread petemuir
This is groupActorIds: actor.getGroupActorIds.add(fooGroup) task name=for-approval description=creation request | assignment pooled-actors=fooGroup/ | /task View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044230#4044230 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem using jbpm with tomcat 5.5 and mysql 5.0

2007-05-09 Thread [EMAIL PROTECTED]
I also have an issue with the configuration. Apparently according to the catalina logs, the datasource for the jdbc connection is undefined/missing. | SEVERE: exception in job executor thread. waiting 256 milliseconds | org.hibernate.HibernateException: Could not find datasource |

[jboss-user] [JBoss Seam] - Re: use of facesMessages in factory methods

2007-05-09 Thread petemuir
Yes, this is expected. Once your factory method is called the render has already started. Seam enqueues the message until the next render. Probably adding the messages directly to the faces context should work. View the original post :

[jboss-user] [JBoss Seam] - Error about ListDataModel in the message example!

2007-05-09 Thread jasonqzy
In the message example,I modify the MessageManager.java MessageManagerBean.java message.jsp.When I delete the last message,it throws exception.But it's normal where I delete other messages. MessageManager.java | //$Id: MessageManager.java,v 1.2 2006/05/23 05:30:24 gavin Exp $ | package

[jboss-user] [JBoss Seam] - Re: Error about ListDataModel in the message example!

2007-05-09 Thread petemuir
You've now posted this message three times in half an hour. Please stop. Here is the cause Caused by: java.lang.IllegalArgumentException: row is unavailable View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044235#4044235 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: problem using jbpm with tomcat 5.5 and mysql 5.0

2007-05-09 Thread mputz
@Anders, apparently you have a configuration where the server is trying to establish a connection to the db defined by the 'jbpmDS' datasource. This only works inside JBoss, but not if you are deploying to a standalone Tomcat instance. In hibernate.cfg.xml, delete this property

[jboss-user] [JBoss jBPM] - Re: Problem in adding Action class

2007-05-09 Thread kukeltje
how do you know it is not executed? Isn't your system.out going somewhere else? What happens if you rename the execute method to execute1? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044238#4044238 Reply to the post :

[jboss-user] [Beginners Corner] - Re: mbean inside war archive

2007-05-09 Thread vitor_b
Hello Place your jboss-service.xml file inside sar archive. So you will have two archives. Now you only need to create ear archive containing war and sar archives. vitor_b View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044239#4044239 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Error about ListDataModel in the message example!

2007-05-09 Thread jasonqzy
Sorry, this is my mistake.I just want to modify the message body,but it can not! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044240#4044240 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044240

[jboss-user] [Beginners Corner] - jboss mailing service

2007-05-09 Thread witsunny
Hi I am new to JBoss . I want to use Jboss to provide mailing functionality in my application. But i dont know where to look for it . If any one can guide me to right direction ,that will be a great help . thanks -Sunny jain View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss WSRP consumer and file uploads

2007-05-09 Thread superfilin
Hello, Julien! anonymous wrote : Why do you need that feature ? The question is not about what method to use to submit the form. It is fine that all forms are using POST method. But sometimes it is needed to create a link to change portlet state instead of a form. I assume when you press the

[jboss-user] [JBoss Portal] - Re: How to include Javascript source file in portal

2007-05-09 Thread sirishy
Hi You have to give the entire path. For example, within the tag mention where abcportal is your application name. Hope this may help you. regards, sirishy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044243#4044243 Reply to the post :

[jboss-user] [JBoss Seam] - Re: framework:entity-query class attribute

2007-05-09 Thread fernando_jmt
Thanks Pete, for your suggestion, nevertheless that was something I did previously. To be specific, in the extended EntityQuery I added some generic (for all lists) methods like the total pages and the current page (among others). These changes should be used for all entity-queries in my app.

[jboss-user] [JBoss Portal] - Re: How to include Javascript source file in portal

2007-05-09 Thread sirishy
Within the script tag mention as shown below src=/abcportal/js/dojo/dojo.js regards, sirishy View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044245#4044245 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044245

[jboss-user] [JBoss Seam] - Re: Using pooled-actors in jPdl

2007-05-09 Thread vedavyas
Thanks for the reply. But i have done the same thing. It is not working. Is that all Authenticator class shoud have w.r.t groupActorIds? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044246#4044246 Reply to the post :

[jboss-user] [JBoss Seam] - Seam Hibernate Q

2007-05-09 Thread [EMAIL PROTECTED]
Background After a lot of poking around with log4j I can now see the hibernate debug comments (as the exceptions are telling me very little other than Advert was invalid!) After trapping the validation failure exception in Eclipse and looking at the message (as it really wasnt being put out by

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread sandytech
I'm using Seam 1.1.6GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044248#4044248 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044248 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - Re: GPD 3.0.9 Freezes Upon Opening Sample Process

2007-05-09 Thread cfrasci
ok, guys this problem is really getting annoying me! I did a *clean* installation: - Eclipse 3.2.2, running on JRE 1.5.0_11 - gpd 3.0.13 There no other plugins installed on my clean installation. I installed this gpd plugin as told in the readme.html file. Result: is still freezes! Here is my

[jboss-user] [JBoss Seam] - Re: Using pooled-actors in jPdl

2007-05-09 Thread petemuir
Post what you have for adding an actor to a group and the jpdl View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044251#4044251 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044251

[jboss-user] [JBossWS] - Server redirected too many times (20)

2007-05-09 Thread tremalnaik
Hi, I'm developing a JAX-RPC service to let a remote application invoke a method on a server. I invoke the service on a secure (https) channel and verify user identity using JAAS authentication. Everything works fine, if the remote password matches, otherwise it looks that the client keeps on

[jboss-user] [JBoss Seam] - Re: framework:entity-query class attribute

2007-05-09 Thread petemuir
Ah, in that case: public abstract class MyEntityQuery extends EntityQuery { | |// Overridden/extra methods | } component name=fooQuery class=MyEntityQuery |property name=maxResults10/maxResults | component - you loose the namespace stuff in components.xml. You could always

[jboss-user] [JBoss Seam] - Re: Seam Hibernate Q

2007-05-09 Thread petemuir
You need to get managed references to the object - e.g. use entityManager.find() or entityManager.getReference(). Then add these manged references to what you want to persist. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044254#4044254 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Problem with Seam in Eclipse

2007-05-09 Thread petemuir
You should upgrade to 1.2.1.GA - 1.1.6.GA is old now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044255#4044255 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044255 ___

[jboss-user] [EJB 3.0] - Dependency injection on iterceptor failed after activation

2007-05-09 Thread szultan
Hi! In our project, we use an interceptor method with an ejb3 statefull session bean. It is implemented on separate class. The interceptor uses resources (datasource, ejb context) and uses dependecy injection to access resources. Everything goes fine until the container passivates the SFSB.

[jboss-user] [Installation, Configuration Deployment] - org.springframework.beans.factory.NoSuchBeanDefinitionExcept

2007-05-09 Thread dwarakanathan
Hi, I have deployed two war files app1 and app2. I have two jboss server configurations too. For app1 i have defined bean-1 in the application_context.xml inside war file of app1. For app2 i have defined bean-2 in the application_context.xml inside war file of app2. Whhile deployemnt there

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread -Arthur-
Ok, i decided to use EJB3 with Hibernate EntityManager. Thats a clean solution from scratch and not hard to understand. I have a Maven2 Project skelleton and wondering if the Maven2 Jetty6 plugin supports EJB3 when using JBoss Microcontainer? Its important to me, because the Jetty plugin

[jboss-user] [JBoss Portal] - Info about portlet communication

2007-05-09 Thread sirishy
Hi All, I'm using jbossportal 2.4 version. The scenario is like this: When I click on a button or link from portletA which is in a portal page say welcomepage , then the action result should update all portlets available in another portal page say homepage. I think it's possible with IPC. If

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

2007-05-09 Thread tekniklas
I also have this problem reproduced with jboss4.2CR2 with an app which works with suns app server. The attribute id is mandatory for the tag. index.jsp: | [EMAIL PROTECTED] contentType=text/html% | [EMAIL PROTECTED] pageEncoding=UTF-8% | [EMAIL PROTECTED]

[jboss-user] [JBoss Messaging] - Re: RediveryDelay implemented yet?

2007-05-09 Thread timfox
Cresny- If you post a code example that demontrates redelivery delay working on JBoss MQ, but not on JBM I will investigate. Best to open a JIRA task and post it against that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044268#4044268 Reply to the post :

[jboss-user] [JBoss AOP] - Integration products

2007-05-09 Thread lfhaddix
I am completely new to JBOSS and integration (EAI) software. My company has recently had a demo of TIBCO's Businessworks for transferring data between legacy applications. Can anyone point me to which product in JBOSS does the same thing? We need to use xsd's to map data from DB2 tables into a

[jboss-user] [Microcontainer] - MC - Automatically Available Services

2007-05-09 Thread nickman
Based on the examples in MC 1.0.2, there seem to be a number of automatically available beans. Or at least, this is how I interpret this code: inject bean=jboss.kernel:service=KernelController / What other beans are implicitly available for injection ? Am I understanding this correctly ?

[jboss-user] [EJB 3.0] - embeddedEJB lookup Problem

2007-05-09 Thread pKraemer
Hello, I'm using the EJB3 embedded Version with Tomcat 5.5.23 My deployed Project has a structure like this: -de.testProject.ejb.security Contains Stateless SB and Local Interface -de.test.Project.web.mBeans Contains ManagedBean In my ManagedBean I do a lookup process like this:

[jboss-user] [JBoss Seam] - Re: Request: Step by Step build it yourself tutorial

2007-05-09 Thread stephen.friedrich
Pete, I don't care so much if it's an appendix or if it's chapter 2, but I have to agree that such an introduction would be very valuable. More than once I started with some new framework/library and while the documentation clearly wet my appetite it was much too hard to get started for real.

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-09 Thread jbossfann
Thanks for your help. I will try the web forum as well. I still have a question you may be able to help me answer, though. If I do drop some libraries into .../server/default/lib would I need to put something in Class_Path attribute into a manifest file of my war or ear application to be able

[jboss-user] [JBoss jBPM] - Re: how list processes?

2007-05-09 Thread estaub
Ronald, I'm afraid I don't fit in either camp. I think the doc is pretty badly inadequate. Because of the problems with the search engine, and the problems inherent in trying to use text to search for a concept that others may have expressed differently, I don't think STFF is warranted nearly

[jboss-user] [Installation, Configuration Deployment] - Re: jboss library loading sequence

2007-05-09 Thread [EMAIL PROTECTED]
Right, server/lib takes precendence in the CL order. Typically most Classloading errors in JBoss occur when classes from multiple classloading domains conflict. A good example of this is having classes in server/lib and having them packaged in your archive as well. View the original post :

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread fabricio.lemos
I don´t know if it supports hot-redeploy, but I´m using Maven2 Cargo plugin to deploy my Seam application to Jboss AS. It supports in-workspace deployment and remote debugging. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044281#4044281 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread -Arthur-
Do you have any resources where i can get an idea of the thing? Any pom.xml settings or an example project? That sounds good, anyway. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044284#4044284 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Request: Step by Step build it yourself tutorial

2007-05-09 Thread fperedo
Hi! I agree that configuration is boring (that is one of the reasons I think Seam could be more productive than Spring), but after years of development, I feel uneasy to use a technology if I don't feel that I can go somewhere and read a good map of how to deal with the configuration stuff

[jboss-user] [JBoss Seam] - Re: framework:entity-query class attribute

2007-05-09 Thread fernando_jmt
Thanks Pete. I also thought in that solution. But I was afraid to loose the namespace stuff for entity-query. Now, I think this is my only chance (or define my own namespace). Only by curiosity. Do you know what is the purpose of the class attribute in the framework:entity-query stuff? I

[jboss-user] [JBoss Seam] - Re: Request: Step by Step build it yourself tutorial

2007-05-09 Thread fperedo
But I agree, a newbie perspective could be a good idea for this... maybe I should write that tutorial... I just hope some experts from here really review it, because its gonna have a lot of bugs, and misunderstandings (I am just a newbie on Seam, trying to write a tutorial...) View the

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Accessing Map elements via HQL

2007-05-09 Thread alexg79
If I have | @CollectionOfElements | MapInteger, String map; | in an entity, then how can I access those map elements in a HQL query? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044297#4044297 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to clean or refresh EJB cache?

2007-05-09 Thread Kentzhou
Hi, I have a Web application use EJB. UserAccount is a BMP Entity Bean. When user login into the system, web app will put this EJB in session through other session bean. When user log out, clean web session. Then change the user account info in database, then login again. The database

[jboss-user] [EJB 3.0] - one persistence.xml multiple jars with entity beans

2007-05-09 Thread pmadzik
Hello, Is any way to have multiple jars with entity beans and with single persistence.xml file in one EAR? Only solution i found is class element in persistence-unit, but necessity to explicitly list every entity bean is not satisfying. Regards, PM View the original post :

[jboss-user] [JBoss Seam] - probelm with asynchronous methods and timers

2007-05-09 Thread frehan
I have a usecase where I want to have a recurring service checking some db information and send out mails i nessesary. I started with a simple scheduled service that worked fine. Then I wanted to use Seam to send out my mails but I got problems with failed rendering because I was outside of

[jboss-user] [JBoss Seam] - Re: Getting Started with Seam and Maven / Migrating from Spr

2007-05-09 Thread fabricio.lemos
I have a multi-module project. Here is the plugin configurations of my ear project: | build | defaultGoalcargo:deploy/defaultGoal | plugins | plugin | groupIdorg.codehaus.cargo/groupId |

[jboss-user] [EJB 3.0] - Re: one persistence.xml multiple jars with entity beans

2007-05-09 Thread fhh
According to specs you can also lists jars. Lasst time I cheked this was not implemented (yet). Regards Felix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044305#4044305 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - After installation and server start I got these errors:

2007-05-09 Thread thoste
I installed Jboss v4.0.5 (and J2EE 5.02) successfully without any changes. Then I started JBoss ang got the messages at the bottom. Why are these errors ? I expected I non-error startup for a new JBoss installation What does that mean: java.net.BindException: Address already in use:

  1   2   3   4   >