[jboss-user] [JBoss Seam] - Re: Blocking direct access to .xhtml files

2006-09-21 Thread CptnKirk
Writing a filter that blocks direct .xhtml access shouldn't be too hard. I wouldn't expect facelets to perform a web request to access the .xhtml files, so you should be able to 404 any direct HTTP access. I'm not 100%, but this should be easy enough to test. Either just write the filter, or

[jboss-user] [EJB 3.0] - Re: Timer event is always handled by a new instance?

2006-09-21 Thread galaxoid
@Resource private SessionContext ctx; @Resource(mappedName=java:/DefaultDS) private DataSource defaultDs; public void createTimer() throws CustomException { try { Connection conn = defaultDs.getConnection(); Statement stmt = conn.createStatement(); stmt.execute(delete

[jboss-user] [JBoss Seam] - Re: Blocking direct access to .xhtml files

2006-09-21 Thread jazir1979
Thanks CptnKirk, I'll give it a go and post the results. This is the direction I was headed in, but wanted a sanity check to see if anybody else has dealt with this some other way, or if anybody else even sees it as an issue. cheers! View the original post :

[jboss-user] [JBoss Portal] - Re: JBoss Portal + LDAP

2006-09-21 Thread bdaw
Please look here: http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapLoginModule http://wiki.jboss.org/wiki/Wiki.jsp?page=LdapExtLoginModule There are example ldifs and configurations One thing you need to know is that portal servlet is secured using Authenticated role that is assosiated with users

[jboss-user] [Installation, Configuration Deployment] - Re: Publish on internet

2006-09-21 Thread jwenting
You'll have to get it running on a machine that can be seen outside your own network, that's all there is to it. Of course the devil is in the details, like security, probably getting a DNS name for it, where to host the server, etc. etc. etc. View the original post :

[jboss-user] [EJB 3.0] - Mapping of inheritance with several generic superclasses fai

2006-09-21 Thread balchev
Please read this in the Hibernate forum: http://opensource.atlassian.com/projects/hibernate/browse/ANN-416 and tell me when this will be fixed in the JBOSS EJB3.0 or if it is already - in which release? 10x View the original post :

[jboss-user] [JBoss Seam] - Re: Blocking direct access to .xhtml files

2006-09-21 Thread CptnKirk
You could also try setting your Faces Servlet to match on *.xhtml instead of *.seam. I'm not sure if that causes a problem or not. I wish I were closer to a dev environment. These are all quick tests. For some reason I thought that facelets was still like JSP in that if you screw up and

[jboss-user] [JBoss Seam] - Re: Problem injecting the value of a context component expre

2006-09-21 Thread [EMAIL PROTECTED]
http://docs.jboss.com/seam/latest/reference/en/html/concepts.html#d0e2152 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973161#3973161 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973161

[jboss-user] [JBoss Seam] - Re: how to stop unknown user from seeing a page

2006-09-21 Thread [EMAIL PROTECTED]
jazir1979 wrote : | Is it using the FacesContext? | | ie- getViewRoot().getViewId() Right, this is one way - the action can check the view-id. The other way is to use a view-id like /protected/* View the original post :

[jboss-user] [JCA/JBoss] - Re: JCA - LDAP

2006-09-21 Thread tpnaidu79
I am searching for a similar JCA-ldap adapter with no luck. Can you share your code for the jca-ldap adapter? Thank you, Prashanth. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973163#3973163 Reply to the post :

[jboss-user] [JBoss Seam] - Re: I have some problems with an exeption, I need help!!!!

2006-09-21 Thread [EMAIL PROTECTED]
What is your SFSB expiry timeout set to? If it is longer than your conversation or session timeouts, then you will get problems (naturally). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973164#3973164 Reply to the post :

[jboss-user] [JBoss Portal] - Re: Alfresco Portlet.

2006-09-21 Thread [EMAIL PROTECTED]
www.alfresco.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973165#3973165 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973165 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Seam + AJAX: Remote problem

2006-09-21 Thread sherkan777
Hello, I have problem with example HelloWorld method... I've implemented those example in my project, on my index.xhtml page it works fine, but when i try to use it or some other AJAX functions on pages in my /pages/ folder (/pages/Person.xhtml) AJAX it could't work.. My Firefox browser throws

[jboss-user] [JBoss Seam] - Re: Seam + AJAX: Remote problem

2006-09-21 Thread sherkan777
sherkan777 wrote : Hello, | I have problem with example HelloWorld method... | I've implemented those example in my project, on my index.xhtml page it works fine, but when i try to use it or some other AJAX functions on pages in my /pages/ folder (/pages/Person.xhtml) AJAX it could't work..

[jboss-user] [Beginners Corner] - ajax4jsf not working well with JBoss 3.2.6

2006-09-21 Thread Sabeeh
Hello, I am currently working on an application which uses JSF, Servlet etc. I am trying to incorporate ajax4jsf components in this application. However, when I log into the application it gives a java script error that clearFormHiddenParams is not defined. clearFormHiddenParams is not used

[jboss-user] [JBoss jBPM] - Get finished tasks

2006-09-21 Thread asmo
Hi! Is there a way to get a list of all tasks for an actor, both the finished and the unfinished? As far as i know, the unfinished tasks is no problem about the jbpmContext.getTaskList( ActorId ) Is there an analog method for the finished tasks? Thank you! View the original post :

[jboss-user] [JBossWS] - Sample code for wssecurity UsernameToken processing

2006-09-21 Thread summer.hill
Does anyone have any sample code or useful links on how to develop custom SecurityHandlers for a jsr181 annotated webservice? I am developing a .NET client and intend to pass UsernameTokens from the C# client to the webservice in order to perform authentication and authorisation functions in a

[jboss-user] [Security JAAS/JBoss] - Alternative to getAuthenticationCachePrincipals for user cou

2006-09-21 Thread Wenzelaus
Hi, in my jsf/jboss portal I got formbased authentication for the users to log in. Now I want to count the number of currently logged on users in my portal. I found getAuthenticationCachePrincipals via the jmx-console which works fine, but I am afraid that I only get the number of cached and

[jboss-user] [Clustering/JBoss] - Re: Some Issues with clustering on JBoss 4.0.4 and EJB stub

2006-09-21 Thread MarcReis
Can you post some more details ? (Code snippet, Config info (Server/Beans...)). Are you invoking on a SLSB or an SFSB ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973175#3973175 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Using Seam for porlet communication

2006-09-21 Thread [EMAIL PROTECTED]
This allows intra/inter portlet to portlet communication inside Seam. Basically everything that goes to Session scope is also put to both PORTLET_SCOPE(portlet private, only the portlet putting has access to it) and APPLICATION_SCOPE (portal wide, every portlet inside portal sees it). A more

[jboss-user] [JBoss Seam] - Re: Using Seam for porlet communication

2006-09-21 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBSEAM-357 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973177#3973177 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973177 ___ jboss-user

[jboss-user] [JBoss and NetBeans] - Re: Starting JBoss 4 from NetBeans on Win64

2006-09-21 Thread sherold
Hi, Could you please file this issue against the serverplugins/jboss4 http://www.netbeans.org/issues/enter_bug.cgi It would be also useful to attach the IDE message log (%NB_USER_DIR%\var\log\messages.log) to the issue. View the original post :

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Generate hbm.xml problem ?

2006-09-21 Thread ericmacau
Can it generate all the hbm.xml into one file ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973179#3973179 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973179 ___ jboss-user

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Generate hbm.xml problem ?

2006-09-21 Thread [EMAIL PROTECTED]
no, but you can probably tweak it to do so. We don't do it by default since it generates waaay to big files ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973180#3973180 Reply to the post :

[jboss-user] [JBoss Seam] - Problems with the update method in Jboss Seam + Hibernate

2006-09-21 Thread lara
I have an entity bean called Actor and a stateful session bean called ActorEditorBean. The database table for the entity bean contains many fields, one of them is name which should be unique. When I try to create an actor, I make sure first that there is no existing actor with that name since

[jboss-user] [JBoss jBPM] - Re: unable to delete process instance

2006-09-21 Thread alf_dave
JBPM 3.1.2 With 3.1.2, I get similar constraint violations from FK_VARINST_TKVARMP, in the table JBPM_VARIABLEINSTANCE. I too manually delete variable instances before deleting the process instance, but I still have cases where this does not work resulting in the above constraint violation.

[jboss-user] [JBoss jBPM] - Variable instances

2006-09-21 Thread alf_dave
What does it mean when a variable instance in the jbpm_variable instance table has no associated token_, tokenvariablemap_, processinstance_ and taskinstance_ ? David Caruana Alfresco View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973185#3973185 Reply to the

[jboss-user] [Messaging, JMS JBossMQ] - Re: Wiki FAQ link to WebSphere MQ integration not working

2006-09-21 Thread peters
Does that still work for JBoss 4.0.4 GA or do I need to use the JMS Resource Adapter ? Rgds, Iris View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973186#3973186 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973186

[jboss-user] [JBossCache] - Possible misunderstandig of the optimistic locking

2006-09-21 Thread JL
Hallo, after many trys to run the cluster under pessimistic locking, we want to change to optimistic locking. Our cache has a lot of node like /sentinel/[sessionId] and /sentinel_Commands/[sessionId] where [sessionId] is a unique identifier of an user. So the number of this Fqn will scale

[jboss-user] [Javassist user questions] - Re: JNDI and java: context problem

2006-09-21 Thread onglaochancuu
Hi, I also have same that problem. Please help me if you've already solved it. Thanks best regards, Diego. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973188#3973188 Reply to the post :

[jboss-user] [EJB 3.0] - Very Weird, Triplicated childs at runtime, all ok in the DB

2006-09-21 Thread raistlinmolina
Hello, I have (among other entities) one parent Entity called reportInstance and one child Entity Called reportParameterValue, the relation is OneToMany. I have a strange problem that arised becauce I couldn't delete a parent object, when I tired to delete it's child I couldn't either. Then I

[jboss-user] [EJB 3.0] - Detached object: merge(), remove()

2006-09-21 Thread Juergen.Zimmermann
I'm using JBoss 4.0.5CR1 with EJB3 RC9. I get an IllegalArgumentException when I invoke merge() or delete() for a detached object. This semantics is new since RC9. Is this intended or a bug? Any hint is appreciated! View the original post :

[jboss-user] [JBoss jBPM] - where can i get the former version of jbpm?

2006-09-21 Thread lampli
hi,all: I want to get the former version like jbpm2.0 because of the jdk version of environment, how can i get it? thanks ,lamp View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973193#3973193 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: where can i get the former version of jbpm?

2006-09-21 Thread kukeltje
we very strongly advise not to start using jbpm 2.0. For the simple reason you wil hardly (if at all) get any support in this forum. I assume you use jdk 1.3? You can get it on sourceforge btw, just like where you get the current versions:

[jboss-user] [JBoss/Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2006-09-21 Thread jissma
the boot sequence of the server : | Undeploying Spring: file:/C:/dev/appservers/jbpm-server/server/jbpm/deploy/test3.spring | Closing application context [org.jboss.spring.factory.NamedXmlApplicationContext;hashCode=19277415] | Destroying singletons in factory

[jboss-user] [JBoss jBPM] - Re: Database description

2006-09-21 Thread kukeltje
Yes, now I understand, but why not ask that question in the firstplace and mention that you already saw the datamodel but wanted some more detail. The CLASS_ things are hibernate specific items for using it as a descriminator. What a descriminator does in hibernate I (personally) do not know.

[jboss-user] [JBoss/Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2006-09-21 Thread jissma
i try with JBOss AS 4.0.4 , the result is the same ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973197#3973197 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973197 ___

[jboss-user] [JBoss/Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2006-09-21 Thread alesj
Runtime lookup uses this: | private Object getObjectFromBeanFactory(Spring spring) throws Exception | { | BeanFactory beanFactory = (BeanFactory) org.jboss.naming.Util.lookup(spring.jndiName(), BeanFactory.class); | return beanFactory.getBean(spring.bean()); |

[jboss-user] [JBoss Portal] - Change Locale Portlet

2006-09-21 Thread mikepkp17
Hi all, I want to write a portlet where the user can change the language for the whole portal. Can anybode give me a hint where to set the language so that after the language-change request the whole portal (all portlets on the current page) is rendered with the selected language? Any advice

[jboss-user] [JBoss AOP] - Re: AOP Instrumentor failed to transform class

2006-09-21 Thread stalep
hm, how did you install jbossaop 1.5.1 into jboss as? jbossaop 1.5.1 do come with org.jboss.aop.MethodInfo.getInterceptors(), so it seems like there are some problems with old/new jbossaop jars. earlier versions of jbossaop did not have this method (and in the repository MethodInfo is moved away

[jboss-user] [JBoss jBPM] - log.debug

2006-09-21 Thread alf_dave
JBPM 3.1.2 In VariableContainer.java there are unprotected log.debug statements such as: log.debug(create variable '+name+' in '+this+' with value '+value+'); This is fine for simple values such as strings etc, but we have some object types whose toString() is a little more heavy. Even when

[jboss-user] [Javassist user questions] - how to load external property file in JBOSS

2006-09-21 Thread sandipvdhande
My application is using websales.property file ...where should i place the file so that this file can be loaded in my application View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973208#3973208 Reply to the post :

[jboss-user] [Beginners Corner] - Embed flash in jsp served in jboss Application Server

2006-09-21 Thread ssemog
Hello everyone! I'm trying to embed a flash movie in a jsp that also loads an applet. I need to serve the jsp in jboss application server due to the application requirements. I've tried different solutions using the object and embed tags and the flash movie loads without problems in firefox,

[jboss-user] [Installation, Configuration Deployment] - Re: XPath creation failed in JBoss 4.0.3

2006-09-21 Thread smix007
Hello, eqbridges wrote : | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:service=DataSourceBinding,name=DefaultDS | State: NOTYETINSTALLED | Depends On Me: | jboss.ejb:service=EJBTimerService,persistencePolicy=database |

[jboss-user] [JBoss Portal] - PortalObjectContainer Object is getting null

2006-09-21 Thread tekulapallinaresh
Hi Everyone, I wrote a portlet where I need PortalObjectContainer reference. So in my init method I wrote the below code in the init method of my portlet. Please note that I have extended the JBossPortlet class PortalObjectContainer container = (PortalObjectContainer)

[jboss-user] [EJB 3.0] - Annotationless SessionBean

2006-09-21 Thread egerlofsma
How can I write this @Resource SessionContext ctx in ejb-jar.xml? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973214#3973214 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973214

[jboss-user] [JBoss AOP] - intercept method return / exit

2006-09-21 Thread waffels
is it possible to have an interceptor just before a method returns it's return value (if it's not void)? thanks in advance ! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973215#3973215 Reply to the post :

[jboss-user] [JBossWS] - Re: implementing wsse:UserNameToken

2006-09-21 Thread kdeboer
I did some research in the JBoss WS 103 Sources. It appears that the username token profile is partly supported. The user and password are added to the soap header when the password are added to the call or proxy object However password type attribute and password encoding is not support.

[jboss-user] [JBoss Messaging] - Re: JBoss Messaging locked up

2006-09-21 Thread etolson
Oh ok, thanks. Obviously, it's unfortunate that the installation doesn't work for clustered configurations. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973217#3973217 Reply to the post :

[jboss-user] [JCA/JBoss] - Re: Connection pool problem:No ManagedConnections available

2006-09-21 Thread kockaSER
[EMAIL PROTECTED] wrote : maikyal wrote : doesn't help me. | | This is not your thread it is preddy's. | Preddy is using the JBoss JDBC RAR | which does fire connection closed in the correct place. | | i.e. in response to | | | java.sql.Connection.close() | | | |

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - joinColumn order

2006-09-21 Thread rajuanye
Hi all :) does anyone knows if it makes any difference of the @JoinColumn order. I had a problem and changing the order solved it for me. joinColumns = { @JoinColumn(name = profile_id),@JoinColumn(name = population_id)}) I just changed between profile_id and population_id thanks in advance

[jboss-user] [Security JAAS/JBoss] - Rich Client Authorisation and JAAS

2006-09-21 Thread pdrummond
Hi, I am trying to learn how JBoss security and JAAS would work together within my application which will be a Rich Client communicating with EJBs in JBoss (EJB3). I am new to JavaEE so I apologise in advance if I use the wrong terminology or don't explain the problem very well. (BTW: should

[jboss-user] [JCA/JBoss] - Re: JCA - LDAP

2006-09-21 Thread [EMAIL PROTECTED]
Note, as of JDK 1.4.X, the LDAP connections provided by Sun allow for automatic pooling out of the box. So in some ways a JCA adapter for this are not neccesary. However, creating the LDAP/JCA adapter is a reasonable solution for managing the connections and gives a certain level of

[jboss-user] [JBoss AOP] - Re: intercept method return / exit

2006-09-21 Thread waffels
no, actually i mean like this: public int Foo(int a){ //do stuff i want to make a pointcut that describes this place in the timeline return a; } View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973227#3973227 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: org/jaxen/JaxenException

2006-09-21 Thread anishx
a quick (and of course dirty) solution is to use the jboss unified class loader. In your \deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml, change the to true. Let me know if it works. (Please do not do this if you have multiple applications) View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: java.lang.NoClassDefFoundError: org/jaxen/JaxenException

2006-09-21 Thread anishx
i mean change the UseJBossWebLoader to true. damn.. xml tags dont show up in the forum :p View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973229#3973229 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973229

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Connection to DB2

2006-09-21 Thread gregsting
Hi, I have configured a JBoss cluster and I want it to use a DB2 database on another server. To test that I want to deploy Jboss portal on the cluster. I've pretty much followed these instructions to set up the jdbc connection: http://www.onjava.com/lpt/a/4525#db2 I've seen many ways to

[jboss-user] [JBossCache] - replicating pojocache

2006-09-21 Thread noamg
Hello. I am using PojoCache from release 1.4SP1 I am trying to have a map of aspectesized objects in a pojocache between two websphere 6 application servers. After some fiddling around, the tests run well from within the server, but now I bumped into a new problem - In my setup, ServerA starts

[jboss-user] [JBoss jBPM] - Re: decision node with java code decision??

2006-09-21 Thread jeanwehbe
same problem. please i need the solution. Jean Wehbe View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973234#3973234 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973234 ___

[jboss-user] [EJB/JBoss] - shared jar

2006-09-21 Thread lcurros
I have an ear packaged like this: util.jar ejb.jar web.war. Both, jar and war uses an util.jar. But if i donĀ“t include in Now util.jar is packaged too inside war and if i remove it (and put manifest.mf with classpath= util.jar in meta-inf dir of ejb.jar and web.jar), jboss deployed

[jboss-user] [EJB/JBoss] - Re: shared jar

2006-09-21 Thread lcurros
lcurros wrote : I have an ear packaged like this: |util.jar |ejb.jar |web.war. | | Now util.jar is packaged too inside war and ejb.jar and if i remove it (and put manifest.mf with classpath= util.jar in meta-inf dir of ejb.jar and web.jar), jboss deployed correclty, but

[jboss-user] [Security JAAS/JBoss] - obtaining caller ip from within LoginModule

2006-09-21 Thread michalzel
Hello! I have DynamicLoginConfig in my application with my own login module. I would like to obtain IP address of caller within this module. How can I do this? regards Micha? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973237#3973237 Reply to the post :

[jboss-user] [Remoting] - Sending plain text to server without org.jboss.remoting.Clie

2006-09-21 Thread fmozturk
I like to send plain text to remoting server through socket without using org.jboss.remoting.Client object like the code below: java.net.Socket socket = new java.net.Socket(localhost, 5400); java.io.PrintWriter out = new java.io.PrintWriter(socket

[jboss-user] [Beginners Corner] - New properties file

2006-09-21 Thread serola
Hi peolple!! I need a new properties file for my application. There i save some specific configuration. I need read when server starts (or my application start) because i have a lot of parameters. Anybody knows the solucition? Thanks!!! View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Maven Repo

2006-09-21 Thread dhartford
Is this the correct location for this kind of question/request, or is there another forum that is more relevant? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973242#3973242 Reply to the post :

[jboss-user] [EJB 3.0] - EJB3-embed jars in Maven repo?

2006-09-21 Thread dhartford
Hey all, Would it be possible to add the jboss ejb3 embed jars to the maven repo at http://repository.jboss.com/maven2/ ? Originally asked on the installation/configuration forum, but that may not have been the correct location to ask:

[jboss-user] [Beginners Corner] - Re: New properties file

2006-09-21 Thread jaikiran
See if this helps: http://docs.jboss.org/jbossas/jboss4guide/r4/html/ch10.html#ch10.props.sect View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973244#3973244 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973244

[jboss-user] [EJB/JBoss] - Re: shared jar

2006-09-21 Thread jaikiran
Package your ear as follows: myApp.ear | | | | META-INF | | |-- application.xml | | | | util.jar | | | | ejb.jar | | | | web.war Your application.xml should contain the following: | ?xml version=1.0 encoding=UTF-8?

[jboss-user] [Beginners Corner] - Re: Logging on JBoss using Contextual Repository Selector

2006-09-21 Thread hartsock
[EMAIL PROTECTED] wrote : Do you have log4j.jar in your web app? If so try removing it. | | Stan I had the same problem as listed above, removing the log4j jars did the trick for me. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973247#3973247

[jboss-user] [JBoss Seam] - Re: .seam files

2006-09-21 Thread jimcarrey
bfo81 wrote : That's just a mapping. Usually you have .xhtml files, but in the web.xml you say that the web server shall simulate another extension. | | In traditional JSF it's often like that: | Original file: whatever.jsp | Acessible via: whatever.faces or faces/whatever (those are two

[jboss-user] [JBoss Eclipse IDE (users)] - Cannot add J2EE Server

2006-09-21 Thread chuckharris
I am trying to add a jboss instance under Debug/J2EE Server but get an error when adding a new one. I am running eclipse 3.1.2 and jboss ide 1.6.0GA, workshop for struts 3.1.0. I am tring to generate a web service and then test it but without the server , that fails. The log : !ENTRY

[jboss-user] [JBoss Portal] - Re: exception in HellowIPCportlet

2006-09-21 Thread siyangsi
SO which forum I should post this topic to? Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973252#3973252 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973252 ___

[jboss-user] [JBoss/Spring Integration] - Re: Jndi lookup on spring factory return 'null'

2006-09-21 Thread jissma
thanks but it's still not working, I try this | public class jndiLookup extends TestCase { | | public void testlookup() { | try { | Properties jndiProps = new Properties(); |

[jboss-user] [JBoss Seam] - Re: ERROR: invalid large-object descriptor: 0 with postgreql

2006-09-21 Thread c_eric_ray
You cannot use an extended context with Blob. This is the reason you are getting the descriptor error. Make your persistence context type transactional. See this post, Part 2, for a more detailed description: http://forum.hibernate.org/viewtopic.php?t=963566 Also, you might need to use the

[jboss-user] [Security JAAS/JBoss] - Re: obtaining caller ip from within LoginModule

2006-09-21 Thread jaikiran
Have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=AccessingServletRequestForAuthentication And once you get access to HttpServletRequest, you can use the getRemoteAddr() API available on HttpServletRequest View the original post :

[jboss-user] [JBoss Portal] - How can I fetch the data from Portal databse in the HelloWor

2006-09-21 Thread wendy8
Hi all, I have down the example of the jsf, and deploy successful in my server. Now I want the data display in the JSF is from database, so I try two ways: 1.directly use another hibernate configure file connect to the database.This methos failed. 2.I want to use the exciting

[jboss-user] [JBoss Portal] - Re: How can I fetch the data from Portal databse in the Hell

2006-09-21 Thread [EMAIL PROTECTED]
Wendy- Can you provide more details regarding your failure such as the stack trace. Thanks Sohil View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973257#3973257 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973257

[jboss-user] [JBoss Portal] - what action does it do?

2006-09-21 Thread wendy8
Hi all, Today I read the source code about the portal, when I see the in login.jsp. I can not find what j_security_check do in the project, I am not familiar with the portal , so can you tell me what does it do next , and how does it get data from the database? I am confused the most is

[jboss-user] [JBossWS] - Re: Consuming .net Web Service using JBOSSWS

2006-09-21 Thread vimalm
I was not setting the proxy server and that was the reason for the error. After doing | -Dhttp.proxyHost=proxyserver -Dhttp.proxyPort=8080 -DproxySet=true | I was able to get past this error. However I am getting another one now with this stack trace: |

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-21 Thread fbadt
Switched to datadirect drivers from Informix ones and things seem to work fine now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973266#3973266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973266

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-21 Thread fbadt
Switched to datadirect drivers from Informix ones and things seem to work fine now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973265#3973265 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973265

[jboss-user] [JBoss Portal] - Re: exception in HellowIPCportlet

2006-09-21 Thread [EMAIL PROTECTED]
I moved it already. You posted it in the JBoss portal design forum, instead of the user forum. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973267#3973267 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973267

[jboss-user] [EJB 3.0] - Re: Very Weird, Triplicated childs at runtime, all ok in the

2006-09-21 Thread raistlinmolina
Finally I managed to fix the problem myself. It seems that Collections are not very well managed and you can expect some issues, I run into de Fetch.EARLY problem when you have more than one ManyToMany or OneToMany relation in the same entity, it happens that you can only have one EARLY if you

[jboss-user] [EJB/JBoss] - Re: shared jar

2006-09-21 Thread lcurros
Sorry me, this is the correct one ?xml version=1.0 encoding=UTF-8? | application xmlns=http://java.sun.com/xml/ns/j2ee; version=1.4 | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; | xsi:schemaLocation=http://java.sun.com /xml/ns/j2ee

[jboss-user] [EJB 3.0] - Re: Annotationless SessionBean

2006-09-21 Thread [EMAIL PROTECTED]
spec says that you have to use resource-env-ref to inject an EJBContext. WE don't support it yet though. I've created a JIRA task if you want to watch it: http://jira.jboss.com/jira/browse/EJBTHREE-712 View the original post :

[jboss-user] [EJB 3.0] - Re: EJB3-embed jars in Maven repo?

2006-09-21 Thread wandi
Man, I have the same problem and I put it manually in my internal repository =( I have other problems with ebj3 and ebj-plugin but I can fix it. Send me an email if are you interested and I will send my pom.xml with the correct config for the plug-in. [s] Wandi View the original post :

[jboss-user] [EJB/JBoss] - Re: shared jar

2006-09-21 Thread jaikiran
anonymous wrote : the error i see is | java.lang.LinkageError: Class javax/ejb/EJBHome violates loader constraints: definition mismatch between parent and child loaders Are you packaging jboss-j2ee.jar as part of your ear application? If yes remove that jar from your application. The reason

[jboss-user] [EJB/JBoss] - Re: shared jar

2006-09-21 Thread jaikiran
Also have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassCastExceptions View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973273#3973273 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973273

[jboss-user] [Security JAAS/JBoss] - Re: obtaining caller ip from within LoginModule

2006-09-21 Thread michalzel
Thank you, it works like a charm :-) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973275#3973275 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973275 ___ jboss-user mailing

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Connection to DB2

2006-09-21 Thread gregsting
Seems I was missing the licence file that needs to be copied with the .jar Anyway if anybody has problems with that this topic: http://www-128.ibm.com/developerworks/db2/library/techarticle/dm-0504vohra/index.html Is the best I have found on the subject... Now I got : --- MBEANS THAT ARE THE

[jboss-user] [JBoss Portal] - integrating user validation application maintaining JBPortal

2006-09-21 Thread den74
Hi all, I'm starting using jboss portal and i'm looking for integrate a company usergate application to the portal. What I'm looking for is to be able to let my application validate users but after this to let make the configuration of their visibility on portlets by standard procedure already

[jboss-user] [JBoss Messaging] - Re: Marshalling problem

2006-09-21 Thread argenisleon
As you set, I had others jboss*.jar files in my classpath. I delete de reference and the problem has gone. Thanks a lot View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973277#3973277 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: Use of Deployed Spring Beans directly on webapp

2006-09-21 Thread svelascob
Hi Alesj, thanks a lot for your response. I'll try the alternative using JNDI, I want also to ask you for a little more details around the other solution involving ContextLoaderListener? At first I was trying to define like a ParentBeanFactory=(xxx) on the webapp context xml but then I realized

[jboss-user] [Installation, Configuration Deployment] - Does JBoss work fine with IPv6

2006-09-21 Thread hsaha
Hi, I would like to know whether JBoss is fully functional on a IPv6 network. Saw a Wiki about JGroups having some issue, but is there a work-around for that? Apart from that is there any oher known issues. Also, i would like to know whether anybody has installed JBoss on an IPv6 network. The

[jboss-user] [JBoss Portal] - Re: Change Locale Portlet

2006-09-21 Thread halversp
I'm right in the midst of writing just such a task, and I think it's pretty straightforward (assuming you understand how to modify JBoss Portal interceptor chains :-) The current JBoss component that determines the Locale associated with the current request

[jboss-user] [Installation, Configuration Deployment] - Re: Beginner with JBoss getting a command line error

2006-09-21 Thread PeterJ
To be specific, you should set JAVA_HOME and JBOSS_HOME as follows: set JAVA_HOME=c:\Program Files\Java\jdk1.5.0_07\bin set JBOSS_HOME=C:\JBoss\jboss-4.0.3SP1 A few other tips (these are probably not a problem but could bite you later): 1) Don't install the JDK into Porgram Files. Yes, I know

[jboss-user] [JBoss jBPM] - Re: decision node with java code decision??

2006-09-21 Thread kukeltje
look at the line: note The full stack trace of the root cause is available in the Apache Tomcat/5.5 logs. At least act on that View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973282#3973282 Reply to the post :

[jboss-user] [JBoss AOP] - Re: intercept method return / exit

2006-09-21 Thread waffels
ok, thanks for reply'ing View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973286#3973286 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973286 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - EJB3 MDBs JCA Message inflow with foreing JMS provider

2006-09-21 Thread S0d0
Hi, Some time ago I tried to configure JCA inflow using Sonic Software JCA Adapter for JBoss. All I got is, DefaultJMSProvider is not bound. I would like to hear, what is situation of JCA Message inflow in EJB3? Best regards, Juha Moisio View the original post :

[jboss-user] [JBoss Portal] - Re: How can I set the language for all portlets in the porta

2006-09-21 Thread halversp
Red Eagle wrote : | | Another point i have to mention is the project- structure: | - the portlet where i want to change the locale is a web- project | - the interceptor is in a separated project because the classloader needs the interceptor first. | | Anyone knows why i cannot

  1   2   3   >