[jboss-user] [JBoss Seam] - Re: clickable lists problem...

2007-12-28 Thread waynebagguley
When using EntityHome what's a good way of implementing security so that only certain users can create new records and others can edit them and also some users can't even see certain records? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115857#4115857 Reply

[jboss-user] [JBoss Tools (users)] - How to open JBossSeam project?

2007-12-28 Thread ybxiang.wolf
all: I created a project with JBosstolls: 1).file-new -seam -Seam web project 2)all ok. I got 4 folders: ybxiang | ybxiang-ear | ybxiang-ejb | ybxiang-test | | | Then i delete the 4 projects from eclipse without deleting contents. | | | Now, i want to open those 4 projects

[jboss-user] [JBoss Tools (users)] - Re: How to open JBossSeam project?

2007-12-28 Thread ybxiang.wolf
Sorry, i find the method. I got used to IntelliJ and always want to open project by click the .project files. I should use import!!! I am sorry to ask such a stupid question! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115859#4115859 Reply to the post :

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

2007-12-28 Thread ybxiang.wolf
I debuged in eclipse less 5 times, it's so tiring! I always use logs. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115860#4115860 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115860

[jboss-user] [JBoss Seam] - Re: Sometimes error messages shown only after page refresh

2007-12-28 Thread avpavlov
Hi Pete. In what form do you expect example? deployable ear? or just files involved to this bug, i.e. bean definition, page source, controller source and etc? Our deployable ear is about 5Mb. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115861#4115861

[jboss-user] [JBoss jBPM] - Re: number of swimlanes retrieved by taskMgmntInstance.getSw

2007-12-28 Thread Marc321a
Hi Anuragpaliwal, Here is the processdefinition. The loggingActionHandlers report 1 swimlane, 2 swimlanes, 2 swimlanes. They are also called when the application starts, then they report swimlanes = null. thx, Marc | ?xml version=1.0 encoding=UTF-8? | !-- jBPM process definition for

[jboss-user] [JBoss Seam] - State of Injected Objects in a Conversation

2007-12-28 Thread neilac333
I have a SearchAction class (ScopeType.CONVERSATION) which has its properties bound to the user interface (for such things as name and key words to search on) and passes these off to a class called Finder that actually does the search and returns the results to SearchAction to pass back to the

[jboss-user] [JBoss Seam] - injection in tests ?

