[JBoss-user] [Beginners Corner] - Re: BEA Connection Pools

2006-04-27 Thread aschbacher
Thanks for your answer. But I have one more question. How could I access these connection pools? Via a DataSource? Or also via the DriverManager? thanks in advance Karl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940056#3940056 Reply to the post : http:/

[JBoss-user] [EJB/JBoss] - Re: Initializing a Session or Message Driven Bean on Deploym

2006-04-27 Thread mgruebsch
That is a good idea! However, suppose the application will be deployed at time T1 and the first call the the EJB is a time T2. When is ejbCreate called: at T1 or T2? Michael View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940054#3940054 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: GPD/Process Designer tool without eclipse..??

2006-04-27 Thread kukeltje
your 2 cents (eurocents I hope) and more is exactely the way it will go. A customized perspective. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940053#3940053 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940053

[JBoss-user] [EJB 3.0] - Re: NoSuchMethodError: org.jboss.aop.joinpoint.MethodInvoca

2006-04-27 Thread [EMAIL PROTECTED]
The Alpha is built from CVS HEAD (AOP 2.0). RC6 is built with our JBoss 4.0.x branch. make sense? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940052#3940052 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940052 -

[JBoss-user] [Installation, Configuration & Deployment] - Re: Jboss not recognizing the mysql driver

2006-04-27 Thread Vilpesh
hi thanks for the reply jaikiran. I have worked according to instruction on http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource (I have not gone for named piped option.) But i still get "com.mysql.jdbc.Driver Information Not Loaded in Repository Cache ### Instance 0 found in UCL org.

[JBoss-user] [EJB 3.0] - Re: java.lang.ClassCastException: $Proxy81

2006-04-27 Thread bdecoste
Your jndi lookup looks correct. Couple of comments though: - you don't need @Remote on both the bean interface and the bean class. One or the other. - you don't need the @EJB annotation in your client class. @EJB annotations are only functional for managed components. - the bean interface does n

[JBoss-user] [EJB 3.0] - Re: @Depends annotation doesn't work with Jboss 4.0.3SP1 Ejb

2006-04-27 Thread bdecoste
In RC6, injection into a Service do not occur until after start(). This will be corrected in RC7. Keep an eye on: http://jira.jboss.com/jira/browse/EJBTHREE-543 http://jira.jboss.com/jira/browse/EJBTHREE-520 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39

[JBoss-user] [EJB 3.0] - Re: How to / where to specify classpath for MBean

2006-04-27 Thread bdecoste
if the war and the jar are using the same classloader repository, the EJBs will be able to load classes deployed in the .war. Repositories are configured in jboss.xml and jboss-web.xml with the tag. However, is will not be implemented in EJB3 until RC7, slated for release in mid-May. View th

[JBoss-user] [JBoss Eclipse IDE (users)] - java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavado

2006-04-27 Thread [EMAIL PROTECTED]
Hi all, when I try to run XDoclet, am getting the below error. java.lang.UnsupportedClassVersionError: xjavadoc/ant/XJavadocTask am using jDK 1.4.2_04 when I google the reason for the abv, I got the solution as the package XDoclet.core contains jDoc jar corresponding to JDK 1.5. so I need to r

[JBoss-user] [EJB 3.0] - Re: EJB3 clustering static members

2006-04-27 Thread [EMAIL PROTECTED]
Like Bill mentioned there is no replication layer for SLSB so I don't think your job can be done there with automatic fine-grained replication. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940046#3940046 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [Security & JAAS/JBoss] - Re: How To Secure Data Store Connection Strings?

2006-04-27 Thread javidjamae
I don't know if you can encrypt it, but you could always parameterize it and pass it in using arguments to the run script. This way it doesn't show up in the file if somebody is looking through it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940045#394004

[JBoss-user] [Clustering/JBoss] - Re: Deploying EJB 3 ear via Farming

2006-04-27 Thread [EMAIL PROTECTED]
Sorry but I don't get it. Why is the second node produced the "remote" HA-JNDI name already bound error? Did you put another same app under the regular deploy dir? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940044#3940044 Reply to the post : http://www.

[JBoss-user] [Security & JAAS/JBoss] - Re: Referenced file (not page itself) is shown after login

