[jboss-user] [JBoss Seam] - Re: How does registration example work?

2007-09-28 Thread [EMAIL PROTECTED]
Sorry about that. Your index.html is probably being cached. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089932#4089932 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089932 __

[jboss-user] [JBoss Seam] - Re: How does registration example work?

2007-09-28 Thread [EMAIL PROTECTED]
Take a look at index.html. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089931#4089931 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089931 ___ jboss-user mailing list jbos

[jboss-user] [JBoss Portal] - Re: Got it y'all. Here's a working Struts bridge example (2.

2007-09-28 Thread arunprasathav
Thats ok buddy. i have all jar files with me. I am in need of .war file of your application. because i am new to struts portlet. i want to go through your sample application. i could not find good enough online guide for that. please help me..! View the original post : http://www.jboss.com/in

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Setup Apache, mod_jk and jboss

2007-09-28 Thread tmerrill
I am having a hard time getting apache, mod_jk and jboss to work together. I am trying to setup on Ubuntu server 7.04. I have read the wiki and the documentation and I still cannot get it to work. It seems people have gotten this wokring but I cannot. I just need a real simple how to. I wish the

[jboss-user] [JBoss jBPM] - Re: Problem with the decision making node

2007-09-28 Thread ashusri000
Thanks for the reply , but the thing I could not get across is how do I map a simple java class to the decision box . To be more precise under which event (Field / Bean / Constructor /Compatibility) I can see the Java Class implementing the DecisionHandler Interface because I think

[jboss-user] [EJB 3.0] - hibernateexception: wrong column type in entity bean

2007-09-28 Thread X490812
I am using sql server 2005 and I have an ntext field. What should my column annotation be in my entity bean for this type? When I use: @column(name="descr") on my field getter, I get the "wrong column type... expected varchar(255)" error. How do you specify column annotations for ntext, nvarch

[jboss-user] [JBoss Seam] - Re: How does registration example work?

2007-09-28 Thread thl16888
And there is another question which is how "http://localhost:8080/jboss-seam-registration/registration.seam"; is resolved to "http://localhost:8080/jboss-seam-registration/registration.xhtml";. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: How does registration example work?

2007-09-28 Thread samdoyle
Actually it might be the interceptor I'm not sure but the web.xml defines the url pattern for the Faces Servlet to use *.seam. S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089922#4089922 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Messaging] - JBoss Messaging 1.4.0.GA released

2007-09-28 Thread [EMAIL PROTECTED]
JBoss Messaging 1.4.0.GA has been released and is available for download here: http://labs.jboss.com/jbossmessaging/downloads/jboss-messaging-1.4.0.GA.zip The messaging team is pleased to announce the release of JBoss Messaging 1.4.0.GA. We have worked extensively to provide a production ready

[jboss-user] [JBoss Seam] - Re: Small Seam code optimization suggestion

2007-09-28 Thread mgrouch
backport175 has AnnotationReader which they claim is 5 times faster than JDK 5 reflective annotation reader http://backport175.codehaus.org/ http://fisheye.codehaus.org/browse/backport175/backport175/src/main/org/codehaus/backport175/reader/bytecode/AnnotationReader.java View the original post

[jboss-user] [JBoss Messaging] - Re: Clustering appears okay, but no clustered messages

2007-09-28 Thread [EMAIL PROTECTED]
Did you create the two instances as required by the test? You need to configure two instances, and use the BindingManager to ports, as described on the documentation. You can try that with 1.4.0.GA already. I just did from scratch to validate the release and it worked. View the original post

[jboss-user] [Beginners Corner] - Re: Defining a URL where files can be retrieved from a conte

2007-09-28 Thread genman
In UNIX, you can use symlinks out of an "exploded war", which you can search on. For Windows, edit the $JBOSS_SERVER/default/conf/jboss-service.xml , there is a list of deployed URLs. Edit the list. You may need to rename your dir mywebapprepo.war and put a web.xml in WEB-INF. View the original

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: org.apache.commons.fileupload.FileUploadException: the r

2007-09-28 Thread genman
You might want to ask directly on that forum. Possibly you could version-up the file upload library without touching anything else. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089915#4089915 Reply to the post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [Messaging, JMS & JBossMQ] - Re: HA-JNDI and HA-JMS problem

2007-09-28 Thread genman
What's the value of "host" ? String host = System.getProperty(IConstants.SYSTEM_HOST_PROP); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089914#4089914 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089914 _

[jboss-user] [EJB/JBoss] - Re: PersistentObjectException - Help me !!!

2007-09-28 Thread waynebaylor
if an entity with that id already exists in the DB then you need to use merge() instead of persist(). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089913#4089913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089913

[jboss-user] [Messaging, JMS & JBossMQ] - Re: JMS Message Size Limitations

2007-09-28 Thread genman
There's no imposed limit per-se, but JBossMQ is fairly inefficient, and the persistence overhead (depending on your DB) might be very high. A different way to handle large messages is by storing them on a network file system -- or web server -- and pass just the name of the file through JMS. V

[jboss-user] [JBoss Seam] - Re: How does registration example work?

2007-09-28 Thread samdoyle
pages.xml define the navigation rules and I think either the SeamListener or SeamFilter changes the name to *.seam by default but I'm not sure about that. I'm pretty sure I read somewhere you can override this bevaviour. S.D. View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBossWS] - Re: Necessary artifacts/descriptors for JAX-WS web service

