[jboss-user] [JBoss Seam] - Unable to locate NamespaceHandler for namespace [http://jbos

2007-04-05 Thread tiwaryamit
Geeks, Save the foot soldier. Trying to make Seam+Spring+Hibernate app, getting the below error, name space lookup problem. Pls. help. 12:01:15,765 INFO [STDOUT] 12:01:15,750 ERROR [[/prevea]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.Sea

[jboss-user] [EJB 3.0] - Re: Corba

2007-04-05 Thread ollka
Problem solved by patching file IORFactory (in jboss-ejb3.jar) Method createProxy make return CORBA.Object, don't narrow to EJBObject View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034881#4034881 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss Portal] - Re: Fetch UserId form Portal

2007-04-05 Thread [EMAIL PROTECTED]
You want the username ? | String loggedInUsername = request.getRemoteUser(); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034882#4034882 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034882 __

[jboss-user] [JBoss Seam] - error running seam spring example

2007-04-05 Thread tiwaryamit
Geeks, Tried running the spring example provided with the Seam distribution. Getting this error at start, Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Config

[jboss-user] [JBoss Portal] - utilization of decoration.jsp

2007-04-05 Thread suganthivelayutham
As of now I know that decoration.jsp is placed in the layouts defined for portal I want to know > when the decoration.jsp is called > what kind of actions I can perform with it... Plz guide me with a detailed explanation of it.. Thanks... View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Messaging] - Re: Set up JBOSS AS 4.0.5 with JBOSS MQ(Confiurations)

2007-04-05 Thread jkrishnakumar
I need to establish the ConnectionFactory & Connection without using JNDI in JBOSS AS 4.0.5 with JBOSS Messaging. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034890#4034890 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Binding the Scheduler

2007-04-05 Thread fduo
I've also tried to use the Scheduler with the Binding method. Now I receveid a very strange exception message: java.lang.ClassCastException: org.apache.myfaces.custom.schedule.HtmlSchedule cannot be cast to org.apache.myfaces.custom.schedule.HtmlSchedule | | Login | Please login

[jboss-user] [Installation, Configuration & Deployment] - is there a way to tell jboss to disable all xml validations?

2007-04-05 Thread sietti
hello, we need to deploy an ear in jboss behind a firewall which doesnt allow us to do outgoing http requests, so our deployment fails (connection timeout) at the point in wich we figure it out it tries to request the various DTDs (e.g. at sun.com). is there a way to tell jboss not to validate a

[jboss-user] [EJB 3.0] - Implementing an EJB3 Interceptor without touching the projec

2007-04-05 Thread Haensel
Hello, my name is Hans-Martin and I am a student at the university of Regensburg, Germany. I have to hold a lab about EJB3 on JBoss with interceptors. Now I read for about 2 days just to check out how to implement an ejb3 interceptor without touching the project with the business objects (state

[jboss-user] [JBoss Seam] - could not deserialize

2007-04-05 Thread toni
Hi, I have an entity bean, which references an exception. Persiting the entity bean to the postgresql 7.4 works without problems. However, I can't read/restore them, because I get the following exception: org.hibernate.type.SerializationException: could not deserialize Does anybody know how to

[jboss-user] [JBossCache] - Re: java.io.NotSerializableException: WebappClassLoader

2007-04-05 Thread philippe.suray
I have a web app that serves images to a client. I want that these images are put in the cache. My idea is to run Jboss in order to manage the cache and Tomcat in front of JBoss to put and retreive images. Could it be possible? Could you explain me the reason of the example at chapter 8.2.1? I h

[jboss-user] [EJB/JBoss] - [BUG?] Jboss calls ejbStore inside ejbPostCreate on the same

2007-04-05 Thread Umbra
I beleive, I encountered a bug in jboss 4.0.4 GA. We have an BMP entity bean(SWRecord in trace below) with a valueobject as an interface with a client. Client can pass the valueobject to the ejbCreate method with incompletely filled data. SWRecord fills missing data on ejbPostCreate, using sever

[jboss-user] [JBoss Seam] - Re: could not deserialize

2007-04-05 Thread [EMAIL PROTECTED]
This would be better on the Hibernate forum and with all the details, full stacktrace especially. Also use code tags to post it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034901#4034901 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

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

2007-04-05 Thread yoyoyoyo
Thanks for the reply. I can not access my project till the end of next week. By then I will try your suggestion and post my results. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034907#4034907 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Faces Servlet Servlet.service() ].[Faces Servlet]] Servlet.s

2007-04-05 Thread nychendavid
Hi My name is David, I am using JBoss 4.0.5.ga, JVM 1.5.0_11 with Postgresql 8.2 on windows server 2003 sp2. I have developed a simple (INTRANET) web application using JSF via netbeans. Its work fine with the PC where i developed. But from another PC, lits flush http: 500 after clicking the hyp

[jboss-user] [JBoss Seam] - s:fileUpload doesn't render

2007-04-05 Thread yuwono
I'm using seam-registration as starter, modify on one of the .jspx as follows : | http://java.sun.com/JSP/Page"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:h="http://java.sun.com/jsf/html"; | xmlns:f="http://java.sun.com/jsf/core"; |

[jboss-user] [JBossCache] - Re: java.io.NotSerializableException: WebappClassLoader

2007-04-05 Thread philippe.suray
I ran another test: deploy my webapp in Tomcat inside JBoss, in my ServletContextListener i init the cache with:MBeanServer server =MBeanServerLocator.locateJBoss(); | treecache = (TreeCacheMBean)MBeanProxyExt.create(TreeCacheMBean.class, "jboss.cache:service=TreeCache", server); | treecach

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-05 Thread ygiriyap
anonymous wrote : For the nullpointer, there was a jira issue on this, somethig was fixed in cvs: | | Mail.java 1.6 history download 7 days tbaeyens | added null pointer check on email recipients: JBPM-850 This issue takes care of scenario ... when ... actors dont have mail id associated

[jboss-user] [JBoss Seam] - Re: JSF rendering of invalid values

2007-04-05 Thread [EMAIL PROTECTED]
After more debugging: RENDER RESPONSE renders the exact same component instance that was invalid, and the value that is rendered is the "submittedValue" Now I need to find out how the implementation knows what the original component was. View the original post : http://www.jboss.com/index.htm

[jboss-user] [JBoss AOP] - Re: I can't get AOP to cross cut ... Please help

2007-04-05 Thread wgmartinez
Hi Kabir, The error was coming from the fact that I have jar files clashing. It's working now. Thanks for the tips. Willy View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034913#4034913 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[jboss-user] [JBoss jBPM] - validaiton error using notify attribute in task element - to

2007-04-05 Thread ygiriyap
Am trying to use "notify" attribute in task element for mailing. Am getting Validation error. jpdl-3.2.xsd doesnt describe "notify" attribute. How to get this going?? Any pointers. Thanks in advance. --Yash View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40349

[jboss-user] [JBoss Seam] - Re: EntityConverted and EmbeddedId

2007-04-05 Thread petemuir
Put a feature request in JIRA :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034916#4034916 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034916 ___ jboss-user mailing lis

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-05 Thread mputz
Yash, you receive the NPE because you don't have an actors attribute in your mail action. In the docu, 16.1.1 it says anonymous wrote : There are two attribute to specify recipients: actors and to. The to attribute should resolve to a semicolon separated list of email addresses. The actors att

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

2007-04-05 Thread petemuir
It's talking about EntityHome being a great example of managing an entity bean instance to allow efficient cluster replication; not the @Unwrap pattern View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034921#4034921 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: JSF rendering of invalid values

2007-04-05 Thread [EMAIL PROTECTED]
OK, thanks. I now understand the process up to that point. It looks like my actual problem is (not the same as the one I've shown) that I have a custom component that has a list of children in the decode() method that runs in RESTORE VIEW but that the children list is empty in the encodeBegin()

[jboss-user] [JBoss Portal] - Re: Fetch UserId form Portal

2007-04-05 Thread Mac81
No, just the Id. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034928#4034928 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034928 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Yet another JBPM + Seam question

2007-04-05 Thread SunFire
Hm, Seam 1.2.1 ships with jPBM 3.1.4. Are you sure that it is supposed to run with 3.2 at all? There is a 3.2 integration task in JIRA scheduled for Seam 1.3. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034919#4034919 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: JSF rendering of invalid values

2007-04-05 Thread jalupa
A JSF component has following properties (conceptual) a) a submitted value b) a local value c) a value The submitted value is filled in in the Apply Request Values phase, typically in the decode method of the component. The local value is filled in the Process Validations phase: this is the conv

