[jboss-user] [JBoss jBPM] - Re: graphical process design

2007-02-27 Thread daresan
thanks a lot for giving suggestions. i have taken jar file from web. i am doing experiment on that. after that i'll get back with specific questions. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022904#4022904 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - CMP bean Oracle procedure problem

2007-02-27 Thread [EMAIL PROTECTED]
Friends I am using EJB3.0 with Jboss server. I have a CMP Order entity bean and order processing session bean. To fulfill an order I am calling oracle procedure from my session bean. I am updating few fields of order table from oracle procedure. Problem that I am facing is that after calling

[jboss-user] [Security JAAS/JBoss] - Re: Authentication with more parameter than username and pas

2007-02-27 Thread JMJ2006
Hi Nipun, thanks for your help. This solution I've read allready in other forum. But for our project this solution will not be accept. I hope developers from JBoss must known how to solve this problem. Regards, J.M. Jacob. View the original post :

[jboss-user] [EJB 3.0] - Re: java.lang.NoClassDefFoundError: org/jaxen/VariableContex

2007-02-27 Thread codelion
Same kind of problem, using JBoss 4.0.5.GA. Started when I had a new application scoped SFSB in Seam. Very long and in a few minutes recurring stack trace begins with 00:04:03,187 ERROR [SimpleStatefulCache] problem passivation thread | javax.ejb.EJBException: Could not passivate; failed to

[jboss-user] [JBoss jBPM] - Re: multiple comparations

2007-02-27 Thread jbmp user
thank you, but amp;amp; don't work rightly!!! some idea any more?? Please, I need help!!! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022911#4022911 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022911

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

2007-02-27 Thread eknathkadam
bkeh12 wrote : 6. JMX interface for deployed components if desired | http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=priorityresolutionIds=-1pid=12310060fixfor=12310587 | I clicked this link but found nothing, any update on point 6 ?

