[jboss-user] [JBoss Seam] - Re: Newbie : How can I load datas before going on my JSP Pag

2007-03-05 Thread guib
Ok, thx a lot... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025102#4025102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025102 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread vincayou
Actually, this entry talks about charts in Pdf, but what about Charts in html? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025103#4025103 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025103

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread petemuir
So I think Norman was going to support charts in html as well. Anyway, add a comment saying you want it in html and vote for it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025104#4025104 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Portal] - Re: timezone information

2007-03-05 Thread PeterJ
I haven't looked at the dates stored by the portal, but I imagine that they are in GMT. Only when the date is displayed does the time zone and DST come into play. And all of that is handled by the JVM. So as long as the JVM handles DST properly, there should not be a problem. See The Sun JVM FA

[jboss-user] [JBossCache] - Re: Endless loop in JBoss Cache 1.4.1.GA

2007-03-05 Thread [EMAIL PROTECTED]
Thanks for this. Interestingly, this only happens when you try and remove the root node. Try changing it such that: | Fqn root = Fqn.fromString("/my/SubRoot"); | and it works fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025106#4025106 Repl

[jboss-user] [JBoss Seam] - Re: File(data) Download problem...

2007-03-05 Thread Newlukai
Hi jazir, I tried your code in my application where I get a file out of a database blob and want to send it to the browser. But I ran into a NullPointerException, since I don't get a HttpServletResponse object from the FacesContext object. Could it be that I inject the wrong context? @In |

[jboss-user] [Security & JAAS/JBoss] - problem with auto logout client

2007-03-05 Thread wmaidub
I have a Web application that calls a stateless session bean through the remote interface via RMI. My Web application use BASIC Authentication. The method in the session bean has a security domain and requires a specific role by an authenticated user. I use the DatabaseServerLoginModule for auth

[jboss-user] [JBoss Seam] - How can i popup a browser window?

2007-03-05 Thread chicochen
function openWindow(element) | { | var vWinUsers = window.open("?formId=projectAddForm&multiSelect=&element=' + element, 'UserPicker', 'status=yes,resizable=yes,top=100,left=200,width=580,height=750,scrollbars=yes'); | vWinUsers.opener = self; | vWinUsers.focus(); | } |

[jboss-user] [JBoss Seam] - Re: seam gen - which one?

2007-03-05 Thread buddy1974
is support for the WTP planned? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025114#4025114 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025114 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: NPE when opening pages.xml with jBPM editor

2007-03-05 Thread svadu
I probably misunderstood from the tutorial: http://docs.jboss.com/seam/1.2.0.PATCH1/reference/en/html/tools.html#d0e14643 For some reason I thought that designing pageflow had something to do with pages.xml... So I guess there is no way to visualize the pageflow from pages.xml? View the origin

[jboss-user] [Microcontainer] - Re: Evaluating IOC Containers

2007-03-05 Thread vickyk
Found the problem , it was in the AspectManager . When I included org.jboss.mc in org.jboss.test, org.jboss.injbossaop, org.jboss.cache.jmx, org.jboss.cache.pojo.jmx, org.jboss.ha, org.jboss.invocation , org.jboss.mc it worked .. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBoss Seam] - seam-gen generate entities problem

2007-03-05 Thread sstrenn
I am trying out seam 1.2 and jboss 4.0.5 ejb. I setup a project with seam-gen that accesses a simple little mysql database with users and blogs. After I call seam generate-entities, and restart seam, I get the following error trace upon accessing the users page. In the example below, it app

[jboss-user] [JBoss Seam] - Exadel, JBoss and Seam

2007-03-05 Thread [EMAIL PROTECTED]
For those who have not yet seen the announcement here: http://www.theserverside.com/news/thread.tss?thread_id=44506 Let me give a quick summary of what is happening, and what it means for Seam users: * The Exadel RichFaces JSF component suite, and the Exadel Studio Pro eclipse plugin suite are

[jboss-user] [JBoss Seam] - Re: JBoss Richfaces and Seam (ICEFaces consequence?)

2007-03-05 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025121#4025121 No, we are not dropping support for ICE Faces ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025122#4025122 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: How to use ice:dataTable and @DataModel?

2007-03-05 Thread ector7280
Anyone, Is there a way to get a sortable icefaces dataTable to work with Seam or does this need to be added to the JIRA? thanks, JR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025124#4025124 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread kukeltje
anonymous wrote : insanely productive if you guys keep adding features at the pace you currently are, we go definately insane for trying to keep up :-) Go Seam... oh and Gavin... don't YOU go insane View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025126#40