[jboss-user] [JBoss Seam] - Re: Seam Mail (sending) and Message-Driven Beans?

2007-04-05 Thread petemuir
With JBoss AS 4.0.5, you won't get any bijection or lifecycle stuff automatically in an MDB (except for JMS ones) - you have to it manually with Lifecycle.beginCall() and then Component.getInstance. This is a bug in EJB3. It should be fixed in 4.2.0.CR1 though I haven't confirmed this, so I s

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-04-05 Thread petemuir
Trinidad provides sorting and paging on it's enhanced DataModel (CollectionModel) - I'm working on backing this with EntityQuery (and hence the database) rather than doing the paging and sorting in java - I haven't finished this yet so there is some weird behaviour... View the original post :

[jboss-user] [JBoss Portal] - Re: Fetch UserId form Portal

2007-04-05 Thread [EMAIL PROTECTED]
What are you trying to achieve ? Why do you need the database id for ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034940#4034940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034940

[jboss-user] [JBoss Messaging] - ConnectionFactory & Connection without using JNDI.

2007-04-05 Thread jkrishnakumar
I need to establish the ConnectionFactory & Connection without using JNDI in JBOSS AS 4.0.5 with JBOSS Messaging. Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034944#4034944 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Portal] - Re: Fetch UserId form Portal

