[jboss-user] [Management, JMX/JBoss] - Re: Retrieving properties of an MBean

2007-01-12 Thread iudoka
"PeterJ" wrote : See: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88662 and the links in that post. Thanks Peter for your reply it was extremely helpful. However now I am getting an exception saying that the Context is not readable. I guess for security reasons, but is there a

[jboss-user] [JBoss Seam] - Re: manual validation in Seam

2007-01-12 Thread [EMAIL PROTECTED]
It must be something about the a: components. I'm not familiar with them. If you take out those components you'll see the messages are correctly added. (I just tried it to verify) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001189#4001189 Reply to the

[jboss-user] [JBoss Seam] - Re: @Startup problems

2007-01-12 Thread [EMAIL PROTECTED]
There is never a transaction unless someone somewhere starts one. There's no reason that anyone would have created a transaction around object creation at startup. You can look up the UserTransaction from JNDI and start it a transaction just as you would in any component where you are managing

[jboss-user] [JBoss Seam] - Re: use seam gen to connect to mssql server

2007-01-12 Thread [EMAIL PROTECTED]
Can you please show the seam-generate ds.xml that is failing to connect to MSSQL? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001187#4001187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001187 ___

[jboss-user] [JBoss Seam] - Re: Request for feedback

2007-01-12 Thread [EMAIL PROTECTED]
I would have to say that the more similar to the JSF XML + the additional nested tag, the better since people are lazy, like me. Also, while you at it, could you make the 404 default to the one that is set in the web.xml file? And one more thing, a bit off the topic, the long running conversat

[jboss-user] [Beginners Corner] - Re: Please help with EJB3 ClassCastException.

2007-01-12 Thread kingcu
I can see the right jndi names in jmx-console. And in fact, I was using the default jndi names initially, but did not work; then I changed to custom jndi. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001185#4001185 Reply to the post : http://www.jboss.com

[jboss-user] [Beginners Corner] - Re: Please help with EJB3 ClassCastException.