[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2007-02-27 Thread jampierre
Hi, I've the same problem. Anyone can help us. Thank you so much. Bye bye JP View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022918#4022918 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022918

[jboss-user] [JBoss Seam] - About the new chapter Caching in documentation.

2007-02-27 Thread Seto
I read the 18.1 chapter . And I don't understand. I think the example maybe should be changed as below. @Name(chatroom) public class Chatroom { @In PojoCache pojoCache; public void join(String username) { try { Set userList = (Set) pojoCache.get(chatroom,

[jboss-user] [Installation, Configuration Deployment] - Re: error in log file

2007-02-27 Thread visolvejboss
Hello, Do the steps following. 1. Delete the folders tmp, log, work present in the path C:\jboss-4.0.4\server\MOB_SERVER. 2. Start the JBoss Server in the command prompt as run.sh -c MOB_SERVER Note: While starting the JBoss AS, it will create tmp, work and log directories. 3. See the log

[jboss-user] [JBoss Seam] - Re: Weird behaviour with outjection

2007-02-27 Thread rlhr
It is called by clicking a link (h:outputLink / that call the page /home.xhtml. So I checked that the view method is properly called and the id of the user is properly passed, the user retrieved and set. The interesting thing is that I added a getTest() method to the SFSB that just return a

[jboss-user] [Installation, Configuration Deployment] - Re: error in log file

2007-02-27 Thread NehaSr
hi thanks nw my log file is updated bt still its nt deployed the jar file i m posting wat m gettin on cmd screen... ment. Info : Class not found on 'com.iflex.fcat.timer.TimerBean': No ClassLoaders fo und for: com.iflex.fcat.timer.TimerBean 14:34:11,828 ERROR [MainDeployer] Could not create

[jboss-user] [Security JAAS/JBoss] - Re: Latest JAAS Tutorial for Database communication

2007-02-27 Thread aleksab
Are there really nobody who can help me here? Have posted numerous requests and searched the web without any luck. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022938#4022938 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with sending a mail using notify=

2007-02-27 Thread bazoo
Actually I think I might be trying to do something which isn't allowed. The process definition in question uses swimlanes for assignment, and those swimlanes are implemented as groups. Hence I'm guessing that the notify attribute can't send an email because groups don't have email addresses.

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread imaeses
Perhaps it would be helpful to explain *why* the delay is necessary. Again, the current situation is that if a message is delivered to an MDB and the transaction is rolled back, the message is immediately and repeatedly redelivered until the maximum amount of times has been reached. We have

[jboss-user] [JBoss Seam] - does seam data model support all Tomahawk components like tr

2007-02-27 Thread [EMAIL PROTECTED]
Hi Thank you for readin my post How complete is seam datamodel support for different tomahawk components? does it support all tomahawk components? thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022941#4022941 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Howto package datasource and MQ definitions in ear

2007-02-27 Thread aschulz
Hi, I would like to include my datasource (*-ds.xml) and mq (*-mq-service.xml) definitions in my ear file. Right now these files are in the deploy folder. What do I have to do? Build an rar/sar and package the definitions there? Please, can somebody provide an example. Thanks in advance. Alex

[jboss-user] [JBoss Messaging] - Re: Message redelivery

2007-02-27 Thread timfox
imaeses wrote : | | Therefore, I ask again: is it possible in JBoss Messaging to configure the message redelivery delay? | | In 1.2, yes, in 1.0.1, no. Have a look at the destination and server peer mbean config. Queue/Topic: |attribute access=read-write

[jboss-user] [JBoss Seam] - can we use seam for jsr-168 portlet development?

2007-02-27 Thread [EMAIL PROTECTED]
Hi Thank you for reading my post. can we use jboss seam for jsr-168 portlets? Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022945#4022945 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022945

[jboss-user] [Installation, Configuration Deployment] - Re: error in log file

2007-02-27 Thread visolvejboss
Hello, From the Error log, I guess that, There is no such class called TimerBean inside the TimerBean.jar file. see the structure of the TimerBean.jar file and post the structure. And, also the ejb-jar.xml file content. For the netbanking.war error, There is no class file called EntryServlet

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

2007-02-27 Thread alesj
eknathkadam wrote : bkeh12 wrote : 6. JMX interface for deployed components if desired | | http://jira.jboss.com/jira/secure/IssueNavigator.jspa?reset=truemode=hidesorter/order=DESCsorter/field=priorityresolutionIds=-1pid=12310060fixfor=12310587 | | | I clicked this link but found

[jboss-user] [Microcontainer] - Re: Beans loading with Microcontainer in JBoss AS

2007-02-27 Thread alesj
See: - http://www.jboss.com/index.html?module=bbop=viewtopicp=4022949#4022949 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022950#4022950 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022950

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

2007-02-27 Thread amit.khosla
We are working on JBOSS Portal 2.4 We are having two portal pages each containing 9 portlets. We are facing a problem that sometimes when request go back to server page reloads; sometime the page comes blank without any protlet. Just top template is visible. This problem occurs only sometimes.

[jboss-user] [JBoss Portal] - Re: Declarative Security and Portlets

2007-02-27 Thread mageshbk
Please find my answers inline: 1) There is no role-based declarative security for portlets defined by portlet spec. Yes 2) For local portlets in JBoss Portal it is solved by securing portlet instances. Yes 3) For WSRP, JBoss Portal has no solution currently. Neither propagation of a User

[jboss-user] [JBoss Portal] - Embedding Portlets in JSF pages

2007-02-27 Thread ric1607
Hello, I just saw that Oracle released a product to embed portlets in plain JSF pages. This is great since it does not force to have a portal template page, which is not very flexible. It is especially very difficult to convert an existing JSP webapp to a portal architecture. See the

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

2007-02-27 Thread [EMAIL PROTECTED]
Any stack trace ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022955#4022955 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022955 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration Deployment] - Re: error in log file

2007-02-27 Thread NehaSr
hi i did check it bt my jar files r still nt deployed... i m agn posting the cmd screen plz check it Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\NehaSrcd\ C:\cd C:\jboss-4.0.4\bin C:\jboss-4.0.4\binrun -d MOB_SERVER The filename,

[jboss-user] [Installation, Configuration Deployment] - Re: error in log file

2007-02-27 Thread NehaSr
hi i did check it bt my jar files r still nt deployed... i m agn posting the cmd screen plz check it Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\NehaSrcd\ C:\cd C:\jboss-4.0.4\bin C:\jboss-4.0.4\binrun -d MOB_SERVER The filename,

