[jboss-user] [Installation, Configuration Deployment] - Redirect JBoss root page to a different URL

2009-09-28 Thread dietice
Hi, We have an application which uses JBoss 4.0.2 as app and web server. It uses port 80. We want that when users go to http://servername:80 they are redirected to http:servername:80/abc/def.html automatically. Any idea how this can be done? Thanks in advance! View the original post :

[jboss-user] [JBoss Web Services Users] - Port does not contain operation meta data for

2009-09-18 Thread dietice
hi there. i have created a ws wich works as expected in e.g. soapUI. but i have a few problems with a clint. its generated xml: | ?xml version=1.0? | soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; | xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

[jboss-user] [Javassist user questions] - Javassist class loader vs. Apache Commons logging

2008-11-24 Thread dietice
Hi all, I want to instrument an application that uses the Apache Commons logging component. I use the Javassist class loader and have added my own translator. However, the logging library seems to rely on the class loader hierarchy; the application crashes with the attached exception. Do you

[jboss-user] [JBoss Messaging] - Re: JBoss doesnt release threads after executing MDB (out of

2008-09-04 Thread dietice
(It's an old thread, but I seem to have the same problem) These may be related? Re: Bug: Injected EJB objects instantiated on every MDB call [#JBAS-5345] New instance of resources injected on every onMessage MDB call View the original post :

[jboss-user] [Management, JMX/JBoss] - Re: Validate that all modules of an EAR have been deployed.

2008-08-07 Thread dietice
Hi, you can check this programmatically using http://wiki.jboss.org/wiki/Twiddle and query: | for each in $(./twiddle.sh -s localhost query jboss.j2ee:ear=NameOfApplication.ear,*); do | ./twiddle.sh -s localhost get --noprefix $each StateString | done | View the original post :

[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools targeting Eclipse 3.4/Ganymede

2008-07-13 Thread dietice
dgolovin wrote : We are going to provide update-site for nightly builds to have easy way to get updates for JBoosTools during development cycle. Any news on this? I would like to give it a try but without an update site which automates updates it is just to much pain in the back ;) View the

[jboss-user] [JBoss Tools (users)] - Adding Seam facet without spam

2008-07-13 Thread dietice
Hello. I would love to use JBoss Tools to develop Seam applications but at the moment, when I add the Seam project facet, my project gets drowned in all kind of example / template spam (similar to what I would get if I would use seam-gen). I really appreciate the work that went into providing

[jboss-user] [EJB 3.0] - Re: Detach entities - Obtaining a clear pojo

2008-07-06 Thread dietice
Since the challenge still exists, here is an even further improved version. The behaviour is the same, simply some performance improvements were added. package org.hibernate.collection; | | import java.lang.reflect.InvocationTargetException; | import java.util.Collection; | import

[jboss-user] [Installation, Configuration DEPLOYMENT] - new File(.) points to users Desktop. Possible security bug

2008-06-23 Thread dietice
Hi All, I was wandering if some of you could help me out with this. I have an web app running under JBoss. I have a class that has a static method. In this class I have the following code: | System.out.println( Path = + new File(.).getAbsolutePath() ); | When I start jboss and goto to

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2007-10-30 Thread dietice
thanks. will check out 4.2.2 :) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100452#4100452 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100452 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - Re: Why isn't @Predestory honored in @Stateless beans as wel

2007-10-29 Thread dietice
+1 to fix this anomaly. Can't believe someone who preaches standards says its my implementation. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4100045#4100045 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4100045

[jboss-user] [EJB 3.0] - Re: PreDestroy callback is not being called by container

2007-10-29 Thread dietice
This is just jboss. Dont think they support standards or should I say they have their own standards :). Spent a few days on this gone back to ejb 2.1. See Bill's comment in http://jboss.com/index.html?module=bbop=viewtopict=87859postdays=0postorder=ascstart=10 View the original post :

[jboss-user] [JBoss Seam] - Re: CVS broken!

2007-08-17 Thread dietice
Sorry, it is installExtraDependencies: that complains. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075301#4075301 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4075301 ___

[jboss-user] [JBoss Seam] - CVS broken!

2007-08-17 Thread dietice
Hi folks, unfortunately the CVS build is broken: initpdf says something about a missing seam.pom. Thanks in advance for fixing it ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4075300#4075300 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Bug?: 4.2GA MySQL = SpyJMSException

2007-05-31 Thread dietice
Thank you very much for your response! I just had to copy mysql-jdbc2-service.xml and change MySqlDS into DefaultDS. Because there was no example mysql-jdbc-state-service.xml I used the hsql one and now it's starting without any errors. Thanks again for your help! View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Bug?: 4.2GA MySQL = SpyJMSException

2007-05-30 Thread dietice
Bump! Am I really the only one who is using MySQL? Or, asked in an other way: Is anyone using MySQL 5.0.x together with JBoss 4.2.0 GA without getting this warning? If so, please post your datasource configuration. @JBoss Devs: *PLEASE* have a look at this! I spend the last days looking for a

[jboss-user] [Installation, Configuration Deployment] - Bug?: 4.2GA MySQL = SpyJMSException

2007-05-28 Thread dietice
Hello, I have a problem with JBoss 4.2GA and MySQL 5 (v5.0.41). When I startup JBoss AS i get the following; 14:04:42,204 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS' | 14:04:42,861 WARN

[jboss-user] [JBoss Seam] - Re: seam-security example

2006-11-15 Thread dietice
Hey Shane, I have one more question regarding the security layer you are currently building: As far as i can see you are concentrating on the backend part (calls on Beanmethods). What are your plans regarding frontend security (access to web pages / URLs)? I would like to see the possibility

[jboss-user] [JBoss Seam] - Re: Security Solution for Seam

2006-11-02 Thread dietice
Shame on me, i completely overlooked that! Although i was only able to have a look at the source and not to see it in action because it threw an exception it looks very promissing and I'm looking forward to play around with it. Thanks for pointing me the direction and for all the work you

[jboss-user] [JBoss Seam] - Re: Security Solution for Seam

2006-11-01 Thread dietice
Thank you for your answers! Am I right in assuming that you mean org.jboss.seam.security subpackages and the security example? Further i have a feature request: I would like to have 'dynamic roles' (roles depending on the calling principal). I.e. let's say we have a User entity and

[jboss-user] [JBoss Seam] - Security Solution for Seam

2006-10-31 Thread dietice
I haven't seen any hint of a security concept in the seam documentation - except the mentioning of the usual Servlet or EJB concepts. But what i'm looking for is more like a 'full - ready to use' solution like Acegi Security because it's simple to secure the web part _and_ the backend. So my

[jboss-user] [EJB 3.0] - JBoss AS EJB 3.0 Certification

2006-10-31 Thread dietice
Hi folks, first of all forgive me if this is a dumb question but i'm a bit confused about who uses what and what is certified. Or - more probably - i can't see the forrest cause of all the trees ;) So: As far as i understand Hibernate 3.2.0 GA together with Hibernate Annotations and

[jboss-user] [JBoss and NetBeans] - jboss in one box and netbeans in another

2006-10-18 Thread dietice
Hi, can someone help me to configure netbeans to use a jboss installation in another pc? when I run a project netbeans says: ... dist: pre-run-deploy: Starting server JBoss Application Server 4 Starting JBoss Application Server 4 and in the jboss console it says: