[jboss-user] [JBoss Messaging] - JMSMessageID in Messaging cluster

2007-08-31 Thread beve
Hi, we have been using the JMSMessageID to correlate messages in our applications. For example, a client posts a message to the provider and stores the message id. The recieving application will then set the reply message's JMSCorrelationID to the JMSMessageID. With JBossMessaging 1.4.0.CR1

[jboss-user] [JBoss Portal] - pointing portalds of jboss portal 2.6 to Ingres

2007-08-31 Thread advaittrivedi
I have jboss portal 2.6.1_GA i want to use Ingres as database for portal. I have put in place ingres-ds.xml, portal-ingres-ds.xml, ingres-jdbc2-service.xml, ingres-jdbc-state-service.xml and i have removed similar files that were already in place, I am getting this exception when i start jboss

[jboss-user] [JBoss Seam] - Re: How to pass a variable to a Seam action in a Jbpm proces

2007-08-31 Thread chawax
It's a shame :( So I will have to do it another way for the moment. One more question on integration between JBPM and SEAM : I put @CreateProcess annotation on a method in a Seam component to create a process instance. How can I do (if possible) to set a process instance variable from my Seam c

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread wise_guybg
Zdravei, It's reasonable to think that the skin initialization takes place at application start up. Besides, setting a context-param with a bean (user) in a scope other than application or session looks strange to me. This is an initialization parameter after all. I suppose that org.ajax4jsf.

[jboss-user] [JBoss Portal] - Re: pointing portalds of jboss portal 2.6 to Ingres

2007-08-31 Thread [EMAIL PROTECTED]
Seems like Ingres dialect cannot be automatically found by Hibernate, you will have to force it, please see the documentation, if i remember well there is a small section about it View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079854#4079854 Reply to the pos

[jboss-user] [JBoss Portal] - Re: pointing portalds of jboss portal 2.6 to Ingres

2007-08-31 Thread advaittrivedi
Thanks Thomas, By documentation, you mean Hibernate documentation? or JBoss documentation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079855#4079855 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079855

[jboss-user] [JBoss jBPM] - Re: Dynamic due date in timer

2007-08-31 Thread kukeltje
maybe since it currently is kind of static, it is only realy created when saving this specific node. Look in the source (it is open and free) to see if that is the case View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079856#4079856 Reply to the post : http:/

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread amitev
Hi dude! The a4j skinability is dymanic, the skin is initialized at the beginning of each request and the skin name is taken from the expression you specify in web.xml. I saw this on this tutorial from exadel [1]. [1] http://www.exadel.com/EVCPTutorial/EVCPGSskinability.pdf View the original po

[jboss-user] [JBoss Portal] - Re: pointing portalds of jboss portal 2.6 to Ingres

2007-08-31 Thread [EMAIL PROTECTED]
JBoss Portal Reference Guide (and maybe Hibernate for the name of the dialect) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079859#4079859 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079859

[jboss-user] [JBoss Seam] - WS encoding

2007-08-31 Thread nickarls
The seam manual is a little sparse on the WebServices chapter so, Where do you set the encoding for the web services when deployed through seam? I get the "Invalid byte 2 of 2-byte UTF-8 sequence" when I have non-UTF-8 chars in my methods or objects View the original post : http://www.jboss.co

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread wise_guybg
The bean they specify in the pdf is session scoped: | infoBean | sample.InfoBean | session | | skin | classic | | The expression you specify in web.xml must point to a session bean. Your user bean will not be initialized at login I s

[jboss-user] [JBoss Seam] - Re: Multiple injection of the same type

2007-08-31 Thread braddm7
Thanks, I'll try with: @Roles([EMAIL PROTECTED](name="suppAddress", scope=EVENT),@Role(name="buyAddress", scope=EVENT)}) on the entity bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079865#4079865 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: How to pass a variable to a Seam action in a Jbpm proces

2007-08-31 Thread damianharvey
If you use @CreateProcess the process will be started when the method finishes assuming a non-null outcome. You can outject a variable into the Business Process context like this:@Out(scope=ScopeType.BUSINESS_PROCESS) Mybean myBean; If you set the value of myBean in the method that is annotated

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread amitev
Right. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079869#4079869 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079869 ___ jboss-user mailing list jboss-user@li

