[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-04-13 Thread bhps1203
[EMAIL PROTECTED] wrote : summer. | i have a problem in downloading exadel pro . it took me 2 days for downloading upto 96% then on third day i started downloading the rest but it is asking for authenication i gave my id and password it still dint resume why so . is there any solution to

[jboss-user] [JBoss Seam] - Re: Multiple datasources?

2007-04-13 Thread baz
marcosH would you be so kind to share your solution with me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036940#4036940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036940

[jboss-user] [EJB 3.0] - Re: User Principal in EntityListener

2007-04-13 Thread [EMAIL PROTECTED]
I do not always have access to FacesContext, the call might come from a webservice. Is there anything inherently wrong with creating a Stateless Session Bean that just returns the prinicipal and calling that from the EntityListener? View the original post :

[jboss-user] [JBoss Seam] - Re: Multiple datasources?

2007-04-13 Thread baz
marcosH would you be so kind to share your solution with me? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036942#4036942 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036942

[jboss-user] [JBoss Portal] - Re: Headerinjection in JBoss Portal 2.6 BETA 1

2007-04-13 Thread kthielma
Hi, after a lot of debbuging I found that properties of org.jboss.portal.theme.page.WindowResult never gets any value, so all ResonseProperties are lost and the HeaderContentTagHandler can't inject any content in header. Will this be fixed in the final release? View the original post :

[jboss-user] [JBoss Seam] - Re: problems when migrate navigation from faces-config.xml t

2007-04-13 Thread tangdazhu
Now i found that the wrong message can be displayed in the jsp pages, only when i used h:messages/ to get the global messages. if i don't add this tag, it won't disply. does it mean that the tag h:message for=password/ is not useful for seam? View the original post :

[jboss-user] [JBossCache] - Local cache without store

2007-04-13 Thread karnivas
Do i need to configure a jboss cache xml file for running the cache in LOCAL mode without store ? Is it be defaut in LOCAL mode ? Can I start the cache without specifying the cache-config.xml ? When i tried without the cache-config.xml file and specifying the CacheMode as LOCAL in

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread agusgr
Hi, I had the same problem. The eclipse designer don't create the files properly. I've found one error in your code: 1.- In PlanetService.bpel you have this line: bpws:import importType=http://schemas.xmlsoap.org/wsdl/; | namespace=http://planets.euArtifacts/ In this line, you only import a

[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

2007-04-13 Thread mputz
look at this wiki for a detailed description http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmOnTomcat (it's for MySQL but it's almost the same for MSSQL) what's wrong with your configuration is that you don't have any jdbc connection properties defined. These lines !-- JDBC connection

[jboss-user] [EJB 3.0] - Re: Question @Inheritance

2007-04-13 Thread pKraemer
Well, I'm new to EJB so now I'm a little bit confused. Is there any problem to use Inheritance.JOINED? I think, SINGLETABLE means all attributes in both entity beans are in one database table. But there is one table for users (parent entity) and one table for registered users (child entity).

[jboss-user] [JBoss/Spring Integration] - Spring Jboss and JMX integration

2007-04-13 Thread sundareshraju
Hi, Can anyone help me to setup my development environment, Containing JMX which uses Spring framework as its deployment descriptor in JBOSS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036950#4036950 Reply to the post :

[jboss-user] [JBoss Seam] - org.jboss.seam.core.timeZoneSelector not found

2007-04-13 Thread juerg.weilenmann
The doc of version 1.2.1.GA says that there is a org.jboss.seam.core.timeZoneSelector bean analogue to the localSelector bean. I can use the localSelector bean as described and a also see it in the debug page. But there is no timeZoneSelector bean. Any ideas? View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Starting failed java.sql.SQLException: User not found: S

2007-04-13 Thread junedkhan
Iam getting an error on ubuntu while starting Jboss server My system details hostname:SERVER hostname --fqd : localhost Iam using the following command to start jboss server on ubuntu sudo ./run.sh on directory [EMAIL PROTECTED]:/usr/local/jboss-4.0.5.GA/bin# When iam typing

[jboss-user] [EJB 3.0] - Re: [BUG] - Error during deployment

2007-04-13 Thread adamzrk
I build it with eclipse where java version is 5.0. Like I said earlier when I change import from javax.persistence.Entity to org.hibernate.annotations.Entity then deploy is successfull but no tables are generated in db. Regards Adam View the original post :

[jboss-user] [Beginners Corner] - JavaMail wthin EJB3 Jboss

2007-04-13 Thread mrchit_2000
Hello, I am trying to send an email from inside my EJB3 Session bean. I think I can just use JavaMail API that is claimed to be supported by JBoss application server, but I can't find any documentation or example how to configure and codes to send an email programmatically. Do I need to use

[jboss-user] [JBoss Messaging] - Re: Servlet as a topic listener

2007-04-13 Thread rolmovel
do you mean to create an mbean subscribing the queue and a servlet accessing the Mbean? thanks in advance... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036959#4036959 Reply to the post :

[jboss-user] [JBoss Seam] - Re: org.jboss.seam.core.timeZoneSelector not found

2007-04-13 Thread tazman
I think, it is not installed by default. You should install it using components.xml. tazman View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036962#4036962 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036962

[jboss-user] [JBoss Seam] - Re: Email and internationalization

2007-04-13 Thread tazman
Thanks Pete! With your latest CVS commits I now have all the email functionality I need. I can send sync/async mails, and the subject and body parts are correctly encoded in utf-8. Thanks again! tazman View the original post :

[jboss-user] [Clustering/JBoss] - Postpone EJB invocation until server is completely started

2007-04-13 Thread kkrivopustov
Hello I have the following problem with cluster: when a new cluster node starts up, session EJB3 components start to receive calls from RMI clients as soon as they are deployed, even if the server is not started completely yet. It raises some problems for us, because some application mechanisms

[jboss-user] [JBoss jBPM] - Re: Problem using mysql

2007-04-13 Thread mputz
Check your db schema if there is a JBPM_JOB table. If you upgrade from 3.1 to 3.2 look into the release.notes.html of the 3.2 package to see the necessary db schema updates. Regards, Martin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036964#4036964 Reply

[jboss-user] [JBoss Portal] - Re: Portal, A4J and RichFaces

2007-04-13 Thread [EMAIL PROTECTED]
I just know that it won't work out of the box, for the problems mentionned in the Wiki page. But AFAIK, no one really had the time to tacke the integration problem, it would be great if someone step up and identify those. (and fix ;) ) View the original post :

[jboss-user] [EJB 3.0] - How do I send an email inside an EJB3 Session Bean

2007-04-13 Thread mrchit_2000
Hello, Could someone give me an example or steps how to send an email from EJB3 session bean? Thanks a lot, Lngo View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036968#4036968 Reply to the post :

[jboss-user] [JBoss Seam] - Re: help on s:fileUpload

2007-04-13 Thread larseirik
Hi. I have tried to get the s:fileUpload going myself, but it seems i am not able to bind it to my field. Whenever i try to access my fileData binding it returns null as a value. I am using a sessionbean, but apart from that i do what you do. Any help is greatly appreciated View the original

[jboss-user] [JBoss AOP] - Re: Linking Aspect makes interception not working for a shor

2007-04-13 Thread waffels
ok, i have just the AspectManager to link and unlink the aspects: these are the methods i use to create and link the aspects public static void create(String aspect_id, String className){ System.out.println(create aspect-id=+aspect_id+ classname=+className);

[jboss-user] [EJB 3.0] - Security Annotations / Overriding annotations with deploymen

2007-04-13 Thread zetzioni
Hi, It's a couple of questions really, the first is security related, second is annotation related: 1. Is it possible (in a standard non JBoss specific) to use @RolesAllowed and the rest of role based annotations but someohow override the default container behavior (which in JBoss is the

[jboss-user] [JBoss Seam] - Re: Seam and 3rd party EJB

2007-04-13 Thread Sammy8306
Anybody with ideas on this? I would like to use my EJB3 entities as well, without having to alter their source by adding a @Name (or other) annotation. Is this possible? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036973#4036973 Reply to the post :

[jboss-user] [JBoss Seam] - Initialization code

2007-04-13 Thread Sammy8306
Well, my first steps with seam are succesful. However, I'm wondering how I should add code that should only run (once) at the initialization of the web-app. My first idea was to create an application scoped component, auto-create set to true and to put the code in the constructor. However,

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread rainstar79
Hi agusgr, THANK you for your reply!!! I will check it out right now and post my results. Thanks for the hint that I posted the same code twice, so here is the code for PlanetsServiceArtifacts.wsdl | ?xml version=1.0 encoding=UTF-8? | definitions

[jboss-user] [EJB 3.0] - Re: NOT NULL columns with a DEFAULT

2007-04-13 Thread oskar.carlstedt
Hi!! Dtabase columns that are not part of the used implementation (not mapped by properties in the class) are not exposed in the SQL statement to the database - which is exactly what I want (the database shall set this value, not the sql statement). Regards Oskar View the original post :

[jboss-user] [JBoss jBPM] - Re: Process starting permission

2007-04-13 Thread kukeltje
currently it is indeed as you describe. Sorry for that inconvenience. I do not even know if there is a jira issue for improving this. I'd appreciate it if you could check and file one if none is present View the original post :

[jboss-user] [JBoss Seam] - Re: handling exceptions

2007-04-13 Thread Sammy8306
+1 on this... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036979#4036979 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036979 ___ jboss-user mailing list [EMAIL PROTECTED]

[jboss-user] [JBoss jBPM] - hwo to create and register own Node to jbpm ?

2007-04-13 Thread Cyberrider
hi, I want to create a custom Node and register it to jbpm. my new node is derived from TaskNode, because i want dynamically create tasks depend on variables in map of context. the following steps i have done but my junit tests do not work. 1. create new java class derived from tasknode. only

[jboss-user] [JBoss Seam] - Security and pageflows in SEAM 1.2.1GA

2007-04-13 Thread rhardy5014
Hi, I am in the process of migrating an application from SEAM 1.1.6GA to 1.2.1GA and I am having a problem with the security configuration in my application. I use pageflows, with the transition in question being the login transition in the code below: | start-page name=login

[jboss-user] [JBoss Messaging] - Re: Messaging Persistence and Multiple JBoss Instances

2007-04-13 Thread rtm333
Tim, Thanks for your reply. Actually, we do not give any unique ids to the server instances. Where and how could this be done? To clarify, I'm not talking about some form of clustering. We are using several independent instances of JBoss, that are mapped to different ports by the

[jboss-user] [JBoss Seam] - Re: Initialization code

2007-04-13 Thread petemuir
Create an Application scoped component annotated with @Startup and with a @Create method View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036985#4036985 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036985

[jboss-user] [JBoss jBPM] - Re: own beans

2007-04-13 Thread fuligj
I have compiled the file User.java: | package org.jbpm.webapp.bean; | | public class User | { | String firstName; | String lastName; | String phone; | String email; | | public User() | { | } | | public void setFirstName(String

[jboss-user] [Messaging, JMS JBossMQ] - automatic creation of Topic for Session Bean

2007-04-13 Thread overlordEX
Hello, Is it possible to have the JBoss AS automatically create a JMS Topic or Queue when one is defined in a Session Bean's XDoclet tags (like what happens for MDBs)? I tried it with the following tags in a Session Bean: * @ejb.resource-env-ref name=jms/ClientCommunication

[jboss-user] [JBoss Seam] - Re: Domain design with EJB3 and Seam

2007-04-13 Thread c_inconnu
anonymous wrote : | Looks like you have #{user.password} somewhere... If you have a UIInput component with a valuebinding onto a property then it needs both public getters and setters. Post your JSF if your unsure on this. | I finally found what was wrong: I indeed left #{user.password}

[jboss-user] [JBoss Seam] - Re: Initialization code

2007-04-13 Thread Sammy8306
Thanks! One problem though | @Startup | public class PopulateDB | { |@In |private EntityManager em; | |@Create |public void populateDB(){ | em.beginTransaction(); | CreateTestData.createData(em); |} | } | Leads to this exception:

[jboss-user] [JBoss Seam] - More form buttons and validation

2007-04-13 Thread miloslav.vlach
Hi all, I have one question: I would like to have one form with some form fields. More of them are validated. In same form I would have one form field without validation. That all is ok, but: in form i would have 2 buttons - one classic Save and second Add attachement which upload the file

[jboss-user] [JBoss Seam] - Re: Domain design with EJB3 and Seam

2007-04-13 Thread petemuir
You need to use the facelets SKIP_COMMENTS parameter in web.xml to ignore comments View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036996#4036996 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036996

[jboss-user] [JBoss Seam] - Re: More form buttons and validation

2007-04-13 Thread petemuir
Using two forms is the simplest way to do this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036997#4036997 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036997 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Initialization code

2007-04-13 Thread Sammy8306
Oops, the em.beginTransaction() should not be there in the code block above (why can't I edit my posts?) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4036998#4036998 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4036998

[jboss-user] [JBoss jBPM] - Re: Process starting permission

2007-04-13 Thread yoyoyoyo
We have discussed a similar issue in the following thread: http://www.jboss.com/index.html?module=bbop=viewtopict=105021 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037000#4037000 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: hwo to create and register own Node to jbpm ?

2007-04-13 Thread kukeltje
look in the wiki, there is a real good example of this View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037005#4037005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037005 ___

[jboss-user] [JBoss Seam] - add my own interceptor with problems

2007-04-13 Thread tangdazhu
1.I want to add my own login interceptor in my application,the following is my interceptor class public class LoggedInInterceptor { @Logger private Log log; @AroundInvoke public Object checkLoggedIn(InvocationContext invocation) throws Exception { boolean isLoggedIn =

[jboss-user] [JBoss jBPM] - Re: process versioning + swimlane with pooledActors

2007-04-13 Thread kukeltje
hmmm... afaik, because of the way hibernate works, you cannot read a pd, update it programatically and deploy it as a new version. The way you do it now, you not only deploy a new processdefinition, but also update the current one (or maybe only update the current one). Try working with 2

[jboss-user] [JBoss Seam] - duplicate factory for: actor

2007-04-13 Thread grdzeli_kaci
can anybody tell me why this exception occured during deployment of some projects. when i got this error cant resolve this problem any time, i got this error after some change into my project :(, in the stacktrace i cold not find any information about problem full stack trace : |

[jboss-user] [JBoss Portal] - Access userPrincipal from Servlet

2007-04-13 Thread taprogge
Hi! I am trying to implement a file download function inside a portlet, i.e. a link inside the portlet that will provide the user with a file. I am using a Servlet to handle the download because I have to pull the file from the database first. Is there any way to access the portal's

[jboss-user] [Management, JMX/JBoss] - getting a Controller

2007-04-13 Thread [EMAIL PROTECTED]
I am trying to get a Controller to call: IncompleteDeploymentsBuilder.build(mainDeployer, controller); What should I do to get the controller. I have tried: +++ MBeanServer server = MBeanServerLocator.locateJBoss(); Kernel kernel = (org.jboss.kernel.Kernel)

[jboss-user] [EJB/JBoss] - Re: Dependency injection @EJB throws NullPointerException

2007-04-13 Thread timony
nobody knows? Damn :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037011#4037011 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037011 ___ jboss-user mailing list [EMAIL

[jboss-user] [JBoss jBPM] - jbpm-3.2.GA incompatibility with jboss-4.2.CR1

2007-04-13 Thread kiwu2201
Hi everyone! I am trying to deploy the jbpm-enterprise.ear file to a JBoss-4.2.CR1 and run into an incompatibility problem with JSF. It seems that the AS uses a different JSF implementation than the jbpm-console included in the ear file. | 10:26:49,234 INFO [EJBDeployer] Deployed:

[jboss-user] [JBoss jBPM] - What can be done with jBPM?

2007-04-13 Thread cahimoped
Hi, I'm currently watching different workflow engines trying to understand what sort of things can be done with them. I think I got the whole picture now but I'm looking for some details, some things I may have missed, some none visible or maybe still badly documented features... etc. So if

[jboss-user] [JBoss jBPM] - Re: Designer alpha version - eclipse updates required?

2007-04-13 Thread [EMAIL PROTECTED]
I did not test it yet on Eclipse 3.2.0. First trying to get the features implemented ;-) The list of correct Eclipse drivers is included in the manifest file of the plugin. It is indeed a good suggestion to mention them in the release notes. Only problem is that this is again a thing that could

[jboss-user] [JBoss jBPM] - Re: hwo to create and register own Node to jbpm ?

2007-04-13 Thread Cyberrider
hmm, okay thanks. but is there a possibility to add a new tasknode without to change database and XMlReader ? my TaskNode does not have an additional elements, only override execute() methode. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037016#4037016

[jboss-user] [JBoss jBPM] - Re: Process folder Missing

2007-04-13 Thread [EMAIL PROTECTED]
The GPD tutorial is *very* out of date. You should not rely on it too much and only read it to get an idea. Try to use the online demo (which is also out of date in the meantime). Regards, Koen View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037017#4037017

[jboss-user] [JBoss jBPM] - Re: jbpm-3.2.GA incompatibility with jboss-4.2.CR1

2007-04-13 Thread mputz
My guess is that it will require some configuration changes to work, because starting with JBoss 4.2 MyFaces is not longer the default JSF provider: http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithJSFCDDL http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss5AndMyFaces If I have some time I'll give

[jboss-user] [JBoss jBPM] - Re: 3.2 scheduler in ear

2007-04-13 Thread [EMAIL PROTECTED]
try increasing the duedate. i suspect that the ejb timer service doesn't execute timers that are scheduled for the past. at 10:46:39,984 you schedule a timer for 10:46:39,983 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037019#4037019 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Invoking a service bean in a different node

2007-04-13 Thread kkrivopustov
You can lookup MBeanServerConnection in JNDI of a server you wish to invoke, and then execute MBeanServerConnection.invoke() View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037023#4037023 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: how to find all process definitions related to a user

2007-04-13 Thread yoyoyoyo
Hi Ronald, According to your request in thread http://www.jboss.com/index.html?module=bbop=viewtopict=106313 I checked the jira and found nothing related. So I filed one: http://jira.jboss.com/jira/browse/JBPM-952 View the original post :

[jboss-user] [EJB/JBoss] - Static field volatile

2007-04-13 Thread gienasek
Hello. I was under an obligation do session bean which method generate unique identifier ( timestamp (mmddhhmmss) + counter). I store last value identifier in database and use strict locking condition (db) - this way I'm sure that it is unique. I'm looking for more efficient way for

[jboss-user] [JBoss jBPM] - Transition problem on timer

2007-04-13 Thread mauroarc
Hi, i have problem with timer on a task-node A task-node name=A /task-node When taskInstance A is active and duedate expires i would like transition to task B, but i have this strange behaviour: -a new taskInstance B is created and is ok - task instance A is still active and this

[jboss-user] [JBoss Messaging] - Facelift to project page

2007-04-13 Thread timfox
Hi All- I have done a minor facelift to the project page - I think it's a bit clearer now and more accurately reflects the current state of affairs. http://labs.jboss.com/portal/jbossmessaging/?prjlist=false If anyone out there has more web design talent to than me and once to jazz if up

[jboss-user] [JBoss Messaging] - Re: Servlet as a topic listener

2007-04-13 Thread rolmovel
Finally I had to deploy the web application in a standalone tomcat. It seems to work... But, what´s happening with jboss? Why can´t do that in the embeded tomcat? Perhaps a bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037036#4037036 Reply to the post

[jboss-user] [JBoss Seam] - Re: conversations, nested conversations

2007-04-13 Thread kooudy
Another question: It is possible to acquire parent conversation (within nested conversation) and set viewID? Something like this: Conversation c = Conversation.instance(); | c.getParent().setViewId(/detail.jsp); I don't know how to get parent conversation. I need to return from nested

[jboss-user] [JBoss jBPM] - Re: Can't deploy my BPEL process to jBPM BPEL 1.1 Beta3

2007-04-13 Thread rainstar79
you are right agusgr, now I got the following error message: | 11:53:35,448 ERROR [[processDeployServlet]] Servlet.service() for servlet proces | sDeployServlet threw exception | org.jbpm.jpdl.JpdlException: [[ERROR] PlanetsService.bpel port type of first rol | e not found

[jboss-user] [JBoss Seam] - h:selectManyListbox Creating problem

2007-04-13 Thread m.shinde
Hi I used h:selectManyListbox in the JSF and I am able to see list of groups in the list box. But when I select one or more than one groups I am not able to get those values in the seam - Ejbs Action class. E.g JSF Code h:selectManyListbox value=#{register.gruppen} id=gruppen

[jboss-user] [JBoss Messaging] - Re: Servlet as a topic listener

2007-04-13 Thread timfox
Firstly I agree with genman that what you're trying to do sounds like an awful hack. I also notice from your stack trace that you're using the JMS JCA resource adapter which is normally available at java:JmsXA when inside the app server. The resource adapter is correctly noticing that you're

[jboss-user] [JBoss Messaging] - Re: Messaging Persistence and Multiple JBoss Instances

2007-04-13 Thread timfox
rtm333 wrote : Tim, | | Thanks for your reply. | | Actually, we do not give any unique ids to the server instances. Where and how could this be done? | | | This is done in messaging-service.xml: | constructor | !-- ServerPeerID -- | arg type=int

[jboss-user] [JBoss jBPM] - Re: process versioning + swimlane with pooledActors

2007-04-13 Thread kukeltje
I think the api does deploy a new process, but you modify a processdefinition and when the context is closed, it is saved, so the one you retrieve is modified in addition to deploying a new one. Maybe you should make a kind of deep copy before modifiing and saving that. View the original

[jboss-user] [Management, JMX/JBoss] - Re: getting a Controller

2007-04-13 Thread alesj
What about if you try this kernel name: |/** The default kernel name */ |static final String KERNEL_NAME = jboss.kernel:service=Kernel; | But I think this is what your problem falls in: - http://www.jboss.com/index.html?module=bbop=viewtopict=105189start=10 Maybe the only

[jboss-user] [JBoss Messaging] - Re: Servlet as a topic listener

2007-04-13 Thread rolmovel
thanks for your comments, but do you know a better way to push data from server to browsers? Tahnks in advance... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037049#4037049 Reply to the post :

[jboss-user] [Beginners Corner] - Re: JSP Bean/Servlets

2007-04-13 Thread fuligj
I tried, but it dosen't work, just put the class file in WEB-INF\classes. I tried to edit faces-config.xml but in this case the server dosen't boot up. See http://www.jboss.com/index.html?module=bbop=viewtopict=106327. Thanks. View the original post :

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ becomes dead slow after few minutes

2007-04-13 Thread swany
Shantanu Did you ever find the cause of this? We are currently experiencing this very phenomenon. I'm pretty much stuck after extensive research. I'd really appreciate any solution you might have found. If I run across anything, I'll let you know. Thanks Mark View the original post :

[jboss-user] [Performance Tuning] - Monitoring sessions

2007-04-13 Thread zambak
Hi Can anyone tell me if it is possible to monitor user sessions (current, max, etc, etc) via either jmx or web console? Thanks Z View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037054#4037054 Reply to the post :

[jboss-user] [Performance Tuning] - Clustered JBoss with Cisco Content Switch

2007-04-13 Thread zambak
Hi We have a setup where 2 JBoss servers are set up in the cluster with Cisco Content Switch (CSS) in front performing load balancing with sticky session and keepalives. Servers host multiple web application using virtual host names. weabpp1.mydomain.org webapp2.mydomain.org etc, etc... In

[jboss-user] [Messaging, JMS JBossMQ] - Re: Multiple Destination Mgr and Pesistence Managers

2007-04-13 Thread [EMAIL PROTECTED]
The blind continue to lead the blind. :-) http://www.jboss.com/index.html?module=bbop=viewtopict=104237 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037056#4037056 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037056

[jboss-user] [JBossCache] - TimeoutException occuring on one node of jboss cache

2007-04-13 Thread raghavendray
hi, we are facing a problem with jboss cache which is running on 4 nodes with Websphere Application server 5.0.2. One of the nodes gives the following error. [2007-04-12 15:22:38,369] [WARN ][org.jboss.cache.interceptors.ReplicationInterceptor#390] - runPreparePhase() failed. Transaction is

[jboss-user] [JBoss Portal] - basic problem with creating new portal

2007-04-13 Thread mohan_chaudhari
Hi, I am new to portlets. I download jboss-portal-2.6-BETA1 + AS. As per referenceGuide i tried example foe HelloWorldPortal. To create new new portal i change portal name myPortal /portal namein HelloWorld-portal.xml now i can access it with url

[jboss-user] [JBoss Seam] - Validation messages

2007-04-13 Thread nstoddar
How much customization is possible in Seam for annotated Hibernate validations? I read the documentation, so I know that I can change the resource key to have a separate message rendered on the screen. My problem is this: in some cases I want a message Contact first name is required., but in

[jboss-user] [JBoss jBPM] - Re: jbpm-3.2.GA incompatibility with jboss-4.2.CR1

2007-04-13 Thread [EMAIL PROTECTED]
In order for this to work, you must remove the following JARs from the console WAR within the EAR: el-api.jar el-ri.jar jsf-api.jar jsf-impl.jar Then it *should* work as expected. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037061#4037061 Reply to the

[jboss-user] [JBoss Portal] - Re: Portal, A4J and RichFaces

2007-04-13 Thread smoyer
Okay ... I'll dig into it over the next couple of weeks. I think this has the potential to be a great way to develop! (great modularity ... portal pages made of portlets made of JSF components). If it looks promising, I'll need a branch to check the classes into (I'm thinking we'll need an

[jboss-user] [JBoss Portal] - Re: Portal, A4J and RichFaces

2007-04-13 Thread [EMAIL PROTECTED]
Have a ook at the very latest of JBoss Portal (trunk from SVN) that has some Ajax support. (Window refresh) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037063#4037063 Reply to the post :

[jboss-user] [JBoss Seam] - Re: duplicate factory for: actor

2007-04-13 Thread [EMAIL PROTECTED]
This is typically a symptom of incorrectly configured classloaders. Make sure that the jboss-app.xml in each of your deployed applications has a unique classloader name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037064#4037064 Reply to the post :

[jboss-user] [JBoss Seam] - Re: h:selectManyListbox Creating problem

2007-04-13 Thread petemuir
You should use the s:selectItems and s:convertEntity in Seam 1.2.1 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037065#4037065 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037065

[jboss-user] [JBoss jBPM] - Re: own beans

2007-04-13 Thread fuligj
server log:at $Proxy0.start(Unknown Source) | at org.jboss.system.ServiceController.start(ServiceController.java:417) | at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) |

[jboss-user] [JBoss jBPM] - jbpm-liferay integration(in creating time like defintion)

2007-04-13 Thread ganeshbivu
Hi, I am ganesh here,iam facing with this error entering my xml file in textarea (in definition textarea).Thsi is the error showing: An error occured while parsing my xml.please check the syntax of my xml. ?xml version=1.0 encoding=UTF-8? process-definition

[jboss-user] [Messaging, JMS JBossMQ] - Re: JBossMQ becomes dead slow after few minutes

2007-04-13 Thread [EMAIL PROTECTED]
Here's a new FAQ, it's really just a collection of other FAQs all in once place: http://wiki.jboss.org/wiki/Wiki.jsp?page=TuningJBossMQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037068#4037068 Reply to the post :

[jboss-user] [JBoss jBPM] - jbpm-liferay integration(in creating time like defintion)

2007-04-13 Thread ganeshbivu
Hi, I am ganesh here,iam facing with this error entering my xml file in textarea (in definition textarea).Thsi is the error showing: An error occured while parsing my xml.please check the syntax of my xml. ?xml version=1.0 encoding=UTF-8? | | process-definition |

[jboss-user] [JBossWS] - SoapBodyImpl, JDK5 and JDom

2007-04-13 Thread wilth
Hello, I recently tried to upgrade from JDK 1.4 to JDK 5 (we are talking Jboss 4.0.5) but I'm having trouble with the following piece of code: | org.jdom.Document doc = new org.jdom.Document(); | org.jdom.Element root = new org.jdom.Element(inputData); | doc.setRootElement(root); |

[jboss-user] [JBoss Seam] - Re: conversations, nested conversations

2007-04-13 Thread kooudy
Another question:) How to acquire parent conversations pageflow, seam component: Pageflow.instance(); returns pageflow for actual conversation. Need to reposition for parent pageflow. Thanks View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037072#4037072

[jboss-user] [JBoss jBPM] - jbpm-liferay integration(in creating time like defintion)

2007-04-13 Thread ganeshbivu
Hi, I am ganesh here,iam facing with this error entering my xml file in textarea (in definition textarea).its showing invalid xml file. Thsi is the error showing:This is the code how can i solve tell me the way. An error occured while parsing my xml.please check the syntax of my xml.

[jboss-user] [JBossCache] - Re: Local cache without store

2007-04-13 Thread [EMAIL PROTECTED]
Yes, it defaults to LOCAL. You can simply | TreeCache cache = new TreeCache(); | cache.startService(); | If you want to change some property, just call its setter. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037073#4037073 Reply to the post :

[jboss-user] [JBoss Portal] - ActionRequest setAttribute

2007-04-13 Thread engela
According to the JSR 168 Spec PLT 11.1 PortletRquest Interface, Section PLT 11.1.13 anonymous wrote : Request attributes are objects associated with a portlet during a single portlet request. Request attributes may be set by the portlet or the portlet container to express information that

[jboss-user] [JBoss Portal] - Re: an error about the

2007-04-13 Thread linnpan
oh, that is to say, i need to create files myself including portal-themes.xml,portal-layouts.xml,portal-renderSet.xml,portal-strategies.xml,etc. ? thank you View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037075#4037075 Reply to the post :

[jboss-user] [JBossCache] - Re: TimeoutException occuring on one node of jboss cache

2007-04-13 Thread [EMAIL PROTECTED]
This log indicates the node did not get a response from another node, toledo:39243. You need to figure out why not. In your configuration, make sure your SyncReplTimeout is a few seconds longer than LockAcquisitionTimeout. This may not solve your problem, but if toledo:39243 isn't replying

[jboss-user] [JBoss Portal] - Re: what is it?

2007-04-13 Thread linnpan
oh, i see, thank you. i will try it again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037077#4037077 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037077 ___ jboss-user

[jboss-user] [JBoss Portal] - Re: an error about the

2007-04-13 Thread [EMAIL PROTECTED]
if you want to create a theme yes. If you are using the default themes you don't need those View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037078#4037078 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037078

[jboss-user] [JBoss jBPM] - Re: Cannot get JBPM + MSSQL to run together!

2007-04-13 Thread pjodev
thank you! I knew I just needed another set of eyes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4037079#4037079 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4037079 ___

[jboss-user] [JBoss Seam] - Can't remote to session bean instance in server initiated co

2007-04-13 Thread JohnEChesher
I have a stateful session bean in conversation scope and reach a page that is within that conversation/scope. from that page, I make a remote call to the bean, but it is getting a new instance of the bean. Before the remote call, if I make a remote call to get the conversation ID, it is null.

  1   2   3   >