[jboss-user] [JBoss Seam] - Re: Can I end a conversation programmatically?

2007-03-05 Thread raffaele.camanzo
Hi Gavin, creating a specific test case it's been useful to better understand the Seam behaviour when I try to create a conversation with a given id or remove a conversation and switch to a different one. Ok, this is what I've seen: 1 - Conversation creation with a given ID: If I create a conve

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread kukeltje
Forgot the quotefrom TSS: anonymous wrote : The very good news here is that Gavin King is taking a leadership role in that "Grand Unification" and will lead the vision of these two strategic aspects: tooling and programming model. Given Gavin's credibility in giving back productivity to the

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread [EMAIL PROTECTED]
The original goal is was simply to include charting in PDF, but it's very clear that we need to support them in any context - linked from an HTML page, in an email, etc... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025132#4025132 Reply to the post : htt

[jboss-user] [JBoss jBPM] - Getting context variable

2007-03-05 Thread roccolocko
How can I get the value of a variable in the execute method from a class that implements ActionHandler. I want to get some of the task variables to store them on my database but I dont know how to get them from java code. Thanx in advanced View the original post : http://www.jboss.com/index.ht

[jboss-user] [Installation, Configuration & Deployment] - JBOSS Logging Problem

2007-03-05 Thread hemil
Hi, I am facing problem with JBOSS logging. Its consuming too much disk space (in GB) with debug logs. I am unable to configure the logs to trace level and info level. I have log4j-debug.properteis and log4j-trace.properties along with log4j.properties and log4j.xml. Should i comment the fi

[jboss-user] [EJB 3.0] - Database Connection Pooling?

2007-03-05 Thread majohnst
Really simple question, how do I setup database connection pooling in JBoss? Is it installed by default? I am currently using EJB3 to access a datasource defined through jboss. I am accessing the database through: | | MyDS | jdbc:postgresql://localhost/mydb | org.pos

[jboss-user] [EJB 3.0] - Re: Database Connection Pooling?

2007-03-05 Thread [EMAIL PROTECTED]
Use of a *-ds.xml file automatically includes JDBC connection pooling via JBossJCA. Your all set. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025137#4025137 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025137 _

[jboss-user] [EJB 3.0] - Re: Database Connection Pooling?

2007-03-05 Thread majohnst
I am using a *-ds.xml, so that is good, but I still don't think my pooling is working. I am stress testing my webapp. Just for kicks, I set my Postgres server to only accept a maximum of 20 connections. I created a stress test to have 50 concurrent users. After the test gets running, I get an e

[jboss-user] [Remoting] - Re: InvokerLocator binding?

2007-03-05 Thread [EMAIL PROTECTED]
Can use host name View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025139#4025139 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025139 ___ jboss-user mailing list jboss-user@li

[jboss-user] [Remoting] - Re: SocketTimeout in client

2007-03-05 Thread [EMAIL PROTECTED]
Guess the real question is what is SecurityRemote? If it is an object that you created which creates a remoting Client instance, then need to make sure the locator url used when creating that remoting Client contains the client timeout. View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Eclipse IDE (users)] - Deploying jBPM application in Eclipse

2007-03-05 Thread pedror
Hello. I am building a project using JBossIDE2/Eclipse, which I downloaded and installed. I have managed to include JBossAS (4.0.4) in Eclipse, which I can happily start and stop. Right now, I am using the JbpmGettingStarted document, to learn to deploy a Jbpm project, but I'm at a dead-end. The