[jboss-user] [EJB 3.0] - Re: EAR Scoped PersistenceUnit

2007-08-31 Thread mzeijen
I discovered that in AS 4.2 with a JEE5 application.xml file all normal jars in the Lib process are added to the classpath but the file containing the persistence.xml needs to be added to the application.xml as a java module. I also found a workaround for my Global persistence unit. By using som

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread wise_guybg
Thanks for sharing: EVCPGSskinability.pdf - "Modifying the Skin Dynamically" I didn't know about this feature until now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079874#4079874 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss AOP] - Re: Pointcuts for system classes?

2007-08-31 Thread [EMAIL PROTECTED]
We don't allow weaving of system classes, however you could use caller pointcuts which weave the caller View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079875#4079875 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=407987

[jboss-user] [JBoss Seam] - Re: faces messages

2007-08-31 Thread [EMAIL PROTECTED]
Just move the h:messages component into richfaces dialog. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079876#4079876 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079876 _

[jboss-user] [JBoss Seam] - Re: faces messages

2007-08-31 Thread damianharvey
If you mean in the rich:modal then I can't see why not. You'll need some way to start the modal eg. via javascript but it's do-able. Are you doing this via ajax or standard HTTP request? Cheers, Damian. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079877

[jboss-user] [JBoss Seam] - How to get EntityManager without @In?

2007-08-31 Thread gothmog
Hi, I have a private thread running inside an application scoped component that wakes up every 5 secs and does some housekeeping work. It needs access to an EntityManager. The @In is unreliable the em is always null. So I tried this: | EntityManagerFactory emf = Persistence.createEntityMa

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread wise_guybg
Try Component.getInstance("entityManager", true) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079880#4079880 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079880 ___ jboss-

[jboss-user] [EJB/JBoss] - Thread.getContextClassLoader() and scoped classloading

2007-08-31 Thread be326814
I found an issue with the proposed way to access the current classloader. The wiki and this forums always tell to use: Thread.currentThread().getContextClassLoader().loadClass("package.className"); For most cases that is the right way to do it, exept in the following senario. 2 Distinct EARs, bo

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

2007-08-31 Thread atao
| | but without localization or any attribut other attribute as "pattern" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079882#4079882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079882

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread amitev
I guess that seam should integrate richfaces skinability View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079883#4079883 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079883 __

[jboss-user] [JBoss Seam] - multiples components.xml files

2007-08-31 Thread fphilip
Hi, anyone know if exists way to configure multiples modules? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079884#4079884 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079884 _

[jboss-user] [JBoss Seam] - Re: Problem with Seam mail

2007-08-31 Thread robin.hultman
I have tried all sorts of workarounds to make my implementation as close to the seam-mail example but I still have this issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079885#4079885 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [Clustering/JBoss] - How to configure JGroups on hosts with redundant network lin

2007-08-31 Thread mkrzemien
In our production environment all hosts have duplicated network links. It is intended to protect from single link failure. Does anyone have any example / best practices how to configure JGroups for proper work in such environment? (So that JGroups works fine despite a single link failure). We m

[jboss-user] [JBossCache] - How to configure JGroups on hosts with redundant network lin

2007-08-31 Thread mkrzemien
In our production environment all hosts have duplicated network links. It is intended to protect from single link failure. Does anyone have any example / best practices how to configure JGroups for proper work in such environment? (So that JGroups works fine despite a single link failure). We m

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread gothmog
Good idea, I tried it but got | 21:11:46,928 ERROR [STDERR] Exception in thread "Thread-21" | 21:11:46,928 ERROR [STDERR] java.lang.IllegalStateException: No application context active | 21:11:46,928 ERROR [STDERR] at org.jboss.seam.Component.forName(Component.java:1690) | 21:1

[jboss-user] [JBoss Portal] - Re: how to enable drag and drop on a new portal

2007-08-31 Thread tellarsrinivasprabhu
Thats right. However DnD (without persistence) for any portal is always good to have as any user (who does not have an account) will be able to arrange the portlets as he likes. Especially when there are many portlets in a page he can arrange the portlets so that ha can view required informati

[jboss-user] [JBoss jBPM] - about Jbpm scheduler

2007-08-31 Thread rekyll
Hello ! I have a problem about Jbpm scheduler. My process definition file is: | .. | | | | | | | | | .. | My jbpm.cfg.xml is like this: |

[jboss-user] [Clustering/JBoss] - Re: How to configure JGroups on hosts with redundant network

2007-08-31 Thread [EMAIL PROTECTED]
#1 You want to uncomment FD, as pull-the-plug scenarios are not detected by FD_SOCK alone #2 Although JGroups can send and receive multicasts on multiple network interfaces, it still have a unicast socket which defines the member's address, and is bound to a single interface (e.g. eth0). If you

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread [EMAIL PROTECTED]
An SMPC is in the conversation scope always as the ManagedPersistenceContext component is annotated @Scope(CONVERSATION). Anyway, look at ContextualHttpServletRequest for how to set up and tear down the context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[jboss-user] [JBoss jBPM] - Re: about Jbpm scheduler

2007-08-31 Thread rekyll
My environment: IDE: IntelliJ IDEA 6.0.4 JDK: 1.6.0_02 DB: MySQL 5.0.41 Jbpm: 3.2 GA Spring: 2.0.6 Spring-modules: 0.8 Hibernate: 3.2.4 Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079903#4079903 Reply to the post : http://www.jboss.com/index.

[jboss-user] [EJB 3.0] - AnnotationException: xxx not mapped to a single property...