2006-04-27 Thread javidjamae
Show your code (web.xml, jsp, etc.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940043#3940043 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940043 --- Using Tom

[JBoss-user] [EJB/JBoss] - java.lang.NoClassDefFoundError: java.net.SocketAddress

2006-04-27 Thread praveen_imt
Hi All, I have created a Stateless Session Bean, which contains a function called info. Now when i am trying to call the same unction using my client, here is the code of the client class: package Samplemypackage1; import java.util.Hashtable; import javax.naming.Context; import javax.naming.Init

[JBoss-user] [Beginners Corner] - Re: JBossCache API offers a traditional, tree-structured nod

2006-04-27 Thread javidjamae
http://labs.jboss.com/portal/jbosscache/docs View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940039#3940039 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940039 ---

[JBoss-user] [Beginners Corner] - Re: BEA Connection Pools

2006-04-27 Thread javidjamae
You can do this in *-ds.xml files in the deploy directory. The default one is hsqldb-ds.xml. It has settings in there for the connection pool size, prepared statement cache, etc. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940038#3940038 Reply to the post

[JBoss-user] [JBossCache] - Re: TransactionManager Name not bound?

2006-04-27 Thread [EMAIL PROTECTED]
Besides your own code, when you start JBoss AS, did you see any error complaining the same thing about JBossManager not found? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940037#3940037 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss Seam] - Portal example errors with 4.0.4CR2 and Portal 2.4

2006-04-27 Thread ariggz
I am having trouble with the portal example. I am installing the the latestest CVS seam with portal 2.4 and jboss AS 4.0.4CR2. I am experiencing the following error: anonymous wrote : | 00:00:44,917 INFO [MyFacesGenericPortlet] PortletContext 'C:\Program Files\jboss-4.0.4.CR2\server\defaul

[JBoss-user] [Installation, Configuration & Deployment] - jboss shutsdown unexpectedly

2006-04-27 Thread thanesh.kumar
Hi, I am using JBoss App Server with my web app and for no reason the server shuts down unexpectedly with no errors on the server.log file. I am running Jboss on Linux. Anyone knows something that i can look into. I am new to using Jboss. Cheers, -Thanesh View the original post : http://www

[JBoss-user] [EJB 3.0] - Re: NoSuchMethodError: org.jboss.aop.joinpoint.MethodInvoca

2006-04-27 Thread bdecoste
I've confirmed a packaging issue that has different versions in the aop classes between RC6-PFD and Embeddable_ALPHA_6. For Embeddable_ALPHA_6, putting jboss-aop-jdk50.jar from RC6-PFD before jboss-ejb3-all.jar in the classpath should resolve the problem. This will be resolved for RC7, which wil

[JBoss-user] [JBoss Seam] - Re: SeamExtendedManagedPersistencePhaseListener

2006-04-27 Thread [EMAIL PROTECTED]
First step is to figure out why the txn is getting rolled back ;-) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940033#3940033 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940033 -

[JBoss-user] [Clustering/JBoss] - Clustering without EJB

2006-04-27 Thread kammau
Can clustering be implemented without EJB? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940032#3940032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940032 --- Us

[JBoss-user] [JBoss Seam] - Re: SeamExtendedManagedPersistencePhaseListener

2006-04-27 Thread rdewell
g.tomassoni, did you ever find a solution to your problem of: "could not register synchronization with JTA TransactionManager" We are experiencing this after upgrading Seam/Jboss/EJB3 and are unable to find the source. Similar to your description, the first request works fine, and then the sec

[JBoss-user] [EJB 3.0] - Re: EJB 3 in JBoss 4.0.4 CR2 Deploy Error

2006-04-27 Thread bdecoste
I created a dummy datasource and the .ear is deploying ok. Can you send me the server.log file? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940027#3940027 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940027

[JBoss-user] [Beginners Corner] - Re: java.lang.OutOfMemoryError: PermGen space

2006-04-27 Thread ericmacau
I also have this problem, after re-depoy an EAR a few times, it riased that exception !!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940026#3940026 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940026 --

[JBoss-user] [EJB 3.0] - Re: EJB 3 in JBoss 4.0.4 CR2 Deploy Error