[jboss-user] [Installation, Configuration & Deployment] - Re: Configure PHP with jboss 4

2007-03-05 Thread moxie
Let me ask this then. We are a standard java/jsp web application that is running on jboss 4. We have some php scripts we need to be able to run from our application. Our backend will actually call them and pass them data and the php scripts will then go do there work and return the result in

[jboss-user] [JBossWS] - Re: web service and asynchronous processing

2007-03-05 Thread vitor_b
Hello Thank you for your reply, but unfortunately there are some things i don't understand. Could you clarify these for me please? We have Message Addressing Properties: xs:anyURI ? | wsa:EndpointReferenceType ? | wsa:EndpointReferenceType ? | wsa:EndpointReferenceType ? | xs:anyURI |

[jboss-user] [JBoss Seam] - Re: Problem debugging Seam apps in Eclipse/JBossIDE

2007-03-05 Thread gleven
lawrieg: I've seen this same error message in creating a new seam project. In my case, I resolved it by adding the source lookup path for the new project to the Eclipse Debug source tab. You get there by poking the Debug icon and selecting Debug from the menu This brings up a dialog that inc

[jboss-user] [Beginners Corner] - Re: Auth How to

2007-03-05 Thread vlmcouto
Peter, you described quite perfectly. I gave a look into DatabaseServerLoginModule and make my own subclass, and worked very fine! Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025148#4025148 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Booking example, Tomcat, EJB3 and thou...

2007-03-05 Thread mlh496
Hey everyone, My ongoing saga to get my app running in Tomcat continues. I did a file-by-file comparison between my config files and those in the DVD Store, and could not find any meaningful difference. I've read in several places that the Booking example uses EJB3 and, when using the provide

[jboss-user] [JBoss Seam] - Re: Booking example, Tomcat, EJB3 and thou...

2007-03-05 Thread fernando_jmt
I have a Seam application running in tomcat 5.1.17. In order to get Seam running in Tomcat the key is to deploy EJB Embedded microcontainer into Tomcat. If you can see in the booking example, when the application (.war) is deployed, you can have a look the mc-conf.jar (among other ejb jars), wh

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Getting generated ID by sequence

2007-03-05 Thread andydale
Hi, Try declaring your sdequence as so: @SequenceGenerator(name = "tsperson_sequence", allocationSize=1, sequenceName = "SEQ_TSPERSON_ID") You must have the allocationSize=1 (or some other value) or it uses some kind of hi-lo strategy. Cheers, Andy View the original post : http://www.jboss.c

[jboss-user] [JBoss Seam] - Re: Booking example, Tomcat, EJB3 and thou...

2007-03-05 Thread mlh496
If my understanding is correct, the mc-conf.jar file consists of the files int the jboss-seam-1.2.0/embedded-ejb/conf directory. This is shared across all Seam example applications. If this is the case, then shouldn't all examples be EJB3 enabled? I did compare the contents of my mc-conf.jar

[jboss-user] [JBoss Seam] - Re: Previous jBPM PageFlow and #{identity.login} No Longer w

2007-03-05 Thread JohnEChesher
Gavin, I hit the same problem, so I tried your suggestion. Had to tweak it a little, but adding the resulting class (below) overcomes the problem: @Name("org.jboss.seam.security.identity") | @Scope(ScopeType.SESSION) | @Intercept(InterceptionType.AFTER_RESTORE_VIEW) | public class MyIdent

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread holtak
This dosn`t *look* (haven`t tried anything) bad at all. Maybe it just works out of the box with seam... http://www.jroller.com/page/cagataycivici?entry=jsf_chart_creator View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025157#4025157 Reply to the post : http

[jboss-user] [Installation, Configuration & Deployment] - Re: Configure PHP with jboss 4

2007-03-05 Thread PeterJ
As far as I know, running php in a separate apache httpd instance is the only way of running php with JBoss AS 4.0.x. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025158#4025158 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss jBPM] - server deployer option in 2.0beta version