2007-04-05 Thread [EMAIL PROTECTED]
Well in JSR 168 the username *is* the ID. That said if you use the userModule you could get the JBoss Portal User object and there is a getId() method on it that returns an object. In the case of the DB implementation it would return the table id (I guess that's the id you are talking about) in

[jboss-user] [JBoss Seam] - Re: PDF Font Colour (Color for some...)

2007-04-05 Thread damianharvey
If I try to use the value attribute on what was a resource it throws an error: java.lang.IllegalArgumentException: Cannot convert /img/myimage.jpg of type class java.lang.String to class java.awt.Image Looking at the UIImage code I can't see how it could ever take a path to an image. Or am I mis

[jboss-user] [Installation, Configuration & Deployment] - Re: Redeploying application parts

2007-04-05 Thread steinrr
Nobody that has any view on this matter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034951#4034951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034951 ___ jboss-user mai

[jboss-user] [JBoss Seam] - Sending (Seam) mail from a scheduled service

2007-04-05 Thread frehan
Hi I am tryin to send seam mails from a service and I can't get it to work. My service checks my db every 1o minutes for updates and if it finds any a mail schould be sent. >From my service I look up a stateless session bean using InitialContext ctx = new InitialContext(); mailer = (se.test.Ma

[jboss-user] [JBoss Portal] - Re: Fetch UserId form Portal

2007-04-05 Thread Mac81
Hi Thomas, thanks for your answer. I've already assumed that there's no other option to obtain the user Id (yes, I mean the number and in my specific case I cannot use the name) than to use the "UserModule". Unfortunately, the UserModule don't work as I use a java bean in the same application

[jboss-user] [JBoss AOP] - Re: JBOSS AOP on Websphere 6.1

2007-04-05 Thread marimuthub
Kabir Khan, Compile time aopc is working fine with websphere. But I have to use load time weaving as per the requirement Kabir Khan\flavia rainone, I also believe there is something wrong with class loader. There are two ways to apply classpath, javaagent and jboss aop path in websphere Fir

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-05 Thread ygiriyap
Hi Martin, Thanks.I could deploy the process and instantiate the process as well. But got stuck in the node that sends the mail. Mail is not being sent ... Enabled the debug and found the following error. anonymous wrote : | 2007-04-05 16:28:11,500 DEBUG [org.jbpm.mail.Mail] - sending email

[jboss-user] [JBoss Seam] - Re: Help! A4JSF a:support problem

2007-04-05 Thread damatrix
To answer the first question on the signature, it returns void with no input parameters. I tried the suggestion of the "action" attribute, and find that the method is called only after 1. I have filled all the other required fields on the form AND 2. I come back to that field again and it loses

[jboss-user] [EJB 3.0] - @EJB annotation doesn't lookup globally JBoss

2007-04-05 Thread estiedi
Hi, I have 2 ear's, say earA and earB. I have a session bean (say SessionA) that needs to call a method on a session bean (say SessionB) in earB. I implemented this like this: | @Stateless | public class SessionBeanA implements SessionBeanALocal { | @EJB(mappedName="earB/SessionBeanB

[jboss-user] [Management, JMX/JBoss] - twiddle doesn't support password parameter

2007-04-05 Thread newbi
Hello, We have an application deployed on JbossAS4.0.1sp1. In spite of the fact that jmx-console is secured by password, twiddle tool can still access the server without password. Is this a security hole of this version of jboss? It seems that since jboss 4.0.2 twiddle tool supports password p

[jboss-user] [JBoss Seam] - Re: Sending (Seam) mail from a scheduled service

2007-04-05 Thread petemuir
1) Seam mail depends on seam UI, you need to make sure it is available But in general, your problems are arising because you aren't working inside a Seam context. Why don't you use Seam's support for asynchronous methods? View the original post : http://www.jboss.com/index.html?module=bb&op=vi