2006-04-27 Thread bdecoste
Thanks for the .ear. I am seeing a deployment problem - there is a dependency on a datasource that is not resolved. Is there an additional datasource deployment that I am missing? | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.jca:name=jdbc/firebirdDS,service=Ma

[JBoss-user] [EJB/JBoss] - Re: Error javax.naming.NoInitialContextException

2006-04-27 Thread jaikiran
You should have a jndi.properties file in your classpath. A typical jndi.properties file will look like: | java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory | java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces | java.naming.provider.url=jnp://localhost:1099

[JBoss-user] [JBoss Seam] - Re: New LazyInitializationException from beta1 to CR2

2006-04-27 Thread rdewell
Thanks. I converted those beans accordingly. No more LazyInitException. Back to this error now, though: | 11:02:43,668 ERROR [STDERR] org.hibernate.TransactionException: could not register synchronization w | ith JTA TransactionManager | at org.hibernate.jdbc.JDBCContext.regist

[JBoss-user] [Performance Tuning] - jboss.service=invoker type=pooled

2006-04-27 Thread w114hua
Hi: There are some parameters about poolsize, such MaxPoolsize(jboss.service=invoker type=pooled),MaximumPoolsize(jboss.system service=ThreadPool).Please tell me relation and differentia between of this two parameters!help me.thanks in advance. View the original post : http://www.jboss.com/

[JBoss-user] [Installation, Configuration & Deployment] - jboss.service=invoker type=pooled

2006-04-27 Thread w114hua
Hi: There are some parameters about poolsize, such MaxPoolsize(jboss.service=invoker type=pooled),MaximumPoolsize(jboss.system service=ThreadPool).Please tell me relation and differentia between of this two parameters!help me.thanks in advance. View the original post : http://www.jboss.com

[JBoss-user] [Installation, Configuration & Deployment] - jboss.service=invoker type=pooled

2006-04-27 Thread w114hua
Hi: There are some parameters about poolsize, such MaxPoolsize(jboss.service=invoker type=pooled),MaximumPoolsize(jboss.system service=ThreadPool).Please tell me relation and differentia between of this two parameters!help me.thanks in advance. View the original post : http://www.jboss.com

[JBoss-user] [Installation, Configuration & Deployment] - jboss.service=invoker type=pooled

2006-04-27 Thread w114hua
Hi: There are some parameters about poolsize, such MaxPoolsize(jboss.service=invoker type=pooled),MaximumPoolsize(jboss.system service=ThreadPool).Please tell me relation and differentia between of this two parameters!help me.thanks in advance. View the original post : http://www.jboss.com

[JBoss-user] [Javassist user questions] - how to get the parameter value from one method!

2006-04-27 Thread Panzer_Kavalier
I have one method like this: String s = StringUtil.getProperty("key"); I want to get the parameter value ("key" in this example) form getProperty method. [note] not the "$1", but the real value : "key". how to? please help me!!! View the original post : http://www.jboss.com/index.html?modul

[JBoss-user] [EJB 3.0] - Re: MBean as NotificationBroadcaster

2006-04-27 Thread [EMAIL PROTECTED]
or you can fiddle working it out yourself. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940014#3940014 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940014 ---

[JBoss-user] [EJB 3.0] - Re: MBean as NotificationBroadcaster

2006-04-27 Thread [EMAIL PROTECTED]
please log a feature request in jira, we'll get to it eventually... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940013#3940013 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940013 -

[JBoss-user] [JBossWS] - JSR181 EJB endpoint deployment failure

2006-04-27 Thread dionmcm
I've written a JSR181 EJB3 session bean web service end point and tried to deploy it and I get a class cast exception on a proxy class (see stack below). I'm running JBoss 4.0.4 CR2. So I downloaded jbossws-samples-1.0.0.CR6.zip and tried to deploy the JSR181 ejb example end point in there. I s

[JBoss-user] [JBoss AOP] - Re: Can't get JBossAOP to work in JBoss-4.0.4.CR2

2006-04-27 Thread amry
About my packaging structure, I referred to JBossAOP tutorial: Running and packaging in JBoss available at http://docs.jboss.com/aop/1.3/aspect-framework/examples/injboss/aopInJbossPackaging.html. There is a section named "WAR and .aop lib file contained in a JAR" in there. Got it to function c