2007-12-28 Thread berkay
Hi. Want to test my action classes with hibernateSession instead of EntityManager and my actions like below.. @In(create=true) | private Session hibernateSession; | | @Out @In(required=false) | Category category; | | public String save(){ | //bla bla |

[jboss-user] [JBoss Tools (users)] - Re: injection in tests ?

2007-12-28 Thread berkay
ok copied to seam forum,you can delete this thread. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115865#4115865 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115865 ___

[jboss-user] [JBoss Seam] - Re: debug.seam and iText-PDF without redirects?

2007-12-28 Thread terryb
how about allow to specify Content-Disposition as an attachement rather than hardcoded inline? DocumentStoreServlet.java ... response.setHeader(Content-Disposition, inline; filename=\ + documentData.getFileName() + \); ... View the original post :

[jboss-user] [JBoss Seam] - Re: clickable lists problem...

2007-12-28 Thread damianharvey
Well the Seam way would be to use @Restrict annotations on your methods and specify some security rules in your security.drl. Check the docs. Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115869#4115869 Reply to the post :

[jboss-user] [JBoss Seam] - Re: rich:datascroller + true pagination.

2007-12-28 Thread amitev
Thank you. This is a common problem - the solution should be in the wiki. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115872#4115872 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115872

[jboss-user] [JBoss Seam] - Error during PDF generation - IllegalStateException: No acti

2007-12-28 Thread terryb
I am getting following error since upgrading to Seam 2.0.0GA. Error only happens when use-extensions=true. I open PDF in new window with h:commandLink. The new windows is blank with IE error ...cannot download xxx.pdf?docId=1... and Server logs shows following error. | Error |

[jboss-user] [JBoss Seam] - Re: Seam PDF with content-disposition=attachment - is it pos

2007-12-28 Thread terryb
Norman is release 2.0.1GA far away yet? I could really use those enhancements to pdf module. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115875#4115875 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115875

[jboss-user] [JBoss Seam] - Re: Sometimes error messages shown only after page refresh

2007-12-28 Thread [EMAIL PROTECTED]
Preferably something that just shows the problem, with source code and a build script. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115877#4115877 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115877

[jboss-user] [Clustering/JBoss] - Re: querying ejb proxy stub for available nodes

2007-12-28 Thread shoeb1981
Nodes come and go. I don't if it is possible to come to know about number of nodes in the cluster from client application. However, if you have 10 nodes that are not active all the time, while some are active other might be sleeping, then you can put their names in the client url string

[jboss-user] [Beginners Corner] - Re: ClassNotFoundException whereas the JAR is here!

2007-12-28 Thread sarbogast
You were right, spring-2.0.7.jar was not referenced in application.xml. Now it is and I don't have this ClassNotFoundException. I keep getting strange Spring internal errors like LangNamespaceHandler does not implement NamespaceHandler interface even though it does. But I think this is a

[jboss-user] [JBoss Seam] - Action execution upon page load

2007-12-28 Thread fady.matar
You can specify an action to be executed upon page load throught the *page.xml | ui:include src=/layout/ui/ui-component.xhtml | ... | /ui:include | | | | | However I need to load an action upon the inclusion of a subpage. | | i.e. the ui-component.xhtml is more of a

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2007-12-28 Thread [EMAIL PROTECTED]
It's in CVS in examples/wiki/. However, I doubt that you can take any piece out of that and just plug it into another application. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115884#4115884 Reply to the post :

[jboss-user] [JBoss Seam] - Seam BPM - is there a way to 'filter' taskInstanceListForT

2007-12-28 Thread javabeats
Hi everyone, I have a business process where I assign tasks to pooled actors. All good and simple, assignment working as it should. I must, however, further restrict access to tasks in a pool. What I mean is best described with an example: Suppose I have a shipping task, assigned to the role

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

2007-12-28 Thread gazadonf
Hi all... I have a singular problem with persistence. I have 2 diffrents beans with 2 lists, one with the original values of my databes and one with the new ones. I want to delete all the old values before insert the new ones. For the first bean, everythings all right But, when i want to

[jboss-user] [JBoss Messaging] - Re: Destruction/cleanup of temporary queues

2007-12-28 Thread timfox
The actual temporary queue _does_ get deleted on connection close, or explicit delete. However it seems the destination object remains in JNDI if you close the connection without explicitly deleting the temp destination. This will give a small resource leak (the actual destination object is

[jboss-user] [JBossWS] - EntityManager injection in Webservice

2007-12-28 Thread nudelaug
I want an EntityManager to be injected into my WebService but that does not work: | @WebService | @SOAPBinding(style = SOAPBinding.Style.RPC) | @HandlerChain(file = handler.xml) | public class DocumentSign | { | @PersistenceContext(name = EF) | EntityManager em; | |

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA EAR module FAILS in JBoss 5.0.0.Beta3, but WOR

2007-12-28 Thread sushmu
After successfully deploying my Seam 2.0.0.GA EAR module in Jboss 4.2.2.GA release, tried it with Jboss 5.0.0 Beta3 release; Here's the error: [17:51:42.035][info][talledLocalContainer] 17:51:42,035 INFO [ServletContextListener] Welcome to Seam 2.0.0.GA |

[jboss-user] [JBoss Messaging] - Replacement of JBoss Remoting

2007-12-28 Thread amalcaraz
Dear all, Is there a way to replace JBoss Remoting by other transport solution (Apache MINA, .) ? In our production environment, with no more than 116 clients, JBREM fails and, Messaging and AS, go to an unstable state in high-load cases. :-( I have seen in JIRA and Messaging/Remoting

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA EAR module FAILS in JBoss 5.0.0.Beta3, but

2007-12-28 Thread sushmu
Here's the full subject: Seam 2.0.0.GA EAR module FAILS in JBoss 5.0.0.Beta3, but WORKS in JBoss 4.2.2.GA release. A simple working application, just tried to port it to 5Beta3. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115895#4115895 Reply to the post

[jboss-user] [JBoss Seam] - Re: Here is a Richfaces Ajax Datascroler and Seam Example

2007-12-28 Thread brachie
@supernovasoftware.com Thanks for offering your help :-) As far as I understand the code, I would need a separate seam component (representing the DataModel and extending BaseExtendedDataModel) for each query of which result I want to page through the results. I will give it a try if I have

[jboss-user] [JBoss Tools (users)] - problem configuring testing with Seam project

2007-12-28 Thread laksu
Hi, We have a project that we had been developing since a year or so with Seam on Netbeans. With the introduction of Seam 2.0.0 we had so many problems migrating it. I am fed up with all and decided to convert to Eclipse based environment as it seems to me JBoss people prefer Eclipse and its

[jboss-user] [JBoss Seam] - Re: javax.el.PropertyNotFoundException

2007-12-28 Thread amitev
Are you sure the getter and the setter methods are in the SubjectSearch interface? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115904#4115904 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115904

[jboss-user] [JBoss Portal] - Re: JSF RI Portlet with JBoss Portal 2.6.3??

2007-12-28 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portletswap/portlets_tutorial.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115905#4115905 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115905 ___

[jboss-user] [JBoss Seam] - javax.el.PropertyNotFoundException

2007-12-28 Thread tkuchheuser
Hello everyone, i've got a problem with some code (mainly copied from the booking example). I use Jboss AS 4.2.2 with SEAM 2.0.0. The Booking-Example works fine. However my own page pr_overview.xhtml: | ui:composition xmlns=http://www.w3.org/1999/xhtml; |

[jboss-user] [Performance Tuning] - jBoss process memory growth

2007-12-28 Thread mglowacki
Hi I'm expecting problem of jboss process memory growth. When I start JBoss, it uses about 350MB, but after 2-3 days, when it's exposed to small group of test users it grows to 650. Then web-apps begin to work slow, sometimes even I experience service unavailable errors. First what

[jboss-user] [Installation, Configuration DEPLOYMENT] - JBoss in production environment

2007-12-28 Thread mglowacki
Hi I can't find much resources about using jboss AS in production environment under windows - exactly: run as service or in console window? What is the most common practice? Prons and cons? Michal View the original post :

[jboss-user] [JBoss Portal] - deployment issue

2007-12-28 Thread marimuthub
Hi, We are developing portal application in jboss-portal server 2.6.2.GA. We are having a filter class before login.jsp. Our application authentication done by other application. So we are performing only authorization activities inside filter class using identity management API and we have

[jboss-user] [JBoss Seam] - ejb + seam from swing gui

2007-12-28 Thread Kruno
We've made an application with jsf +seam +ejb and it works great, I am so pleased, but I think it would be nice if I could be able to use the same ejb beans (application logic) from client such as swing or anything else. I did try an it partially works, injections work, entity manager

[jboss-user] [JBoss Portal] - Re: JSF RI Portlet with JBoss Portal 2.6.3??

2007-12-28 Thread mimra
Hmmm - I've missed the Tutorial category. I usually access the portletswap via the download link from the Download link at the main portletswap page. That takes me to: http://labs.jboss.com/portletswap/downloads/portlets/?action=awindowstate=maximized That link does not contain the subcategory

[jboss-user] [Beginners Corner] - Can I upload single class files to deployed application?

2007-12-28 Thread mglowacki
Hi I have a web app running on remote server. Each time I make small modification I need to upload about 18MB. It's very annoying, as often I modify one line in single java file, and again have to upload whole WAR, what takes about 10mins. When I've used Tomcat with workers, my WARs

[jboss-user] [JBoss Seam] - Seam 1.2.1 - Seam 2.0: converters MIA

2007-12-28 Thread s.de.kaper
We just started switching our application from seam 1.2 to 2.0 (following seam2migration.txt), but now the JSF converters dont work anymore :( This isn't just our custom converters, but the default JSF converters (Date, Integer, etc.) don't work either. They're just not applied, resulting in

[jboss-user] [Management, JMX/JBoss] - Re: Management Application

2007-12-28 Thread sopro
Anyone knows how to use twiddle.sh to undeploy and remove application files from $JBOSS_HOME/tmp/deploy/ ? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115920#4115920 Reply to the post :

[jboss-user] [JBoss Seam] - Re: javax.el.PropertyNotFoundException

2007-12-28 Thread tkuchheuser
amitev wrote : Are you sure the getter and the setter methods are in the SubjectSearch interface? Forgot that. Thank you amitev! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115921#4115921 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: MBean for JDK14 Logger ??

2007-12-28 Thread jc7442
I have started to write the MBean http://wiki.jboss.org/wiki/Wiki.jsp?page=JDKLoggerMBean I'll do some documentation for next year View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115922#4115922 Reply to the post :

[jboss-user] [JBossCache] - Re: Buddyrep issue

2007-12-28 Thread FredrikJ
(Cont.) Further, we see that all locks that fail because a timeout is from .6, which do have .5 as its buddy backup. So, my question is if buddy replication has changed between 2.0.0 and 2.1.0? In any case the behavior is changed since this worked with 2.0.0 and not anymore. Why does the .5

[jboss-user] [Microcontainer] - Any plans on releasing standalone MC 2.0?

2007-12-28 Thread b00lean
Simple question: Any plans on releasing standalone MC 2.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115923#4115923 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115923 ___

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS Stop error

2007-12-28 Thread harish73
Now to see if this issue happen in earlier version, I have installed jboss-4.0.2 and when i start and then stop using shutdown.sh script it successfully shutdown the jboss server. But same thing is not happeing with jboss-4.2.2.GA version. I see below when i start jboss-4.0.2 :- 10:14:20,446

[jboss-user] [JBoss Messaging] - Re: Replacement of JBoss Remoting

2007-12-28 Thread timfox
JBoss Messaging 2.0 will use MINA for its primary transport (we are already well on the way coding this). For JBM 1.4 you don't have much choice than use remoting. If you post on the remoting forum, the remoting team should be able to help you in tuning your settings. View the original post :

[jboss-user] [JBoss Seam] - Creating several objects in one transaction.

2007-12-28 Thread breako
Hi, I have a simple XHTML page which is a form for a Person object. I have a create button which will persists the Person and a commit button which commits the EntityManager by calling the appropriate methods on a Seam backing bean. My backing bean has a Person object reference which the XHTML

[jboss-user] [JBoss Seam] - Re: Seam PDF with content-disposition=attachment - is it pos

2007-12-28 Thread ASavitsky
Norman, Was this fix included with the released 2.0.1.CR1, or do I need to build from CVS? Thanks, Alex View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115931#4115931 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115931

[jboss-user] [Beginners Corner] - Hi i would like to know the way to detect if a mchine has a

2007-12-28 Thread jamesdecosta555
Hi, i have a requirement wherein i need to detect if jboss exists on the end users machine . But i need to know how can i detect if jboss exits on the end users system. The way i can check if there is jdk installed on a machine can i check through some way if jboss exists on that machine.

[jboss-user] [JBossCache] - Buddyrep issue

2007-12-28 Thread FredrikJ
Hi. I am currently using cache 2.1.0 GA and jgroups 2.6.1 with buddy replication. Buddy rep is configured to use one buddy only. The setup is four nodes with ip addresses like: 172.16.0.5 | 172.16.0.6 | 172.16.0.7 | 172.16.0.8 | | They are all started in the stated order so that .5 is

[jboss-user] [JBoss Portal] - left navigation actions never provide with a fresh invocatio

2007-12-28 Thread gpuser
Hi, I am facing an issue with the left navigation menu, the left navigation actions never provide with a fresh invocation of the portlet. I have a search navigation, when I click on that it brings up the search page, on submit it brings the results, now when I click on the search navigation it

[jboss-user] [JBossCache] - Using PojoCache and AOP inside an Eclipse RCP ! I can't get

2007-12-28 Thread andreas.kabus
As a newbee to PojoCache AND AOP (did many things with TreeCache), I started to make use of PojoCache from an Eclipse-RichClient Apps or Plugin. First of all is it possible at all ?? I tried several things, but I failed. I created an Eclipse-Plugin, containing all .jar's which come with

[jboss-user] [JBoss Portal] - Null pointer exception in MyFacesGenericPortlet only on the

2007-12-28 Thread gpuser
Hi, I am getting the following error on the server which I am not getting from the local setup. Can anyone please help me out as I am stuck with this issue on the server and not able to proceed - Exception in FacesServlet java.lang.NullPointerException at

[jboss-user] [Installation, Configuration DEPLOYMENT] - module-orderstrict/module-order not working

2007-12-28 Thread jgilbert
I am using JBoss AS 4.2.0.GA and trying to order the deployment of my ejb modules. I have seen the postings about using the strict setting but it does not appear to work. Here is my jboss-app.xml. Does anyone have any ideas what I am missing? | jboss-app |

[jboss-user] [JBoss Seam] - Re: rich:datascroller + true pagination.

2007-12-28 Thread supernovasoftware.com
I'll be happy to post this to the wiki, but I was looking for advice on improvements that add flexibility or ease integration. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115944#4115944 Reply to the post :

[jboss-user] [JBoss Seam] - Re: SeamFramework.org Alpha Test

2007-12-28 Thread supernovasoftware.com
How about including the whole thing and only exposing the forum inside my layout? I would like to attempt this. Any advice would be greatly appreciated. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115946#4115946 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Seam 1.2.1 - Seam 2.0: converters MIA

2007-12-28 Thread supernovasoftware.com
I suggest you start with a seam gen project and then integrate your application. That is usually easier for me when the first attempt does not work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115947#4115947 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: injection in tests ?

2007-12-28 Thread [EMAIL PROTECTED]
could you post the link here so google can help in the future. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115949#4115949 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115949

[jboss-user] [JBoss AOP] - Re: pointcut other than execution in AdviceBinding

2007-12-28 Thread [EMAIL PROTECTED]
Hi! The expression within can only be used with call pointcuts... it is a way of specifying the caller. Unfortunately, dynamic AOP is not working wth call expressions (but it should work with the other types of pointcut expressions): http://jira.jboss.com/jira/browse/JBAOP-433 The good news

[jboss-user] [JBoss Tools (users)] - Re: problem configuring testing with Seam project

2007-12-28 Thread [EMAIL PROTECTED]
there is no magic about the tooling projects. Are you using War or Ear projects ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115953#4115953 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115953

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

2007-12-28 Thread [EMAIL PROTECTED]
what is so tiring ? it just works... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115950#4115950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115950 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: Seam PDF with content-disposition=attachment - is it pos

2007-12-28 Thread ASavitsky
Already answered my own question :) No, it's not included in the CR1 build Yes, it works like a charm (at least on IE7 and Mozilla2) Thanks Norman! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115954#4115954 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: jbpmContext.getSessionFactory().openSession() and jbpmC

2007-12-28 Thread anuragpaliwal
Hi, http://docs.jboss.com/jbpm/v3/userguide/persistence.html#thedbpersistenceservicefactory Go through this documentation. I hope it will answer all your queries. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115945#4115945 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Recommended testing framework

2007-12-28 Thread adam.conroy
Thanks Wayne, I actually found JUnitEE after getting frustrated with Cactus. As far as I could tell Cactus was actually made by [a] former JUnitEE developer[s]. From the website it appears the last release was in 2004. While not that impressed with the Annotation-based style of JUnit4 (I

[jboss-user] [JBoss Seam] - pageflow and parameters transmition

2007-12-28 Thread gazadonf
Hy all. I don't anderstand why there's such a difference between page.xml navigation and pageflow navigation... It sucks My problem is: i have a list of element and i want to edit one of them. When i use page.xml to navigate between the list page and the edit page, there's no problem to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Can't access web-console

2007-12-28 Thread alex_ch
Hi, I've tried to install JBoss 4.2.2.GA... my server is good starting like this trace : [EMAIL PROTECTED] bin]# ./run.sh | = | | JBoss Bootstrap Environment | | JBOSS_HOME: /opt/jboss/jboss-4.2.2.GA |

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

2007-12-28 Thread alex_ro_bv
Hi guys, I don't know if this is a jboss configuration or a seam problem, but I have this structure of folders for my project: view - admin - reservation - reservation.xhtml view - login.xhtml When i try to access http://localhost:8080/project/admin/reservation/reservation.seam it gives me 404

[jboss-user] [JBoss Seam] - Re: State of Injected Objects in a Conversation

2007-12-28 Thread neilac333
I should mention that I also applied what I believe to be the correct entry for this interaction in pages.xml. This has not helped either. Again, I am seeking insight as to how a component injected into a conversational component can maintain its state throughout the conversation (i.e.

[jboss-user] [JBoss Seam] - error in creating JBPM process with seam-generated Home clas

2007-12-28 Thread jneubert
I use a seam-generated OrderHome class which overrides persist to create a new JBPM process instance: | @Override | @CreateProcess(definition=order) | public String persist() { | | String outcome = super.persist(); | |

[jboss-user] [Microcontainer] - Re: Any plans on releasing standalone MC 2.0?

2007-12-28 Thread alesj
b00lean wrote : Any plans on releasing standalone MC 2.0? As in sourceforge release? MC is easily accessible from our Maven2 repo: - http://blogs.jboss.com/blog/alesj/?permalink=JBossAS5_beta3_Microcontainer_and_SpringDeployer_update.txt But I guess once we're CR or GA, we will push the whole

[jboss-user] [JBoss Seam] - Re: TestNG and Seam Documentation 12.1. Unit testing Seam co

2007-12-28 Thread xshuang
Good afternoon gemel, Could you post your complete code segment? I followed your example to manually create an EntityManagerFactory , but got the following error: No Persistence provider for EntityManager named XXX Thanks, Sheng View the original post :

[jboss-user] [JBoss Seam] - Re: Unable to use @Asynchronous annotation on Glassfish serv

2007-12-28 Thread usedtoclimb
Why would I need to declare ejb dependencies for a timer in web.xml? My understanding is that timers run in the ejb container, not the web container. I've performed a search on all files underneath the jboss-seam-1.2.1.GA\examples directories and the two samples which use @Asynchronous (mail

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2007-12-28 Thread nitm
peter, i uninstalled and deleted everything (java, jboss, php) and re-installed them... installations: - java: C:\apps\java\jdk1.5.0_14 - jboss: C:\apps\server\jboss\application-server\jboss-4.2.2.GA - php: C:\apps\server\php\php5servlet-windows-SP1-i586\PHP steps i did to configure jboss

[jboss-user] [JBoss Seam] - Re: java.lang.IllegalStateException: No page context active

2007-12-28 Thread neilac333
Thanks to your insight, Pete, and to the samples, things are going swimmingly. One more question though...I forgot to mention another case in the scenario I described--the case where no results are found for the search parameters provided. The method that performs the search when the user

[jboss-user] [JBoss Seam] - Event notification of conversation-timeout

2007-12-28 Thread jacob.orshalick
I have the need for event notification when a background conversation-timeout occurs. It would be nice to simply provide an event org.jboss.seam.timeoutConversation (or something along these lines). It is a very simple patch to the Manager component. Is there anyone else interested in this

[jboss-user] [Beginners Corner] - log4j problem with jBoss app server

2007-12-28 Thread badgerduke
Hello: I get the following errors when I start up jBoss (4.2.1.GA): - ERROR [STDERR] log4j:ERROR A org.jboss.logging.appender.FileAppend er object is not assignable to a org.apache.log4j.Appender variable. ERROR [STDERR] log4j:ERROR Could not

[jboss-user] [JBoss Seam] - Seam and OpenJPA

2007-12-28 Thread rgarret
Greetings, My company is evaluating Seam 2.0 and I have a concern. There was a forum post back in September which suggested that OpenJPA does not work in Seam 2.0. As per Gavin's request the poster submitted a bug (JBSEAM-1946). My concern is that the bug remains unassigned with no comments. I

[jboss-user] [JBoss Seam] - Re: debug.seam and iText-PDF without redirects?

2007-12-28 Thread [EMAIL PROTECTED]
This is in CVS and will also be in 2.0.1. | p:document disposition=attachment ... / | View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115989#4115989 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115989

[jboss-user] [JBoss Seam] - Re: Seam PDF with content-disposition=attachment - is it pos

2007-12-28 Thread [EMAIL PROTECTED]
Yes, I'm sorry none of this made it into CR1. I expect 2.0.1CR2 will come out shortly after everyone is back from vacation, which shouldn't be too far from now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115990#4115990 Reply to the post :

[jboss-user] [JBoss Portal] - IPC with JSF portlets

2007-12-28 Thread loveena_k
I am using JBoss Portal Server 2.6.3 On Portlet swap myFaces Cardemo implementation uses only 1 portlet - hence no IPC Has anyone tried IPC between 2 myFaces portlets? Thanks Lovina. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115991#4115991 Reply to the

[jboss-user] [JBoss Seam] - @DataModel makes me go nuts or it's a bug ?

2007-12-28 Thread dexjam
Either this is a bug, or possibly i don't get it, why is this working: --- BEGIN DOES work (TM) --- | @Stateful | @Name(admin) | public class AdminUserBean implements Serializable, AdminUser { | | @PersistenceContext() | private EntityManager entityManager; | | //

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Create plugin for a web application

2007-12-28 Thread loopix
Hi all, I'm trying to make a Web application but now, I'm stuck because I try to do things that I don't know if it's possible I have write the base of the application, that consist of a login page and a main page. The application wanted must work with plugin, like Eclipse (a plateform

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: well got somewhere???!!!

2007-12-28 Thread wiggy
spent a hard day on this and seem to have discovered some things. 1. I need to build an ear project, and set the j2ee dependencies to include the projects i want in the ear. This is the only way i can see to set the J2EE dependencies on the individual projects themselves. 2. create the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: any ideas on timout problem from eclipse for beta 3?

2007-12-28 Thread wiggy
still cant run beta 3 how does one increase the timeout ? anyone know? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115995#4115995 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115995

[jboss-user] [JBoss Seam] - Re: Event notification of conversation-timeout

2007-12-28 Thread amitev
i will vote +1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115996#4115996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4115996 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Seam and OpenJPA

2007-12-28 Thread [EMAIL PROTECTED]
Gavin did make some fixes pre 2.0.0.GA in this area, so give it a go. Let us know how you get on, and what problems you get. The fixes *should* be straightforward. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115999#4115999 Reply to the post :

[jboss-user] [Beginners Corner] - Problem starting service persistence.units (ClassCastExcept

2007-12-28 Thread mjhammel
Does anyone have any idea where I should look for what's causing this error during deployment of my application EAR file? I'm using JBOSS V4.2.2GA. My persistence.xml file: persistence | persistence-unit name=Crunch | jta-data-sourcejava:/CrunchDS/jta-data-source |

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: add files into deployed war file?!

2007-12-28 Thread loopix
same problem here, but a little bit more complicated ... see here: http://www.jboss.com/index.html?module=bbop=viewtopict=126710 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116001#4116001 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - log4j configuration problem

2007-12-28 Thread badgerduke
Hello: I get the following errors when I start up jBoss (4.2.1.GA): - ERROR [STDERR] log4j:ERROR A org.jboss.logging.appender.FileAppend er object is not assignable to a org.apache.log4j.Appender variable. ERROR [STDERR] log4j:ERROR Could not

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Create plugin for a web application

2007-12-28 Thread loopix
EDIT: is there any way to do a addServlet() in a Web Application (.war, from a servlet for example ...) using JBoss application server ??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4116003#4116003 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss in production environment

2007-12-28 Thread PeterJ
Run JBossAS as a service. This way, if the machine is ever restarted, JBossAS will start automatically. Also, then your IT administrators can use the typical Windows commands they are used to to start and stop the app server. View the original post :

[jboss-user] [Beginners Corner] - Re: Can I upload single

2007-12-28 Thread PeterJ
Deploy your war as an exploded directory (http://wiki.jboss.org/wiki/Wiki.jsp?page=ExplodedDeployment). Then, if you replace a class file, touch the web.xml file. If you change a jsp file, the change will be picked up automatically (unless you have turned the jsp update scan off). View the

[jboss-user] [Management, JMX/JBoss] - Re: Management Application

2007-12-28 Thread PeterJ
JBossAS creates MBeans for every application deployed. Look up one of the MBeans for your application using jmx-console. One of the MBeans should have application lifecycle methods (deploy,undeploy,start/stop), use those methods to control the application. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS Stop error

2007-12-28 Thread PeterJ
That looks fine for 4.2.2, there is no longer a specific entry starting JNDI has been started. Instead, you will later see messages like this: 20:23:17,319 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name

[jboss-user] [Beginners Corner] - Re: Hi i would like to know the way to detect if a mchine ha

2007-12-28 Thread PeterJ
Considering that the way to install JBossAS is to download and unzip a zip file, there are only two ways to tell if someone has JBossAS in their machine: 1) if JBossAS is running, you can try connecting to one of the ports (such as JNDI) Of course, they can change the ports used, so this is not

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Can't access web-console

2007-12-28 Thread PeterJ
The problem is that the web console is an orphaned application that has not been updated in ages and has not worked with JBossAS out of the box for several versions now. If you search the forums, you might some suggestions on what to do to get it to work again, but you are probably wasting your

[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

2007-12-28 Thread PeterJ
I am setting up PHP on JBossAS 4.2.2 on my desktop at home. So far, I am at the same point you are - I did the same steps, and am getting the same error. I am now trying to figure out what I did at work (where I have this running) that was different from what I have done so far. I could go to