[jboss-user] [Installation, Configuration & Deployment] - Two War files

2007-04-05 Thread kapils
I have a struts application Before I put all the contents into the ROOT.war. Now I want to make separate applications i.e. first.war and second.war and would like to put it into the deploy folder of jboss. But my problem is --- I was using the action path in the jsp's as following http://ww

[jboss-user] [JBoss Seam] - Question about phase listener

2007-04-05 Thread Stateless Bean
Hi, Can anyone tell me or give some intresting link with info with this: | org.jboss.seam.jsf.SeamPhaseListener | | org.jboss.seam.jsf.TransactionalSeamPhaseListener | I'm not sure what's the different between them. On first view i think SeamPhaseListener not support transactions,

[jboss-user] [JBoss Seam] - Re: Question about phase listener

2007-04-05 Thread petemuir
http://docs.jboss.com/seam/1.2.1.GA/reference/en/html/persistence.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034968#4034968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034968

[jboss-user] [JBoss AOP] - Re: JBOSS AOP on Websphere 6.1

2007-04-05 Thread marimuthub
Kabir Khan, Compile time aopc is working fine with websphere. But I have to use load time weaving as per the requirement Kabir Khan\flavia rainone, I also believe there is something wrong with class loader. There are two ways to apply classpath, javaagent and jboss aop path in websphere Fir

[jboss-user] [JBoss Portal] - Re: Fetch UserId form Portal

2007-04-05 Thread Mac81
A colleague of mine has created a table in the database. The elements which belong to an user are only accessible via the id. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034974#4034974 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

[jboss-user] [JBoss Portal] - query regarding resultset

2007-04-05 Thread vikas01
hello i just wanted to ask how can i display a resultset in a portlet i just need an over view.. tried accessing the database from jsp page but its giving some errors. and moreover i guess this is not the right approach so can anyone tell me how can i dsplay a result from resultset in a porlet t

[jboss-user] [Microcontainer] - Re: Acessing Microcontainer Beans in Servlet

2007-04-05 Thread [EMAIL PROTECTED]
I don't understand this thread, you guys are talking about completely different things! If you have a *.beans deployment then that will create the kernel and also but more importantly, it will parse the xml and populate that kernel with the beans. Creating your own kernel (as Ales suggested) wi

[jboss-user] [Beginners Corner] - Re: help?A problem with cmr+auto-increment+composite keys

2007-04-05 Thread bigadjaye
Hey, I am having exactly the same problem. Did you ever find a solution to this? THANKS! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034978#4034978 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034978 _

[jboss-user] [JBoss jBPM] - (NOTE: In JBPM 3.2)Decison nodes - trivial issues - help req

