[jboss-user] [JBossWS] - Re: Unmarshalling and binding issues

2007-03-14 Thread magnus.ahlander
Regarding my first question, the answer was provided to me on the java.net jaxb 2.0 and jax-ws 2.0 forum: JAX-WS does not support type substitution in cases where Java types are used at runtime that are not directly or indirectly referenced by the SEI. More details on: http://weblogs.java.net/b

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

2007-03-14 Thread gopinathb4u
I was not in for past few days. | Jboss-service.xml | | | | | | | | | | | | | | | | | | | | jboss.system:service=MainDeployer | jboss.system:service=ServiceDeployer | jboss.j2ee:service=EARDeployer

[jboss-user] [JBoss Portal] - what i need to do

2007-03-14 Thread linnpan
i have develope a simple portlet application using eclipse with pluto plugin.but i don't know what i need to do.how can i package my application, how can i build a .war file for the application so that i can copy the war file to jboss4.0.4ga\server\default\deploy directory View the original pos

[jboss-user] [JBoss/Spring Integration] - Re: SpringDeployer EnhancedSuffixOrder

2007-03-14 Thread alesj
"diippi" wrote : | I am unfamiliar with the JBoss SVN environment. Kindly direct me to the specific location. | http://anonsvn.jboss.org/repos/jbossas/trunk/spring-int/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028249#4028249 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Exception with rule based security

2007-03-14 Thread [EMAIL PROTECTED]
What's in your jboss-app.xml file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028248#4028248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028248 ___ jboss-user mailing l

[jboss-user] [JBossWS] - Re: I get an

2007-03-14 Thread [EMAIL PROTECTED]
Hi Jim, I need your help in writting webservices on jboss4.0.4. I was actually doing wsdl first approach for web services and also using jbossws1.2.0SP1. I couldnt able to deploy my webservices project in jboss. If possible, Could you pls provide me any documentation on step by step process for

[jboss-user] [JBossWS] - webservices support

2007-03-14 Thread uk_raju
Hi All,ist possible to run webservices in JBoss 3.2.0??? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028244#4028244 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028244 _

[jboss-user] [JBoss Portal] - Re: Help with Portlet

2007-03-14 Thread linnpan
i develop a sample portlet application using eclipse.but i don't know how to deploy the application to jboss portal 2.6.0, i don't know how to build a .war file used to deploy the application. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028243#4028243 R

[jboss-user] [JBoss Seam] - Re: Exception with rule based security

2007-03-14 Thread swd847
I am not using a custom loader, and I don't think I have different versions of antlr in the classpath, just antlr-3.0ea8.jar and antlr-2.7.6.jar . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028242#4028242 Reply to the post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Page Refresh problem

2007-03-14 Thread y_zl
Hi! I have a stateless session bean which outjects a bean to the conversation scope and then redirects to a page which displays the content of the bean. Everything is ok for the display. But when I clicked the refresh button of the browser, this page became blank. Anybody knows a better way to

[jboss-user] [JBoss Seam] - Re: Exception with rule based security

2007-03-14 Thread [EMAIL PROTECTED]
It looks like it is finding more than one version of antlr in the classpath. Is your app configured with its own classloader repository? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028239#4028239 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [EJB 3.0] - Re: InheritanceType JOINED stategy problem

2007-03-14 Thread grdzeli_kaci
is anybody use this strategy ? i can't resolve this problem yet :( View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028238#4028238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028238

[jboss-user] [JBoss Seam] - Exception with rule based security