2007-09-28 Thread palin
"vashistvishal" wrote : Dont make a mistake of going back to JAX-RPC :-), embrace the change as it is for good. Yep, exactly. http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_vs_JAX-RPC View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089909#4089909 Rep

[jboss-user] [JBossWS] - Re: difference rpc webservice and ws webservice

2007-09-28 Thread palin
Hi, I've just written something about the differences between JAX-WS and JAX-WS on the wiki; may be this helps you http://jbws.dyndns.org/mediawiki/index.php?title=JAX-WS_vs_JAX-RPC Alessio Soldano View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089908#408990

[jboss-user] [JBoss Portal] - When I login in on jbossportal 2.6.1

2007-09-28 Thread kevnlin
When I login in on jbossportal 2.6.1 , the dashboardnav and navigation tabs page layout to is uneven . I set dashboardnav 's theme renderset to emptyrenderset can you provider correct page Layout or theme in next release portal version View the original post : http://www.jboss.com/inde

[jboss-user] [JBoss Seam] - How does registration example work?

2007-09-28 Thread thl16888
I am a beginner to JBOSS Seam. There is a basic question which I can't get to understand. My question was, how is " http://localhost:8080/jboss-seam-registration/ " getting resolved to " http://localhost:8080/jboss-seam-registration/registration.seam " or how is " http://localhost:8080/jboss-se

[jboss-user] [JBoss Seam] - Re: Seam Remoting Push ?

2007-09-28 Thread samdoyle
I did some reading somewhere that the Remoting solution is via subscribing to a JMS topic. How well does this approach work in a clustered environment? It would be nice to have a push capability that didn't rely on or require JMS. View the original post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Seam Remoting Push ?

2007-09-28 Thread samdoyle
Is there any current mechanism provided to do this in Remoting? JSF has support for it via the a4j:push but I really need this in the Seam.Remoting functionality. Thanks, S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089903#4089903 Reply to the post :

[jboss-user] [JBoss Seam] - JBoss Seam Book

2007-09-28 Thread samdoyle
Will there be a second addition in the near future to cover the changes that have taken place in Seam since the book was published? Thanks, S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089900#4089900 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Binding HtmlDataTable to h:dataTable in Seam

2007-09-28 Thread asookazian
Ok, so it seems to be working perfectly AFTER I pulled the dataTable out into a separate .xhtml due to the hiding/showing (use of ) becoming a problem. I am redirecting as follows: pages.xml | | | | | | The order of method

[jboss-user] [JBoss Seam] - Re: Ajax4jsf not bundled with jboss-seam-2.0.0.CR1?