2007-03-05 Thread roccolocko
I don't know what should I put in this option, initialy it had something like /jbpm-console but that gave me an error, so I changed it to /jbpm wich does not give me errors and tells me that the deployment was made correctly but I cant see my process running on the bpm. View the original post :

[jboss-user] [JBossCache] - Re: Endless loop in JBoss Cache 1.4.1.GA

2007-03-05 Thread [EMAIL PROTECTED]
See JBCACHE-999 - your bug got the lucky 999! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025160#4025160 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025160 ___ jboss-us

[jboss-user] [JNDI/Naming/Network] - Re: JNDI Problem

2007-03-05 Thread jaikiran
Your hibernate service will be deployed as a MBean. You can get a remote access to your MBean as mentioned in section "Using the RMIADaptor" at http://wiki.jboss.org/wiki/Wiki.jsp?page=HowDoIGetRemoteAccessToMyMBean View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: iText PDF generation

2007-03-05 Thread efabiano
Well, just for a better understanding of my problem: I´ve tried iText example that comes with seam. First, when I wrote special characters on format.xml (for example, "ç") I had this error: anonymous wrote : "Error Parsing /format.xhtml: Error Traced[line: 14] Invalid byte 2 of 3-byte UTF-8 se

[jboss-user] [JBoss Seam] - I find no answers!

2007-03-05 Thread pedror
Hello. I have been trying for a few days to create an application, sort of a technology proof, to be presented at work. We have an application, composed of several HTML screens, which needs to be controlled in terms of workflow. For this, I am trying to use a prototype made with Seam. The idea i

[jboss-user] [JBoss Seam] - begin-conversation in wildcarded page elements

2007-03-05 Thread codelion
I've coded this out, hopefully about as elegant as one can in that sections of code ;) Changed three source files. Should I make a JIRA and submit the diffs for review? Point is that I want to be able to have a whole directory or all of a site to default e.g. to unless it is overridden. Thin

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread supernovasoftware.com
Could someone comment on the current compatibility of JBoss Richfaces with Seam? When might there be an example posted that demonstrates integration of the various JBoss Richfaces components? I have been trying to determine if I should use Ajax4JSF or Icefaces. I have a rather large applicatio

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread [EMAIL PROTECTED]
Make sure you check out the demo here: http://livedemo.exadel.com/richfaces-demo/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025170#4025170 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025170

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread [EMAIL PROTECTED]
"supernovasoftware.com" wrote : Could someone comment on the current compatibility of JBoss Richfaces with Seam? | | When might there be an example posted that demonstrates integration of the various JBoss Richfaces components? | | I have been trying to determine if I should use Ajax4JS