[jboss-user] [JBoss Portal] - Re: Embedding Portlets in JSF pages

2007-02-27 Thread [EMAIL PROTECTED]
Cool, this is a JSF component that is consuming WSRP portlets. It shouldn;t be hard to do with our WSRP implementation. A nice project for a motivated person ! Any volunteer ? we do the hosting :) By the way, it won't help you convert a JSP webapp to a portal architecture since it's the other

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

2007-02-27 Thread vickyk
org.jboss.aop.advice.AdviceBinding binding = new AdviceBinding(execution(POJO-new(..)), null); | binding.addInterceptor(SimpleInterceptor.class); | AspectManager.instance().addBinding(binding); All we need to do is to have the above code formed through the xml file when using the

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

2007-02-27 Thread petemuir
h.cahyadi wrote : Are you sure that we must put the scope into conversation? bacause in the booking demo I saw the the scope is SESSION and it can perform multiple windows transaction Thtats the way I would do it. anonymous wrote : anonymous wrote : | | Why not just use the paging built

[jboss-user] [JBoss Seam] - Problems with IntervalRenderer and PhaseListener

2007-02-27 Thread LudgerTheile
Hi, I tried to build a page with a clock. When I call the page, the clock is rendered, but after the first update after the renderer interval of 5 seconds I get a PhaseListener Exception: | | 10:48:02,125 INFO [ClockBean] setRenderManager | 10:48:02,125 INFO [RenderHub] scheduled

[jboss-user] [JBoss Seam] - Re: JSF and TransactionalSeamPhaseListener

2007-02-27 Thread petemuir
In your JSF you are asking it to alter the titleId - so it does! The behaviour you describe above is 'correct' - that it works with @PersistenceContext is just a hack. Try this instead (actually alter the title the person has rather than the id of the title the person has) h:selectOneMenu

[jboss-user] [JBoss Portal] - Portlet Menu

2007-02-27 Thread laurie.t
Hello, I have a problem, I want to put in my Portal a new Portlet Navigate (Portlet Menu) but Jboss Portal don't have this portlet. I want to know if I must add a Portlet Navigate in Jboss Portal? For example, with this portlet,if I click the menu(on the left column), I shall like that

[jboss-user] [EJB 3.0] - LazyInitializationException for detached entity collection b

2007-02-27 Thread soeren
Hi, I have two entities with a simple OneToMany relationship mapping. The parent (VolaConfigList) contains a simple collection of childs (List), which I have defined as this: | @Basic(fetch = FetchType.EAGER) | @OneToMany(cascade = { CascadeType.PERSIST, CascadeType.REMOVE }) |

[jboss-user] [JBoss Portal] - Re: Embedding Portlets in JSF pages

2007-02-27 Thread ric1607
Hello Thomas, Thanks for your reply! It looks exciting to see it shouldn't be hard. If I understand it well, it is a JSF component that connects through web services to a WSRP (Web Services for Remote Portlets) provider [For dummies like me, see http://en.wikipedia.org/wiki/WSRP]. Can we use

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

2007-02-27 Thread amit.khosla
No stack trace is there. It is not showing any error. just dont show any of the portlets View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022972#4022972 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022972

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Multiple contexts for servlet

2007-02-27 Thread Danack
Thanks - that looks pretty cool. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022974#4022974 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022974 ___ jboss-user mailing list

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

2007-02-27 Thread alesj
vickyk wrote : | All we need to do is to have the above code formed through the xml file when using the MC . Am I right ? | Yes, see how this is done in JMXDecoratedTestCase.(java|xml). And this can be simplified now - less aop xml code. View the original post :

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

2007-02-27 Thread [EMAIL PROTECTED]
I never had any report like that neither in the forums or in the professional support we provide. Without more information, i cannot tell what's wrong :( Next time it happens, check if you get the bottom of the HTML page (closing html). View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread vitor_b
Hey genman Thanks for your reply. 1. I know everything i need now :) 2. In this case that is not a very big problem, merge file is not big. Better think that even when we have to write merge files, often we don't have to write all we need ourselves, anly a part. But hmm... not in this case.

[jboss-user] [Management, JMX/JBoss] - Re: JMX RMI Remote Client Notification Problem