2007-09-28 Thread samdoyle
"tynor" wrote : As of Richfaces 3.1.x, ajax4jsf is now packaged as part of the richfaces-*.jar files. Seam 2.0.0.CR1 bundles a development snapshot of richfaces 3.1.1: richfaces-3.1.1-SNAPSHOT. | Bet me to the punch, thanks for providing feedback. I have had posting here is hit and miss a

[jboss-user] [JBoss Seam] - Re: Ajax4jsf not bundled with jboss-seam-2.0.0.CR1?

2007-09-28 Thread samdoyle
Never mind I see you have reved RichFaces then lookihng at the RichFaces WebSite I see: What is new in RichFaces 3.1.0 1. Ajax4jsf and Rich Faces are merged. Code base grouped into 3 jars: richfaces-api, richfaces-impl and richfaces-ui View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss Seam] - Re: Ajax4jsf not bundled with jboss-seam-2.0.0.CR1?

2007-09-28 Thread tynor
As of Richfaces 3.1.x, ajax4jsf is now packaged as part of the richfaces-*.jar files. Seam 2.0.0.CR1 bundles a development snapshot of richfaces 3.1.1: richfaces-3.1.1-SNAPSHOT. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089894#4089894 Reply to the po

[jboss-user] [JBoss Seam] - Re: Comprehensive beginner tutorial?

2007-09-28 Thread DavidInTx
I agree that you don't want to spend lots of time learning how to deal with issues and problems in various technologies, when seam provides answers to many of those issues and problems. On the other hand, as you mentioned, you need to have some knowledge of how those technologies work. For our

[jboss-user] [JBoss Seam] - Ajax4jsf not bundled with jboss-seam-2.0.0.CR1?

2007-09-28 Thread samdoyle
Just curious why? What version of ajax4jsf should I be using with this release? Thanks, S.D. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089891#4089891 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089891 _

[jboss-user] [EJB 3.0] - Re: Can't load @Service in JBoss 4.2.1

2007-09-28 Thread ALRubinger
Sweet. S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089890#4089890 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089890 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Seam] - Re: How can I pass parameters to action methods

2007-09-28 Thread cupdike
FWIW, I should have mentioned that passEdit.selectPass(pass) was getting called but that the pass parameter was null. In any event, I switched over to using a page parameter for the pass id. It seems like this is probably better anyway (bookmarkable). View the original post : http://www.jbos

[jboss-user] [Messaging, JMS & JBossMQ] - Re: ActiveMQ 4.1.1 JBoss4.2 EJB3 MDB .NET Client

2007-09-28 Thread genman
What you should provide are relevant TRACE-level logs of what happens when your MDB and connection factory is deployed. You should also see some sort of logging in the activemq classes JBoss is hitting. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089886#4

[jboss-user] [JBoss Seam] - Re: selectOneMenu with s:selectItems problem

2007-09-28 Thread paulaunderwood
I have tried this but then it no longer allows me to log in.. it tells me that the transaction failed. I get an error invoking the login method javax.faces.el.EvaluationException: Exception while invoking expression #{authenticator.authenticate} Caused by: javax.ejb.EJBTransactionRolledbackExce

[jboss-user] [JBoss Seam] - FileServlet - no active event context

2007-09-28 Thread rafaelri
I am getting the following exception when I try to request a file from a servlet I implemented following the wiki example. | java.lang.IllegalStateException: No active event context | org.jboss.seam.core.Manager.instance(Manager.java:248) | org.jboss.seam.servlet.ContextualHttpSer

[jboss-user] [JBoss Messaging] - Clustering appears okay, but no clustered messages

2007-09-28 Thread fuzzybinary
I'm running a pretty standard JBoss AS server (4.2.1.GA) with JBoss Messaging 1.4.0.CR3 installed as per the documentation, basing the server on the "all" profile supplied with JBoss 4.2.1.GA, working against a MySQL server on a remote machine. I've tested the straight queue installation and I'

[jboss-user] [JBoss Seam] - Re: selectOneMenu with s:selectItems problem