2007-04-05 Thread ygiriyap
Hi All ... (Note: I am working with JBPM 3.2) I am not able to get the decision node make a proper decision based on static values or the task variables by defining the conditions in the decision node(processdefinition.xml file). (I could get this working using a handler class to make my decisio

[jboss-user] [EJB 3.0] - Corba and Stateful Session Bean problem

2007-04-05 Thread ollka
Hi all, I trying to develop some ejbs and corba client. If I work with Stateless session beans, it's work fine, but if i try to use Stateful session bean, i have an error, when i resolve my stateful bean from client. Using jndi works fine too - when i lookup a bean, the session is created. But

[jboss-user] [Clustering/JBoss] - Re: Configuration for redundant ethernets

2007-04-05 Thread alpheratz-jb
Thanks guys (all of you!). I picked up the 4.2.0CR1 version and so far it seems to be "a thing of beauty." Cheers, Alph View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034956#4034956 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [Security & JAAS/JBoss] - Re: Using encrypted passwords in datasource config files dir

2007-04-05 Thread fhh
anonymous wrote : | I expect JBoss to read the encrypted password, decrypt it and then create the Datasource. | The application server has to obtain the password to decrypt the actual datasource password from somewhere. That is what the wiki page is all about. Regards Felix View the ori

[jboss-user] [JBoss Seam] - Re: h:commandLink has to be clicked twice

2007-04-05 Thread damatrix
I get no such indication on my browser. And check this out. I have a login form as the first page of the application. If i don't log in with the right credentials and have to log in again, i find that all commandLinks work perfectly thereafter. This only problem only occurs if i log in correc

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-04-05 Thread ghiormar
Is it normal behavior for the to call the setter for byte[] twice? I'm mean first it calls it for the byte[] with the file data and then it calls it with a null. I used seam 1.2.1.GA on jboss 4.0.5.GA. The project was build with seam-gen. package app.beans.entity; | | import javax.ejb.Rem

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-04-05 Thread dajevtic
Hi Chane. Let's see: "chane" wrote : | 1) Did you extend/override the Seam PhaseListener or did you incorporate another one into the stack? | Created my own phase listener and added it in faces-config like this: | | | mypackage.MyPhaseListener

[jboss-user] [JBoss Seam] - Re: Trinidad PPR/Ajax and Seam

2007-04-05 Thread dajevtic
By the way. Please remember that the Listener only checks if the action source is of type "CoreCommandLink"! If you also use a "CoreCommandButton" or a somewhere then you must add the check for this instance as well, or just use the super class UIXCommand. I'm not 100% sure, but if you want to ma

[jboss-user] [Beginners Corner] - TestNG, Eclipse and Database Connectivity Error

2007-04-05 Thread brucecoad
Hi There I'm try to write a very basic test and run it from Eclipse, that gets a hook into a postgres database, but am getting the error "No Persistence provider for EntityManager named matches". Here is my test. public class BasicTest { | | private EntityManagerFactory emf; |

[jboss-user] [Beginners Corner] - Re: JBoss 4.0.5 and JSF Faces context not found

2007-04-05 Thread gcoleman
What URL are you requesting? index.jsp or index.jsf? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034986#4034986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034986 ___ jb

[jboss-user] [JBoss Seam] - Can't get s:selectItems and s:convertEntity to work

2007-04-05 Thread waynebagguley
I have this in my components.xml: | #{em} | ...and this in a session bean: @PersistenceContext | EntityManager em; ...and this on a page | | | | | | And although the selection box contains all the correct items, when I submit the page

[jboss-user] [JBoss jBPM] - Re: Suspending active timers... what should happen on Resume

2007-04-05 Thread robroth
cpob, I tried to PM and email you without luck. Did you ever find a way to get this to work? Being able to do this is critical to meet our business requirements and we're stumped and could use a pointer. Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: Can't get s:selectItems and s:convertEntity to work

2007-04-05 Thread fhh
You have no Seam managed entityManager. Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034992#4034992 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034992 ___

[jboss-user] [JCA/JBoss] - Re: need help! JCA sample!

2007-04-05 Thread bruce_yuan
thanks a lot. i've deploy the sample on my JBoss 4.0.5 AS. the output of the guide was successful shown run-example1: | [copy] Copying 1 file to D:\jboss-4.0.5.GA\server\default\deploy | [echo] Waiting for deploy... | [java] Created Echo | [java] Echo.echo('Hello') =

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-04-05 Thread fhh
| | | Is this intended? Regards Felix View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034996#4034996 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034996 ___ jbos

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-05 Thread nicolemans72
With a String return type, it runs So, it's a mapping problem but I don't know it exactly is View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034997#4034997 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034997 _

[jboss-user] [JBoss Seam] - Re: Help on s:filleupload

2007-04-05 Thread ghiormar
I missed that. now it's ok. thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035000#4035000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035000 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Seam mail not rendering alternative plain

2007-04-05 Thread dilator
Hi, I've got a simple seam-mail test (just xhtml page) like so: | | | [EMAIL PROTECTED] | Test | | Plain text | | | Rich text | | Red text | | | | | The alt

[jboss-user] [JBossWS] - Salesforce client stub generation fails

2007-04-05 Thread artd
I'm trying to move away from Axis due to what appear to be classloading issues when Axis is included in a deployed webapp, and exposing portions of the webapp are exposed using JBOSSWS. So I figured I would just convert the Axis stubs to JBOSSWS stubs using wsconsume. I've tried JBOSS AS 4.0.5

[jboss-user] [Management, JMX/JBoss] - Re: No login available for security service

2007-04-05 Thread hebol
In the Wiki I found the reference: anonymous wrote : vi $JBOSS_HOME/server/default/deploy/jmx-console.war/WEB-INF/web.xml | uncomment the security-constraint block | and add a block after the end of the block: | | | BASIC | jmx-console | | Note! It should be

[jboss-user] [JBoss Seam] - @DataModel modifications

2007-04-05 Thread georgesberscheid
Hi, I have a @DataModel (HashSet myEntries) in a SESSION-scoped JAVABEAN Seam component with a @Factory method that retrieves initial data from the database and I display it in myList.xhtml. I also have an action method addEntry() that does em.persist(newEntry) and myEntries.add(newEntry) and r

[jboss-user] [JBossWS] - Re: Mapping problem

2007-04-05 Thread nicolemans72
I tried to use the methode | Service service = (Service)factory.createService(wsdlLocation, serviceName,mappingURL); | as I saw in an example but this method doesn't seem exist... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035006#4035006 Reply to

[jboss-user] [JBoss Seam] - Http Session Management into Seam

2007-04-05 Thread grdzeli_kaci
is there any docs about it ? or i must use JSF HttpSessionListener ? Regards, Paata. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035008#4035008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035008 ___

[jboss-user] [JBoss Portal] - Beginner question: building portlets (JBoss Wiki)

2007-04-05 Thread Oberiko
Hello. I seem to have gotten quite rusty at basic programming. Is there a guide available anywhere on how to build portlets from their source? I looked at the http://labs.jboss.com/portal/portletswap/userguide/html/portlets.html, but it didn't explain much beyond "use Ant". This question is

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - MyFaces and JBoss is not playing nice!

2007-04-05 Thread russray
Good Morning All: I am hoping someone can clarify what is the correct steps for getting a MyFaces Web Project up and running using JBoss 4.0.5 within MyEclipse 5.1.1. I have tried to follow the steps outlined in JBoss http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossWithIntegratedMyFaces, but I a

[jboss-user] [JBoss Seam] - Re: Can't get s:selectItems and s:convertEntity to work

2007-04-05 Thread waynebagguley
Ok, thanks for that? I've managed to find out how to configure the Seam managed persistence context and now I'm not getting the error any more but now the method attached to the action of the command button is not getting called and I'm getting no errors whatsoever in the logs... :( View the o

[jboss-user] [JBoss Seam] - Re: Can't get s:selectItems and s:convertEntity to work

2007-04-05 Thread petemuir
Make sure you have a messages component on your page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035012#4035012 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035012 ___ j

[jboss-user] [JBoss Portal] - Re: java.lang.ClassCastException in ContextImpl

2007-04-05 Thread FredF
I have debugged my code and jboss-jmx source code and found that there might be something with the transaction. I have not encapsulated the code in a transaction because there is already one started from jsf/jboss seam. here is a stack trace 2007-04-06 00:58:19,495 INFO [STDOUT] CONTAINER=

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

2007-04-05 Thread mputz
Hi, in 3.2 the scheduler is bound to the EJB Timer Service, which is a Stateless Session Bean. This is all in the jbpm-enterprise.jar within the ear - have a look at Chapter 5.5 in the docu to see what else is in there. If you are not in a J2EE environment the JobExecuterServlet can be used fo

[jboss-user] [JBossCache] - Re: java.io.NotSerializableException: WebappClassLoader

2007-04-05 Thread [EMAIL PROTECTED]
The problem is that since you're invoking via the JMX server, the thread context classloader gets switched when you call get() to one that doesn't know about your classes. Fortunately, JBoss Cache has a hack built in that lets you get around the problem. It lets you get ahold of the actual Tree

[jboss-user] [Remoting] - SSL calls thru a proxy with authentication?

2007-04-05 Thread carlofr
Hi! Have to pass a bluecoat proxy with authentication to make client SSL calls from my application to an external webservice. Running solaris, jdk5 and jboss_4.0.5.GA. Version 1.4.3.GA accoding to the jboss-remoting.jar When i read the user documentation for remoting 1.4.0 this seamed like a si

[jboss-user] [JBoss Seam] - Re: Can't get s:selectItems and s:convertEntity to work

2007-04-05 Thread waynebagguley
I added and now I get "Validation error" on the page but I've not set up any validation for the form. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035020#4035020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035020

[jboss-user] [JBoss Seam] - Re: Can't get s:selectItems and s:convertEntity to work

2007-04-05 Thread petemuir
What environment are you running in? JSF version? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035023#4035023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035023 ___ jboss

[jboss-user] [JBoss Portal] - Re: Beginner question: building portlets (JBoss Wiki)

2007-04-05 Thread szimano
please refer to http://labs.jboss.com/jbosswiki - this is wiki's project page. You'll find everything there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035024#4035024 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: Can't get s:selectItems and s:convertEntity to work

2007-04-05 Thread waynebagguley
JBoss 4.0.5.GA Seam 1.2.1.GA MyFaces 1.1.5 Java 5 Windows XP View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035025#4035025 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035025

[jboss-user] [JBoss Seam] - Re: Anybody else experience a4j:support *not* calling action

2007-04-05 Thread gzoller
Thanks Sergey! The did the trick. The is quite handy! Haven't used that before. When I added that it revealed an exception trying to set a null value to the month pulldown. It really shouldn't have been trying to do anything with the month field, so using the region "focused" a4j into doi

[jboss-user] [JBoss Seam] - How to save cookie with locale in Seam?

2007-04-05 Thread Stateless Bean
Hi, Like in topic, can anyone give me some example code/link, how to save cookie on client side with info about selected locale? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035027#4035027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Tomcat/JBoss: deactivating cookies in context.xml do not wor

2007-04-05 Thread seblor
Helle @all, I have some reasons to unabling cookies in just ONE of my webapplication. I want to transfer the sessionID over the URL. Normally you can do this in the special META-INF/context.xml of this application. Like this: Now I have got two scenarios. In the first one everything works fin

[jboss-user] [JBoss jBPM] - designer and timers

2007-04-05 Thread ax666
hi, right now the process designer doesn't support timers in the diagram mode. Is support for this and other things like scripts planned and if so when can this be expected? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035030#4035030 Reply to the po

[jboss-user] [JBoss jBPM] - Re: validaiton error using notify attribute in task element

2007-04-05 Thread mputz
Yash, you are right, it is missing. Oh, just realized you already entered it as JIRA Martinhttp://jira.jboss.org/jira/browse/JBPM-930 - thanks! Regards, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035031#4035031 Reply to the post : http://www.jboss.com

[jboss-user] [JBoss jBPM] - Re: designer and timers

2007-04-05 Thread kukeltje
look in the jira if there are any issues regarding this. The jira also contains the roadmaps View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035034#4035034 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035034 _

[jboss-user] [JBoss jBPM] - Initializing database

2007-04-05 Thread jcv
Hi, i'm playing a little bit with jbpm engine and i've made some changes to the hibernate database definition. How can i reflect this changes on the database creation? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035036#4035036 Reply to the post : http://

[jboss-user] [JBoss jBPM] - Re: validaiton error using notify attribute in task element

2007-04-05 Thread mputz
... and sorry for the last two messed up comments ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035037#4035037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035037 ___ j

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

2007-04-05 Thread matt.drees
Gotcha. It's a little confusing though, given the example right before it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035038#4035038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035038 ___

[jboss-user] [JBoss jBPM] - Re: validaiton error using notify attribute in task element

2007-04-05 Thread mputz
one more note: this was already handled by Martinhttp://jira.jboss.org/jira/browse/JBPM-904... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035035#4035035 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035035 ___

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

2007-04-05 Thread petemuir
I've updated the wording to be less ambiguous :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035040#4035040 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035040 ___ jboss-

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

2007-04-05 Thread estaub
Koen, >>What would you think of such a move? I don't really know enough to have anything useful to say. I fear a lot of merge-induced churn without much forward progress, and I fear a lot of refocus toward pageflow support to the detriment of BPM - but this is based on nothing but guesswork.

[jboss-user] [JBossWS] - Re: I got follow exception

2007-04-05 Thread KoniKoni
after two days looking for: false is needed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035043#4035043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035043 ___ jboss-u

[jboss-user] [JBoss jBPM] - Re: designer and timers

2007-04-05 Thread ax666
ok, from GPD-43 I see it is planned to be done but wasn't done for "jBPM JPDL Designer 3.1.0.alpha4 (16/Mar/07)". at least it's coming ;) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035045#4035045 Reply to the post : http://www.jboss.com/index.html?modul

  1   2   3   >