2007-02-27 Thread GeorgFriedrich
Ok, I solved this problem by deploying my client application, like a usual JEE-Client-Application. It's not the best solution but it works... If I don't connect direct to the JBoss JMX kernel but to the underlying JVM, I haven't to deploy my client app and it works. But in this case, I have

[jboss-user] [JBossCache] - PojoCacheListener does not propagate in a cluster

2007-02-27 Thread mvlior
Hi, We're using 2.0.0ALPHA2 in a standalone app. We have a PojoCache to which we add a PojoCacheListener, in attempt to log POJO deletions originating anywhere in the cluster. It seems that the listener gets called back when POJOs are acted upon on the local cache, but not when they are acted

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

2007-02-27 Thread alesj
alesj wrote : And this can be simplified now - less aop xml code. See JMXLifecycleTestCase.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022982#4022982 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4022982

[jboss-user] [Management, JMX/JBoss] - AuthorizationInterceptor throwing ArrayIndexOutOfBoundsExcep

2007-02-27 Thread GeorgFriedrich
I have a similar problem as described in http://jira.jboss.com/jira/browse/JBAS-3431?subTaskView=unresolved. I am getting a remote connection to the JMX server from an InitialContext that is populated with the user name and password: env.put(Context.SECURITY_PRINCIPAL, userName);

[jboss-user] [JBoss Seam] - 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Hello, i detected a problem with the 1.1.7RC1(and also with the current CVS aka1.2.0). I experience now a classs cast exception. With 1.1.6 this exception does not occur. Any Ideas what is going wrong? My view looks like: | ui:define name=body | | h:form

[jboss-user] [Management, JMX/JBoss] - Re: xmbean as service... and two more questions

2007-02-27 Thread vitor_b
One more thing: Standard MBean has three default attributes: - StateString - State - Name My XMBean has only attributes i created. So if i want to provide these attributes for my XMBean what should i do? Is there any way to enable them, or i should create attributes myself and change their

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
hey, GF sample app not getting deployed correctly, re-compiled and tried to deploy the ear file throws errors in GF logs, this happens with 1.1.7.RC1 and GF build 32, following is the full stack trace, |

[jboss-user] [JBoss AOP] - Re: JBoss AOP with InfraRED

2007-02-27 Thread [EMAIL PROTECTED]
Hi! Currently, InfraRED doesn't support JBoss AOP. Their aspects depend on Aspectwerkz api or AspectJ sintax. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4022990#4022990 Reply to the post :

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

2007-02-27 Thread mjek2
Citation from Seam doc, section 7.1.2: | page name=checkout | view-id=/checkout.xhtml | back=enabled | redirect/ | transition to=checkout/ | transition name=complete to=complete/ | /page View the original post :

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
The exception seems to mislead. Everytime i call this function | @SuppressWarnings(unchecked) | public ListE findAll() { | ListE list; | list = getSession().createCriteria(entityClass).list(); | return list; | } | the program raises

[jboss-user] [JBoss Seam] - Re: need to specify the whole package name with org.jboss.se

2007-02-27 Thread trouby
Back to this, Some 'cglib' versions didnt work correctly, Anyway two things: 1) GF sample has no usage of messages, in register.xhtml/other files all titles are statically written in the facelets files, also I tried to add some component names into the sample files, but as it didnt work for

[jboss-user] [JBoss jBPM] - How to define actions for the nodes.

2007-02-27 Thread satt
Hi, I created one process through the JBPM UI. After that I defined some actions for the nodes. While doing,there is no problem with the deployment. But,Whatever we give in the print statement( in the calling action class )is not coming in the console. Can u please show me the way how can the

[jboss-user] [JBoss Seam] - Export data..

2007-02-27 Thread waheed.murad
Hii.. i am displaying a report in my page with datatable. i want to export the report in to Excel. is there any tool or component to do that or any way around thanks in advance.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023004#4023004 Reply to the

[jboss-user] [JBoss Seam] - Re: AnnotationException: no persistent id property

2007-02-27 Thread umk
I knew it was something silly. I forgot to include getters/setters in my composite key class. Maybe someone else will benefit from this posting... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023005#4023005 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Export data..