2007-03-14 Thread swd847
I keep getting an exception when I try and use use based security. I have following the directions in the docs, but I keep getting an exception: | 16:21:02,557 ERROR [STDERR] StringTemplate: problem parsing group : java.lang.ClassCastException: antlr.CommonToken | 16:21:02,562 ERROR [STDER

[jboss-user] [JBossWS] - Need help on wsdl first webservice approach documentation

2007-03-14 Thread [EMAIL PROTECTED]
Hi, I was using jboss4.0.4 and jbossws-1.2.0.SP1.ZIP for webservices. I am doing wsdl first approach, I generated the java sources/classes using wsconsume tool. After that I wrote webservice impl class and updated web.xml with those details. I packaged it into war and deployed it in jboss deplo

[jboss-user] [JBoss Seam] - Re: Displaying data with dataTable

2007-03-14 Thread [EMAIL PROTECTED]
suppliers is a List, it doesn't have a rowAvailable property. Try #{not empty suppliers}. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028234#4028234 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028234 ___

[jboss-user] [JBoss Seam] - Re: Trouble starting JBoss-4.0.5.GA

2007-03-14 Thread [EMAIL PROTECTED]
What's in your jboss-app.xml? You should have something like this: | | | seam.jboss.org:loader=portfolio | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028233#4028233 Reply to the post : http://www.jboss.com/index

[jboss-user] [JBoss Portal] - Re: creating and deploying new portals and portlets in JBOSS

2007-03-14 Thread karan42in
thanx for your valuable comment Peter.. i would certainly do as u say... i would like to know one more thing.. i m able to create a portal using the admin console.. of JBOSS PORTAL. but i m not able to figure out where is the relative files of the portal stored in the JBOSS portal/server/deploy/

[jboss-user] [JBoss Portal] - Re: Guide me in creating sample Portlet program on Jboss Por

2007-03-14 Thread agarwar7
"[EMAIL PROTECTED]" wrote : To start from scratch, delete the directory server/default/data from JBoss AS Hi I tried this now it's updated my Portal and not showing those portlet ,which i deleted but problem is this is showing the same Problem with the message as Can not remder and Object not

[jboss-user] [JBoss Seam] - Displaying data with dataTable

2007-03-14 Thread thejavafreak
How do I display data with dataTable ? >From my debug page the query is able to fetch one row of data, but why the >rowAvailable is false? How do I set it to true? Is this what cause my data is >not able to be displayed? anonymous wrote : | classclass org.jboss.seam.jsf.ListDataModel

[jboss-user] [JBossWS] - JbossWS 1.2 and JBossWS 1.0.4 Generates Diff URLs For Same E

2007-03-14 Thread joshlam
We have a web service packaged in a EAR file deployed in Jboss 4.0.5GA running JbossWS 1.0.4GA which generated the following url: | http://:8080/PrivacyService-3/PrivacyService | The same EAR file when deployed in JBoss 4.0.5GA running JbossWS 1.2 had the following url generated: | ht

[jboss-user] [JBoss Eclipse IDE (users)] - Having trouble using JSTL

2007-03-14 Thread Glissy
I read a lot on the web that to use JSTL, all that you have to do is include something like this in your JSP: <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %> In fact, here is a direct quote from the Jakarta documentation: jakarta-taglibs-standard-1.1.2/doc/GettingStarted.html U

[jboss-user] [JBoss Seam] - Re: Seam on JBoss 4.2.0.CR1

2007-03-14 Thread thejavafreak
This is the stacktrace if I use ajax4jsf in JBoss 4.2.0.CR1 | 2007-03-15 09:42:28,296 WARN [javax.enterprise.resource.webcontainer.jsf.lifecycle] executePhase(RESTORE_VIEW 1,[EMAIL PROTECTED]) threw exception | javax.faces.FacesException: Error to create instance of AjaxContext | at

[jboss-user] [JBoss Seam] - Re: Ordering seam filters

2007-03-14 Thread [EMAIL PROTECTED]
Create a jira issue for this. As Norman said, we could probably implement it in a way similar to how interceptors work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028222#4028222 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mo

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-14 Thread [EMAIL PROTECTED]
I tracked down the source of this weirdness... parseInt() in firefox actually treats the int as an octal if you pass in "08" or "09". I've updated CVS with a workaround for this strange behaviour, and tested it in both FF and IE. If someone could try it out with Safari/Opera & others it would

[jboss-user] [JBoss Seam] - Re: FacesMessages in SeamSpace example

2007-03-14 Thread [EMAIL PROTECTED]
I've updated the seamspace example also, thanks for pointing this out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028219#4028219 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028219

[jboss-user] [JBoss Portal] - Re: Switching to Sybase Database in JBoss Portal

2007-03-14 Thread eabarquez
Ok, I tried switching to Sybase using jboss-portal-2.4.1, and I am getting similar errors. Is this a known Sybase DB issue? Or am I just doing something wrong here? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028215#4028215 Reply to the post : http://www

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBoss 4.2.0CR1 chanaged behaviour: forTokens

2007-03-14 Thread alpheratz-jb
Dang! You are correct. I thought I'd checked that, but... Apologies for hassling you for nothing. Thanks, Alph View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028212#4028212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [Installation, Configuration & Deployment] - JBoss 4.0.5 Appserver running as a service shutsdown

2007-03-14 Thread vamsin
We install JBoss as a windows service with a "Local System Account" and "Allow service to interact with Desktop" options. When I login and start the service and then log off, the service shutsdown. I did not want the service to shutdown. This is a long stack trace, but is there a way to suppress

[jboss-user] [JBoss Seam] - Re: s:selectDate problem

2007-03-14 Thread cavani
this error occurs on booking example too... I tested cvs version on 4.0.5.GA. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028210#4028210 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028210 _

[jboss-user] [JBoss Seam] - Re: outjection problem?

2007-03-14 Thread seammm
Norman - Thanks for the quick reply. I have removed all other ears and restarted the server so the problem should not be related to the classpath confusion. Since it works in one project, I guess it is ok to outject multiple objects, some of different type than the factory's type. @Factory("ne

[jboss-user] [JBoss Seam] - Re: @Restrict preventing @Asynchronous method from execution

2007-03-14 Thread [EMAIL PROTECTED]
Do you not get a stack trace when this happens? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028208#4028208 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028208 ___ jboss-u

[jboss-user] [JBoss Seam] - Re: Ordering seam filters

2007-03-14 Thread youngm
I'm looking to add a filter that would make the current seam managed persistence context available in spring's standard ThreadLocal variable and clear it when done. However, this filter would need to be executed before ExceptionFilter so the persistence context created would be available to spr

[jboss-user] [JBoss Seam] - Re: Ordering seam filters

2007-03-14 Thread [EMAIL PROTECTED]
Not right now. It could probably be added in the same way we order the interceptor chains. What exactly is the ordering need you have? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028206#4028206 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss jBPM] - Re: How to model object flow?

2007-03-14 Thread kukeltje
define objectflow View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028201#4028201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028201 ___ jboss-user mailing list jboss-user@li

[jboss-user] [JBoss Portal] - Re: Switching to Sybase Database in JBoss Portal

2007-03-14 Thread eabarquez
Hi Thomas, Thanks for the quick reply. Ok, so here's the thing, I modified all the "hibernate.cfg.xml" files found inside the "jboss-portal.sar" folder to force the DB dialect to Sybase. I found six files in all, the directory path of each I have listed as follows: 1. \jboss-portal.sar\portal-

[jboss-user] [JBoss Seam] - Re: outjection problem?

2007-03-14 Thread [EMAIL PROTECTED]
Did you change the jboss-app.xml to give them separate classloader repositories? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028199#4028199 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028199 __

[jboss-user] [Installation, Configuration & Deployment] - Hot Deployment/Restart

2007-03-14 Thread xander7652
Hi, Is it possible to restart a single module (web app, ear app) deployed to jboss without having to restart the entire server? Thanks. Alex View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028197#4028197 Reply to the post : http://www.jboss.com/index.html?

[jboss-user] [JBoss Seam] - outjection problem?

2007-03-14 Thread seammm
hi - i have the code below that works in one project and but not in a second one and i could not find why because i have the same entity/action beans in both projects.. both use the same seam/jboss setup.. the error i am getting is the following: "attempted to bind an Out attribute of the wro

[jboss-user] [JBoss Portal] - Re: Problem configuring the LDAP extended role module

2007-03-14 Thread bdaw
yes. I'm able to reproduce and looking at it. Thanks for report. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028192#4028192 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028192 __

[jboss-user] [JBoss Messaging] - Re: Failure in jms activation

2007-03-14 Thread NWNE
Thank you for your help. Very much! I built from svn repository and it works. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028191#4028191 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028191 __

[jboss-user] [JBoss Seam] - Re: FacesMessages in SeamSpace example

2007-03-14 Thread zzztimbo
That worked perfectly! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028188#4028188 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028188 ___ jboss-user mailing list jboss-us

[jboss-user] [JBoss Seam] - @Restrict preventing @Asynchronous method from execution

2007-03-14 Thread lowecg2004
Hi, I have a simple asynchronous call which is failing with the following message: 21:59:44,765 ERROR [TimerImpl] Error invoking ejbTimeout: javax.ejb.EJBException: java.lang.NullPointerException: facesContext The error is thrown when the @Restrict annotation is present. If I remove it then t

[jboss-user] [JBossCache] - Re: cache passivation problem

2007-03-14 Thread dan.washusen
Ahha, thanks Manik. All working now... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028182#4028182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028182 ___ jboss-user mail

[jboss-user] [JBoss/Spring Integration] - Re: SpringDeployer EnhancedSuffixOrder

2007-03-14 Thread diippi
"alesj" wrote : | Edit org.jboss.deployment.MainDeployer-xmbean.xml file in [JBoss_home]\server\default\conf\xmdesc directory. You'll see which line to fix. | As far as I understood, the maindeployer defines the order of artifacts which it can deploy. Individual deployers are supposed to de

[jboss-user] [JBoss Seam] - Re: FacesMessages in SeamSpace example

2007-03-14 Thread fernando_jmt
Supposing your component id is "confirmPassword", you can do: | FacesMessages.instance().addToControl("confirmPassword", "Passwords do not match"); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028180#4028180 Reply to the post : http://www.jboss.

[jboss-user] [JBoss Seam] - FacesMessages in SeamSpace example

2007-03-14 Thread zzztimbo
I'm looking at the SeamSpace example and there is one line in RegisterAction.java that I have questions about. FacesMessages.instance().add("confirmPassword", "Passwords do not match"); When I purposefully input in different passwords in the registration screen, I get "confirmPassword" in

[jboss-user] [JBossWS] - Basic authentication in a JBossWS web service client

2007-03-14 Thread magnus.ahlander
I'm using JBossWS 1.2 (JAX-WS 2.0) to access a web service, which requires http basic authentication. In the JBoss JAX-WS user guide I didn't find any example of how to provide username/password in a JBossWS web service client. In the JBossWS forum I found the following custom solution: http://

[jboss-user] [JBoss Messaging] - Authentication failure after JBM 1.2.0.GA installation

2007-03-14 Thread jaink
Hi, We were using JBoss AS 4.0.4.GA and JBM 1.0.1.SP2. Due to some messaging issue we decided to move on to 1.2.0.GA. In doing so, our NT authentication module required for one of our web applications broke. We are using tagish and simple NTSystemLogin module from an earlier post http://www.jb

[jboss-user] [Installation, Configuration & Deployment] - How to deploy 2 web services

2007-03-14 Thread robdonnellan
I have an rpc/encoded web service and a document/literal web service. I have 2 separate facades and impls. There are 2 wsdl files and the webservice.xml is set up with 2 s. the ejb-jar.xml also has 2 of everything. When the server starts the log says the 2 services are deployed, then the ws

[jboss-user] [JBossCache] - Still struggling to get configured (dependency problem now)

2007-03-14 Thread nstoddar
Well, I think I've finally got JBossCache actually configured correctly. I can see it in the "jmx-console" just fine. At that point, my Hibernate HAR was freaking out because it was loading before my JBossCache configuration got loaded. 2007-03-14 17:36:28,360 ERROR [org.jboss.system.server.

[jboss-user] [JBoss/Spring Integration] - Re: SpringDeployer EnhancedSuffixOrder

2007-03-14 Thread alesj
anonymous wrote : Problem is that spring deployment happens before the har deployment (application.xml before jboss-app.xml) and so it fails . | Is there any way I can force the har deployment before the spring ? | Edit org.jboss.deployment.MainDeployer-xmbean.xml file in [JBoss_home]\server

[jboss-user] [JBoss/Spring Integration] - Re: Using beans from other spring module

2007-03-14 Thread bassualdo
jussi_po I'm trying to use your approach with delegation. I'm running JBoss 4.0.4 and Spring 2.0.2 But when it comes to the injection of the BusinessContext into BusinessSearchDelegateImpl I got a strange exception: java.lang.IllegalArgumentException: Cannot convert value of type [org.

[jboss-user] [JBoss Messaging] - Re: Programmaticaly create queue

2007-03-14 Thread schnelzer
So what is the best way to receive messages in the server if a queue is created programmatically? An MDB destination is set at deployment. Should I start a Runnable consumer on the server? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028164#4028164 Reply

[jboss-user] [EJB 3.0] - JspTagException in links.jsp and $Proxy97 not found running

2007-03-14 Thread cscs010
Hi everyone, I am relatively new to JBOSS (4.0.5) and am trying to run the DukesBank example on a SUSE LINUX system (running on z/os). i finally got the example working on WINDOWS after a few modifications, but I never encountered this particular problem on Windows and cannot find anything about

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

2007-03-14 Thread ppw
Forgot to post the working code. Object obj = ctx.lookup("ejb/com/atsva/cmmts/ejb/DesignObjectManger"); Apparently it needs to match the xdoclet tag which is * jndi-name="ejb/com/atsva/cmmts/ejb/DesignObjectManger" View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [EJB/JBoss] - RMIIIOPViolationException in deploy time..

2007-03-14 Thread brunoduarte
Hi, I'm having a problem deploying an EJB with RMI-IIOP support that I can't understand. If I deploy it without RMI-IIOP support it works fine. ejb-jar.xml | | http://java.sun.com/dtd/ejb-jar_2_0.dtd";> | | | | |Generated by XDoclet | | | | |

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

2007-03-14 Thread ppw
The second one works. Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028156#4028156 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028156 ___ jboss-user m

[jboss-user] [JBoss Eclipse IDE (users)] - JBossAS/JBossIDE 2 - Hot Code Replace/JSP changes/republish?

2007-03-14 Thread jsm174
Hello. I am new user of JBossAS/JBossIDE. I have primarily developed web apps using WSAD and RAD6. I installed the JBoss IDE 2.0 with the Eclipse 3.2 bundle. I'm running a 1.4.2 JDK. I created a new "Web Project" that uses Struts. I then selected "Debug On Server" and deployed it to a "JBos

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

2007-03-14 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBSEAM-1051 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028153#4028153 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028153 ___ jboss-use

[jboss-user] [JBoss Portal] - Re: Provide CRUD access to CMS repository without access to

2007-03-14 Thread sjewett
Oops. Nevermind - I figured it out. I completely forgot about creating new instances of portlets. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028152#4028152 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028152 __

[jboss-user] [JBoss Seam] - Re: Conversation Picker Component seems to have stopped work

2007-03-14 Thread [EMAIL PROTECTED]
http://jira.jboss.org/jira/browse/JBSEAM-1051 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028151#4028151 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028151 ___ jboss-use

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: NoSuchMethodError: net.sf.ehcache.Cache.get(Ljava/lang/O

2007-03-14 Thread beyarecords
Hi, anyone have any thoughts on this one? I must say i'm a bit stuck here... -- Regards Andrew View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028149#4028149 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028149 __

[jboss-user] [JBoss Portal] - Provide CRUD access to CMS repository without access to Admi

2007-03-14 Thread sjewett
Hi All - We're running: JBoss Portal 2.4.1 SP1 JBoss AS 4.0.4 GA RedHat Enterprise Linux 4 ES Oracle 9i For a small group of users, I would like to provide access to the CMS repository so they can manage their own content. However, I don't want them to access the Admin portlet (create pages,

[jboss-user] [JCA/JBoss] - Re: late data source initialization

2007-03-14 Thread sshrestha
This is what my vhost entry looks like in server.xml file: | | yyy.mydomain.com | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028142#4028142 Reply to the

[jboss-user] [JBoss Seam] - Re: Cannot find the entityconverter taglib

2007-03-14 Thread petemuir
I think that normally happens if you are saving an unmapped object using hibernate. Put a breakpoint in your action method and check whether the selected object is correct (i.e. no odd strings there and. the object has been correctly converted by convertEntity) - if it has then the problem is y

[jboss-user] [JBoss Seam] - Re: Cannot find the entityconverter taglib

2007-03-14 Thread jeffconstantin
I have this working except for one problem. I get my populated in the "create form" but some "250-char-serialized-string" is save in the database for my "car" column. I am sure I am missing a converter somewhere but I don't know what or where it goes. Your entityConverter works great. It tak

[jboss-user] [JCA/JBoss] - Re: late data source initialization

2007-03-14 Thread sshrestha
This is what my vhost entry looks like in server.xml file: | | yyy.mydomain.com | | | | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028136#4028136 Reply to the

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment ordering

2007-03-14 Thread jaikiran
Dimitris , I am bit confused after reading the Forum Reference (http://www.jboss.com/index.html?module=bb&op=viewtopic&t=78376&postdays=0&postorder=asc&start=20) mentioned in that JIRA. In one of the posts in that forum reference, you mention that anonymous wrote : Maybe a simpler/better sol

[jboss-user] [JBoss jBPM] - Dynamic Tasks

2007-03-14 Thread gscheibel
Hi all! I have a task node with one task inside. So when the process execution reaches this node, it need to look at the database and create one task per user from a group. It's like I need one task with many actors executing that. The setActorId accept only one actor. I don't know in the defin

[jboss-user] [JBoss Seam] - Re: s:selectItems default Item

2007-03-14 Thread [EMAIL PROTECTED]
That's right it works fine, thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028131#4028131 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028131 ___ jboss-user ma

[jboss-user] [JBoss Messaging] - Re: Running JBoss with JBoss Messaging inside eclipse?

2007-03-14 Thread azhurakousky
However you configured it there is got to be Launch Configuration window. Simmilar window when you click on Green arow icon --> Run, which is Launch Configuration for any Java process. There is a tab "Arguments" which will allow you to provide you -c messaging option. However my advise, switch

[jboss-user] [JBoss Messaging] - Re: Running JBoss with JBoss Messaging inside eclipse?

2007-03-14 Thread tonylmai
I use plain eclipse. I don't have problem running JBoss server in eclipse. I just don't know how to bring it up 'with' JBoss Messaging since it requires a passing flag of '-c messaging' and I don't know how to specify that in eclipse. View the original post : http://www.jboss.com/index.html?mo

[jboss-user] [EJB 3.0] - Re: JNDI and Client Application

2007-03-14 Thread ALRubinger
The TrailBlazer http://trailblazer.demo.jboss.com/EJB3Trail/ is usually a pretty good start. :) S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028128#4028128 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=402812

[jboss-user] [EJB 3.0] - Re: PersistenceContext and EntityManager

2007-03-14 Thread ALRubinger
anonymous wrote : Why is injection done AFTER the constructor? How is it possible to inject values into an object *before* the object itself has been created? S, ALR View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028126#4028126 Reply to the post : http://w

[jboss-user] [JBoss Seam] - Re: DataModelSelection with two beans without using session

2007-03-14 Thread [EMAIL PROTECTED]
Did you find a solution to this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028124#4028124 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028124 ___ jboss-user mailing lis

[jboss-user] [EJB 3.0] - Re: Dependency Injection of EntityManager / -Factory in Serv

2007-03-14 Thread ALRubinger
Hiya. Couple things: * Injection is not supported in Servlets for 4.0.5 - it's coming soon as it's defined by the JEE5 Spec * To put your EM in JNDI, you need to add a couple lines to your persistence.xml (This post http://jboss.org/?module=bb&op=viewtopic&t=96857 addresses this issue) * Ensur

[jboss-user] [Remoting] - Re: Two transporter servers of the same type on the same por

2007-03-14 Thread [EMAIL PROTECTED]
Nope. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028120#4028120 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028120 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [JBoss Messaging] - Re: Running JBoss with JBoss Messaging inside eclipse?

2007-03-14 Thread azhurakousky
Are u using JBossIDE? What version? If you did configure JBossIDE Server then all the configurations should be in the drop down of that server so you can switch them at any time View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028117#4028117 Reply to the post

[jboss-user] [JBoss Seam] - Re: How to deal with this outjection scenario.

2007-03-14 Thread xigua
I resolved the issue I had by programmatically call Contexts.getConversationContext().set("name", value) on Class1 before Calling to Class2. My questions are still valid though. Thanks, xigua View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028114#4028114 Re

[jboss-user] [JBossCache] - Re: Memory leak when using JbossCache and JOTM

2007-03-14 Thread [EMAIL PROTECTED]
See http://jira.jboss.com/jira/browse/JBCACHE-1007 for a JIRA that will break the reference chain from the Synchronization back to your object. If JOTM is not fixable, it should be fairly straightforward for you to patch your JBoss Cache instance. View the original post : http://www.jboss.com/

[jboss-user] [Remoting] - Re: CSV data in socket connection.

2007-03-14 Thread [EMAIL PROTECTED]
My first guess would be that remoting is trying to read off the first byte to get the remoting version of the client (which it does by default). To turn this off so that all the bytes, including the first, are read into the unmarshaller, can set a system property of 'jboss.remoting.pre_2_0_comp

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Jboss apache mod_jk clustering

2007-03-14 Thread azhurakousky
I don't know what is wrong. Besides the fact that it does not work for you you did not provide any details, configuration files or any other information. As far as suggestion: I followed that WIKI page several times and i guarantee you that if you follow every single step it will work. As the mat

[jboss-user] [Security & JAAS/JBoss] - Re: Programmatic Authentication in JBoss?

2007-03-14 Thread eschulma
Those two items would do what I need. I assume that getUserPrincipal() returns the same value as getCallerPrincipal()? I guess you could try playing around with web.xml and see if the authentication allows you to access protected resources. View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: s:selectItems default Item

2007-03-14 Thread petemuir
The (initially) selected item will be the one pointed to by the value attribute of the parent selectXXX, so just set Poland as the default country on the bean. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028106#4028106 Reply to the post : http://www.jboss

[jboss-user] [EJB/JBoss] - Re: Opening a PDF file from JBOSS.

2007-03-14 Thread azhurakousky
When you test your EJB running JBoss instance on local windows machine it works simply becouse Client and Server happened to be on the same machine. Whe you run it on Linux or even another Windows machine the following code will never display a PDF file to the client. Realize that your code (EJB

[jboss-user] [JBoss Messaging] - Re: Failure in jms activation

2007-03-14 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBMESSAGING-922 If you can compile the code yourself fro SVN.. JBMESSASGING-922 shows a fix. There is 2 ways we could fix that (we are still analyzing) and this will be fixed in our next release. As a workaround, you could scope your client application as des

[jboss-user] [JNDI/Naming/Network] - Re: Missing org.jboss.naming.NamingContextFactory in jbossal

2007-03-14 Thread azhurakousky
Any reason why upgrade is made to a Candidate Release (CR) instead of General Release (GA) JBoss 4.0.5 GA has the class there View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028099#4028099 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[jboss-user] [JBoss Seam] - s:selectItems default Item

2007-03-14 Thread [EMAIL PROTECTED]
Hi, is there possibility to set default item in s:selectItems control? For example there is a list of countries and I would like to have i.e. Poland :) as default when the page is loaded. I could set this country at the beginning of the List but I would like to keep it ordered alphabetically.

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

2007-03-14 Thread azhurakousky
Try the following: | ctx.lookup("java:/DesignObjectManager"); | or | ctx.lookup("java:comp/env/ejb/com/atsva/cmmts/ejb/DesignObjectManager"); | Also, go to your JMX Console --> JNDIView and list all the bindings to see if your object is there Hope it helps View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Add method to MDB for jmx/mbean?

2007-03-14 Thread rocken7
So I did the JMX Mbean, and had a hell of a time figuring out how to get to an EntityManager from within the MBean. No resource injection works, why I have no idea, is this a bug? @PersistenceContext did nothing, @Resource did nothing. No idea how to get that working. The @Management annot

[jboss-user] [JBoss Seam] - Re: s:SelectDate not popup

2007-03-14 Thread cavani
nopes sorry View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028086#4028086 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028086 ___ jboss-user mailing list jboss-user@list

[jboss-user] [JBoss jBPM] - Installation Problem with jBPM-gpd-site-3.0.12

2007-03-14 Thread davidbrain
Hi I've just downloaded the above package and tried to install it. Ecilpse complained that it needs a xerces plugin, and would not install from my local site. I noticed that that the zip actually contained a xerces jar file. Does anyone know what this is about and if there is a fix? View the

[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment ordering

2007-03-14 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAS-2904 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028081#4028081 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028081 ___ jboss-user

[jboss-user] [Installation, Configuration & Deployment] - Re: Running jboss with only the JRE

2007-03-14 Thread [EMAIL PROTECTED]
The check for the presence of a JDK has been removed from the 4.2.x startup scripts. A JRE does just as well. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028078#4028078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [Installation, Configuration & Deployment] - Re: JBoss AS 4.2.0.CR1 startup issue

2007-03-14 Thread [EMAIL PROTECTED]
Those only DEBUG statements in the server.log so it's not really a problem, right? It seems those libraries are referenced by the MANIFEST-MF of other libraries in the deploy/jbossws.sar directory, and so the debug message. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [Beginners Corner] - Jboss rules when clause question

2007-03-14 Thread pprocknow
This is our first foray into jboss rules. There are many examples of rules showing the == for string comparisons in the when clause. We have found that we need to use the .equals in our then clauses for string compares to assure they function accurately. Is the == reliable for string compares

[jboss-user] [JBossCache] - Re: Memory leak when using JbossCache and JOTM

2007-03-14 Thread atijms
"[EMAIL PROTECTED]" wrote : Does the reference chain from the JOTM object lead through a javax.transaction.Synchronization implementation? For example, org.jboss.cache.interceptors.TxInterceptor$RemoteSynchronizationHandler (or TxInterceptor$LocalSynchronizationHandler)? | Yes it does. Just

[jboss-user] [JNDI/Naming/Network] - Re: access TransactionManager thru JNDI outside of the conta

2007-03-14 Thread azhurakousky
No, you can not access Transaction Manager outside of the container. If you want to test somoething in the send box using JTA JBoss has DummyTransactionManager that you can use: | // Set up transaction manager | DummyTransactionManager.getInstance(); | Properties prop = new Properties();

[jboss-user] [JBoss Seam] - Ordering seam filters

2007-03-14 Thread youngm
Is it possible to order the chain of seam web filters? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028067#4028067 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028067 ___

[jboss-user] [JBoss jBPM] - How to model object flow?

2007-03-14 Thread pumajoel
Hello, I have a question concerning the modeling of object flow in JBPM. Can anybody give me some advice on how to achieve this? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028064#4028064 Reply to the post : http://www.jboss.com/index.html?mod

  1   2   3   >