2007-09-28 Thread smithbstl
Well it looks like you are trying to pass an entity to a String. Why does user have an areaID property? If user has a many to one M:1 relationship with area, shouldn't it just have an area property? This is assuming these are both entities. So how about something like this areaID | |

[jboss-user] [EJB 3.0] - Re: Can't load @Service in JBoss 4.2.1

2007-09-28 Thread oskar.carlstedt
It fixed the problem. I had bundled the jboss-annotations-3.0.jar file to my ear file (didn't set the scope of the above jar to provided in my maven project). So my mistake. Removing that jar file from the ear solved my problem. Thanks for all help! /Oskar View the original post : http://www

[jboss-user] [JBoss Seam] - selectOneMenu with s:selectItems problem

2007-09-28 Thread paulaunderwood
I am trying to edit a createuser form so that the areaID field is a drop down box populate with values from a table called Areas. When the user is saved, I need to value(either 1, 2, 3 or 4 associated with a label) to be saved in the user table. At this point, the drop down populates correctly

[jboss-user] [JBossWS] - Re: SOAPMessage error: setProperty must be overridden by all

2007-09-28 Thread oskar.carlstedt
Hi! Everything I know is that the javax.xml.soap... implementations are found in the $JRE_HOME/lib/rt.jar ($JDK_HOME/jre/lib/rt.jar). If you want to override these implementation then you must place the correct jar files in the endorsed folder. You can read more about the Java Endorsed Override

[jboss-user] [JBoss jBPM] - org.apache.commons.fileupload.FileUploadException: the reque

2007-09-28 Thread utsaviinindia
Hi, I am using Eclipse SDK 3.2.1, jbpm-gpd-feature-3.0.12, jbpm-jpdl-3.2.1. I followed the demo example. It is working fine till press "Deploy Process Archive" button. Message I got successful message but I got the below error on server side. I saw this error in this forum also but it says i

[jboss-user] [Installation, Configuration & DEPLOYMENT] - org.apache.commons.fileupload.FileUploadException: the reque

2007-09-28 Thread utsaviinindia
Hi, I am using Eclipse SDK 3.2.1, jbpm-gpd-feature-3.0.12, jbpm-jpdl-3.2.1. I followed the demo example. It is working fine till press "Deploy Process Archive" button. Message I got successful message but I got the below error on server side. I saw this error in this forum also but it says i

[jboss-user] [Beginners Corner] - org.apache.commons.fileupload.FileUploadException: the reque

2007-09-28 Thread utsaviinindia
Hi, I am using Eclipse SDK 3.2.1, jbpm-gpd-feature-3.0.12, jbpm-jpdl-3.2.1. I followed the demo example. It is working fine till press "Deploy Process Archive" button. Message I got successful message but I got the below error on server side. I saw this error in this forum also but it says i

[jboss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - org.apache.commons.fileupload.FileUploadException: the reque

2007-09-28 Thread utsaviinindia
Hi, I am using Eclipse SDK 3.2.1, jbpm-gpd-feature-3.0.12, jbpm-jpdl-3.2.1. I followed the demo example. It is working fine till press "Deploy Process Archive" button. Message I got successful message but I got the below error on server side. I saw this error in this forum also but it says in n

[jboss-user] [JBoss Seam] - Re: Comprehensive beginner tutorial?

2007-09-28 Thread trickyvail
Personally I think that Michael Yuan's book is currently the best Seam book available for purchase. The documentation that comes with seam is a goldmine of information too, but definitely assumes the reader understands JSF and EJB3. There is another book called Beginning JBoss Seam (Nusairat Apr

[jboss-user] [JBoss Seam] - Re: EntityQuery bug

2007-09-28 Thread rmemoria
Hi Pete, Thanks for the reply... Ok... The JBSEAM-1916 is done for me! But the reason why I had to override the countEjbql() is because of a problem getting the resultCount() when I declare an EJBQL with "join fetch" in there. for example: If I declare a query like that: "from User u join fect

[jboss-user] [JBossWS] - Re: SOAPMessage error: setProperty must be overridden by all

2007-09-28 Thread viniciuscarvalho
Yeah, that's correct! But, shouldn't I be able to use the endorsed dirs? my jboss-endorsed has the jboss-saaj.jar and also my JAVA_HOME/jre/lib/endorsed Should I downgrade my JVM? Best regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089863#4089863 R

[jboss-user] [JBoss Seam] - Re: SeamFilter, NTLM and

2007-09-28 Thread ancica1234
web.xml: http://java.sun.com/xml/ns/javaee"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd";> 10

[jboss-user] [Security & JAAS/JBoss] - Is it possible to acess LDAP user registry programatically

2007-09-28 Thread patwary_shiva
When using an LDAP user registry, is there a way to programmatically obtain the host name, port, and base DN configured in the application server's login-config.xml file? There's some extra user attributes I'd like to fetch from the directory via JNDI and I don't like the idea of having to speci

[jboss-user] [JBoss Seam] - Comprehensive beginner tutorial?

2007-09-28 Thread tresspicher
Hi all, I was recently assigned to a project using JBoss SEAM. I already have Michael Yuan's book, but it seems to assume a lot of knowledge about JEE 5, JSP, JSF, and EJB3. What I am looking for is a comprehensive tutorial geared toward SEAM. Because it seems that SEAM has addressed a lot o

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

2007-09-28 Thread ancica1234
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089753#4089753 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089857#4089857 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089857 __

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread b.reeve
This is the conversations.xhtml page | http://www.w3.org/1999/xhtml"; | xmlns:c="http://java.sun.com/jstl/core"; | xmlns:ui="http://java.sun.com/jsf/facelets"; | xmlns:f="http://java.sun.com/jsf/core"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:s="http:/

[jboss-user] [JBoss Seam] - Architecture Issue

2007-09-28 Thread skanky78
hi, i would like to use spring + jboss seam + jsf but in the moment i'm wondering how could do this: i have an interface CatalogService which provides several business services i have to use. this services gives access to an e-commerce plattform from a third party manufacturer. i do not use an

[jboss-user] [JBoss Seam] - javax.ejb.ConcurrentAccessException

2007-09-28 Thread PatrickMadden
Hi, I'm getting an error sometimes on a page that uses a Seam Component with Application Scope. I have a page with RichFaces Tab component with two tabs each of which contains a table. I'm using a4j:poll on this page to auto refresh my tables. Occasionally I get the following exception : Cause

[jboss-user] [JBossWS] - Re: SOAPMessage error: setProperty must be overridden by all

2007-09-28 Thread oskar.carlstedt
Hi! This is probably because you are running JBoss with Java SE 1.6. The SOAP implementation is bundled in the std Java 1.6 distribution. That is probably why you can't find the specified jar on your harddrive. Cheers, Oskar View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread jacob.orshalick
Please post the page where you are attempting to display the conversationList. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089850#4089850 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089850

[jboss-user] [JBoss Seam] - Re: Binding HtmlDataTable to h:dataTable in Seam

2007-09-28 Thread asookazian
As far as order of events, how do you know which actions/methods will be exec'd in what order? For example: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089847#4089847 Reply to

[jboss-user] [JBoss Seam] - Re: Binding HtmlDataTable to h:dataTable in Seam

2007-09-28 Thread asookazian
I noticed that the binding action only gets exec'd once per session (the SFSB has session scope). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089846#4089846 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089846

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread b.reeve
I tried printing the conversationEntries | ConversationEntries convEntries = ConversationEntries.instance(); | Collection entryCollection = convEntries.getConversationEntries(); | if(!entryCollection.isEmpty()){ | System.out.println("--Conversation Entries Desc--

[jboss-user] [JBoss Seam] - Re: Security: Better support for single sign on?!

2007-09-28 Thread stephen.friedrich
Sorry, should have included that already. For me this works fine: | | | | The checkLogin method is the very one I already posted. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089839#4089839 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & DEPLOYMENT] - JBOSS SEAM without the EJB container

2007-09-28 Thread CommunityR
Hi, I experience the same error as they do here: http://www.theserverside.com/discussions/thread.tss?thread_id=40751 My ejb-jar.xml file looks like this: | | http://java.sun.com/xml/ns/javaee"; | | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | | xsi

[jboss-user] [JBossWS] - Assigning jndi-name to a rpc-client in war

2007-09-28 Thread fditolla
I'm developing a pojo rpc client (JSR-109 style) in a full J2EE aplication, but I don't understand how I should do to assign a to the . My client is very similar to the one shown in the JSR-109 pojo chapter of the RPC user guide http://jbws.dyndns.org/mediawiki/index.php?title=JAX-RPC_User_Gui

[jboss-user] [JBoss Seam] - Re: Reading MAC address from client

2007-09-28 Thread IGx89
No, MAC addresses are never supposed to propagate beyond the first hop; your router knows your machine's MAC address, but your ISP does not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089834#4089834 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: Reading MAC address from client

2007-09-28 Thread [EMAIL PROTECTED]
No remote browser is going to send you the MAC address. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089833#4089833 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089833 __

[jboss-user] [JBoss Seam] - Re: Binding HtmlDataTable to h:dataTable in Seam

2007-09-28 Thread asookazian
Here is the dynamic populator method. Looks like the value attribute is not being bound (it wasn't null in the Eclipse debugger)... public void populateDynamicDataTable() { | | // Any columns? | if (myList != null && myList.size() > 0) { | dynamicDataTable =

[jboss-user] [EJB/JBoss] - PersistentObjectException - Help me !!!

2007-09-28 Thread Sukar1205
I been trying to solve this problem for a couple of days now and no luck! a little help would be appreciated. THanks I am getting this Exception every time I run my client. This is my main class | | public static void main(String[] args) { | | KBClient c = new KBClient(

[jboss-user] [JBoss Seam] - Re: Binding HtmlDataTable to h:dataTable in Seam

2007-09-28 Thread asookazian
Ok, now there is no exception (using only the Seam SFSB, not the manage bean anymore), but the dataTable does not render on the screen. Using the tag, I see the following in the component tree: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089830#4089

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread jacob.orshalick
"trickyvail" wrote : I agree that a short sentence describing this requirement added to the documentation at 6.7.3 would be helpful to people using the conversationList or switcher. JIRA issue raised: http://jira.jboss.com/jira/browse/JBSEAM-1999 View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Reading MAC address from client

2007-09-28 Thread Stateless Bean
Hi, Is any possible to easy way read mac address of logged client like is with reading IP? anonymous wrote : @In("#{remoteAddr}") private String ipString; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089828#4089828 Reply to the post : http://www

[jboss-user] [JBoss Seam] - Re: Seam 2 CR1 upgrade issues

2007-09-28 Thread seamdev
will like to know what do the following messages in log mean.. | INFO: Initializing Sun's JavaServer Faces implementation (1.2_04-b16-p02) for context 'null' | | com.sun.faces.lifecycle.ELResolverInitPhaseListener populateFacesELResolverForJsp | INFO: JSF1027: [null] The ELResolvers

[jboss-user] [JBossWS] - deploying a web service on jboss 4.0.5

2007-09-28 Thread trippstowe
i have an exploded war on jboss and i can deploy fine through eclipse. the wsdl is created for me, but when i try to do it manually by copying the class files and xml files over, the web service doesnt get deployed. can someone help? thanks tripp View the original post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Binding HtmlDataTable to h:dataTable in Seam

2007-09-28 Thread asookazian
Is it possible to do the following in Seam1.2.1.GA? I need a solution for a dataTable that can handle a dynamic column resultset from stored proc. snippet of .xhtml: snippet of userRoleSearch SFSB: | public HtmlDataTable getDynamicDataTable() { | if (dynamicDataTable == null) {

[jboss-user] [JBoss Seam] - Re: Can I manually commit a Transaction?

2007-09-28 Thread JakeC
Doh! *blush* It worked just fine once I declared the Observer method in the bean's Interface... Thanks for the help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089818#4089818 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBossWS] - Errors compiling jbossws-samples-1.2.0.GA

2007-09-28 Thread ansantharam
Using JDK1.4 with JBoss-WS 1.2GA During the compilation of the sample applications getting the following errors: compile14: [javac] Compiling 106 source files to C:\jbossws-1.2.1.GA\jbossws-samples-1.2.0.GA\output\classes [javac] C:\jbossws-1.2.1.GA\jbossws-samples-1.2.0.GA\src\main\ja

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread jacob.orshalick
JIRA issue created for conversationList issue: http://jira.jboss.org/jira/browse/JBSEAM-1997 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089817#4089817 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089817 _

[jboss-user] [JBossWS] - SOAPMessage error: setProperty must be overridden by all sub

2007-09-28 Thread viniciuscarvalho
Hello there! From what I've searched so far, this error happens when I have a sun RI SAAJ in my classloader. I've searched my entire harddisk (literally) for a reference to anothar SAAJ implementation that's not jboss-saaj.jar. And could not find. I've also used some operations on the classloade

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread b.reeve
I am facing a similar problem. I can see the conversationEntries displayed properly with the descriptions, when i print them in the console. But, I am getting an UnsupportedOperationException when I include #{conversationList} or #{org.jboss.seam.core.conversationList} in my page. Could anyone

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: 2 instances running on the same server

2007-09-28 Thread pmohanan
Thanks a lot Peter!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089809#4089809 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089809 ___ jboss-user mailing list jboss-user

[jboss-user] [JBoss Seam] - Re: Migrating seam 1.0.1 to 1.2.1 GA

2007-09-28 Thread supernovasoftware.com
You might as well migrate to 2.0 which will be out very soon for the following reasons: 1. Many improvements and bug fixes 2. Better support unless you are a support customer because this is where the developers are focusing their efforts View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

2007-09-28 Thread jacob.orshalick
"djfjboss" wrote : Actually, there appears to be a little twist - it only works if I leave this kludge in the @Begin annotated method: | | Conversation c = Conversation.instance().begin(); | | I put this in while stumbling around in the dark. | | The @End method seems to work fine b

[jboss-user] [JBossWS] - Re: Ant doesn 't Recognize WSConsumeTask

2007-09-28 Thread ebonnett
I don't know about my original download being corrupt, but I followed your advice and downloaded it again, but I grabbed jbossws-native-2.0.1.GA.zip this time and ran ant deploy-jboss42 and voila! Now, my project's build script that calls the wsconsume works! Thank you! Eric View the orig

[jboss-user] [JBossWS] - Re: @WebServiceProvider not being deployed

2007-09-28 Thread viniciuscarvalho
Well, it turns that version 2.0.0 does not support it. When I've upgraded my jbossws to 2.0.1 on my jboss 4.2.0 server. It worked with no problem at all. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089805#4089805 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: SeamFilter, NTLM and

2007-09-28 Thread [EMAIL PROTECTED]
Post the whole exception, use [ code ] tags, post your web.xml :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089804#4089804 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089804 _

[jboss-user] [JBoss Seam] - Re: Framework and EJB3 bugs

2007-09-28 Thread [EMAIL PROTECTED]
I didn't do much - thanks really are due to Dimitris and Carlo :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089803#4089803 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089803 _

[jboss-user] [JBoss Getting Started Documentation] - Re: installing jBoss

2007-09-28 Thread PeterJ
To run, and see if it is working: 1) Open a command prompt 2) enter: cd C:\jboss-4.2.0\bin (or possibly "cd C:\jboss-4.2.0\jboss-4.2.0.GA\bin") 3) enter: run 4) Open a browser, point it at http://localhost:8080 and you will get the home page. View the original post : http://www.jboss.com/ind

[jboss-user] [JBoss Getting Started Documentation] - installing jBoss

2007-09-28 Thread LordALMMa
Hy everyone. I used to have Apache Tomcat but I wanna try JBoss for my new app. How can I install it? I have downloaded and unzipped it under C:\jboss-4.2.0\ but when i try to run the service is says that "service started and stopped. this might happen to some services that are not in use". (I

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread magoicochea
That's great I'll check it later at home. Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089797#4089797 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089797 ___ jboss

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread Grandfatha
There is a not so trivial example delivered in Seam 2 CR1 called "wiki" under the "examples" folder in your seam distribution. I think you can learn a lot from that beast. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089794#4089794 Reply to the post : h

[jboss-user] [EJB 3.0] - Re: Can't load @Service in JBoss 4.2.1

2007-09-28 Thread ALRubinger
11:16:26,075 ERROR [STDERR] Caused by: java.lang.NullPointerException | 11:16:26,075 ERROR [STDERR] at org.jboss.ejb3.service.ServiceContainer.registerManagementInterfa | ce(ServiceContainer.java:539) ...can you isolate this in a test case/project/JAR and send to me? S, ALR View the ori

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-09-28 Thread rchiarinelli
Hi guys, I face the same problem as Damatrix, and with the tag, I could see the problem. When the commandButton is pressed, a message "Conversion Error" appears. As I using a simple tag with a String content, I´m not understanding what is happenig. Could anyone help me? Thanks Ra

[jboss-user] [JBoss jBPM] - Re: named catch branch on scope throws exception

2007-09-28 Thread meghanai_99
My mistake :p The fault name attribute is supposed to be 'QName'. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089788#4089788 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089788 ___

[jboss-user] [JBoss Seam] - Re: h:commandButton not working on RichFaces tab

2007-09-28 Thread szaccaria
Other person have the same problem... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119233&postdays=0&postorder=asc&start=0 http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119558 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089787#408978

[jboss-user] [JBoss Seam] - Re: @Validator - How to use it?????

2007-09-28 Thread IGx89
http://docs.jboss.com/seam/2.0.0.CR1/reference/en/html/controls.html#d0e18961 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089782#4089782 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089782 _

[jboss-user] [JBoss Seam] - @Validator - How to use it?????

2007-09-28 Thread rodrigotico
I found on Jira the @Validator annotacion. I'd like to use it to implement a custom validator but I didn't find any documentation. Please, someone can help me to use the @Validator annotacion? Thanks Rodrigo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40

[jboss-user] [JBoss jBPM] - Re: Is it possible to include some meta data in the task dec

2007-09-28 Thread dingo001
"kukeltje" wrote : create your own taskcontroller... and task interface. That way you can achieve what you want. do you mean create my taskController in java code attached to the jpdl? Or something else? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089780

[jboss-user] [JBossWS] - Re: Ant doesn 't Recognize WSConsumeTask

2007-09-28 Thread PeterJ
That class (org/jboss/wsf/spi/tools/cmd/WSConsume) also appears in jbossws-native-2.0.0.GA/lib/jbossws-spi.jar. I successfully generated the stubs using the path and target you posted, though I only required jboss-4.2.1.GA/client and jbossws-native-2.0.0.GA/lib in the classpath. I would sugges

[jboss-user] [JBoss jBPM] - Re: Is it possible to include some meta data in the task dec

2007-09-28 Thread kukeltje
create your own taskcontroller... and task interface. That way you can achieve what you want. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089777#4089777 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089777

[jboss-user] [JBoss jBPM] - Re: Where can i find documentation for the jpdl

2007-09-28 Thread kukeltje
Even if you have not visited the jbpm project site (which clearly has links to docs which contain references to attributres) google is always your friend.. http://www.google.nl/search?q=jbpm+docs&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:nl:official&client=firefox-a http://www.google.nl/search?q=j

[jboss-user] [JBoss Seam] - Re: SeamFilter, NTLM and

2007-09-28 Thread ancica1234
I forgot to add that the exception happens after session times out and after I reload the page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089774#4089774 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089774 _

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-28 Thread IGx89
Then why is 1.1.13 dated (both in the repository and the file dates in the download from the official site) June 16th, while 1.1.14 is dated September 27th? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089773#4089773 Reply to the post : http://www.jboss.c

  1   2   3   >