2007-02-27 Thread petemuir
You should easily be able to write out a csv file using JSF/facelets (though you may need to fiddle slightly to get it to change the mimetype/file extension) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023006#4023006 Reply to the post :

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

2007-02-27 Thread h.cahyadi
I have tried this way but I still can do back buttoning :( any other suggestion? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023008#4023008 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023008

[jboss-user] [JBoss jBPM] - Re: How to define actions for the nodes.

2007-02-27 Thread kukeltje
what do you expect us to say? There are so many examples, testcases etc, that do work. How can we tell without having ANY information (besides it does not work) what the problem might be View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023009#4023009 Reply

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

2007-02-27 Thread h.cahyadi
Thanx petemuir for your sugestion, but until now this problem not yet solved in my application, any other suggestion? Thanx and Regards, -haric- View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023010#4023010 Reply to the post :

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Since HibernateEntitys are fully functional, i suppose that the changes in package org.jboss.seam.persistence are responsible for these errors. But i am not able to hunt them down. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023011#4023011 Reply to the

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

2007-02-27 Thread mdpatil
Exception java.lang.OutOfMemoryError: requested 131072000 bytes for GrET* in D:/ BUILD_AREA/jdk142-update/ws/fcs/hotspot\src\share\vm\utilities\growableArray.cpp . Out of swap space Our server application is running RedHad Linux on IBM machine with 12gb ram. OS-Redhat4 DB:oracle jboss 4.0.2

[jboss-user] [JBoss Seam] - Re: LocaleSelector

2007-02-27 Thread base7691
Thank you for the hint. Unfortunately I have the code surrounded with form tags :( View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023015#4023015 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023015

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

2007-02-27 Thread mjek2
I'm using the same Seam version as you but I can use back button in both IE and Firefox (and if you look at Seam examples, they should all work with back button). So it seems to be something IE specific in your case (i.e. some weird javascript). Do you observe it in all pages of your app or

[jboss-user] [JBoss Portal] - How to avoid having many CMS instances

2007-02-27 Thread [EMAIL PROTECTED]
In the demo portal, in its CMS portlet, you are able to click from one content item to another. Each links begins /content/... But what if you have your own portal ? Such links keep going back to the demo instance. I don't understand how to use linkMode. Do you set it as a CMS portlet window

[jboss-user] [JBossWS] - How to control port name in generated WSDL

2007-02-27 Thread mikaelstaldal
How can I control the port name (wsdl:port name=xxx) in the WSDL generated by JBossWS? I always get name+Port, which is not what I want since I have to implement an already established interface. JBossWS doesn't seem to recognize the portName parameter to the JSR-181 @WebService annotation. Is

[jboss-user] [Security JAAS/JBoss] - Re: How to specify the principal and credentials from the cl

2007-02-27 Thread rtimucin
ksteo1 wrote : If you are using JAAS, make sure you have already obtained the LoginContext, before you do make the InitialContext. Otherwise, the security principal and credential will not get passed into the app server. | | Also, to do this, you have to enablie ClientLoginModule on both

[jboss-user] [JBoss jBPM] - Deploying jpdl processes to IBM Websphere application server

2007-02-27 Thread lakhsy
Hi, I would like to know if anyone over here has any experience with deploying jbpm jpdl processes to IBM websphere AS. Any links to documents or guides. thanks in advance. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023021#4023021 Reply to the post :

[jboss-user] [JBoss jBPM] - Workflow process visual rapresentation

2007-02-27 Thread paolodt
In my JBPM based application, I would like to show a visual representation of teh current status of a ProcessInstance (like the reference web console provided application). I see that the process .par file contains the processimage.jpg image, but hot to render the ProcessInstance status on it?

[jboss-user] [JCA/JBoss] - Re: Siebel Resource Adapter for JBoss

2007-02-27 Thread mandarkul
Another problem that I am facing is I can not see any evidence that close method of ManagedConnection is called upon server shutdown.I think it is an expected behavious as it will release the sockets held by the connection on the EIS server. We are getting SocketException after an

[jboss-user] [JCA/JBoss] - Re: ClassCastException while getting reference to Connection

2007-02-27 Thread mandarkul
Hi I am writing a custom Siebel Resource Adapter using JCA.I am facing a couple of difficulties. 1) I can not see my connection being returned back to the pool once the client invokes a close method on the connection object. 2) I can not see any evidence of close method of ManagedConnection

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Mapping of Oracle REF CURSOR in standardjbosscmp-jdbc.xml ?