[JBoss-user] [Messaging, JMS & JBossMQ] - Cannot subscribe an MDB to a topic or queue

2006-04-27 Thread java_steve
Hello everyone. I have been searching for this solution for days and I cannot seem to find the right answer. I have tried to confugure my MDB to listen on a topic or queue that I have setup in jboss and it just seems to iqnore the configuration in the jboss.xml file, here is the jboss.xml

[JBoss-user] [EJB/JBoss] - Re: Initializing a Session or Message Driven Bean on Deploym

2006-04-27 Thread mlybarger
would ejbCreate work for your needs? it's called after deployment and before execution of any "business" methods. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940008#3940008 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Performance Tuning] - tuning performance related parameter on-line

2006-04-27 Thread w114hua
Could I change performance related parameter such as thread pool size without rebooting Jboss application server? I want increase or decrease some parameter on-line in order to improve perfomance without reboot JBoss Application Server.Help me! View the original post : http://www.jboss.c

[JBoss-user] [JBoss jBPM] - Re: GPD/Process Designer tool without eclipse..??

2006-04-27 Thread MattJackson86
"StadBe" wrote : Hi, | | We would also appreciate a possibility to create new process definitions in an external process designer and not within Eclipse. We plan that employees of our customer should be able to create process definitions on their own and they don't have any programming skil

[JBoss-user] [Remoting] - Re: Client VM Requirements

2006-04-27 Thread eguerra
In J2ME there are two configurations named CLDC (more limited resources devices, eg. celular phones) and CDC (limited resources devices, eg. PDAs). The best way to compile and run tests under J2ME is using emulators. For CDLC there are many emulators available for Eclipse and Netbeans IDEs. For

[JBoss-user] [JBoss Seam] - Re: Security Framework w/Seam

2006-04-27 Thread [EMAIL PROTECTED]
anonymous wrote : Actually what I'm interested in is the ability to have users in groups and permissions on single objects bound to those groups. I don't understand. How is what you are describing different to @RolesAllowed in EJB3? Well, I just went and had a look at the Acegi docs. I'm going

[JBoss-user] [JBoss Seam] - Re: Security Framework w/Seam

2006-04-27 Thread sforsyth
Sorry for the ignorance but I'm a total newbie to EJBs and I'm far from being an expert in Security. So I'm not sure about what JAAS has to offer that Acegi doesn't offer. Reading the Acegi FAQ, "It can today authenticate via delegation to a JAAS login module. This means it offers the same leve

[JBoss-user] [JBoss Seam] - Re: Pageflow problem using jBPM3.1.1

2006-04-27 Thread [EMAIL PROTECTED]
I looked at the code. That exception (which I have changed to a more meaningful one instead of an NPE) would occur if the pageflow was not actually signaled out of the state-state. Are you absolutely *sure* you are using which appropriate, instead of ? View the original post : http://www.jbo

[JBoss-user] [JBoss Seam] - Re: Invoke alway the factory

2006-04-27 Thread [EMAIL PROTECTED]
Actually, in your case you are better off sticking with @Factory and just storing it in EVENT context instead of SESSION context. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940001#3940001 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[JBoss-user] [JBoss Seam] - Re: Invoke alway the factory

