[jboss-user] [EJB 3.0] - Re: [Beginner] Remote Client Dependency Injection doesn't wo

2008-01-10 Thread francis1970
Hello, thanks for you reply. the Version of JBoss is 4.2 so in this release the dep.injection works only with the SB -EJB channel, right ? It could be nice also to have this feature with app client so that I can build easily EJB test clients..I'll have a look with the release 5.x thanks

[jboss-user] [Beginners Corner] - hsqldb-ds not in memory persistence

2008-01-10 Thread Mussie
hello forum, I'm trying to build a database aplication with jboss and could not make my data persistent. I allready changed the persistence from create-drop to update in the seam booking example. So here is my question: is it correct that I have to change the hsqldb into server mode to make

[jboss-user] [JBoss jBPM] - Re: Error executing jbpm.jpdl.mysql.sql

2008-01-10 Thread rodosa
I've just try this (changing type=InnoDB for engine=InnoDB) in MySQL 6.0 but it' doesn't work View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118519#4118519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118519

[jboss-user] [JBoss Seam] - Injecting/Outjecting Primitive Types

2008-01-10 Thread toni
Hi, how do I access the value of a check box contained inside a jsf view from a SFSB without creating explicitetly a Java Bean for the boolean value? This does not seem to work | | simple page | | f:view | h:form | | h:outputText value=List All/ |

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Access JBOSS portal from remote clients

2008-01-10 Thread amrendrakumar052001
I also got the same problem and exceuted run.bat -b 0.0.0.0 in command prompt and it works dude. Now i can access Jboss AS from remote machine. Thanks for your Post View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118522#4118522 Reply to the post :

[jboss-user] [JBoss Seam] - Seam Mail loads libraries every time I send a mail

2008-01-10 Thread MSchmidke
Hello all, today I am trying out Seam's mail facilities. The first thing I notice: Every time I send a mail, a whole bunch of Added Library from lines is logged. I know those lines appear when I first access a Seam page after server restart, but when mailing, they appear everytime. I fear

[jboss-user] [JBoss jBPM] - Re: problem using mail inside timer

2008-01-10 Thread anuragpaliwal
How did you defined mail action inside timer? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118524#4118524 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118524 ___ jboss-user

[jboss-user] [Clustering/JBoss] - Access cluster services

2008-01-10 Thread rotula
Hello, I have setup 2 nodes in a cluster using Jboss 4.2.1 GA and deployed a MyClusterService - which extends ServiceMBeanSupport - all working fine. On a number of occasions I have to take down up again BOTH service so the question is how can I iterate among cluster nodes to find each local

[jboss-user] [JBoss Seam] - s:selectItems and convertEnum and order of enum retention

2008-01-10 Thread [EMAIL PROTECTED]
Given | h:selectOneRadio id=booking_duration_selection value=#{bookingController.duration} layout=pageDirection | s:selectItems value=#{bookingController.getBookingDurationsKind()} var=bookingDurationKind label=#{messages[bookingDurationKind.inlLabel]}/ | s:convertEnum / |

[jboss-user] [JBoss Seam] - Re: Get context root (Application.xml)

2008-01-10 Thread jboss2007
many thx effectively, it was rather a jsf question and not a seam one.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118528#4118528 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118528

[jboss-user] [JBoss Seam] - Re: Does Seam 1.2 go well with richfaces 3.1.2 or 3.1.3?

2008-01-10 Thread nhieb
I will try to use RI instead of myfaces. To [EMAIL PROTECTED]: I have a wizard that runs in conversation. During this wizard steps, there are several pages user need to pass, and buttons user can press. The problem is that after several minutes (and it repeats on different pages), buttons that

[jboss-user] [JBoss Seam] - rich face rich:scrollableDataTable has any body tried it w

2008-01-10 Thread JoviJojo
Hi, i wonder if any body has tried to implement rich faces 3.1.1 scrollableDataTable component with seam 1.2 running on jboss 4.0.5? i tried few times, but got different problems, when i finally make it work, the table frame did not shown. many thanks in advance, Joan View the original post :

[jboss-user] [Clustering/JBoss] - Re: Access cluster services

2008-01-10 Thread rotula
More details: note that I want to do that programmatically and from same JVM. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118532#4118532 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118532

[jboss-user] [JBoss Seam] - Re: Problem retrieving data from the DB

2008-01-10 Thread adriju
Hi again! I haven´t found the reason of the problem yet. I don´t know if it´s a problem from the automatically generated entities or from the DB. Does anyone know something about this? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118533#4118533

[jboss-user] [JBoss Seam] - Seam Mail in HTML format doesn't work in Outlook

2008-01-10 Thread terryb
Links in HTML mail sent via Seam mail don't work in Microsoft Outlook. Email is rendered in Outlook with link, but when link is clicked Outlook opens Windows File Open dialog box asking for executable to run the link. Links work in hotmail. Probably due to missin META Tags in HTML Header? I

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Problems with @Past validator

2008-01-10 Thread mahbe
Hi, I use Hibernate as JPA implementation with JBoss Seam. The underlying database is MS SQLSERVER 2000. Recently I added Hibernate Validation and used the builtin @Past validator. But since then, a few tables where no longer generated with hbm2ddl. Then I detected that all tables those tables

[jboss-user] [JBoss Seam] - Re: @PerNestedConversation - refresh

2008-01-10 Thread Marx3
I see that getters are run when i make in nested conversation: conversation.endAndRedirect(true); So I can put on top of the page some getter which will refresh what I want when i'm back from nestec conversation. Drawback is that any call to this form will run this getter. Maybe there is more

[jboss-user] [Installation, Configuration DEPLOYMENT] - why i am getting this error java.net.NoRouteToHostException

2008-01-10 Thread kedarnath
hi, i am using jboss application server. i deployed my j2ee project in jboss. i am connecting database from my system .i got this error plase help in this issue. org.apache.jasper.JasperException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION **

[jboss-user] [Installation, Configuration DEPLOYMENT] - LDAP-binding via ExternalContext: how to auto-reconnect ?

2008-01-10 Thread axismundi
We are binding an LDAP-server into the JNDI-context. It works properly until redeployment. After redeployment the connection is lost and no new connection is being established. How to specify to auto-reconnect after connection was lost?? !-- Bind remote LDAP server -- | mbean

[jboss-user] [JBossWS] - Using the jboss-ws-security with signature breaks when the l

2008-01-10 Thread MichaW
We have developed a webservice and want to use a signature as security. This sometimes gives an error: Signature is invalid. It appears to be related to the loglevel of the org.jboss.ws package. We have done some testing with different levels of logging on that package. Here is what we get:

[jboss-user] [JBoss Seam] - Re: s:selectItems and convertEnum and order of enum reten

2008-01-10 Thread [EMAIL PROTECTED]
Please ignore... I caused it.. I had the lines below in the wrong order. | @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) | public ListBookingDurationsKind getBookingDurationsKind() { | ListBookingDurationsKind allDurationKinds = new ArrayListBookingDurationsKind(); |

[jboss-user] [JBoss Seam] - Re: Get context root (Application.xml)

2008-01-10 Thread [EMAIL PROTECTED]
This is useful too (in components.xml)... factory name=basePath value=#{facesContext.externalContext.request.scheme}://#{facesContext.externalContext.request.serverName}:#{facesContext.externalContext.request.serverPort}#{facesContext.externalContext.request.contextPath}/ / giving...

[jboss-user] [JBoss Seam] - Encoding problem passing parameter through url

2008-01-10 Thread denisas79
I use seam generated application. In it I have search forms. Then I fill forms ar press Search, the values are send through url and return into searh form in bad encoding (danish letters). I use utf-8. What problem could be? View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - configuration of hiberante events

2008-01-10 Thread mars1412
I am trying to create some eventlisteners for hibernate: http://www.hibernate.org/hib_docs/reference/en/html/events.html#objectstate-events but my listeners seem not to fire. I think, it's just a configuration issue. I created a simple listener, by overriding the default hibernate update event

[jboss-user] [JBoss Seam] - Re: configuration: hiberante events in seam

2008-01-10 Thread mars1412
ok, I'll try: http://www.jboss.com/index.html?module=bbop=viewtopict=127327 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118551#4118551 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118551

[jboss-user] [EJB/JBoss] - @ApplicationException(rollback=false) does roll back @PreUpd

2008-01-10 Thread skeyewalk
I have encountered a very unfortunate and strange difference in the way JBoss application server 4.2.2 treats exceptions raised from inside EJB callback methods marked with @PrePersist and @PreUpdate. My exception is a RuntimeException, and is marked for rollback=false. I use it to report back

[jboss-user] [JBoss Seam] - Re: configuration: hiberante events in seam

2008-01-10 Thread [EMAIL PROTECTED]
The examples/wiki/codebase uses custom hibernate listeners. You are extending the wrong listener superclass. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118555#4118555 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Injecting/Outjecting Primitive Types

2008-01-10 Thread [EMAIL PROTECTED]
You need to bind it to a property f:view | h:form | | h:outputText value=List All/ | h:selectBooleanCheckbox value=#{linkSectionAction.showallentries}/ | | h:commandButton type=submit value=Save action=#{StatefullTestBean.save}/ | | /h:form | /f:view

[jboss-user] [JBossCache] - Re: je.properties

2008-01-10 Thread lovelyliatroim
Ok I have been able to test whether my BdbjeCacheLoader was reading my properties correctly. The way I did it is just to generate the jmx bean that comes with sleepycat and then drop the jars and service descriptpor into the deploy directory and from here use the jmx console and you will be

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread [EMAIL PROTECTED]
Yes, this does happen if you call Seam Mail outside of a JSF request (e.g. async). If its a problem, file a JIRA request and we can see if we can stop it doing that. I'm not aware of it causing a problem though? View the original post :

[jboss-user] [JBossCache] - Re: je.properties

2008-01-10 Thread lovelyliatroim
Just for further help heres a link on the details of the MBean that comes with sleepycat http://www.oracle.com/technology/documentation/berkeley-db/je/java/com/sleepycat/je/jmx/JEMonitor.html View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118561#4118561 Reply

[jboss-user] [JBossWS] - Re: More soap:address problems

2008-01-10 Thread zeeshan.javeed
Hi, For your point 2, I can confirm that I am using the same settings and its working for me. There must be something which is over-riding ur settings. But if it as simple as it is there, It should work, as it working at my end. Check your annotatoin on Interace and implementation files.

[jboss-user] [JBoss Seam] - Re: Seam Mail in HTML format doesn't work in Outlook

2008-01-10 Thread [EMAIL PROTECTED]
File a JIRA request with the missing meta tags specified. I'm not sure why the meta tags get removed for you. You could open another JIRA issue about this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118564#4118564 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
Is it possible for you to test using the EJB3 timer service rather than the quartz timer service? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118565#4118565 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118565

[jboss-user] [JBoss Seam] - Re: Design question with Rich GWT Ajax Client

2008-01-10 Thread sdegardin
I have a working solution in my ContextualHttpRequest, I call the same code as in SeamPhaseListener for JSF. before proceeding the request : anonymous wrote : |void begin() |{ | try | { | if (

[jboss-user] [EJB 3.0] - DataSource resource injection

2008-01-10 Thread francis1970
Hi all! sorry for bothering again about injection. I'm unable to inject a Datasource resource into my EJB. n my EJB I use: @Resource(mappedName=java:jdbc/MyDS) | protected DataSource dataSource; in my .ds file I use the following jndi-namejdbc/MyDS/jndi-name When I try to use the

[jboss-user] [JBoss Seam] - No action called

2008-01-10 Thread vikramchhetryy
Hi all, I want to view details of a user by clicking on a link. But when I click the link nothing happens. I went accross the seam-booking example but couldnt figure out the problem. My Code XHTML | h:column |f:facet name=headerAction/f:facet |s:link id=editCallCenterAgent

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

2008-01-10 Thread [EMAIL PROTECTED]
Since it says WTP is MYECLIPSE INCOMPATIBLE I can't see how we can fix it. If someone knows and can contribute a patch so it will work in standard eclipse and MyEclipse then put them in jira and we will investigate. View the original post :

[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

2008-01-10 Thread david.spark
For the Wiki example there's no UrlRewriteFilter section in web.xml, but there was something in Components.xml. I tried removing the following code from Components.xml: component name=wikiUrlRewriteFilter class=org.jboss.seam.wiki.core.ui.WikiUrlRewriteFilter precedence=30 |

[jboss-user] [JBoss jBPM] - forms in jpdl

2008-01-10 Thread Pebbels
Hi guys, I have a question regarding forms in jpdl: I am using jbpm jpdl suite 3.2.2 Eclipse 3.3.1.1 (EE) JBoss Tools 2.0.0.GA ALL When creating the sample process simple I get the xml-files and the jpg but after deploying the process and starting it I can not see anything. When creating

[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

2008-01-10 Thread [EMAIL PROTECTED]
Try disabling it using component name=wikiUrlRewriteFilter class=org.jboss.seam.wiki.core.ui.WikiUrlRewriteFilter precedence=30 | property name=initParameters | keylogLevel/keyvalueWARN/value | keystatusEnabled/keyvaluefalse/value | /property |

[jboss-user] [JBossWS] - Re: Changing of soap:address location

2008-01-10 Thread marius.oancea
The only solution I found is to: 1. Modify \jboss-4.2.1.GA\server\default\deploy\jbossws.sar\jbossws.beans\META-INF\jboss-beans.xml so that property name=alwaysModifySOAPAddressfalse/property 2. Use wsdlLocation in WebService anotation Take care, if abc is not existing, jboss will still

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Hello, The same happens with the EJB3 timer service (however Quartz is better, as the EJB3 timers, if they have an interval, don't stop when the application is undeployed, even after an AS restart :) ). I think there are really two problems: 1. On every timer interval, I get a Caused by:

[jboss-user] [JBoss Seam] - Re: Seam WebService with custom soap:address location

2008-01-10 Thread marius.oancea
Yes, already asked but no good answer yet : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118579#4118579 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118581#4118581 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: Error in components.xml file after using Seam Web Projec

2008-01-10 Thread [EMAIL PROTECTED]
weird. is the file actually duplicated in the classpath? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118571#4118571 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118571 ___

[jboss-user] [JBoss jBPM] - Re: logging jboss web console problem

2008-01-10 Thread rodosa
| 19:46:56,440 ERROR [STDERR] 09-ene-2008 19:46:56 com.sun.faces.lifecycle.ELResol | verInitPhaseListener populateFacesELResolverForJsp | INFO: JSF1027: [null] The ELResolvers for JSF were not registered with the JSP c | ontainer. | 19:46:56,659 ERROR [STDERR] 09-ene-2008 19:46:56

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread timfox
bodrin wrote : I want to setup something like a master-slave cluster - all jms clients (external) using only the master node and switch to the slave only if the master is down. If you want a JBoss MQ style approach where only one node is active at any one time, you can deploy JBM as a HA

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
Can you give me steps to reproduce? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118583#4118583 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118583 ___ jboss-user mailing list

[jboss-user] [JBoss Portal] - Forwarding specific URL to different jBoss portals instances

2008-01-10 Thread jvence
Is there anyway to customize jboss portal to forward different URLs to specific subportals. The idea is to create different websites (portals) all running on the same instance of jboss Portal. So mysite1.com would point to portal named: mysite1 and mysite2.com would point to portal mysite2.

[jboss-user] [JBoss Seam] - Re: Easiest way to disable UrlRewrite in Seam examples?

2008-01-10 Thread david.spark
Unfortunately that didn't work, I get the error: java.lang.IllegalArgumentException: no such setter method: org.jboss.seam.wiki.core.ui.WikiUrlRewriteFilter.disabled I also tried removing the line include name=urlrewrite*.jar / from build.xml but when I do this there's no errors starting the

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread piotr.walczyszyn
I know that this is just a workaround but you can use filter in your log4j configuration that helps ;) |appender name=CONSOLE class=org.apache.log4j.ConsoleAppender | errorHandler class=org.jboss.logging.util.OnlyOnceErrorHandler/ | param name=Target value=System.out/ |

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Hello, I don't know yet how to reproduce, specifically the second one. But I'm working on that :). I suppose the issue must be linked somehow to the jar, that is placed outside of the ear (which is supposed to hold the interfaces and model classes, which are used by other apps). The

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread [EMAIL PROTECTED]
This Facelets log output (and how it is logged as ERROR) should have been fixed a year ago, I remember reporting it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118596#4118596 Reply to the post :

[jboss-user] [JBoss Tools (users)] - JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread graben
Sometimes I have the problem that the code completion functionality suddenly disapear. Most times the Seam Components view doesn't work either, but I don't know if this occurences are connected. I'm using latest Eclipse 3.3.1.1 with Tools 2.0GA. I did not have that probs with 2.0CR1. Is their a

[jboss-user] [JBoss Seam] - Re: Seam Mail loads libraries every time I send a mail

2008-01-10 Thread [EMAIL PROTECTED]
AFAIK its a problem with the jdk - log4j adaptor in JBoss AS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118598#4118598 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118598

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
Ok, let me know if you can tell me how to reproduce and I can take a look. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118597#4118597 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118597

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread timfox
bodrin wrote : | | Don't you think that when I configure the ClusterConnectionFactory to not load-balance it should use only the local node - the one to which I have a connecttion already? | | if you set supportsLoadBalancing to false on the ConnectionFactory then all connections

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread bodrin
Ok. But here http://labs.jboss.com/jbossmessaging/ you say that : | ... | JBoss MQ is currently in bug fix mode only, and all new messaging development is channelled towards JBoss Messaging. | ... | ... and ... | ... | The goal of JBM 2.0 is simple and uncompromising- to be the

[jboss-user] [JBoss Seam] - Veto Page Flow

2008-01-10 Thread tom_goring
Hi, Is there a way to veto the transition in a page flow... e.g. in the case of some business rule failure ? E.g. the bean wizard.saveStuff adds a bunch of faces messages and returns to indicate a fail. | .. | page name=PageX view-id=/pageX.xhtml | redirect/ | transition

[jboss-user] [JBoss jBPM] - Re: JBPM vs Enhydra Shark

2008-01-10 Thread agattung
Hi JBarrez, are you any further in your comparison? I am also interested in whether there exists such a comparison. Thanks, Armin View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118617#4118617 Reply to the post :

[jboss-user] [JCA/JBoss] - Read-only connection configuration

2008-01-10 Thread cdcienses
Hi! I'm installing an application and I'm getting an error because it doesn't admint read-only connection... I'm trying to configure read-only connection but I don't know where... Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118618#4118618

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread graben
Hi, eclipse.buildId=M20071023-1652 java.version=1.6.0_01 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Command-line arguments: -os win32 -ws win32 -arch x86 Error Thu Jan 10 11:47:44 CET 2008 Contributor

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread [EMAIL PROTECTED]
anything in the error log ? code completion where exactly ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118607#4118607 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118607

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen
table name=USER_T schema=CPRCUST class=User | ... | /table generates the class UserT.java and not User.java is this a bug in seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118622#4118622 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread bodrin
Thank you for the fast reply! And sorry - I though that I have to use JbossMQ... I have found some related topics: http://www.jboss.com/index.html?module=bbop=viewtopicp=4104294#4104294 http://www.jboss.com/index.html?module=bbop=viewtopicp=4104715#4104715 I'm not sure yet if I'll need to

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread [EMAIL PROTECTED]
note, more aprropriate to ask this in the hibernate tools forum since its hibernate tools driving the reveng. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118627#4118627 Reply to the post :

[jboss-user] [JBoss Seam] - Re: [seam 2.0.0 CR3] redirect tag and

2008-01-10 Thread [EMAIL PROTECTED]
I was wrong, you can put view and action on s:link. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118626#4118626 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118626 ___

[jboss-user] [JBoss Seam] - Re: Hessian Support

2008-01-10 Thread [EMAIL PROTECTED]
Tried to have a look at the source but the link doesn't work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118628#4118628 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118628

[jboss-user] [JBoss Seam] - Re: Seam on OC4J 11g

2008-01-10 Thread [EMAIL PROTECTED]
Try Seam CVS, Jay has updated the example to run on OC4J again nicely. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118629#4118629 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118629

[jboss-user] [JBoss Seam] - Re: Security Auto-login and windows SSO

2008-01-10 Thread [EMAIL PROTECTED]
Nice work! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118630#4118630 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118630 ___ jboss-user mailing list

[jboss-user] [JBoss Messaging] - Re: unable to choose a default cluster node for messaging

2008-01-10 Thread timfox
bodrin wrote : | Can you tell me where can I find this FAQ of how to configure JBM as a ha-singleton? With all the other FAQs on the wiki page ;) I'll leave it as an exercise for you to find the JBoss Messaging wiki page... View the original post :

[jboss-user] [JBoss Seam] - seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen
... generates the class UserT.java and not User.java is this a bug in seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118620#4118620 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118620

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread behmen
generates the class UserT.java and not User.java is this a bug in seam? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118621#4118621 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118621

[jboss-user] [JBoss Seam] - Re: selectItems and entities with inheritance

2008-01-10 Thread [EMAIL PROTECTED]
Adam, I tracked this down to a bug in the JSF RI. Can you open an issue in the JSF RI issue tracker? The problem is that the JSF RI assumes that the first element of the value list/array of the UISelectMany is the type of the entire list, thus causing the coercion to fail later on. The

[jboss-user] [JBoss Seam] - Re: seam-gen.reveng.xml table class argument is ignored

2008-01-10 Thread [EMAIL PROTECTED]
no, just seem like you dont have a USER_T in schema CPRCUST or maybe hibernate.default_schema is set to CPRCUST and thus the schema is redundant ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118625#4118625 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Hessian Support

2008-01-10 Thread ralscha
Oops. Sorry for that. It's back online Ralph View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118633#4118633 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118633 ___ jboss-user

[jboss-user] [EJB 3.0] - Accessing EJB3s through a firewall

2008-01-10 Thread magnus.ahlander
I have an instance of JBossAS running on an internal server behind an external server (firewall/router). The external server has port forwarding configured for ports 8080 (HTTP), 1098 and 1099 (JNDI) and 3873 (EJB3). I'm trying to access EJB3 through a Swing Client. However, I'm getting a

[jboss-user] [JBoss Seam] - Re: Hessian Support

2008-01-10 Thread [EMAIL PROTECTED]
I linked to this from the Seam knowledge base http://alpha.seamframework.org:/Documentation/AlternativeViewLayers View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118644#4118644 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: In Linux environment , jboss-4.2.2.GA don't startup

2008-01-10 Thread javang
Thanks My account is root, if it's no role to access any foldes/files, system mabye display some message,but it's no any message. thanks again! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118648#4118648 Reply to the post :

[jboss-user] [JBoss Seam] - Re: CascadeType.Remove and asynchronous method

2008-01-10 Thread [EMAIL PROTECTED]
If you can file a JIRA issue with an example and steps to reproduce, that would be great! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118645#4118645 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118645

[jboss-user] [JBoss Seam] - Re: Test database with Seam2, Maven and TestNG?

2008-01-10 Thread [EMAIL PROTECTED]
Thanks Andrew, I added this to the Seam knowledgebase http://alpha.seamframework.org:/Documentation/SeamWithMaven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118647#4118647 Reply to the post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: configuration of hiberante events

2008-01-10 Thread mars1412
ntoe: this has already been answerde in the seam forum: http://www.jboss.com/index.html?module=bbop=viewtopicp=4118460#4118460 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118643#4118643 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - SSO with Multiple Roles

2008-01-10 Thread cvelo
Hello - I am using JBoss 422 with embedded tomcat. I've written my own custom login module which extends org.jboss.security.auth.spi.AbstractServerLoginModule. The module validates the user name and password from 1 system, then retrieves domain groups from an ldap system and maps those groups

[jboss-user] [JBoss Seam] - Re: No action called

2008-01-10 Thread vikramchhetryy
Can anyone help me? I am stuck badly. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118636#4118636 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118636 ___ jboss-user mailing

[jboss-user] [JBossWS] - Re: Changing of soap:address location

2008-01-10 Thread memema
I have a more complex situation: one internal JBoss server with the web service, and several forwards from externals apache web servers (sorry for my bad english). Different customers have different access points thought differents urls and domains (the customer A access to http://serverA/ws,

[jboss-user] [JBoss Seam] - Re: configuration: hiberante events in seam

2008-01-10 Thread mars1412
thanx, that works, but I still don't understand why the hibernate-config does not work: I thought, the following 2 configurations should do the same: persistence.xml - works | property name=hibernate.ejb.event.post-insert |

[jboss-user] [JBoss Seam] - Re: No action called

2008-01-10 Thread mars1412
that catches my eye: action=#{callCenterAgentEdit.editSelectedCallCenterAgentDetails(details)} View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118650#4118650 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118650

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
I read (once again) about class loading and it seems that turning the isolated class loader repository for the ear works - almost, of course, as it breaks hibernate search, but that's a topic for another forum :) -- Thanks, Adam View the original post :

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
You want isolated class loading if you use Seam - otherwise multiple Seam apps in the same break. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118658#4118658 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118658

[jboss-user] [JBoss Tools (users)] - Ant Task not dependent upon Eclipse plugins

2008-01-10 Thread wcrosman
Created an Ant Task for building Archive from the .projects file. I know Max and the team created one. This one is not dependent upon the Eclipse build system rather standard Ant jar, ear, war tasks. Hope this might be useful to someone. Note: I've tested it mainly on jar tasks so it

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

2008-01-10 Thread [EMAIL PROTECTED]
Did you get this working? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118660#4118660 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118660 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: selectItems and entities with inheritance

2008-01-10 Thread adamw
Done, https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=682. Thanks for looking at this :) Adam View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118661#4118661 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118661

[jboss-user] [JBoss Seam] - Re: Flex and Seam Integration

2008-01-10 Thread [EMAIL PROTECTED]
Thanks for the info! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118663#4118663 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118663 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Entities are lost in SMPC

2008-01-10 Thread dkane
Reading Release notes for 2.0.1CR1 , I don't see JBSEAM-2214 in the list of solved issues. The date of 2.0.1CR1 is 2007.12.12 . JBSEAM-2214 issue was marked as solved in November 2007. Is it actually fixed in 2.0.1CR1 available on downloads page, or nightly builds remains the only option to

[jboss-user] [JBoss Seam] - Re: No action called

2008-01-10 Thread vikramchhetryy
Thanks mars, You gave me the reason to kill myself View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118669#4118669 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118669 ___

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Validation Exception caused by @Length and @Enumerated

2008-01-10 Thread jrwsampson
I am hitting the same issue. Anyone find a JIRA on this? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118671#4118671 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118671 ___

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread adamw
Ah ... right - both apps would pick up each other's components. Then how can I have a Seam app with a shared set of interfaces/classes? If I package it as a jar, put it in server/default/lib or server/default/deploy, then: 1. it doesn't work because of the issues above 2. if the seam app uses

[jboss-user] [JBoss Seam] - Re: Weird classloading problem

2008-01-10 Thread [EMAIL PROTECTED]
(1) we need to fix this ;) (2) I don't think so - there are many shared jars in default/deploy and default/lib that don't suffer from this, why should yours be different? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4118674#4118674 Reply to the post :

[jboss-user] [JBoss Seam] - problem to display FacesMessages

2008-01-10 Thread drim
Hi, I try to use FaceMessage to display a message on the client side. When I did : | context.addMessage(component.getClientId(context), | new FacesMessage(FacesMessage.SEVERITY_INFO, , | test)); | | It's works, but :

[jboss-user] [JBoss Seam] - EntityManager trouble

2008-01-10 Thread ErikSlagter
I'm in some trouble with testing my DAO in Eclipse. I'm using TestNG and Eclipse europe together with Seam 2.0.0GA. I have to got the following test funtion: | @Test | public void test(){ | dao = new PaymentDeviceDAO(); | String terminalProvider =

  1   2   3   >