[jboss-user] [JBossWS] - generated wsdl always has port 8080 (even when it should be

2007-03-05 Thread gsmithfarmer
Tomcat listening on 8180 (using straight ports-01). wsdl viewed via a browser (e.g. http://localhost:8180/...?wsdl) wsdl says port 8080: - http://s01-bwfpl022:8080/HelloWorld/HelloWorldBean"; /> Naturally, my client fails to attach. (If I have the client use a local wsdl that has th

[jboss-user] [JBoss and NetBeans] - Re: data binding problem, blank after bind, working on sun s

2007-03-05 Thread jwbaker
Works for me using the following: * Driver location: o http://jdbc.postgresql.org/ * Driver version: o 8.2-504.jdbc3 * Driver jar files: o postgresql-8.2-504.jdbc3.jar * Driver classname: o org.postgresql.Driver * URL format:

[jboss-user] [JBoss and NetBeans] - Re: data binding problem, blank after bind, working on sun s

2007-03-05 Thread jwbaker
Make sure you copy the postgresql-8.2-504.jdbc3.jar to the server\default\lib folder John View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025176#4025176 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025176 __

[jboss-user] [JBossWS] - Re: org.jboss.ejb3.client.ClientLauncher in which Jar file?

2007-03-05 Thread alexsun
"[EMAIL PROTECTED]" wrote : These tests are not suppoed to run with 4.0.5. How do youo build and invoke the samples? | | Maybe I don't make myself clearly. I try to build the samples, but can not compile the class I mentioned. View the original post : http://www.jboss.com/index.html?mod

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread supernovasoftware.com
Gavin, Thank you for the prompt reply. I have been looking into purchasing Exadel Studio Pro and Richfaces recently. It rocks that JBoss is open sourcing these products. :) This has been the story with most of the commercial or non JBoss OS products I have researched. Just as I am close

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Beta bundle: JBoss Server confi

2007-03-05 Thread artofabhi
Any solution for this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025181#4025181 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025181 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread alexsmirnov
Most of RichFaces components was tested with JBOSS Seam 1.2 GA. Currently, we found only one issue - for tree component, it's not possible to create model from EJB beans in ejb-jar, due to classloading problems. For resolve this issue, we need to separate API and implementation classes. View the

[jboss-user] [JBoss Seam] - Re: begin-conversation in wildcarded page elements

2007-03-05 Thread atzbert
Do you want something like that: ? Because this works for me just fine ... Maybe I misunderstand. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025183#4025183 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBossWS] - Re: generated wsdl always has port 8080 (even when it should

2007-03-05 Thread gsmithfarmer
Simplified question: ServiceEndpoint in the generated wsdl is always 8080. (Even when tomcat is listening on 8180). Why? What configuration am i missing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025185#4025185 Reply to the post : http://www.jboss.com/

[jboss-user] [JBoss Seam] - Re: JSF Chart Creator in Seam

2007-03-05 Thread vincayou
"holtak" wrote : This dosn`t *look* (haven`t tried anything) bad at all. | | Maybe it just works out of the box with seam... | | http://www.jroller.com/page/cagataycivici?entry=jsf_chart_creator | This is actually the thing I'm trying to use without success from the start. But thanks

[jboss-user] [JBoss Seam] - Re: I find no answers!

2007-03-05 Thread cja987
A lot of this depends on your specific application: if the set of tasks is a fixed "wizard" workflow, then you can probably get by with conversations alone (using manual flush mode if it involves editing "live" entities). If your tasks themselves are varying or defined by complex business logic

[jboss-user] [Security & JAAS/JBoss] - webapp login in a virual host

2007-03-05 Thread hawkis
Have created a web app packaged in a app.war. In its WEB-INF/classes are two files: users.properties and roles.properties. In its WEB-INF/jboss-web.xml is the line java:/jaas/webapp-policy In /server/default/conf/login-config.xml I have | | | |

[jboss-user] [JBossWS] - Incompatible mapping of complex type

2007-03-05 Thread teknokrat
The wsdl I am working on has a snippet | | | | | | | | | | | | | | | This gets conve

[jboss-user] [JBossWS] - How do I use enumerations?

2007-03-05 Thread teknokrat
I am on jboss 4.0.5. In my wsdl I have | | | | | | | | | wscompile does not create a States.java class. When I make a call that uses this type I get | Caused by: javax.xml.soap.SOAPException: Could

[jboss-user] [JBoss jBPM] - Best way to debug my BPEL processes in JBPM?

2007-03-05 Thread meghanai_99
Hello, I have deployed my BPEL process calling external webservice successfully. Now I am sending SOAP request to it using SOAP UI. I get this message on the console - | 11:50:08,182 INFO [ServiceEndpointManager] WebService started: http://HQ02022:8 | 080/NewHire/newhire | 12:16:30,891 W

[jboss-user] [JBoss Portal] - Re: Great news for tooling: Exadel partnership

2007-03-05 Thread MarkyGoldstein
Yes, that's true: tools for developing business applications that run on JSR283/JSR168 portals, including JBoss Portal, are needed. Currently ISVs must develop towards things like IBM WebSphere Portal, BEA Portal, JBoss Portal, and that is still a decision (who to develop for). And that's a pr