2006-04-27 Thread [EMAIL PROTECTED]
In that case, don't use @Factory, use @Unwrap. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394#394 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394 --

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - env-entry elements not bound with virtual hosts (external di

2006-04-27 Thread dduchaine
JBoss 4.0.2 and 4.0.3 env-entry elements specified in web.xml are not put in JNDI when a virtual host is deployed with an external directory. I have this server.xml config: anonymous wrote : appBase element c:\\domaindirectory has the .war structure | | | | | w

[JBoss-user] [Clustering/JBoss] - Re: Cluster problem: Farm works, but HASingleton service doe

2006-04-27 Thread coachvargo
I figured this out long ago, but I figure I'd leave what the solution was for me. There were some extraneous entries in the server /etc/hosts file put there by my isp for a few extra server alias. Once I removed those, the servers were able to find each other as expected. View the original po

[JBoss-user] [JBoss Seam] - Re: Security Framework w/Seam

2006-04-27 Thread perwik
I'm very interested in this. Actually what I'm interested in is the ability to have users in groups and permissions on single objects bound to those groups. I know that JAAS handles this as well as Acegi, but there doesn't seem to be an easy way as of today to do it with JAAS in JBoss. Acegi on

[JBoss-user] [JBoss jBPM] - task is not blocking after save of process-instance

2006-04-27 Thread torhar
Hi all, i wrote a little test which refers to the following process-definition: | | | | | | | | | In my test-class i create a new process-instance, call a signal on the root-token and save the process-instance. So the root-token of the persisten

[JBoss-user] [JBoss Messaging] - Re: Does JBoss AS now ship with JBoss Messaging

2006-04-27 Thread [EMAIL PROTECTED]
anonymous wrote : | in place of JBossMQ? | Not yet. JBoss 5.0 will. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939994#3939994 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939994 -

[JBoss-user] [JBoss Messaging] - Does JBoss AS now ship with JBoss Messaging

2006-04-27 Thread mtuckah
in place of JBossMQ? Perhaps a stupid question... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939993#3939993 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939993 --

[JBoss-user] [JBoss Seam] - Invoke alway the factory

2006-04-27 Thread Udo.Krass
Hi, i have a little problem. I store an entity existingUser in my session-Context when a request page is called with the username as request parameter. | @Stateless | @Name("userBox") | @Scope(org.jboss.seam.ScopeType.SESSION) | @Interceptors(SeamInterceptor.class) | public class UserB

[JBoss-user] [JBossWS] - Re: JAAS Security Login with JBossWS

2006-04-27 Thread CBax007
No, I have not tried adding debug tracing, but I did add a soap message hander to the service so I could see the inbound soap message. The message no longer contained any security information in the soap header as it previously did when using Axis. The classes that get used on the client side

[JBoss-user] [Beginners Corner] - Re: first time install - the wall

2006-04-27 Thread daveyjones
Thanks Pete. I will start there. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939990#3939990 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939990 --- Using Tomcat

[JBoss-user] [JBoss Portal] - Re: Does the Jboss portal support wap ?

2006-04-27 Thread [EMAIL PROTECTED]
not currently. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939989#3939989 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939989 --- Using Tomcat but need to do mo

[JBoss-user] [JBoss Portal] - Re: UserImpl not mapped

2006-04-27 Thread [EMAIL PROTECTED]
yes this saves a JNDI lookup :-) "cpage" wrote : i think you can inject the service in the portlet : | | in jboss-portlet.xml: | | | UserModule | | org.jboss.portal.core.modules.UserModule | | :service=Module,type=User | | | | and get the user

[JBoss-user] [JBoss jBPM] - Re: JBoss Portal and JBPM Weirdness

2006-04-27 Thread lfaggioli
Hi all, I have the same problem: AS 4.0.3SP1 with jBPM3.1 and JBoss-Portal2.2.0 deployed on the same server I thought that, since jbpm.war and jboss-portal are two distinct webapps, there should have not been any conflict issue... How can we solve this problem? thanks a lot luca View the ori

[JBoss-user] [JBoss Portal] - Re: German localization

2006-04-27 Thread [EMAIL PROTECTED]
make a jira issue as a patch View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939986#3939986 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939986 --- Using Tomcat but

[JBoss-user] [Beginners Corner] - Re: first time install - the wall

2006-04-27 Thread PeterJ
The simple answer is that Tomcat is a servlet container (you can deploy war files) while JBoss is a full J2EE server (you can deploy ear files, including EJBs). So JBoss provides a superset of the functionality that is available in Tomcat. JBoss adminsitration is done by editing XML files. Ap

[JBoss-user] [JBoss jBPM] - Re: Comment redeployer l'exemple

2006-04-27 Thread lfaggioli
Hi ferdaous, there should be an Ant task to build the WAR... or you can do it in a dirty way: go under \jbpm-starters-kit-3.1\jbpm-server\server\jbpm\deploy, open jbpm.war with winzip, drop your jsp in it and in a couple of seconds you changes will be visible. bye luca View the original post

[JBoss-user] [EJB/JBoss] - Re: EJB 2.1 Timers

2006-04-27 Thread [EMAIL PROTECTED]
Since v4.0.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939983#3939983 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939983 --- Using Tomcat but need to do more

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - jstl can't read soap message consistently