2007-02-27 Thread rkhurana
Hi My program that runs outside the jboss environment opens a db connection using Jboss connection pool setting(data sources). It is able to execute sqls and stored procedures correctly. However if a stored procedure has output parameter defined as REF CURSOR, then it fails to execute that

[jboss-user] [JBoss jBPM] - Re: Deploying jpdl processes to IBM Websphere application se

2007-02-27 Thread estaub
Please search the forum before posting questions that have already been asked in the last few months. See http://www.jboss.com/index.html?module=bbop=viewtopict=88853 -Ed Staub View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023032#4023032 Reply to the post

[jboss-user] [JBoss Seam] - Re: About the new chapter Caching in documentation.

2007-02-27 Thread Seto
My misunderstanding or the mistake of the doc? It's like below before: @Name(chatroom) public class Chatroom { @In PojoCache pojoCache; public void join(String username) { try { Set userList = (Set) pojoCache.get(chatroom, userList); if (users==null)

[jboss-user] [JBoss Seam] - Re: LocaleSelector

2007-02-27 Thread baz
Hello, if you found the reason why, please inform me. I do have a similar problem with a command button. The action of the button is not triggered and i can not figure out why. Other buttons on the page work but this one don't. Ciao, Carsten View the original post :

[jboss-user] [JBoss Seam] - Re: Request4Advice: Defining ProcessInstance Var's in Pagefl

2007-02-27 Thread mgombocz
To whom it may concern. So, here's a solution (a few hours of sleep helped...): First of all here's my pageflow where I initialize and update two process variables named totalPages and currentPage: pageflow-definition name=createUser | event type=process-start | script |

[jboss-user] [JBoss Portal] - What is PortalNode in IPC

2007-02-27 Thread srinivasanj
What is PortalNode in IPC View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023040#4023040 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023040 ___ jboss-user mailing list

[jboss-user] [Remoting] - SSLHandshakeException when connecting to JNDI

2007-02-27 Thread Clarich
Hello, I have an issue with a Server, that is not registering correctly with an JNDI Server (I have this issue with sslsocket as well as with sslmultiplex). In my understandung a JNDI Server should not need to have a certificate all Servers need to trust. I this right? And if so, can anybody

[jboss-user] [JBoss Portal] - Re: What is PortalNode in IPC

2007-02-27 Thread [EMAIL PROTECTED]
A context, a portal, a page or a window View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023045#4023045 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023045 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: If you encounter a CMS bug that is a showstopper - Worka

2007-02-27 Thread [EMAIL PROTECTED]
hi- this bug should is fixed in portal-2.4 branch see here for details: http://jira.jboss.com/jira/browse/JBPORTAL-983 Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023048#4023048 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Problem with sending a mail using notify=

2007-02-27 Thread kukeltje
Could be, but I also see | 20:51:56,821 DEBUG [TaskInstance] assigning task 'Name band' to 'null' | in your logs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023053#4023053 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: multiple comparations

2007-02-27 Thread kukeltje
can you write a unittest for this? Ten I'll try to run it here and see if there is an explanation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023054#4023054 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023054

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-02-27 Thread kukeltje
look at the implementation of the webconsole the source IS open you know View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023051#4023051 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023051

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

2007-02-27 Thread kot.filemon
Hello, I'm new to jBPM, so forgive me silly question. How to get process instance's creator. I tried like this ProcessDefinition. | ?xml version=1.0 encoding=UTF-8? | | process-definition xmlns= name=vacationRequest | swimlane name=originator/ | start-state

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

2007-02-27 Thread kukeltje
- What is the behaviour you see? - What version of jBPM? - What does the debug output log? - create a unittest with embedded processdefinition - . View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023058#4023058 Reply to the post :

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

