[jboss-user] [JBoss Portal] - JBoss Portal and RMI

2008-02-01 Thread smoothny
Hello! I got a really important problem and i can't find a solution yet. Is there a way to get a RMI service running inside a porlet? Before initiating the rmi binding inside the portlet I started an rmiregistry on port 1100. This is the code inside the portlet | public void

[jboss-user] [JNDI/Naming/Network] - java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.java:8

2008-02-01 Thread shankha
Hi I am facing a problem with accessing the JBOSS. according to the exception it seems to me --- log related exception. when I call the following code Hashtable env = new Hashtable(); | env.put(Context.INITIAL_CONTEXT_FACTORY, initCtxFac); | env.put(Context.PROVIDER_URL,

[jboss-user] [JBossWS] - Performance problem with Jbossws client

2008-02-01 Thread Vincent321
Dear, I have a serious performance problem with a webservice client that I explained here : I took the wsdl http://developer.ebay.com/webservices/latest/ebaySvc.wsdl. This wsdl is about 3Mb but I was able to generate the stubs. Now that I want to invoke it with the following code : |

[jboss-user] [JBoss Tools (users)] - Re: J2ee module dependency and seam EAR project problem

2008-02-01 Thread [EMAIL PROTECTED]
Ah now I understand it. please report this in jira as critical. we need to fix this one. Link to this thread and the screencasts plus attach the output of Help Report Problem after you have seen the this page contains invalid values error message. Thanks! View the original post :

[jboss-user] [JBoss Tools (users)] - Re: J2ee module dependency and seam EAR project problem

2008-02-01 Thread [EMAIL PROTECTED]
argh just saw your first commit about jira failing. I've created http://jira.jboss.com/jira/browse/JBIDE-1716 Please attach the output of Help Report problem after the error has occurred. thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125400#4125400

[jboss-user] [JBoss Tools (users)] - workspace null pointer error when restoring seam workbench

2008-02-01 Thread wiggy
I have a another probelm which i also dont know if other get. I have jboss tools 2.0 ga deployed ontop of europa. I just switched to using the seam projects and perspective. when i start up my eclipse build I keep getting errors like 'java tooling' null pointer exception and just now got

[jboss-user] [JBoss Seam] - Re: How to prevent page data reloading when click Back

2008-02-01 Thread arvhatte
Hi gus888, By default your browser shows you a page from its cache when you press the back button in your browser, except when that page has accepted POSTDATA, so was requested with the POST method instead of the GET method. The POST method is (generally) used when submitting form data en the

[jboss-user] [JBoss Tools (users)] - Re: workspace null pointer error when restoring seam workben

2008-02-01 Thread [EMAIL PROTECTED]
the errors you show is not part of plugins being bundled with jboss tools or jbds. it is an error in buckminister and probably also tptp. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125410#4125410 Reply to the post :

[jboss-user] [JBossWS] - transfer encoding of attachments with saaj

2008-02-01 Thread ashields
jbossws sends attachments with a content transfer encoding of binary even if the client code has set a specific value. The same code checks for existing values for content type and content id. This all happens in org.jboss.ws.soap.attachment.MultipartRelatedEncoder.java Is there a reason not

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: TRACE level doesn't work

2008-02-01 Thread jaikiran
Tried this on my local setup with JBoss-4.2.2. Got it working. Here's what you have to do: 1) Create a log4j.properties file and package it with your application and make it available in the classpath (i placed the log4j.properties file at the root of the EAR file). The log4j.properties looks

[jboss-user] [JBoss Seam] - Re: Error during PDF generation - IllegalStateException: No

2008-02-01 Thread arvhatte
Hi terryb, Though I'm not 100% sure, I think you should remove the following part from your web.xml and everything will work like a charm: | filter | filter-nameSeam Servlet Filter/filter-name |

[jboss-user] [JBoss Tools (users)] - Re: J2ee module dependency and seam EAR project problem

2008-02-01 Thread christian.douven
Log attached. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125419#4125419 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125419 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: What are the aslias defined for the built in seam compon

2008-02-01 Thread [EMAIL PROTECTED]
In general it is sensible to analyze the bottlenecks and performance blackspots rather than spend hours rewriting bits of code which may in fact be very performant compared to others. It sounds like you are interested in this - perhaps you could contribute a better solution (that preserves

[jboss-user] [Installation, Configuration DEPLOYMENT] - To generate a wsdl using JAX-WS in JBOSS with java program b

2008-02-01 Thread Rajiii
Hi, I am using JAX-WS to generate webservices using JBOSS application server by writing a java program. My sample java program includes :which takes an i/p name as string and displays out put as Hello name,with the use of annotations.And,also have written web.xml for it.If I start JBOSS

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-02-01 Thread baspet
Try to remove view from s:link. It works for me.. V. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125445#4125445 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125445 ___

[jboss-user] [JBoss Seam] - Re: Seam and testing fail. TestNG

2008-02-01 Thread [EMAIL PROTECTED]
Seam 1.2? How did you set up the integration test? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125448#4125448 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125448 ___

[jboss-user] [JBoss Seam] - seam crud selectonemenu

2008-02-01 Thread nickes
Hello, please can anybody give (for a programming-newbie like me) a tutorial or some step for the following theme? I created via seam-generate-entities a frontend for the datamodel. Now, i like to change some of the panelGrid. Instead of inputtext i like to create some selectonemenu of

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-02-01 Thread brombie
I'm having the same problem here. This problem is easy to duplicate if you have eclipse with JBoss tools. Just create a new Seam Web Project which will give you the login and home page. The logout link in the generated menu.xhtml is: s:link view=/home.xhtml action=#{identity.logout}

[jboss-user] [JBoss Seam] - Re: 2.0.1.GA - Ye Ole Maven2 + JBoss Embeddable problems

2008-02-01 Thread [EMAIL PROTECTED]
Thanks Brad, I fixed the docs :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125438#4125438 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125438 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:button does not include Request parameter in 2.0.0 G

2008-02-01 Thread [EMAIL PROTECTED]
Try using code tags in your post. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125436#4125436 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125436 ___ jboss-user mailing list

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Not Working On IpAddress. Works Only On localhost

2008-02-01 Thread jaikiran
Since you opened a new topic for the shutdown problem at http://www.jboss.com/index.html?module=bbop=viewtopict=129061, let's continue this discussion there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125434#4125434 Reply to the post :

[jboss-user] [JBossWS] - build failed

2008-02-01 Thread Rajiii
Hi, I have downloaded JBOSS WS and run ant,but build failed,here is the stack trace: samples\jaxr\scout\JaxrBaseTest.java:148: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac]

[jboss-user] [JBoss Seam] - Re: How to configure JBoss Embedded for deploying Seam and E

2008-02-01 Thread [EMAIL PROTECTED]
I don't know, I'm afraid. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125433#4125433 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125433 ___ jboss-user mailing list

[jboss-user] [JNDI/Naming/Network] - Re: java.lang.NoSuchFieldError: TRACE :Log4jLoggerPlugin.ja

2008-02-01 Thread jaikiran
anonymous wrote : Exception in thread main java.lang.NoSuchFieldError: TRACE You will require log4j jar of version 1.2.12 or higher in your classpath. Also, make sure that you do not maintain more than one version of jar file of log4j (or for that matter any other utility) in the classpath. So

[jboss-user] [JBoss Seam] - Re: Seam 2.0.1.GA - janino

2008-02-01 Thread [EMAIL PROTECTED]
It's also on central. But I agree, all dependencies should also be on repository.jboss.org - this is actually a drools dependency so can you raise this in the drools forum? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125429#4125429 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Service Doesnt Stop

2008-02-01 Thread jaikiran
anonymous wrote : From control panel when i stop the service, it shows it as stopped. but i can stilll access the jboss from the browser. What do the logs show? I guess, either the server.log (in the log folder) or shutdown.log (in the bin folder) should be updated with the shutdown related

[jboss-user] [JBoss Seam] - Bug in UIStroke class (pdf part)

2008-02-01 Thread arvhatte
Hi, Yesterday, while creating a couple of charts in Seam, I ran into a small copy-and-past bug in the UIStroke class of the pdf part of Seam (both 2.0.0.GA and 2.0.1.GA). Should I create a Jira issue for it (couldn't find any yet for this issue) and attach a fixed version of the Java source

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-02-01 Thread baspet
Does home.page.xml has login-required=true? V. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125460#4125460 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125460 ___

[jboss-user] [JBoss Seam] - Re: Excel export and stateless bean

2008-02-01 Thread [EMAIL PROTECTED]
I don't really understand what you mean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125444#4125444 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125444 ___ jboss-user mailing

[jboss-user] [JBoss Seam] - Re: jbpm Seam - How do I assign a task to a specific User or

2008-02-01 Thread [EMAIL PROTECTED]
task name=ship description=Ship order |assignment actor-id=pete / | /task View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125442#4125442 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125442

[jboss-user] [JBoss Seam] - Re: s:selectItems label and value

2008-02-01 Thread [EMAIL PROTECTED]
Dan is correct. However 2.0.1 allows you two options to customize the value. If you don't use the entity converter, use the itemValue attribute on s:selectItems. If you do, you need to implement a custom entity loading strategy. I'll blog about that soon. View the original post :

[jboss-user] [JBoss Seam] - addToControlFromResourceBundle strangeness

2008-02-01 Thread nickarls
I'm on 2.0.1CR1 inside i valuechangelistener and doing | getFacesMessages().addToControl(event.getComponent().getId(), new FacesMessage(!)); | and it shows up on my s:decorated component but | getFacesMessages().addToControlFromResourceBundle(event.getComponent().getId(), my.key);

[jboss-user] [JBoss Portal] - Re: Caused by: javax.faces.application.ViewExpiredException

2008-02-01 Thread viggo.navarsete
It's a bug introduced after the Richfaces 3.1.3.GA release (which is working). Testing on both 3.1.4.CR and 3.1.4.GA the exception is thrown. Link to issue: http://jira.jboss.com/jira/browse/RF-2135 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125453#4125453

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-02-01 Thread brombie
baspet wrote : Try to remove view from s:link. It works for me.. | | V. | Thanks for the response, baspet, but removing the view from the logout link will take you to the home.xhtml instead of to login.xhtml, which put us back to square one. If I click the login link from the home

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

2008-02-01 Thread nickarls
Just noticed that it even shows up in the console (correctly resolved) but doesn't appear on the component... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125456#4125456 Reply to the post :

[jboss-user] [JBossWS] - Re: build failed

2008-02-01 Thread [EMAIL PROTECTED]
You need to edit the ant.properties file specifying your application server path View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125462#4125462 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125462

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

2008-02-01 Thread [EMAIL PROTECTED]
Two strings concatenated? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125440#4125440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125440 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor

2008-02-01 Thread [EMAIL PROTECTED]
Are you injecting using @In or @PersistenceContext? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125449#4125449 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125449 ___

[jboss-user] [EJB/JBoss] - Re: org.jboss.ejb3.remoting.BaseRemoteProxy serialid excepti

2008-02-01 Thread jaikiran
See this http://www.jboss.com/index.html?module=bbop=viewtopict=126187 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125471#4125471 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125471

[jboss-user] [JBossWS] - build failed (Repost)

2008-02-01 Thread Rajiii
Hi, I have downloaded JBOSS WS and run ant,but build failed,here is the stack trace: samples\jaxr\scout\JaxrBaseTest.java:148: cannot find symbol [javac] symbol : class JAXRException [javac] location: class org.jboss.test.ws.jaxws.samples.jaxr.scout.JaxrBaseT est [javac]

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-02-01 Thread thejavafreak
brombie wrote : I've tried commenting out the notLoggedIn and postAuthenticate events in components.xml but it didn't solve the problems. It wouldn't be a good solution anyway, since I do need those events to be handled as configured. | Yup I've tried that too and it didn't work. I've

[jboss-user] [JBoss Seam] - Re: Excel export and stateless bean

2008-02-01 Thread arvhatte
Hi Limousyf, I guess what you want is to make use of page parameters. Check http://docs.jboss.com/seam/latest/reference/en/html/events.html#d0e3899 for more information on page parameters. Cheers, Tim View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - frequent non-fatal exception with datasource [org.jboss.reso

2008-02-01 Thread kengullxn
Hi all. We are using mysql in our application. Our application is running on the jboss-4.2.0.GA_CP01 application server. We have downloaded the most recent connector src-bin from the mysql website: mysql-connector-java-5.0.8-bin.jar The error we are facing is related to the connection-checker

[jboss-user] [Installation, Configuration DEPLOYMENT] - Jboss server is not starting after adding project to it

2008-02-01 Thread Rajiii
Hi All, I have created a dynamic web project and written a simple index.html file where in I have written:Hi,welcome to jboss server as text.If I add this project to jboss application server(version 4.2.2),server is not getting started.It is continuously publishing with message:publishing

[jboss-user] [JBoss Seam] - Re: Error up the tomcat with the

2008-02-01 Thread NighTiger
Yes, running one of the sample apps... But I not install anything ! What must install ?? Thanks.. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125480#4125480 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125480

[jboss-user] [JBoss Portal] - Stylesheets - portal-identity/style.css

2008-02-01 Thread HerQpapa
Hi, Env JBoss-Portal 2.6.2 I have tried to change the portal's stylesheets on all possible places known to me, but whatever I do the portal still injects portal-identity/style.css into the header. Unfortunately the portal-identity/style.css overrides my stylesheet. Any suggestion what I

[jboss-user] [Beginners Corner] - Problem running Hello-jsf.war

2008-02-01 Thread rodosa
Hello!!! I've installed JBoss jBPM and configure it to works with MySQL. Now I would like to buit an small application that uses managed beans ... but It doesn´t work ... I have some problems that I've related in this post http://www.jboss.org/index.html?module=bbop=viewtopict=128803

[jboss-user] [Installation, Configuration DEPLOYMENT] - SSL, JBOSS Windows 23K and Internet Explorer

2008-02-01 Thread hardybarlow
Hey folks, I am complete novice JBOSS user begging for some assistance. I have a windows 2K3 Server that is currently running JBOSS (JBOSS is running as a service). JBOSS is currently hosting (not sure if that is the right word) an application on the Windows 2K3 server. This application has

[jboss-user] [JBoss Seam] - PAGE context Component can not run inside Pageflow conversat

2008-02-01 Thread thejavafreak
This is kinda difficult to explain, I hope you guys get the idea. I have a component which is PAGE scoped. Now I run invoke the method from this component inside a pageflow conversation then I get : value of context variable is not an instance of the component bound to the context variable

[jboss-user] [JBoss Seam] - Re: Error up the tomcat with the

2008-02-01 Thread [EMAIL PROTECTED]
http://docs.jboss.com/seam/2.0.1.GA/reference/en/html/configuration.html#config.install.embedded View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125497#4125497 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125497

[jboss-user] [JBoss Messaging] - Re: Understanding JBoss Messaging and SPOF (Single Point of

2008-02-01 Thread timfox
seattle.golfer wrote : any chance some of these features can/will be backported to 1.4.x? | This is very unlikely - we don't really have the resources for that and it would involve deep changes. anonymous wrote : | Also, in your opinion, is what's in source stable enough to start

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-02-01 Thread brombie
baspet wrote : Does home.page.xml has login-required=true? | | V. | There's no home.page.xml. The default Seam web template in eclipse or seam-gen doesn't generate that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125493#4125493 Reply to the

[jboss-user] [JBoss Seam] - Re: PAGE context Component can not run inside Pageflow conve

2008-02-01 Thread blabno
Scope does not seam to be an issue here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125491#4125491 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125491 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - subprocess token positioned at next node

2008-02-01 Thread debnathm
Hi I am trying to execute a subprocess but after signalling the main process, the token seems to go past the first state of the subprocess and position itself at the second state. I was expecting it to stop at the first state of the subprocess. The print statements after executing the test case

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem with JSF 1.2 RI and Facelets on JBoss 4.0.4

2008-02-01 Thread LeandroSeverino
Well, I have this same problem. My project have: - Facelets ( JSF 1.2 ) - RichFaces - JBoss 4.0.4RC1. I follow this instructions: http://www.jboss.org/index.html?module=bbop=viewtopict=94738postdays=0postorder=ascstart=0 and

[jboss-user] [JBoss Portal] - Re: CAS logout in JBP 2.6.2

2008-02-01 Thread Andergast
According to the bug tracker, this issue has been resolved: http://jira.jboss.org/jira/browse/JBPORTAL-1848?page=all Thanks! My question is, whether I can apply this changes to my existing JBoss Portal without having to rebuild the entire portal, as I did a lot of configuration to it. The

[jboss-user] [JBoss Seam] - Re: EntityManager is Null inside Constructor

2008-02-01 Thread saeediqbal1
|@PersistenceContext | private EntityManager entityManager; | private ListCorpCustomers existingData; | public void fillExistingData() | { | existingData = entityManager.createQuery(select c from CorpCustomers c where

[jboss-user] [JBoss Seam] - @DataModelSelection question

2008-02-01 Thread xinhua
Hi,all I have a very simple test code for @DataModel @DataModelSelection,but it does not work...:(. The list is shown correctly, but everytime i click on a row, a ClassCastException comes :((( here is the code: | | @Name(siteeditorPB) | @Scope(ScopeType.CONVERSATION) | public

[jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called

2008-02-01 Thread [EMAIL PROTECTED]
So you're definitely getting an XML response returned to the browser? By the way, there's no need to create a duplicate List to return, just return the query result. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125556#4125556 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Excel export and stateless bean

2008-02-01 Thread gilsontavares
As far as I know, the page parameter tag has a converterId attribute, so wouldn't the following work in this case? param name=aDate value=#{aBean.aDateAttrib} | converterId=javax.faces.convert.DateTimeConverter | / [ ] ' s Gilson View the original post :

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-02-01 Thread bodrin
Here are my answers: anonymous wrote : | I - Have you used debugging during your tests? | No. I just leave the long-live-consumer to run for a few hours, then check it if it receives the messages. It does not, and then I connect with the debuger to it and try to analyze its state via

[jboss-user] [Installation, Configuration DEPLOYMENT] - Apps Deployment Problem on JBoss4.0.5GA

2008-02-01 Thread [EMAIL PROTECTED]
Hello All, Sorry for this post if someone else asked before. We have server configured to automatic pick up war files in deploy directory. Most of our other apps will be picked up with no problem except two specific apps. We have to rename it first then rename it back to get it pick up

[jboss-user] [JBoss Seam] - anyway to generate Seam PDF table in parent/childern format?

2008-02-01 Thread terryb
Is there a way to use seam pdf template and print data in parent/childern records in pdf table? I couldn't see how ui:repeat could be used to generate parent/child record listing.. anyone knows of any other way of example? also Seam p:tags... don't have rendered attribute, is there anyother

[jboss-user] [JBoss Portal] - Re: CAS logout in JBP 2.6.2

2008-02-01 Thread [EMAIL PROTECTED]
anonymous wrote : | Where does this show up after compilation? | In the portal-identity-sso-lib.jar. Do a find and replace in your server configuration. There are a couple of places its packaged in Thanks View the original post :

[jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called

2008-02-01 Thread mcrandall
FYI: In my javascript, it should read: var eventId = result.getImage(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125530#4125530 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125530

[jboss-user] [JBoss AOP] - Re: AOPC compiler seems to run successfully without Aspectiz

2008-02-01 Thread [EMAIL PROTECTED]
Hi! The path to the classes to be transformed is read from the src inner tag. So, you should have put the bin.dir in this tag. For more info on the aopc task, you can take a look at the reference manual:

[jboss-user] [JBoss Seam] - PDF generation : horizontalAlignment does not work

2008-02-01 Thread matt_lc
Hi, I try to format a table in a PDF export. The problem is that the alignment parameters are not applied when the table become a bit complex... here is a sample of code that doesn't work : | p:table columns=2 widths=1 1 widthPercentage=50 horizontalAlignment=right spacingAfter=0 |

[jboss-user] [JBoss Seam] - Re: Excel export and stateless bean

2008-02-01 Thread limousyf
Yes I finally make it work using page parameters. But as the parameters for my report are dates (beginning, end), I had to use getTime() on java.util.Date and parse the generated String at the other end. It was a quick and dirty solution, working as soon as the parameter is convertible in a

[jboss-user] [JBoss Seam] - s:formattedText problem, it does not handle + char

2008-02-01 Thread lasansue
Hi all, I'm a new seam user. I've got a problem with displaying the + char in a s:formattedText. I tried to escape the character \+ and to let it alone +. In both cases, all the text before the + is displayed and none after. Does someone can tell me what i've done wrong. Thanks in advance,

[jboss-user] [JBoss Seam] - Re: old RichFaces bug: MethodNotFoundException back?

2008-02-01 Thread beligum
I found the fix for this: add jboss-web.xml to the web context with a seperate classloader: | class-loading java2ClassLoadingCompliance=false | loader-repository | seam.jboss.org:loader=your-app-name |

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

2008-02-01 Thread nickarls
Meaning that you should be able to forward to a page that uses a bean that injects the exception and then generates a String from the stacktrace. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125517#4125517 Reply to the post :

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

2008-02-01 Thread nickarls
The exception should be available in org.jboss.seam.handledException, you should be able to get the full stack trace from there. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125515#4125515 Reply to the post :

[jboss-user] [EJB/JBoss] - hint comments

2008-02-01 Thread fwjg2507
I want to write select hint select /*+ordered*/ x.a,y.b from x,y where x.c = y.d How should I write with EJBQL? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125506#4125506 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Use of EJBs within LoginModule

2008-02-01 Thread DeanoUK
Is it possible to use an EJB within a LoginModule? At the moment the EJB is set to @PermitAll but the LoginModule is re-called when the EJB call is made within itself... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125562#4125562 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called

2008-02-01 Thread mcrandall
This is what I'm getting back (in the debug window): abbreviated version: envelopeheadercontextconversationId3/conversationId/context/headerbodyresult id=0valuebagelementref id=0//elementelementref id=1//elementelementref id=2//elementelementref id=3//elementelementref id=4//elementelementref

[jboss-user] [JBoss AOP] - interceptors stack is static?

2008-02-01 Thread bornmw
Hi! I need to conditionally disable one interceptor in the interceptor stack from my aspect. I get access to the stack with InvocationBase.getInterceptors() I was very surprised to see that my change to the array of interceptors doesn't happen in the context of current invocation. Changes to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: TRACE level doesn't work

2008-02-01 Thread Juergen.Zimmermann
Thank you. That's what I was looking for. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125552#4125552 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125552 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Excel export and stateless bean

2008-02-01 Thread limousyf
Well I tried, but it seems not to work because of this bug: http://jira.jboss.com:8080/jira/browse/JBSEAM-2429?page=commentsdecorator=printable View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125553#4125553 Reply to the post :

[jboss-user] [JBoss Seam] - Re: jbpm timer transaction issues

2008-02-01 Thread pbrewer_uk
I'm more than willing to take this task on, but I'll need some pointers on where the cause of the problem lies and how to tackle it. This is now a critical issue for my project, so any help at all would be greatly appreciated. In addition, I think a related problem can be observed if, for

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Service Doesnt Stop

2008-02-01 Thread raghav8t2
Hi.. i am able to start and stop the service... the changes that i made in service.bat are: :cmdStop REM Executed on service stop call shutdown -s 192.168.1.216 stop.log goto cmdEnd added the IPAddress in the shutdown call. now i am able to stop service using net stop jbas42svc command. but

[jboss-user] [JBoss Seam] - handleException details

2008-02-01 Thread saasira
How can I get printstacke trace if we use seam declarative exception handling. Can we make seam exception handling to route to some bean instead of error page like in struts ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125513#4125513 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Security: Login twice after logout

2008-02-01 Thread baspet
My app uses home.page.xml with login-required=true. So, when identity.logout executes, control tries to render home.xhtml (that's why i don't use view on s:link). But, since home.xhtml is login-required and logout already called, seam correctly drives to login.xhtml. Of course, you have to

[jboss-user] [JBoss Seam] - Remoting - Callback method not being called

2008-02-01 Thread mcrandall
I'm a newbie to the SEAM framework so please be patient with me. I have successfully used the remoting (AJAX) feature. However, when I have an entity bean (generated by seam gen) that has join columns, the results are returned but the callback method does not get called. Is there something

[jboss-user] [JBoss Seam] - Re: Error during PDF generation - IllegalStateException: No

2008-02-01 Thread terryb
Hi, thank you. you are right, that's what I did to resolve it. cheers. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125526#4125526 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125526

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-01 Thread [EMAIL PROTECTED]
I'm glad to hear that it went well. I will take a look at the pasting error for the jee5 example. Thanks, Jay View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125514#4125514 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: Token.signal() --- 2 tokens?

2008-02-01 Thread QPool.Char
thx :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125509#4125509 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125509 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [JBoss Messaging] - Re: long live consumer stops working

2008-02-01 Thread [EMAIL PROTECTED]
anonymous wrote : Could you tell me what exactly this means, please? It means your client couldn't send Pings fast enough to the server at some point. Or you have some network problem, or something is making your client to run really slowly. Probably your Heavy debug options are making your

[jboss-user] [JBossCache] - Buddy Replication on specific Region

2008-02-01 Thread vib
Hi, I am trying to setup Buddy Replication on only certain Region of TreeCache. Is it possible to configure the cache service with this config? Thanks, vib View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125518#4125518 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Force method to be run before page redirect (no pages.xm

2008-02-01 Thread w17chm4n
Nowhere, it`s lazy fatched from the database. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125519#4125519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125519 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: What are the aslias defined for the built in seam compon

2008-02-01 Thread [EMAIL PROTECTED]
I haven't benchmarked this, but the lookups are basically a series of hashtable lookups, which makes it a pretty speedy thing altogether. On the issue of creating a name index for components, the problem I see is that the underlying contexts are very dynamic. The meaning of foo could easily

[jboss-user] [JBoss AOP] - JBoss AOP 2.0.0.CR4 released

2008-02-01 Thread [EMAIL PROTECTED]
The 2.0.0.GA release is getting closer and closer. The latest release is JBoss AOP 2.0.0.CR4. You can downloadit here: http://labs.jboss.com/jbossaop/downloads and view the release notes here: http://jira.jboss.com/jira/secure/ReleaseNote.jspa?projectId=10055styleName=Htmlversion=12311980

[jboss-user] [JBossWS] - wstools wsdl-java = NullPointerException

2008-02-01 Thread thof
Compiling a WSDL with wstools and following config configuration xmlns=http://www.jboss.org/jbossws-tools; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://www.jboss.org/jbossws-tools http://www.jboss.org/jbossws-tools/schema/jbossws-tool_1_0.xsd;

[jboss-user] [JBoss AOP] - Re: interceptors stack is static?

2008-02-01 Thread [EMAIL PROTECTED]
I fail to see how you would get that behaviour... But you can try to use the following Invocation method instead: | Object invokeNext(Interceptor[] newInterceptors) throws Throwable; | If that does not work, please supply a test case so we can see this in action View the original post :

[jboss-user] [JBoss Seam] - Re: Remoting - Callback method not being called

2008-02-01 Thread mcrandall
Try again: In my javascript, it should read: var eventId = result .getImage(); View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125533#4125533 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125533

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

2008-02-01 Thread [EMAIL PROTECTED]
That should not be a problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125590#4125590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125590 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Bug in UIStroke class (pdf part)

2008-02-01 Thread [EMAIL PROTECTED]
Yes, please create a JIRA issue for any bugs you find. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125589#4125589 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125589 ___

[jboss-user] [JBoss Seam] - Seam events question

2008-02-01 Thread dexjam
Hi there, is it possible to raise an event in the ejb and consume that event in a class residing in the war project? So if i fire the event in a class from project-jar.jar and consume it in project-war.jar ... I hope i could make it clear what i want to do. Regards, Jens View the original

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss Service Doesnt Stop

2008-02-01 Thread jaikiran
Those are debug level logs and can be safely ignored. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125566#4125566 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4125566 ___

[jboss-user] [JBoss Seam] - Re: @DataModelSelection question

2008-02-01 Thread blabno
Factory method should not return anything, but set some values by itself. @Factory(scope=ScopeType.CONVERSATION) public void getPages() { pages = sglue.loadAllPages(); } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4125568#4125568 Reply to

[jboss-user] [JBoss Seam] - Re: @DataModelSelection question

2008-02-01 Thread xinhua
resolved code should be: | | . | @Factory(pages) | @Begin(join=true) | public ListPage getPages() | { | pages = sglue.loadAllPages(); | return pages; | | } | View the original post :

  1   2   3   >