2007-08-31 Thread ttrepper
Hi all, i get the following AnnotationException, and i don´t know why? SQL: | CREATE TABLE Party ( | PartyID BIGINT DEFAULT nextval('seq_PartyID') NOT NULL, | DateAdded TIMESTAMP DEFAULT current_timestamp, | ActiveUntil TIMESTAMP, | CONSTRAINT PK_Party PRIMARY KEY

[jboss-user] [JBoss Seam] - Re: multiples components.xml files

2007-08-31 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/latest-2.0/reference/en/html/xml.html#d0e3530 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079907#4079907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079907 __

[jboss-user] [JBoss Seam] - Question about messasges component

2007-08-31 Thread amitev
Hi! #{messages.param} is working fine, but #{messages[param]} isn't. Idea if the second is/will be supported by seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079908#4079908 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [EJB 3.0] - Acegi integration in JBoss

2007-08-31 Thread [EMAIL PROTECTED]
Dear Sir I am facing problem in Acegi integration with JBOSS. I have successfully used acegi with servlets using Tomcat 6. In my servlets based application I used following configurations in tomcat. Acegi Filter Chain Proxy org.acegisecurity.util.FilterToBeanProxy targetClass org.acegisecurity

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread wise_guybg
Did the SkinBean do the job? If you can use it, there is no need for Seam to get involved. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079910#4079910 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079910 ___

[jboss-user] [JBoss Seam] - Re: Question about messasges component

2007-08-31 Thread [EMAIL PROTECTED]
#{messages['param']} View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079912#4079912 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079912 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread amitev
The purpose of SkinBean (#{a4jSkin}) is quite different. I just need a skin changer with cookie support :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079913#4079913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=407

[jboss-user] [JBoss Seam] - Re: Question about messasges component

2007-08-31 Thread amitev
Hi Pete! I want to pass bean property to the messages, like #{messages[user.type]}. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079914#4079914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079914 __

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread nhieb
Why don't u use EJB3 timers? You can create timer that will do ur "housekeeping" work, and it will survive redeploys and server shutdown. Besides, in this case EM will be accessible automatically. try something like this @Stateless | @Name("jobsTimer") | public class JobsTimerIMPL implement

[jboss-user] [JBoss jBPM] - event management

2007-08-31 Thread orochimaru19860000
Hello everybody Still with jbpm and its headackes :-) I'm trying to add this time to add event listners to my control. but I m still didnt succeeded. here is a code that I tried. the bean: | import javax.faces.event.ValueChangeListener; | public class test { | | private String fna

[jboss-user] [JBoss Seam] - Re: Question about messasges component

2007-08-31 Thread [EMAIL PROTECTED]
#{messages.param} == #{messages['param']} and #{messages[user.type]} also works, but is something different. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079917#4079917 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Portal] - Re: Portlet shows correct behavior in default/default incorr

2007-08-31 Thread tellarsrinivasprabhu
Hi Is your dashboard theme is different from the default page theme? If the themes are not same may be there is some problem with you dashboard theme. I had similar problem with one particular portlet in dashboard. I got an error when i tried to drag and drop one of my portlet. It shows er

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread wise_guybg
This really sound like a SkinSelector similar to the ThemeSelector :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079919#4079919 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079919 _

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread wise_guybg
btw I was not talking about org.ajax4jsf.framework.skin.SkinBean but org.richfaces.SkinBean Here is the code: http://www.koders.com/java/fidF65263F05876F2FFF880E94E1796E5FAD6058E33.aspx View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079921#4079921 Reply to the

[jboss-user] [JBoss Seam] - Re: ClassCastException with @DataModel

2007-08-31 Thread nhieb
Get rid of the @Out and put @Factory annotations to the method, that fills this lists. I imagine it is view | @Name("viewDocument") | @Stateless | public class ViewDocumentAction implements ViewDocument { | | @DataModel(value = "alerts") | private List alerts; |

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread amitev
Will be good :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079920#4079920 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079920 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss Seam] - Re: PermGen out of memory !!??

2007-08-31 Thread [EMAIL PROTECTED]
http://docs.jboss.org/seam/latest-2.0/reference/en/html/gettingstarted.html#d0e2116 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079927#4079927 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079927 ___

[jboss-user] [JBoss Seam] - @EntityListeners with seam

2007-08-31 Thread motte1979
Hi , Is there a seam-way to implement @Entitylisteners ? I've read in the book 'Java Persistence with Hibernate' that the user of EntityManagers is not allowed in callbacks. However; thats the usecase: I've two Entities which are associated through a @ManyToMany association and i like to imple

[jboss-user] [JBoss Seam] - Re: PermGen out of memory !!??

2007-08-31 Thread wise_guybg
anonymous wrote : This error occurs when the JVM runs out of space in the permanent generation heap. (first result from http://www.google.bg/search?q=PermGen) In my C:\jboss-4.2.1.GA\bin\run.bat I have a line tuned like so: set JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx512m -XX:PermSize=128m -XX:MaxPe

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread [EMAIL PROTECTED]
Use Seam managed timers. 1) Simple timers (default, don't persist across application restart), 2) EJB3 (do persist - but this can be not the beehaviour you want), 3) Quartz (don't persist, good business interval support) View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Exception in JBoss console, the root is java.lang.NoClassDef

2007-08-31 Thread dkane
Hello After deploying some Seam applications to JBoss on my local PC, occasionally the following exception is being printed to the console (even when no applications are actually used): | 14:26:04,109 ERROR [STDERR] java.lang.reflect.InvocationTargetException | 14:26:04,109 ERROR [STDERR

[jboss-user] [JBoss Seam] - Re: Problems with scopes

2007-08-31 Thread amitev
nice one View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079937#4079937 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079937 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread nhieb
May be this can work Lifecycle.beginCall(); | Component.getInstance("entityManager", true) | Lifecycle.endCall(); I used that in MDB to get some seam components... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079938#4079938 Reply to the post : http://ww

[jboss-user] [JBoss jBPM] - Re: JBoss + JBPM + Mysql - Deployment is not going through

2007-08-31 Thread mputz
anonymous wrote : 07:28:15,812 ERROR [MainDeployer] Could not create deployment: file:/C:/JBoss/jbpm-jpdl-3.2.1/server | /server/jbpm/deploy/mysql-ds.xml | org.jboss.deployment.DeploymentException: Trying to install an already registered mbean: jboss.jca:s | ervice=LocalTxCM,name=DefaultDS

[jboss-user] [JBoss Seam] - PermGen out of memory !!??

2007-08-31 Thread alex_enache
Cheers everyone, I have a small problem. After I deploy several times my project on the server, I get an error that sais something about the fact that PermGen is out of memory. Can anyone explain very shortly why does this happen and what can I do to not get this kind of behavior(because I hat

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

2007-08-31 Thread tellarsrinivasprabhu
Hi mageshbk, can you restate above 3 points with respect to jboss portal 2.6.1. have things changed ? Especially role-based declarative security for portlets ? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079924#4079924 Reply to the post

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS cannot access by IP

2007-08-31 Thread rohithadg
I'm having a problem with accessing jboss by IP address. Jboss version : jboss-4.2.1.GA JDK : 1.6.0_02 when I start the jboss with default configurations it is start without any errors. then I can access it by http://localhost:8080/ but if I put my IP address instead of localhost ( http://192.1

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread gothmog
I thought about using timers but got discouraged when in the spec it says anonymous wrote : | While timer durations are express in millisecond units, this is because the millisecond is the unit of time granularity used by the API...it is expected that most timed events will correspond to hour

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: JBOSS cannot access by IP

2007-08-31 Thread jaikiran
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss4FAQ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079940#4079940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079940 ___ jbo

[jboss-user] [JBoss Seam] - Re: Exception in JBoss console, the root is java.lang.NoClas

2007-08-31 Thread wise_guybg
Are you really "occasionally" getting a NoClassDefFoundError exception? Have you included the jbpm jar? It has to be either in a /lib directory inside your ear, or in the root of the ear with a declaration for the jar in application.xml Are you using jbpm in your application? View the original

[jboss-user] [JBoss Seam] - Re: faces messages

2007-08-31 Thread kgoedert
I was planning to do it with ajax. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079944#4079944 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079944 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Exception in JBoss console, the root is java.lang.NoClas

2007-08-31 Thread wise_guybg
Also notice that the code that is causing this to happen is: anonymous wrote : 14:26:04,765 ERROR [STDERR] at org.jboss.ejb3.cache.simple.SimpleStatefulCache.passivate(SimpleStatefulCache.java:196) | 14:26:04,765 ERROR [STDERR] at org.jboss.ejb3.cache.simple.SimpleStatefulCache$Sessio

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread gothmog
Thanks for the suggestions, I tried the beginCall() ... endCall() on the lifecycle and yes that does work, I can get an EntityManager in my thread however back to the original problem, the entity manager has not started a transaction for me, so nothing gets posted to the db and when I flush I ge

[jboss-user] [EJB/JBoss] - Re: Thread.getContextClassLoader() and scoped classloading

2007-08-31 Thread be326814
Found my own answer. I did use local ejb-refs, when I switched to remote it worked ok. Man, somethimes the cause can be so far from the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079947#4079947 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBossCache] - Re: How to configure JGroups on hosts with redundant network

2007-08-31 Thread mkrzemien
It is probably due to my configuration. E.g. when starting an instance, the GMS address presented is always eth0 (single NIC address; though I don't know whether GMS part has anything to do with this problem). Another test that failed (environment and configuration like in previous post): - befo

[jboss-user] [JBossCache] - Re: How to configure JGroups on hosts with redundant network

2007-08-31 Thread [EMAIL PROTECTED]
You can set a bind address using bind_addr="1.2.3.4" in the XML file, or overriding this with -Djgroups.bind_addr=1.2.3.4 (or -Dbind.address=1.2.3.4). Again, IP Bonding would probably solve your issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079951#4079

[jboss-user] [EJB/JBoss] - Re: how to exclude a caller in interceptor

2007-08-31 Thread [EMAIL PROTECTED]
"waynebaylor" wrote : you could try something like: | | | | | | | | | | | | | | | | | | | | | | | | notice the use of AND along with the !(not). Thanks lots. Can you tell where I can find more examples and the explanation for the de

[jboss-user] [JBoss Seam] - Exception calling stateful session bean default @Remove meth

2007-08-31 Thread urswag
This method generates an exception Exception calling stateful session bean default @Remove method What have I to change? | @End | @Destroy | @Remove | public void destroy() { | | } | | 13:36:23,086 WARN [Component] Exception calling stateful

[jboss-user] [JBoss jBPM] - Help on Best Practice

2007-08-31 Thread tweedledee
Hi, I'm looking for some guidance on best practice with jBPM; I have a scenario where a process forks into two nodes that perform some business validation by calling separate independent services before returning and continuing the process flow. My question concerns the reporting of business e

[jboss-user] [JBoss Seam] - Re: Seam conflict with a4j:include and a4j:support

2007-08-31 Thread [EMAIL PROTECTED]
jgilbert: I'm going to need a test case for this. Create a new seam-gen'd app, add enough code to reproduce your problem, remove the lib directory, zip it up, email it to me (or add to a new jira issue) and include reproduction steps. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - Re: Exception calling stateful session bean default @Remove

2007-08-31 Thread wise_guybg
anonymous wrote : (check that it is declared on the session bean business interface) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079956#4079956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079956 _

[jboss-user] [JBoss Seam] - Re: How to get EntityManager without @In?

2007-08-31 Thread gothmog
Thanks guys for all your help, I learnt a lot on this thread. In the end I just wrote a SLSB using a @PersistenceContext annotation to get my EntityManager then I just did a lookup via JNDI in the housekeeping thread to get it then called a write method on it passing the object requiring the h

[jboss-user] [JBoss Portal] - Re: Portal and SingleSignOn

2007-08-31 Thread jujuz
up up up View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079959#4079959 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079959 ___ jboss-user mailing list jboss-user@lists.jboss

[jboss-user] [EJB 3.0] - ejb-jar.xml file

2007-08-31 Thread pvelarde
Hi all, Does ejb3.0 have ejb-jar.xml file ¿? thanks very much, pedro. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079961#4079961 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079961 _

[jboss-user] [JBoss Seam] - Multiple pages.xml file

2007-08-31 Thread urswag
Hello I need more than one pages.xml file. My ways do not work. I tried it with another name somewhere in the tree. It does not work. Are there any restriction for the name and location of these files? The content of the file is: | | http://jboss.com/products/seam/pages"; | xmlns:xsi=

[jboss-user] [EJB 3.0] - Re: ejb-jar.xml file

2007-08-31 Thread itsme
not if you not wan't one /sandor/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079965#4079965 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079965 ___ jboss-user mailing l

[jboss-user] [JBoss Portal] - Re: Portal and SingleSignOn

2007-08-31 Thread [EMAIL PROTECTED]
Instead of "up", you should make sure we can understand your question. If nobody answered maybe that's because nobody understood what you exactly want. Did you read this: http://docs.jboss.com/jbportal/v2.6/referenceGuide/html/sso.html ? View the original post : http://www.jboss.com/index.html

[jboss-user] [JBoss Seam] - Re: Problems with converter

2007-08-31 Thread Frippe
I've got to test that next time I need a tailor made converter. thanx ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079967#4079967 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079967

[jboss-user] [JBoss jBPM] - jBPM integrate with Mule

2007-08-31 Thread jadison
Hi!Who can tell me the resolvent of the integration of jBPM and Mule in details?Or where can I find the examples in this field? Thanks in advance! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079969#4079969 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: PermGen out of memory !!??

2007-08-31 Thread alex_enache
Great. I already see the difference. Thanks for your replies and sorry for not digging deeper into this before posting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079971#4079971 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - hibernate - on delete parent, cascadetype to set NULL for ch

2007-08-31 Thread ajeethkiran
hello everyone, I am searching for a way out to set NULL for the child upon deletion of the parent using hibernate annotations. Can some one please guide me on this? The annotation used presently in Table1.java is shown below and CascadeType.ALL doesn't even prevent the child from being delete

[jboss-user] [Clustering/JBoss] - Re: How to configure JGroups on hosts with redundant network

2007-08-31 Thread mkrzemien
Following your suggestion I uncommented the FD section (in the above configuration). Unfortunately the problem remained, although the output slightly changed. Details: - both links are connected - on each node started one instance of JBossCache - replication working correctly - disconnected link

[jboss-user] [JBoss jBPM] - Re: event management

2007-08-31 Thread kukeltje
Sorry, this is jsf, not JBPM. use the correct forum/mailinglist/whatever for this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079974#4079974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079974 ___

[jboss-user] [JBoss Portal] - Re: preferences in portlet-instances.xml

2007-08-31 Thread [EMAIL PROTECTED]
While reading this i had a close look at it and found a bug that doesn't seem related to what you are trying. New values of the preferences should be picked (in portlet-instances.xml) The bug was if you removed a portlet preference from portlet-instances, the data wasn't actually removed. I'm

[jboss-user] [JBoss jBPM] - Re: jBPM integrate with Mule

2007-08-31 Thread kukeltje
google? Or the mule site? They integrated jBPM with mule, not the other way around View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079976#4079976 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079976 ___

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss 5.0.0Beta2 and Struts2 deployment problem

2007-08-31 Thread mjremijan
Has anyone successfully deployed a Struts2 application onto JBoss 5.0.0Beta2? I get the following stack trace when I try to deploy a webapp which uses Struts2 technology: | Unable to load bean: type: class:com.opensymphony.xwork2.ObjectFactory - bean - jar:file:/C:/jboss/jboss-5.0.0.Beta2/

[jboss-user] [JBoss jBPM] - Re: Help on Best Practice

2007-08-31 Thread kukeltje
If did the latter once, not because it is a good practice, but just because it worked and did not look to bad as an implementation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079978#4079978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Messaging] - Re: JMSMessageID in Messaging cluster

2007-08-31 Thread [EMAIL PROTECTED]
The messageId is being set on the ServerSide, not on clientSide any more. When you do createTextMessage, the getJMSMessageId is aways going to be: JMSMessageID = ID:JBM-0 And this will be set to a valid ID once the message is received on the Server endpoints. View the original post : http://

[jboss-user] [JBoss Messaging] - Re: JMSMessageID in Messaging cluster

2007-08-31 Thread [EMAIL PROTECTED]
Maybe you could use something else, like a GUID property to correlate the messages? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079981#4079981 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079981 __

[jboss-user] [JBoss Seam] - identity component and ajax

2007-08-31 Thread kgoedert
Hi, how can I get the error message generated when login fails and show it in a rich:modal using ajax? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079986#4079986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Portal] - CMS

2007-08-31 Thread lucboudreau
Hello, I?ve installed JBoss portal 2.6.1-CR1 on JBoss AS 4.0.5. When erasing the portal DB on MySQL 5.0.45 and starting the AS, all the tables get created. I can then access the CMS content, but every time I change something in the repository, once I restart, it?s not there anymore. The CMS jbo

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

2007-08-31 Thread [EMAIL PROTECTED]
The question was about declarative security *from the spec*, the spec hasn't change. Declarative security for portlet instance, and portal objects exist since the beginning in JBoss Portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079990#4079990 Reply

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - @Entitylisteners

2007-08-31 Thread motte1979
Hi , Is there a seam-way to implement @Entitylisteners ? I've read in the book 'Java Persistence with Hibernate' that the user of EntityManagers is not allowed in callbacks. However; thats the usecase: I've two Entities which are associated through a @ManyToMany association and i like to imple

[jboss-user] [JBoss Seam] - Re: @EntityListeners with seam

2007-08-31 Thread motte1979
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079991#4079991 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4079992#4079992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4079992 __

[jboss-user] [JBoss Messaging] - Re: JMSMessageID in Messaging cluster

2007-08-31 Thread beve
Hi, we are calling the gettting the JMSMessageID after the send method returns. My understanding is that the jms provider will generate the JMSMessageID when it receives the message. The id looks like a valid id (it is not "ID:JBM-0"). The senario we have is that when a consumer retrieves the j

[jboss-user] [JBoss Portal] - Re: CMS

2007-08-31 Thread lucboudreau
More about that... It's weird because I can't write anything at the root of the CMS repository. I get an AccessDenidedException even if I have Administrator privileges. I can validate that I have those privileges because they get written in the database. Also note that I didn't use the bundeled

  1   2   3   >