2006-04-27 Thread dzhang2k
Hi, I have a soap.jsp to read soap msg. But sometimes I got msg, sometime I didn't. The IIS server shows having built and sent the msg. soap.jsp runs on JBoss 4.0.3, here is the code = <%@ taglib uri="http://jakarta.apache.org/taglibs/io-1.0"; prefix="io" %> <%

[JBoss-user] [Beginners Corner] - Re: first time install - the wall

2006-04-27 Thread daveyjones
Pete - you were right. Don't know how that happened. I think it's started, here are the last lines of the output: 13:33:20,741 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009 13:33:20,756 INFO [JkMain] Jk running ID=0 time=0/46 config=null 13:33:20,772 INFO [Server] JBoss (MX MicroK

[JBoss-user] [JBoss Seam] - Re: Pageflow problem using jBPM3.1.1

2006-04-27 Thread KrazedAce
I did see read that page in the forum, and we made the appropriate changes. We will look into placing this in Jira. Thanks, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939979#3939979 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [JBossWS] - Re: JAAS Security Login with JBossWS

2006-04-27 Thread [EMAIL PROTECTED]
Have you enabled tracing on the server side to debug this: http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityFAQ step 4. Check the logs to see if there is any security activity on the server side. Then follow Thomas's link from the user guide. View the original post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Re: Showing you to generate a CRUD web application : i have

2006-04-27 Thread aristide
When i generate and run with hsqldb, it´s ok but when i generate and run with mysql I have errors, look at this log: 17:22:07,859 ERROR [STDERR] java.lang.reflect.InvocationTargetException 17:22:07,859 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0( Native Method) 17:22:07,85

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Can you isolate newer version of Hibernate in JBoss 4.0.3SP1

2006-04-27 Thread esword
I want to use hibernate 3.0.2 in my ear under JBoss 4.0.3SP1 without touching the default install of hibernate in the server/default/lib directory (I need to play nice with any other apps that are expecting that version of hibernate). I also want to use the har service (i.e. the org.jboss.hibe

[JBoss-user] [Security & JAAS/JBoss] - Re: JACC provider is only called if existing web contraints

2006-04-27 Thread [EMAIL PROTECTED]
I still do not understand how we can get this feature request of delegating all authorization decisions(of course based on some configuration) including those for unsecured resources to a JACC policy provider. The issue is simple: if there are no Security Constraints defined in the web app, no

[JBoss-user] [JBoss Seam] - Re: Resources.getResourceAsStream not multiple war safe

2006-04-27 Thread rdewell
According to: http://wiki.jboss.org/wiki/Wiki.jsp?page=ClassLoadingConfiguration scoping only works at the top-most level, in this case the EAR. So, there's no way to scope off WARs from each other within the same EAR. You can only scope off one EAR from other EARs. Couldn't / shouldn't Seam

[JBoss-user] [JBoss Seam] - Re: Resources.getResourceAsStream not multiple war safe

2006-04-27 Thread [EMAIL PROTECTED]
You'll need to set up scoped classloading then, I suppose. Not really a Seam issue. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939973#3939973 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939973

[JBoss-user] [JBoss Seam] - Re: Pageflow problem using jBPM3.1.1

2006-04-27 Thread [EMAIL PROTECTED]
If that is not the cause, please submit something to JIRA so that I can reproduce this. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939972#3939972 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939972

[JBoss-user] [JBoss Seam] - Re: Seam CRUDs just from Entities?

2006-04-27 Thread [EMAIL PROTECTED]
the criticial point is the console configuraiton (double click on it in the console configuration view and in the shown dialog there should be an enable ejb3 checkbox) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939971#3939971 Reply to the post : http://

[JBoss-user] [JBoss Seam] - Re: Pageflow problem using jBPM3.1.1

2006-04-27 Thread [EMAIL PROTECTED]
Did you read this: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81423 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939970#3939970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939970 -

[JBoss-user] [JBoss Seam] - Re: Showing you to generate a CRUD web application : i have

2006-04-27 Thread [EMAIL PROTECTED]
Well, I have to fix them first. But I have had many things to do. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939969#3939969 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939969 ---

[JBoss-user] [Beginners Corner] - Re: first time install - the wall

2006-04-27 Thread PeterJ
I think your download failed. Try downloading again, and verify using either the md5 or sha-256 checksums. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939968#3939968 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39

[JBoss-user] [JBoss Seam] - Re: New LazyInitializationException from beta1 to CR2

2006-04-27 Thread [EMAIL PROTECTED]
Seam-managed PCs let you avoid LIE's while inside the conversation scope. The *do not* solve this problem for the whole session scope. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939967#3939967 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [JBoss Portal] - Spring/JSF/JBoss Portal Integration

2006-04-27 Thread sgold
Does anyone have a demo or information about integrating Spring and JSF with JBoss Portal? I'd like to have a Spring Controller invoke a JSF/JSP and render it in a portlet window. Thanks. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939966#3939966 Reply to

[JBoss-user] [Beginners Corner] - Re: first time install - the wall

2006-04-27 Thread daveyjones
Hi Peter - The zip file (jboss-4.0.3SP1.zip), which I think they need to redo. I don't see any files at all in the \lib directory, much less the jboss-system.jar (anywhere). Below is the extract list: Extract: C:\jtall\apps\jboss\jboss-4.0.3SP1\jboss-4.0.3SP1\bin\classpath.sh Extract: C:\jtal

[JBoss-user] [JBoss Seam] - Re: Seam CRUDs just from Entities?

2006-04-27 Thread rpiaggio
"[EMAIL PROTECTED]" wrote : show me a screenshot of your console configuration Well, the hibernate.cfg.xml looks like this: | http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd";> | | | org.hibernate.dialect.MySQLDialect | |

[JBoss-user] [JBoss Seam] - New LazyInitializationException from beta1 to CR2

2006-04-27 Thread rdewell
Upgrading from beta1 to CR2. Continuing to use SeamExtendedManagedPhaseListener as always. I have a Session scoped component that holds an entity reference. However, I'm now receiving a LazyInitializationException when accessing that entity on the "next" request: | org.hibernate.LazyIniti

[JBoss-user] [JBossCache] - Re: Hibernate and JBossCache Mbean service in Weblogic 8.1

2006-04-27 Thread kbaum
I had a look at that example but it seems to be just deploying JbossCache in JNDI. Are there any examples of deploying JbossCache as an MBean in weblogic 8.1? Is it possible? Thx. -karl View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939962#3939962 Reply

[JBoss-user] [JBoss Seam] - Resources.getResourceAsStream not multiple war safe

2006-04-27 Thread rdewell
CR2. If multiple WARs are in the same EAR, and both WARs are Seam applications, then this method impl causes problems. For example, one WAR is loading/seeing the pages.xml of the other WAR. Please let me know if you need additional information. Ryan View the original post : http://www.j

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - EntityManager JNDI lookup

2006-04-27 Thread arthur83
Hello everybody, I have a problem looking up the EntityManager via JNDI. Here a codesnippet: | InitialContext ctx = new InitialContext(); | EntityManager em = (EntityManager) ctx.lookup("java:comp/EntityManager/wfms"); | and here is my persistence.xml | | |

[JBoss-user] [Beginners Corner] - Re: first time install - the wall

2006-04-27 Thread PeterJ
Looks like something went amiss during installation. How did you install? Via the installer jar file or unzip the zip file? The missing class is in C:\jboss-4.0.3SP1\lib\jboss-system.jar. There should be 12 jar files in the C:\jboss-4.0.3SP1\lib directory. Perhaps a re-install will correct t

[JBoss-user] [EJB 3.0] - Re: MBean as NotificationBroadcaster

2006-04-27 Thread arondaniel
Good question Gunnar -- I have the same question myself. So JBoss folks... whats the answer? How does an EJB3 @Management @Service supposed to send a notification? Thanks, -Aron "ghilling" wrote : Hello, | | I'm just playing around a little with ejb3 and I'm trying to build an MBean with

[JBoss-user] [JBoss jBPM] - Re: Migrating jbpm.varmapping from 3.0.1 to 3.1

2006-04-27 Thread fallow
I think I have this figured out. There were two issues... First the jbpm.converter.properties did not have one of the new entries needed, so when I ported over the old 3.0.1 version it was missing an entry. This caused the "list" element to fail to build properly. The second issue I had was t

[JBoss-user] [Beginners Corner] - first time install - the wall

2006-04-27 Thread daveyjones
All - Sorry to submit my first install attempt as a forum question but I'm stuck. Below is the output from running the run.bat from within Windows (XP Prof) or the command line. I appears to be finding the JDK, JAVA_HOME is set... what does it want? "Press any key to continue . . ." simply clo

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityAssociation unexpectedly cleared

2006-04-27 Thread j2ee_junkie
Ahh Haa. I guess this is covered by http://jira.jboss.com/jira/browse/JBAS-1862. Will try to see if I can't convince my admin to at least perform a patch. have fun, and hope this helps someone else someday, cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [Remoting] - Re: SSL Connection: load a new keystore at runtime

2006-04-27 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBREM-427 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939951#3939951 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939951 --- U

[JBoss-user] [JBoss Seam] - Pageflow problem using jBPM3.1.1

2006-04-27 Thread KrazedAce
Before upgrading to JBoss 4.0.4 CR2 and Seam CR2, our pageflow on an @Begin was working properly and on page transitioned to another with the appropriate HTML being displayed. Now that we have upgraded, this Pageflow is not working and throwing exceptions. The root cause is a NullPointerExcept

[JBoss-user] [Security & JAAS/JBoss] - Re: SecurityAssociation unexpectedly cleared

2006-04-27 Thread j2ee_junkie
Well, I have changed to ejb-ref and ejb-local-ref's to be relative links rather than absolute. That has enabled me to set TRACE logging now. I am investigating further now as to what is happing with SecurityAssociation. Will post later. cgriffith View the original post : http://www.jboss.c

[JBoss-user] [JBoss Portal] - German localization

2006-04-27 Thread voodoomax
I have downloaded 2.2.1 yesterday and see that there is no german localization in deploy/jboss-portal.sar/portal-core.war/WEB-INF/classes. Where should I send those files once I have translated them, so they get included in the next releases? Thanks, Jens View the original post : http://www.j

[JBoss-user] [JBoss Seam] - Re: Custom PhaseListener timing

2006-04-27 Thread rdewell
Hmm... I didn't realize the scope of the page actions framework. Maybe something like view-id="*" might work. Let me play around with that. Ryan View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939942#3939942 Reply to the post : http://www.jboss.com/index

[JBoss-user] [JBoss Seam] - Sun Java studio Creator 2 and JBoss Seam

2006-04-27 Thread dloiacono
Hi all, I'm using JBoss Seam 1.0beta2 with JBoss 4.0.4.CR2. Few weeks ago, I have seen that Sun relased Sun Java Studio Creator 2 to visually design jsf pages. So I have starting use it to design my web pages and now I'd like to use that pages with Seam. But, it's not simple for me integrate it w

[JBoss-user] [JBoss jBPM] - Re: Migrating jbpm.varmapping from 3.0.1 to 3.1

2006-04-27 Thread fallow
For more reference following is my jbpm.varmapping.xml that contains a second byte[] mapped to a random class letter ([Z) that throws the error: couldn't parse 'list' into a 'org.jbpm.configuration.ListInfo':

[JBoss-user] [JBoss jBPM] - Migrating jbpm.varmapping from 3.0.1 to 3.1

2006-04-27 Thread fallow
Hello, I am attempting to migrate from 3.0.1 to 3.1. In 3.0.1 we have a custom converter that mapes Long[] to a string representation. For some reason I cannot get the new 3.1 version to pick up our new converter. In jbpm.cfg.xml I changed the resource.converter and resource.varmapping to p

[JBoss-user] [JBoss Seam] - Re: Showing you to generate a CRUD web application : i have

2006-04-27 Thread aristide
ok, how can I update this templates ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3939935#3939935 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3939935 --- Using T

[JBoss-user] [JBoss Portal] - forums portlet watch forums sending email

2006-04-27 Thread tomerbd2
where do i configure the outgoing mail server? in mail-service.xml? I tried to configure it there however i dont receive mail on watched forums (I have the latest version, jboss-portal-2.2.1-bundled, and the latest forums portlet) I also see the following exception on screen and i post a message:

  1   2   3   >