2007-02-27 Thread kot.filemon
continued, because I have pressed 'Enter' by accident. :) | context.setActorId(Actor.instance().getId()); | the Actor object is injected Seam component. getId() expression returns not null value. after process gets started I try to check jbpm_swimlaneInstance, which is always empty (I

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-02-27 Thread paolodt
ProcessImageTag.java ... I suppose .. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023060#4023060 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023060 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: Workflow process visual rapresentation

2007-02-27 Thread kukeltje
correct (out of the top of my head) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023061#4023061 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023061 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread grdzeli_kaci
sorry petemuir for my disturb :( i tryed it for a week and could not resolve this problem, i added ur jar file into build.xml file | copy todir=${war.dir}/WEB-INF/lib | fileset dir=${lib.dir} | include name=ajax4jsf.jar / |

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

2007-02-27 Thread kot.filemon
kukeltje wrote : - What is the behaviour you see? | I just check jbpm_swimlaneinstance. I look for a place in database where the login on creator is stored what is needed for quering all proccess instances started by given login. kukeltje wrote : | - What version of jBPM? |

[jboss-user] [JNDI/Naming/Network] - Re: Problem with JNDI/lookup

2007-02-27 Thread stepec
for those who may get in this situation, the problem solution is to add JAR libraries to project and it works. I don´t know why this is so messy at JBOSS. Why there is no single JAR, why I have to search the whole JBOSS dir for classes I´m missing? Damn god ... View the original post :

[jboss-user] [JBoss Seam] - Re: selectOneMenu and commandButton conflict

2007-02-27 Thread petemuir
h:selectOneMenu styleClass=font_style value=#{foo.application} Foo is the backing bean on which you wish to set the application property. It could be just #{application} - though I'm not sure how well this works on the whole. View the original post :

[jboss-user] [JBoss Seam] - java.lang.NoSuchMethodError: org.jboss.seam.core.Validation.

2007-02-27 Thread trouby
Hi, There's a problem with org.jboss.seam.core.Validation.validate method in seam ver 1.1.7 under Glassfish, following is the stack dump: |

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread [EMAIL PROTECTED]
So you guys don't have @Entity annotations on your entities? You are using .hbm.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023067#4023067 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023067

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread bsmithjj
have you managed to gain any new insight into this? Thanks, Brad Smith View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023068#4023068 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023068

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

2007-02-27 Thread kukeltje
This is only hibernate stdout, not jbpm debug output... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023073#4023073 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023073 ___

[jboss-user] [JBoss Seam] - Re: Seam Email - IllegalStateException: No Factories configu

2007-02-27 Thread petemuir
Sorry, I got quite a long way last night sorting out the example (which shows it) but didn't quite get there, hopefully tonight or if not, sometime on Thursday I'll have a testcase. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023077#4023077 Reply to the

[jboss-user] [JBoss Portal] - Re: If you encounter a CMS bug that is a showstopper - Worka

2007-02-27 Thread [EMAIL PROTECTED]
The failure to upload gif files happens in 2.6 Alpha 2. It isn't a size issue. The real issue is that there is a bug somewhere that puts the DB into an inconsistent state, and the only thing I can do is clean out the tables and reinit the CMS from scratch. Thanks anyway View the original post

[jboss-user] [JBoss.NET] - Invalid element in SomeException - message

2007-02-27 Thread bartvh
I recently upgraded from jboss-3.2.3 jboss.net to jboss-3.2.8SP1 jboss.net, and now I discovered an incompatibility between the latter and apache axis (1.4) clients. In apache axis, user exceptions thrown in the service methods do not have a 'message' element, while they do have this element in

[jboss-user] [JBoss Seam] - Re: 1.1.7RC1 CCE: org.jboss.seam.Model (also with CVS 1.2.0)

2007-02-27 Thread baz
Correct. But in intermediate step. Migrating to annotations. Is there a problem with .hbm.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023072#4023072 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023072

[jboss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodError: org.jboss.seam.core.Validat

2007-02-27 Thread [EMAIL PROTECTED]
NoSuchMethodError *always* means you have incompatible jars floating around. Upgrade all your jars. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4023083#4023083 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4023083

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

2007-02-27 Thread kot.filemon
I did a tail server.log -n | grep 'org.jbpm' to get only jbpm messages as I don't get anything for jbpm on stout. I hope they are the logs you have asked for. | 2007-02-27 15:59:33,872 DEBUG [org.jbpm.configuration.JbpmContextInfo] creating jbpm context with service factories '[message,

  1   2   3   4   >