2007-01-12 Thread PeterJ
Oops, glanced right over the annotations. (It's Friday afternoon, I must be tired.) Check with JNDIView to see what names you actually got. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001175#4001175 Reply to the post : http://www.jboss.com/index.html?mod

[jboss-user] [Beginners Corner] - Re: Please help with EJB3 ClassCastException.

2007-01-12 Thread PeterJ
I think you want to use a different JNDI name: BeanLocal bl = (BeanLocal) jndiContext.lookup("myapp/BeanLocal/local"); and Object ref = jndiContext.lookup("myapp/BeanRemote/remote"); View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001171#4001171 Reply to th

[jboss-user] [JBoss Seam] - Re: simulate a multi-page transaction or not ?

2007-01-12 Thread codelion
Seems the right way to do this instead is in seam_reference.pdf (I'm using CVS 20070111) section 6.8. Seam-managed persistence contexts and atomic conversations. Don't forget to read section 13.4. Seam managed transactions. Does this mean Yuan & Heute's section 9.4 "Simulate a Multi-page Transa

[jboss-user] [Beginners Corner] - Please help with EJB3 ClassCastException.

2007-01-12 Thread kingcu
Hi Friends, I am writing my first ejb 3 project that has a simple stateless session bean, which is accessed by my struts action class. Here is how the bean class looks like: @Stateless | @Local ({BeanLocal.class}) | @LocalBinding (jndiBinding="myapp/BeanL

[jboss-user] [Installation, Configuration & Deployment] - Re: trace logging for jboss

2007-01-12 Thread raviprk
Remove the Threshold attribute from the appender config completely. I had the same problem, seems to be a mismatch between the int values of TRACE in log4j and JBoss. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001164#4001164 Reply to the post : http://w

[jboss-user] [JBoss Portal] - Unable to upload image in CMS (JBoss Portal 2.4.1.SP1)

2007-01-12 Thread hurzeler
Hello there, I just tried to upload an image and or archive with images in CMS (admin page). I am using jboss4.0.5GA with postgress 8.2. I thought this issue would have been looked at by now as a portal without any images is not much good. The error I am getting is: | 2007-01-13 10:12:41,140

[jboss-user] [JBoss Seam] - Re: @Startup problems

2007-01-12 Thread emsa
So basically there is no Transaction during startup? So I cannot expect @PersistenceContext nor a manual lookup to work? Is there any way to start a Transaction by hand? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001154#4001154 Reply to the post : http

[jboss-user] [EJB 3.0] - EJB 3.0 and i/series

2007-01-12 Thread bcorbett8769
I am running ejb3 on a Jboss 4.0.5 server that accesses data on an iseries. I am wondering, how one can dynamically set a schema (library) to retrieve table data. I am able to get data back if I use a single schema inside a data source, but this does not help me. The system is set up, where

[jboss-user] [JBoss Seam] - simulate a multi-page transaction or not ?

2007-01-12 Thread codelion
In Yuan & Heute's book version 12/6/2006 in section 9.4 "Simulate a Multi-page Transaction" ... method confirm() is annotated @TransactionAttribute(TransactionAttributeType.NOT_SUPPORTED) and contains a call em.flush(). Per javax.persistence.EntityManager though for method flush() it @throws

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss performance on different JVMs

2007-01-12 Thread genman
Newer JVMs are faster, but you should create your own tests for your particular application to understand the difference. Many times, performance is satisfactory on an older JVM, and so why switch? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001130#4001130

[jboss-user] [JBoss jBPM] - Re: rules engine, bpm, esb, msg'ing - functionality overlap?

2007-01-12 Thread hanasakijiji
Would anyone happen to have a specific example showing details? From a high level, it all makes sense. Devil is in the details :( Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001132#4001132 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Portal] - JBoss Portal 2.6DR security documentation Issues

2007-01-12 Thread swestbom
2.2.3.5. Securing portal pages 2.2.2.3. Securing portlets It would be a good idea to document the ctrl-click used to deselect a security option View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001128#4001128 Reply to the post : http://www.jboss.com/index.htm

[jboss-user] [JBossWS] - Re: Using JBossWS (JAXWS) and question about nillable web pa

2007-01-12 Thread dwin
not sure why some of the text is missing but the code should be: @stateless @Webservice public class foo{ @WebMethod public void bar (@WebParam (name="x", nillable = false ) String x){ System.out.println ("x"); } } View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Configuring oracle JDBC resource

2007-01-12 Thread pmohanan
Hi..., Where can I find the steps to configure Oracle JDBC resource & use it in the application. ? The only change I have done is copied the oracle-ds.xml file to deploy folder & configured it. Whats next? Regards View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBossWS] - Re: Problems with Jboss and Sun's 1.6 JDK

2007-01-12 Thread dwin
Thomas, with regards to changing out the jax-rpc.jar to use JBoss' implementation, would you say its safe to use 1.6 to run the latest JBoss 4.x AS and JBossWS (JAXWS)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001141#4001141 Reply to the post : htt

[jboss-user] [JBoss Portal] - JBoss Portal 2.6DR security functionality Issues

2007-01-12 Thread swestbom
Removing permissions on a page doesn't remove it from the view shown to the end user Removing permissions on a portlet instance within a page doesn't remove it from the view you get Access Denied in the heading and portlet. Neither of these behaviors is really very good. If there are no permi

[jboss-user] [JBoss Seam] - Re: Seam/ICEFaces Integration

2007-01-12 Thread TedGoddard
The NullPointerException is due to concurrency in the ICEfaces BlockingServlet. Unfortunately it appears that the fix will not be complete in time for ICEfaces 1.5.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001122#4001122 Reply to the post : http://

[jboss-user] [JBoss Eclipse IDE (users)] - Syntax for JBOSS IDE

2007-01-12 Thread Kentzhou
I have an application. If its source code opened by Eclipse, everything is okay. But if its code opened by JBOSS IDE 1.5, I got syntax error for some jsp pages. For example, keyword INCLUDE should be changed to INCLUDES. Why? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Management, JMX/JBoss] - Looking for class through UCL3?

2007-01-12 Thread uded
In current project I need to look for a class that later I would hopefully like to initiate within classload that it was found in. The problem for me is that part of my classess will be deployed from within WAR archive, with WebAppClassloader. The regular UCL3 method getPackageClassLoaders() ca

[jboss-user] [JBoss Seam] - Re: Lazy mans guide to developing SEAM!

2007-01-12 Thread [EMAIL PROTECTED]
As Far as I know you are not missing anything. Ant is the common ground. Everyone can use ANT; even the command line commandoes so thats why is the default. Gavin Uses Net Beans as his IDE. I dont know what Gavin Uses. But in my experience 99% of people just use their IDE's as editors and use

[jboss-user] [JBoss jBPM] - Re: n-of-m join with jPDL

2007-01-12 Thread leobaz2
Here is the script | | | | count = 0; | if(executionContext.getContextInstance().hasVariable("count", token)) | { | count = executionContext.getContextInstance().getVariable("count", token); |

[jboss-user] [JBoss jBPM] - Re: n-of-m join with jPDL

2007-01-12 Thread leobaz2
Here is a join with beanshell that I just created and it looks like it worked. Please let me know if you see any problems with this script. count = 0; if(executionContext.getContextInstance().hasVariable("count", token)) {

[jboss-user] [JBoss jBPM] - Re: Couldn't parse process definition...

2007-01-12 Thread ajayk_goel
Okay, I am having the same issue and it probably has something to do with the class path. Have you been able to resolve it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001109#4001109 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[jboss-user] [JBossWS] - Using JBossWS (JAXWS) and question about nillable web parame

2007-01-12 Thread dwin
Hey guys I am exposing a stateless session bean as a webservice Is there a way to make a parameter nillable or non nillable via annotations, such that in the wsdl it comes out as a parameter is non-nillable. Although the following class is not valid because @WebParam annotation does not ha

[jboss-user] [Installation, Configuration & Deployment] - How to read tomcat isapifilter log info and find out the pro

2007-01-12 Thread Kentzhou
I build a test application test.war under JBOSS deoply folder. Only one file test.jsp inside this test.war folder. Then I config IIS as: Create virtual directory to point at test.war set isapifilter for IIS and set registry items for it. this is okay. The file for this filter is: workers.proper

[jboss-user] [JBoss Portal] - Re: javax.portlet.PortletException: INIT_VIEW_PARAMETER must

2007-01-12 Thread NewTo23
Hi Thomas, My JSP page has 3 frames in it. When I give the individual pages in my setting, my pages get rendered, where as if the frame page is called, I simply get a blank page with no exceptions. Please let me know how to resolve this. Thanks View the original post : http://www.jboss.com/

[jboss-user] [Installation, Configuration & Deployment] - How to redirect to SSL protocal?

2007-01-12 Thread quintenjiang
I have finished to setup SSL. It work well for https://address. Question is what I want to do when user key in http://address, it'll redirect to httpS://address. How can I configurate on this feature? Thanks, Quinten View the original post : http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss jBPM] - Re: n-of-m join with jPDL

2007-01-12 Thread leobaz2
I did some more searching and see that n out of m joins is not directly supported in jpdl yet. However, in the post below, it is mentioned that it is possible with scripting. Can someone please provide an example script to implement n-out-of-m joins? http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: use seam gen to connect to mssql server

2007-01-12 Thread atzbert
Well, all i can say is that it worked for me :). Does it not even generate the ds or is the generated one not working? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001090#4001090 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[jboss-user] [JBoss AOP] - Re: Problem with prepackaged security aspect on a POJO using

2007-01-12 Thread gmdr
Thanks for the prompt reply. I changed the "UseJBossClassLoader" parameter to "true", copied the learning-aop.xml and learning-aop.war to the deploy dir and nothing happened. The logfile from the ejecution is: 16:25:43,750 INFO [Server] Starting JBoss (MX MicroKernel)... | 16:25:43,750 INFO

[jboss-user] [JBoss Seam] - Re: use seam gen to connect to mssql server

2007-01-12 Thread JoviJojo
thanks for the reply: seam-gen generated ds.xml - ndpjDatasource jdbc:hsqldb:. org.hsqldb.jdbcDriver sa - then i modified this ds.xml to connect to mssql server ndpjDatasource jdbc

[jboss-user] [EJB 3.0] - Re: Simple remove wont work. Detached instance

2007-01-12 Thread trashhash
Sorry for reposting, but Im not able to edit my post. To answer your question, yes Im using my service through remote interface. And casting is overflow, its always returning a user. I have look a bit more into CASCADE but Im only finding option for enable, not disable. So default should be dis

[jboss-user] [JBoss Seam] - Re: SeamSelectItems - 1.1.1beta4

2007-01-12 Thread petemuir
The first issue I suspect is a class loading problem - you probably have multiple (stale) copies of the selectitems.jar floating around. SelectItemsConverter is IIRC in selectitems.jar not in selectitems-ui.jar for precisely this reason - so you can extend it in a backing bean. N.B. if you reg

[jboss-user] [Remoting] - Re: JBoss & Java 1.6 class loading issue?

2007-01-12 Thread [EMAIL PROTECTED]
(Per http://jira.jboss.com/jira/browse/JBREM-659) Have update all the places where ClassLoader.loadClass() was being called and either replaced with Class.forName() call or changed to use the ClassLoaderUtility class. These changes have been made to HEAD, remoting_2_x and remoting_1_4 branches.

[jboss-user] [Remoting] - Re: JBoss Remoting & JDK 6.0 situation deadlock

2007-01-12 Thread [EMAIL PROTECTED]
(Per http://jira.jboss.com/jira/browse/JBREM-659) Have update all the places where ClassLoader.loadClass() was being called and either replaced with Class.forName() call or changed to use the ClassLoaderUtility class. These changes have been made to HEAD, remoting_2_x and remoting_1_4 branches.

[jboss-user] [EJB 3.0] - Re: Simple remove wont work. Detached instance

2007-01-12 Thread trashhash
Thansk for your reply. It turns out that the exception is thrown because the cascade option. This works fine. | em.remove(em.merg(user)); | While | em.remove(user); | Dose not work because my User have an external reference to a Address. So bt deleting User it would like to also

[jboss-user] [JBoss Seam] - Re: manual validation in Seam

2007-01-12 Thread liudan2005
I've tried this but it doesn't seem to work. I get nothing appeared when user typed wrong thing and left the inputtext box. Here is my code: | public void checkLocation(){ | facesMessages.add("country", "error message"); | } | my page: | | |

[jboss-user] [JBoss Seam] - Re: SeamSelectItems - 1.1.1beta4

2007-01-12 Thread MikeDougherty
Yeah, OK. That makes sense, and I do agree, it is more elegant. I thought maybe there was a performance or functional reason why you were recommending it. I missed the JAR file description in the document, sorry about that. I'm still having a bit of trouble with this converter. | public clas

[jboss-user] [JBoss jBPM] - n-of-m join with jPDL

2007-01-12 Thread leobaz2
Is it possible to implement the n-of-m join pattern with pure jPDL? I am creating my process definitions with the eclipse process designer and need to have an n-of-m join. Regards, Barry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001063#4001063 Reply t

[jboss-user] [JBossWS] - jbossws-1.0.4GA with jbossas-1.0.3SP1

2007-01-12 Thread ericdeshayes
Hi, we are going to upgrade jboss AS 1.0.3SP1 pretty soon. I would like to start developing and testing some web services. Is it possible to run jbossws-1.0.x on jboss AS 1.0.3SP1? Thanks in advance! Eric View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001062#40

[jboss-user] [Installation, Configuration & Deployment] - How to intergate IIS and JBOSS?

2007-01-12 Thread Kentzhou
I use Tomcat isapifilter to config IIS and JBOSS. I get the guide from the forums and under the guider who succeeded to integrate IIS and JBOSS on his computer. But the same process doesn't work on my computer. When all has been done, I try to access this applicatin. In broswer, I get the error

[jboss-user] [JBoss Seam] - Recursive facelets

2007-01-12 Thread dilator
Has anyone got recursive facelets working, either using ui:include or a custom tag? I have something like this: | | | | Custom tag: | | | | | | | I get a big fat stack overflow. Scoping (lack of?) issue? Thanks - ben View the original post :

[jboss-user] [JBoss Portal] - Re: LayoutStrategy HttpSession and PortletSession with APPLI

2007-01-12 Thread klj62
I have further refined this and have concluded that it is a JBoss bug, but haven't narrowed it down to JBoss Portal (2.2.1SP3) or the AS (4.0.4GA). I added a session attribute listener and printed the session ID when attributes were added from both the portlet and from the strategy class. The

[jboss-user] [JBoss jBPM] - Re: Custom Action setting variables

2007-01-12 Thread kukeltje
"leobaz2" wrote : Hello, | | I have a custom action (extending ActionHandler) that creates a new Thread. | | Don't do this. it is not allowed to start new threads from a java class. Use jbpm async functionality for this. "leobaz2" wrote : | | Inside this thread I am setting a

[jboss-user] [EJB 3.0] - Hostname resolving in EJB3 with 4.0.5GA

2007-01-12 Thread jwalsh
I am using JBoss4.0.5GA on a Linux 2.6.19 kernel. I am running the JBoss server with deployed beans on one host, with a remote client connecting to it from another host. These two hosts are connected by two separate networks. Specifying the host name with just the machine name resolves to one

[jboss-user] [JBoss Portal] - Re: deploy a hibernate .har archive in JBoss portal

2007-01-12 Thread [EMAIL PROTECTED]
It doesn't have to do with portal, har files deploy the same way as war, ear, sar... copy it in the deploy directory. You can also embed it in a ear file. See the JBoss AS and hibernate documentation View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001035#40

[jboss-user] [JBoss AOP] - Re: Inteception on field inherited through generic superclas

2007-01-12 Thread markodevelop2
I have the same problem. From what I saw I AOP source code the ClassAdvisor.resolveFieldPointcut() method is trying to make an incorrect comparation. If I declare | public class A{ | private int field1; | | public void setField1(int value){ |this.field1=value; | ... | }

[jboss-user] [JBoss jBPM] - Re: Exception on scheduler launch

2007-01-12 Thread kukeltje
Vlad Tepesh == count dracula if I recall correctly ;-) web.xml: Shame on me, I thought there should be a schedulerservlet, but I do not see that anywhere... hmmm... that's why I mentioned 'compare'... I'll investigate a little. I reread your first post... did you upgrade in any way from 3.0 to

[jboss-user] [JBoss AOP] - Re: Inteception on field inherited through generic superclas

2007-01-12 Thread [EMAIL PROTECTED]
A slightly different variety of the problem, which will be fixed in the 1.5.3.GA release due very soon. For your use-case you should be able to use | field(* $instanceof{A}->field) | Or are you saying that you also have | public class C extends A{} | and you would only like to apply

[jboss-user] [JBoss Seam] - Re: Seam and URL rewriting

2007-01-12 Thread [EMAIL PROTECTED]
I have been experimenting with that urlrewrite and I really like it. I'd like to see more support in seam for controlling the look of the URLs, but it is, as of yet, a low priority thing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001049#4001049 Reply t

[jboss-user] [EJB 3.0] - NullPointerException when deploy EJB's

2007-01-12 Thread Nopalin
Hi, i have been working with netbeans 5.5 and jboss-4.0.3SP1. I have a project that works very well. When i switch to netbeans i had to migrate my project, all fine, but when i created a new EJB Stateless deployment fails. This is the statckTrace generated by jboss : 2007-01-12 16:09:43,862 WAR

[jboss-user] [JBoss Portal] - Re: deploy a hibernate .har archive in JBoss portal

2007-01-12 Thread NewTo23
Hi, I got to know how to deploy hibernate archive. Nothing needed, simply deploy the har archive, but add the database driver jar file in the default/lib folder. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001030#4001030 Reply to the post : http

[jboss-user] [JBoss Seam] - Re: invoke a action method everytime a page is accessed FROM

2007-01-12 Thread antispart
Thanks. Your help is always appreciated. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001029#4001029 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001029 ___ jboss-user mai

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

2007-01-12 Thread mjais
hi Prakash thanks for your tip. I already tried all possible combinations. none of them worked. Markus View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001028#4001028 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=400102

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JSP Hot Deploy

2007-01-12 Thread farooqm
Appreciate your response and clarification. On JBossIDE for Eclipse Version: 2.0.0, how do I do a file system copy. We used to have Windows-> Preferences -> JBoss-IDE -> Deployer where we can have a list of "User Defined Targets" in Eclipse 3.1 and JBoss combination. I am unable to locate that i

[jboss-user] [JBoss Eclipse IDE (users)] - Re: EJB 3.0 project with Eclipse IDE 2.0.0 beta 2

2007-01-12 Thread pablojavierpy
I have you exact same configuration but can't create EJB 3.0 projects. Do you know the cause? In the wizard, when I get to the part of "Select a JBoss configuration", it shows me all the configured servers, but neither "FINISH" nor "NEXT" buttons are ever enabled. Is it a known bug? View the or

[jboss-user] [JBoss Eclipse IDE (users)] - Re: EJB 3.0 project with Eclipse IDE 2.0.0 beta 2

2007-01-12 Thread pablojavierpy
Oh! By the way, the advantage of using "EJB 3.0 project" should be immediate inclusion of EJB 3.0 libraries into the project. Don't know for sure. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001026#4001026 Reply to the post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Portal] - Re: Single sign-on

2007-01-12 Thread [EMAIL PROTECTED]
Richard- Look at our Single Sign On project as a starting point: Here is the documentation http://labs.jboss.com/portal/index.html?ctrl:cmd=render&ctrl:window=default.wiki.WikiPortletWindow&page=Jboo&language=EN Also, for simple virtual host based single sign on approach, you can look at t

[jboss-user] [JBoss Portal] - Re: Unable to determine FaceServlet mapping for servlet path

2007-01-12 Thread [EMAIL PROTECTED]
Please don't post in multiple topics for the same issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001022#4001022 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001022 _

[jboss-user] [JBoss Seam] - Re: @Startup problems

2007-01-12 Thread [EMAIL PROTECTED]
Well, you do need a transaction running to use one you create manually. :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001023#4001023 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001023 ___

[jboss-user] [JBoss Seam] - Re: use seam gen to connect to mssql server

2007-01-12 Thread [EMAIL PROTECTED]
Can you show the seam-generated ds.xml and your hand-generated one? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001021#4001021 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001021 _

[jboss-user] [JBoss Portal] - Single sign-on

2007-01-12 Thread rabbuhl
I am working on porting a web application to the JBoss Portal. The web application has a login screen which provide authentification. I have successfully created a portlet which displays this authentification jsp and it works. We are planning to refactor the web application into separate port

[jboss-user] [JBoss Seam] - Re: Seam-Managed Persistence Context

2007-01-12 Thread [EMAIL PROTECTED]
I just got a copy in the mail yesterday from Manning - it looks great. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001020#4001020 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001020

[jboss-user] [JBoss Seam] - Re: manual validation in Seam

2007-01-12 Thread [EMAIL PROTECTED]
Using Seam's FacesMessages: | facesMessages.add("country", "your error message"); | Note that the id here is not the full clientId that you would normally use when creating a FacesMessage by hand. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001017#4

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JSP Hot Deploy

2007-01-12 Thread [EMAIL PROTECTED]
The file system copy to the exploded directory is the best (and only, really) option for you to hot-deploy jsp files. In the next beta, there will be a new packaging configuration which could potentially be of use, but if you're already very fond of your ant file, you may not see any added ben

[jboss-user] [JBoss jBPM] - Find a process via variable associated with it - unique syst

2007-01-12 Thread aakil786
Jbpm 3.1.2 I went through the source code and the queries in the xml file and cannot find anyway to find a process if one has a variable value that is associated with the process. The closest I could find is the comments in ContextSession which looks like it still needs to be coded. Is there a

[jboss-user] [JBoss jBPM] - jBPM JPDL Designer 3.1.0 alpha1 Released!

2007-01-12 Thread [EMAIL PROTECTED]
Dear Community, I am happy to finally announce a new release of the JPDL designer. You can download it on the source forge download pages : http://sourceforge.net/project/showfiles.php?group_id=70542&package_id=116692&release_id=477988. The release was built and tested with WTP 1.5.1 and all i

[jboss-user] [JBoss Portal] - Unable to determine FaceServlet mapping for servlet path 'nu

2007-01-12 Thread NewTo23
Hi, I have my Sun JSF war application deployed successfully in my JBoss portal server version 2.4.1 as a portlet. But, My portlet comes as a blank page, and I get the following warning message from the Portal Server. 10:53:39,676 WARN [ViewHandlerImpl] Unable to determine FaceServlet mapping

[jboss-user] [Management, JMX/JBoss] - how do I configure the startup class in JBoss 4.0

2007-01-12 Thread krishna_mv
Hi friends, I have the following issue with JBoss 4.x. I have a custom startup class which is supposed to run when we start the server. I have a message in the class which should print just before Started in 29s:750ms (This is the last line when u start the server). I can handle this with M

[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-12 Thread [EMAIL PROTECTED]
You said you were using 2.6DR1, users can create their own page and add 'genericĀ“ portlets to it in that release. Now in the current SVN and coming up 2.6alpha users can do it, and they can create pages in their dashboard with any characters they want. They can also add portlets to those pages.

[jboss-user] [Installation, Configuration & Deployment] - Configuring the startup class in JBoss 4.x - URGENT

2007-01-12 Thread krishna_mv
Hi friends, I have the following issue with JBoss 4.x. I have a custom startup class which is supposed to run when we start the server. I have a message in the class which should print just before Started in 29s:750ms (This is the last line when u start the server). I can handle this with M

[jboss-user] [JBoss AOP] - Re: Problem with prepackaged security aspect on a POJO using

2007-01-12 Thread [EMAIL PROTECTED]
The -aop.xml must be deployed before your application, or as part of it, otherwise the metadata does not exist when your class is loaded. Take a look at the "injboss" tutorial that comes with the aop distribution for some suggestions. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [JBossCache] - Re: TCP replication conf issue ?

2007-01-12 Thread [EMAIL PROTECTED]
Like I said, I would try the JGroups config using one of the JGroups test programs (like Draw) to make sure the config works. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001007#4001007 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posti

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

2007-01-12 Thread prakah
Hello Markus, Try with the jndi name as "java:jdbc/QuartzDS". This might solve your problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001005#4001005 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001005 ___

[jboss-user] [JBoss Messaging] - Re: MessageConsumer thread never goes away

2007-01-12 Thread timfox
Yes, add an attribute: | 50 | in the server peer mbean config View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001000#4001000 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001000 _

[jboss-user] [Installation, Configuration & Deployment] - Re: Jboss 4.0.4RC1 and Multiple MySql Databases !

2007-01-12 Thread PeterJ
For the benefit of others who might have this problem, please post how you fixed this. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4001001#4001001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4001001 ___

[jboss-user] [JBoss Messaging] - Re: JMS Exceptions / Mismatch of JBossSerialization version

2007-01-12 Thread timfox
So the bottom line is just to make sure the remoting config used in the service binding is the same as the one in remoting-service.xml for your distro. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000999#4000999 Reply to the post : http://www.jboss.com/ind

[jboss-user] [JBoss Seam] - Re: Check for session attributes through EL

2007-01-12 Thread [EMAIL PROTECTED]
"lightbulb432" wrote : Yes that works, thank you. Now how would you do the same thing but for checking Seam-specific contexts such as conversation and business process? Does this functionality really not exist? I haven't actually tried it, but I'll take your word for it that it doesn't work. I

[jboss-user] [JBoss Messaging] - Re: JMS Exceptions / Mismatch of JBossSerialization version

2007-01-12 Thread mskonda
He he he.. This comment in the xml file is quite serious - made me think if this could be of any priority..hence the post tim..he he.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000996#4000996 Reply to the post : http://www.jboss.com/index.html?modul

[jboss-user] [JNDI/Naming/Network] - Re: how can i set the time out of jboss db connection

2007-01-12 Thread PeterJ
The < blocking-timeout-millis > property for a datasource determines how many milliseconds a thread will wait for an available connection before timing out. Do you really have so many threads wanting connections that some of them get timeouts? You might want to consider also increasing the max

[jboss-user] [JBoss Portal] - Re: javax.portlet.PortletException: INIT_VIEW_PARAMETER must

2007-01-12 Thread NewTo23
Hi Thomas, Thanks for the help. The exception is gone now. However my JSF pages are not rendered, I simply get a blank screen. The Jboss portal server throws the following warnings, 10:14:24,891 WARN [ViewHandlerImpl] Unable to determine FaceServlet mapping for | servlet path 'null'. | 10

[jboss-user] [JBoss Portal] - Re: JBoss Portal when using Cyreilc Characters for Page Name

2007-01-12 Thread J0Ke
yes but this is if i want to enter a page name in the portlet.war .. the problem si that the users want to add different portlets to different pages. so they must do it manualy .. they have for example 5 generic portlets. and they want to put some of them to one page other to another page(tab).

[jboss-user] [Management, JMX/JBoss] - Re: Retrieving properties of an MBean

2007-01-12 Thread PeterJ
See: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88662 and the links in that post. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000991#4000991 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4000991 __

[jboss-user] [JBoss AOP] - Problem with prepackaged security aspect on a POJO using XML

2007-01-12 Thread gmdr
Hi, I'm trying to secure a simple class (POJO) without annotations, using the prepackaged security aspect (org.jboss.aspects.security.SecurityClassMetaDataLoader). I'm using JBoss 4.0.5GA, JBoss AOP 1.5.0GA, JDK 1.5.0_09 and WindowsXP. So far I've been able to run succesfully bu

[jboss-user] [JBoss jBPM] - Re: Exception on scheduler launch

2007-01-12 Thread Vlad Tepesch
cpob, there is an exception but she seems to have no linki with JBPM Reason: org.jboss.deployment.DeploymentException: URL file:/C:/Logiciel/jboss-4.0.2/server/default/deploy/http-invoker.sar/invoker.war/ deployment failed In fact, she is there since the begining before I try to include jbpm in

[jboss-user] [JBoss Portal] - Re: javax.portlet.PortletException: INIT_VIEW_PARAMETER must

2007-01-12 Thread [EMAIL PROTECTED]
The init parameter for the Sun JSF implementation is: com.sun.faces.portlet.INIT_VIEW instead of "default-view" used by myFaces. so in your portlet.xml you would have: | | com.sun.faces.portlet.INIT_VIEW | /index.jsp | | (Next time, please use "code" instead of "quote" to writ

[jboss-user] [JBoss jBPM] - Re: Exception on scheduler launch

2007-01-12 Thread cpob
Thanks Ronald. I couldn't really 'validate' the web.xml that was there, but just glancing at it, it 'looked' right. We programmatically start our use of jbpm's Scheduler service, which is always an option as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic

[jboss-user] [JBoss Seam] - Re: Seam doesn't play with ICEFaces

2007-01-12 Thread gus888
>From the ICEfaces forum, the new release of icefaces 1.5.2, which fixes lots >of bugs on integration with Seam, will come in next week. We may try the new >icefaces release with seam. http://www.icefaces.org/JForum/posts/list/3325.page View the original post : http://www.jboss.com/index.html?m

[jboss-user] [Security & JAAS/JBoss] - DB password at rest in login-config.xml: how to avoid this?

2007-01-12 Thread gbays
Our use of JBoss 4.03 has the DB password in login-config.xml openly visible. The database pool connection we implement requires this password in login-config and its runtime copy in tmp/deploy. Is there a way to set up the DB pool connection without having the DB password in login-config? Obvi

[jboss-user] [JBoss Seam] - Re: invoke a action method everytime a page is accessed FROM

2007-01-12 Thread petemuir
anonymous wrote : Now, when foo() gets called with the s:link the @RequestParameter bar is never set. But if i use an h:outputLink or just type the url string myself then the @RequestParameter does get set. Is this expected behavior? Not sure, sorry. You could just use a commandLink with s:co

[jboss-user] [JBoss Seam] - Re: invoke a action method everytime a page is accessed FROM

2007-01-12 Thread antispart
petemuir, I tried: action bean: |@RequestParameter | private String bar; | | @Begin(join=true) | public void foo() { | if(bar!=null) | log.debug("set"); | } | xhtml: | | | | pages.xml: | |

[jboss-user] [JBossWS] - Re: Problems with Jboss and Sun's 1.6 JDK

2007-01-12 Thread [EMAIL PROTECTED]
Thats, because the jaxrpc API is part of the JDK. Make sure javax.xml.soap.SOAPMessage is pulled from jboss-jaxrpc.jar You can use system properties. The endorsed mechanism should work as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000978#4000978 Re

[jboss-user] [JBoss Messaging] - Re: JMS Exceptions / Mismatch of JBossSerialization version

2007-01-12 Thread timfox
Man, in my post I said "something like" - i.e. not exactly - you guys are taking it too literally :) I was simply trying to show the socket wrapper attributes.. I should have posted the actual config to avoid confusion. The actual config you should use is the one that came in your distro.

[jboss-user] [JBoss Seam] - Re: Problem with SelectItems !!

2007-01-12 Thread petemuir
Yeah, I haven't worked with icefaces at all, so there could well be an incompatibility. If you figure out the problem/solution a patch would be much appreciated :) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000975#4000975 Reply to the post : http://www

  1   2   3   >