[jboss-user] [Remoting] - Re: Connection between servers through JNDI?

2007-03-05 Thread [EMAIL PROTECTED]
Well, I never would have guessed that English is not your native language. You write very well. Where do you live, anyway? My reference to upper and lower case, by the way, was just to distinguish between the generic notion of a client and the specific class org.jboss.remoting.Client, not t

[jboss-user] [JBoss Portal] - JBoss Demo Theme, Default Theme

2007-03-05 Thread MarkyGoldstein
I think that JBoss needs a more serious looking portal theme... JBoss Demo Theme, Default Theme More geared towards portal businesses. Good examples are Microsoft Sharepoint and IBM WebSphere Portal. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025202#402

[jboss-user] [JBoss Portal] - Re: JBoss Demo Theme, Default Theme

2007-03-05 Thread MarkyGoldstein
Don't underestimate the success bringing influence of good and professional looking design. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025204#4025204 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025204 _

[jboss-user] [JBossWS] - Re: generated wsdl always has port 8080 (even when it should

2007-03-05 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBWSFAQURLRewriting View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025207#4025207 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025207 __

[jboss-user] [JBoss Portal] - Re: JBoss Demo Theme, Default Theme

2007-03-05 Thread [EMAIL PROTECTED]
Well it a matter of taste... I personally really like the default theme bundled with 2.6 (Called renaissance). But if someone comes with Web Design skills willing to help, i'm all ears open. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025208#4025208 Repl

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBoss Eclipse IDE 2.0.0.Beta bundle: JBoss Server confi

2007-03-05 Thread artofabhi
Actually use 2.0.0 Beta2 version for eclipse 3.2.2 and it'll work fine. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025209#4025209 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025209 ___

[jboss-user] [Beginners Corner] - ldap

2007-03-05 Thread philpriest
I have installed jboss-portal-2.4.1, I have a need to auth against a ldap server. from the wiki i have done this: I have updated $JBOSS_HOME\server\default\deploy\jboss-portal.sar\conf\login-config.xml: http://www.jboss.org/j2ee/dtd/security_config.dtd";>

[jboss-user] [Security & JAAS/JBoss] - Re: webapp login in a virual host

2007-03-05 Thread hawkis
Excerpt from the /server/default/deploy/jbossweb-tomcat55.sar/server.xml: | | | | | | | | | | | | | | | View the original post : http://www.jboss.com/index.html?modul

[jboss-user] [JBoss Messaging] - Re: 1.2.0.GA transparent node failover does not always work

2007-03-05 Thread timfox
Ben- We're not currently seeing the problems you describe, but I'll try and run your test some time this week to see what's going on. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025215#4025215 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBossCache] - Habanero first beta released

2007-03-05 Thread [EMAIL PROTECTED]
The first beta of JBoss Cache 2.0.0 Habanero is now available for download. Details on the JBoss Cache blog page. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025216#4025216 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss jBPM] - Re: Best way to debug my BPEL processes in JBPM?

2007-03-05 Thread meghanai_99
Hello All, I tried following the settings on http://www.jboss.com/products/jbpm/downloads to get source code from cvs and I get 'connection refused' error :( | D:\jbpm-bpel-trunk>cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jb | pm checkout / | cvs [checkout aborted]: connect to anoncvs.for

[jboss-user] [JBoss Seam] - Re: begin-conversation in wildcarded page elements

2007-03-05 Thread codelion
And if you have under a wildcard page, e.g. | | a more specific page without begin-conversation, e.g. | | does the specific page then still observe the ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025218#4025218 Reply to the post : h

[jboss-user] [JBoss Seam] - Re: nested conversation with explicit id

2007-03-05 Thread ebu
Hi, If i understand correctly it's impossible to swith to the old conversation if there is long running one: | class ConversationInterceptor | ... |public boolean redirectToExistingConversation(Method method) |{ | if ( !Manager.instance().isLongRunningConversati

[jboss-user] [JBoss Seam] - Re: Booking example, Tomcat, EJB3 and thou...

2007-03-05 Thread apushadow
I needed to include the contents of both booking\microcontainer and booking\embedded-ejb in order to get the booking example working on Tomcat. Maybe both sets of jars and config files in those directories are needed, or maybe I'm just a n00b. :-) What's the error or errant behavior you're ge

[jboss-user] [JBoss Seam] - Re: Autocomplete textfield with Seam & Ajax4jsf

2007-03-05 Thread kentlam
Anyone got this working yet? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025222#4025222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025222 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Redirect to error-page for AuthorizationException with @

2007-03-05 Thread tazman
I have also a similar problem with login redirection. If I set login-required to true for a page in pages.xml, everything works as expected. However, when I programmatically throw NotLoggedInException I get the debug page: if (!Identity.instance().isLoggedIn()) | throw new NotLoggedInExc

[jboss-user] [Beginners Corner] - Re: ldap

2007-03-05 Thread PeterJ
Here's what I did. I created a simple web app with a few html pages, some within directories, and set up security in the web.xml to restrict access to the directories based on an ldap group. When things were not working for me, I added quite a bit of logging code to the ldap login module class

[jboss-user] [JBoss Eclipse IDE (users)] - Mac support for new Exadel-based IDE

2007-03-05 Thread nils_kassube
The existing version of Exadel's Eclipse toolset is only tested under Linux und Windows. Does JBoss plan to support Mac OS X or is it time to jump ship (to NetBeans, of course not the OS :-) ? Cheers, Nils View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=402522

[jboss-user] [JBoss jBPM] - Re: Best way to debug my BPEL processes in JBPM?

2007-03-05 Thread [EMAIL PROTECTED]
You can read about the ProxyWarnLog here. Searching the word "ProxyWarnLog" in this forum should also give you the details you need. anonymous wrote : what is the best way to debug what went wrong? Try not to rely to much on a debugger. Personally, I did; after a while I found it took too much

[jboss-user] [JBoss jBPM] - Re: Best way to debug my BPEL processes in JBPM?

2007-03-05 Thread meghanai_99
Hello Alex, Thank you for the prompt reply. Looking at the server log file I was thinking of changing log4j anyway. Btw what about that cvs error? It has been a while since I used cvs ...so is there anything wrong with my command? Why am I not able to get the source? Thank you, Meghana View t

[jboss-user] [JBoss Portal] - Re: How do I default a portlet window to maximized?

2007-03-05 Thread Antoine_h
Hello, You can also redefine the layout strategy. There was a post from Martin Holzner explaining this. The layout strategy and rendering strategy are there to build the page the way you want. You can overide the classes responsible for that and have it do something like : for window C, D, H, M

[jboss-user] [Installation, Configuration & Deployment] - Jboss installation without X11

2007-03-05 Thread micho
is there an other way to install jboss on an server without X11 system than building it new. If it works only with X11, would it be OK to uninstall X11 after the installation or is it needed to run jboss itself too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [Installation, Configuration & Deployment] - Re: Installing JBoss/ejb3 without X-window on Linux

2007-03-05 Thread micho
is there an other way to install jboss on an server without X11 system than building it new. If it works only with X11, would it be OK to uninstall X11 after the installation or is it needed to run jboss itself too. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopi

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss installation without X11

2007-03-05 Thread micho
sorry, thats an reply to another tread. I wanted to know, if it´s possibel to install jboss AS on a dedicated server without X11 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025236#4025236 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [JBoss Seam] - Re: Autocomplete textfield with Seam & Ajax4jsf

2007-03-05 Thread SergeySmirnov
ajax4jsf has no ajax:autocomplete component. Could you double check what the component library you are using? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025237#4025237 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

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

2007-03-05 Thread [EMAIL PROTECTED]
It's like Gavin can read minds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025238#4025238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4025238 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-03-05 Thread ebu
Hi, And if both create and update conversations are using same page seam's conversation list shows them under the same label which is a bit misleading. Is there any way to fix it? wbr, eugen. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025239#4025239 R

[jboss-user] [JBoss jBPM] - Re: Best way to debug my BPEL processes in JBPM?

2007-03-05 Thread [EMAIL PROTECTED]
I tried and it worked for me C:\dev\jbpm\anoncvs>cvs -d :pserver:[EMAIL PROTECTED]:/cvsroot/jbpm checkout jbpm.3/bpel | cvs checkout: cwd=C:\dev\jbpm\anoncvs ,current=C:\dev\jbpm\anoncvs | cvs checkout: Updating jbpm.3/bpel | U jbpm.3/bpel/.classpath | U jbpm.3/bpel/.project View the orig

[jboss-user] [JBoss Portal] - Re: invalidate cache / user per user and window per window

2007-03-05 Thread Antoine_h
Hello, I have done it without using the jboss cache. I use only a "signal", that is a parameter in the underlying HttpServletRequest. I wonder if it is a proper way. (clean, surely not, but working ok ?). If anyone can confirm it is ok ? if so, I'll write a wiki about this, with the helper class

[jboss-user] [JBoss Messaging] - expose messaging mbeans to remote jconsole

2007-03-05 Thread colomb
I've enabled remote jmx on the jboos application server, but the only jboss related MBeans I can see using the jconsole stand alone application are the SubscriptionManager and ServiceEndpointManager under the jboss.ws domain. When using the web jconsole built into the application server, I see

[jboss-user] [JBoss Seam] - Re: Exadel, JBoss and Seam

2007-03-05 Thread [EMAIL PROTECTED]
Please tell us what to add, where, to get RichFaces to work with Seam. With IceFaces it was a case of just dropping jars into EAR and updating the META-INF/application.xml | | | icefaces.jar | | | | icefaces-comps.jar | | |

[jboss-user] [JBoss Seam] - Re: Combining list and all CRUD functionality on a single pa

2007-03-05 Thread [EMAIL PROTECTED]
I think what you want is to hack the conversation string... See my CRUD pages below.. cRUDOrganisationController.mode is visible in the conversation state which is either CREATE, READ, UPDATE, DELETE | public interface CRUDOrganisationController { | | public enum Mode {CREATE,

[jboss-user] [News & Announcements] - JBossCache 2.0.0.BETA1 released

2007-03-05 Thread rrajesh
JBossCache 2.0.0.BETA1 has been released and is available for download on sourceforge at http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339&release_id=491425 Release 2.0.0.BETA1 (March 05, 2007) = Changes: Release Notes for JBoss Cache Habane

[jboss-user] [News & Announcements] - JBossAS 4.2.0.CR1 released

2007-03-05 Thread rrajesh
JBoss 4.2.0.CR1 has been released and is available for download on Sourceforge. http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=491475 JBoss AS 4.2.0.CR1 Release Notes This is the first Candidate Release of jboss-4.2.0. JBoss 4.2 is a stepping stone from

[jboss-user] [JBoss Messaging] - Re: Limiting the MDB pool size to 1

2007-03-05 Thread paduffy1
Can you provide a more specific reference please? http://docs.jboss.org/ejb3/embedded/api/org/jboss/annotation/ejb/PoolClass.html is not really helpful. Much appreciated. Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025250#4025250 Reply to the

[jboss-user] [JBoss jBPM] - Re: server deployer option in 2.0beta version

2007-03-05 Thread roccolocko
oks, the solutions was not to point to the jbpm folder or the deploy but point to the upload folder /jbpm/upload View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4025251#4025251 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Seam] - Re: Booking example, Tomcat, EJB3 and thou...

2007-03-05 Thread mlh496
I am able to get the Seam examples to run on Tomcat with no problem. Where I run into trouble is when I do this: 1. Create a new ear application using the seam gen script [The application runs against MySql.] 2. Generate the entities for the existing tables. 3. Add a new target to the build.

<    1   2   3   >