[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: Update quartz 1.6.5

2009-05-21 Thread jaikiran
You can package the quartz jar in your application and setup classloader scoping http://www.jboss.org/community/wiki/ClassLoadingConfiguration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232393#4232393 Reply to the post :

[jboss-user] [Security JAAS/JBoss] - Re: Problem with Dynamic Login Config on JBoss 5.0.1

2009-05-21 Thread jaikiran
anonymous wrote : I have dynamicloginconfig-service.xml deployed in the server/default/deploy Place the dynamicloginconfig-service.xml in the META-INF of the EAR. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232394#4232394 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: MBean POJO(jboss ejb3 annotations) NOT working in jboss

2009-05-21 Thread jaikiran
Please do not post in multiple places. Let's continue this discussion here http://www.jboss.org/index.html?module=bbop=viewtopict=155778 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232397#4232397 Reply to the post :

[jboss-user] [Management, JMX/JBoss] - Re: JBoss 5: MBean depends on EJB3 Staleless Bean according

2009-05-21 Thread jaikiran
Let's continue this discussion here http://www.jboss.org/index.html?module=bbop=viewtopict=155778 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232398#4232398 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232398

[jboss-user] [EJB 3.0] - Re: First step towards performance improvement of EJB3 deplo

2009-05-21 Thread jaikiran
I forgot to mention this in my first post. Please also add details about your system configurations, including the operating system and the RAM details. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232400#4232400 Reply to the post :

[jboss-user] Re: JBoss behind a NAT

2009-05-21 Thread samk
See Thread at: http://www.techienuggets.com/Detail?tx=17554 Posted on behalf of a User PLease, I and having the same problem? Did you find the solution? Many Thanks! In Response To: Good evening Community ! I'm trying to connect a client application to my JBoss, who is running inside a

[jboss-user] [EJB 3.0] - Re: @EJB injection after redeploy

2009-05-21 Thread jaikiran
Are you sure this is happening? I haven't heard of similar caching issues. Is there any caching involved within your application for objects returned from lookup? Also, can you try this on JBossAS-5.1.0 CR1? View the original post :

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: jsessionid missged in the request

2009-05-21 Thread C.H.
same bug. help!!! When I open http://localhost:8080/testSessionsWeb/ All work correct, but If I use revers proxy: http://test.loc/ I have new session every time (jsessionId is changing) I use nginx, here vhost config : server { | listen test.loc:80; | server_name test.loc; |

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
pack the stuff into .jar suffix approach doesn't work, the same resource was not found exception. By putting the default config files in the deployers/idm doesn't work either. Nothing happened this way, seems it can't listen the -jboss-idm.xml suffix file in the deployer folder. View the

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: emptySessionPath with HTTP/1.1 Connector

2009-05-21 Thread C.H.
same problem. in jboss4 works, in jboss5 doesn't View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232406#4232406 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232406 ___ jboss-user

[jboss-user] [JBoss Messaging] - Re: Clustered temporary queue problem

2009-05-21 Thread nyeste
Does anybody know, whether it is a possible way of using temporary queues/topics? Thanks a lot! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232407#4232407 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232407

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: jdbc not bound

2009-05-21 Thread dickson1888
Thanks for Peter's help. Refer to the Setup a Oracle Datasource article , http://www.jboss.org/community/wiki/SetUpAOracleDatasource, Refer to the DataSource configuration article , http://www.jboss.org/community/wiki/ConfigDataSources Both of these 2 article do not mention that it needs to

[jboss-user] [Management, JMX/JBoss] - Staic variable is getting shared between two applications

2009-05-21 Thread sada1977
Hi All, I have two turbine appliactions deployed in JBoss default profile. Actually turbine jar is packaged seperately in 2 ears but still static variables in turbine servlet are getting shared between 2 applications. I have added jboss-app.xml in meta-inf of both ear files e.g. jboss-app

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jaikiran
Can you please post the entire exception stacktrace when you try to access that resource? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232413#4232413 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232413

[jboss-user] [JBoss jBPM] - Re: Join Problem

2009-05-21 Thread freak182
Hi, I have same problem. here is my process definition: | ?xml version=1.0 encoding=UTF-8? | process-definition xmlns= name=forktest | description | a test for fork/join workflow | /description | start-state name=Start | transition

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-21 Thread timfox
Well, as per JMS spec, JBoss Messaging lets you set the client id programmatically after creating a connection, and you can define and set selectors when creating a consumer. However if you're using MDBs it's different, bear in mind MDBs are not part of JBM, they're part of the app server, and

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread alesj
jeff.yuchang wrote : pack the stuff into .jar suffix approach doesn't work, the same resource was not found exception. | If you use this approach, then you have to use DU::getClassLoader, when trying to load resources. jeff.yuchang wrote : | By putting the default config files in the

[jboss-user] [JBoss jBPM] - Re: Join Problem

2009-05-21 Thread swatis
in your processdefinition xml controller class attribute is blank how come you were able to complete the two parallel task? after removing controoler class tag from xml the process instance ended sucussfully. View the original post :

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
Thanks, below it is the exception: | 14:34:36,635 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/local/deploy/jboss-5.0.1.GA/server/default/deploy/idm.jar/ state=PreReal mode=Manual requiredState=Real | org.jboss.deployers.spi.DeploymentException:

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
alesj wrote : jeff.yuchang wrote : pack the stuff into .jar suffix approach doesn't work, the same resource was not found exception. | | | If you use this approach, then you have to use DU::getClassLoader, | when trying to load resources. | | I was using the

[jboss-user] [JBoss jBPM] - Re: Join Problem

2009-05-21 Thread freak182
Ok. i do not put a controller class because i use WfEngine for that. Here is some wfengine works: | | final String taskInstanceId = BPMEngineRegistry.getLocalId(wfTask.id); | | | | wfEngine.signal(wfTask.path.id, null); | wfEngine.endTask(taskInstanceId, null); |

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread alesj
jeff.yuchang wrote : | | | 14:34:36,635 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/local/deploy/jboss-5.0.1.GA/server/default/deploy/idm.jar/ state=PreReal mode=Manual requiredState=Real | | org.jboss.deployers.spi.DeploymentException:

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
Just finished the test, same result, the whole stack tree is as following: | 17:34:07,272 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/local/deploy/jboss-5.0.1.GA/server/default/deploy/idm.jar/ state=PreReal mode=Manual requiredState=Real |

[jboss-user] [JBoss Portal] - Modifying the database structure of JBoss Portal

2009-05-21 Thread andy.bosch
In a portal training a very interesting question was raised: If you install JBoss Portal on a host system and you want to use the databases of a host, you have some reglementations: It is not allowed to have table names in your database with more than 8 letters. Is it possible to influence the

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
Also, in this test, I ran the DU::getClasspath, I showed the idm.jar, but couldn't find the idm.cfg.xml file, I was putting it in the idm.jar/META-INF/. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232442#4232442 Reply to the post :

[jboss-user] [Advanced Documentation] - How to pass/set ContextData to be available on interceptors

2009-05-21 Thread tomazi30
I have 2 jboss instances. Clients connect to the first app1 on jboss1, which connects to the second app2 on jboss2 : client- jboss 1 -jboss2 This means that each method that is invoked on jboss1 invokes some method(s) on jboss2. JBoss1 is just another client from Jboss2 point of view I have

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
alesj wrote : jeff.yuchang wrote : | | | | | 14:34:36,635 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/local/deploy/jboss-5.0.1.GA/server/default/deploy/idm.jar/ state=PreReal mode=Manual requiredState=Real | | |

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread alesj
jeff.yuchang wrote : Also, in this test, I ran the DU::getClasspath, I showed the idm.jar, but couldn't find the idm.cfg.xml file, I was putting it in the idm.jar/META-INF/. | Only metadata files should be in META-INF. Configuration should be in the root. Or you need to add META-INF infront

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
alesj wrote : jeff.yuchang wrote : Also, in this test, I ran the DU::getClasspath, I showed the idm.jar, but couldn't find the idm.cfg.xml file, I was putting it in the idm.jar/META-INF/. | | | Only metadata files should be in META-INF. | Configuration should be in the root. | | Or

[jboss-user] [JBossWS] - Memory leak with ProviderSource webservice implementation

2009-05-21 Thread Sintetik7
Hi, I have a problem running my app that implements webservice using Provider api. After ~4hrs of mild load AS goes out of memory. I'm using JBoss 5.0.1 with sun jdk 1.6.0_14. Configuration is -Xms256m -Xmx1024m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -XX:+UseConcMarkSweepGC

[jboss-user] [JBoss jBPM] - Not getting workflow output on alfresco server console.

2009-05-21 Thread dynamolalit
Hi, I am following this tutorial for workflow http://www.mastertheboss.com/en/jbpm/51-jbpm-tutorial-part-1.html but not getting expected results on back end alfresco server console.I am using alfresco 2.0.0 with JBoss with jdpl designer plugin for eclipse.I am deploying workflow from eclipse

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread alesj
jeff.yuchang wrote : | Is the jar package the only way to get this kind of resource?? I mean, do we have other approaches, or can we use a custom package suffix? It's all by the spec. ;-) What you had before was actually 3 deployments as directories that don't have a '.' in the name are not

[jboss-user] [Beginners Corner] - Licensing

2009-05-21 Thread ruperty
Is Jboss free to use and deploy to a production environment, or are there licensing, or support costs involved? Rupert View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232455#4232455 Reply to the post :

[jboss-user] [Microcontainer] - Re: can't read resource from the classpath??

2009-05-21 Thread jeff.yuchang
alesj wrote : jeff.yuchang wrote : | | Is the jar package the only way to get this kind of resource?? I mean, do we have other approaches, or can we use a custom package suffix? | It's all by the spec. ;-) | | What you had before was actually 3 deployments | as directories that

[jboss-user] [Remoting] - Re: Netty JBossRemoting

2009-05-21 Thread trustin
Hi, Remoting 2 uses plain Java socket API. Remoting 3 uses JBoss XNIO framework. To implement complicated protocol in the future, Netty might be used in conjunction with XNIO. Netty already provides XNIO transport so they can work together. On discovery, Remoting 2 uses its own mechanism

[jboss-user] [JBoss Messaging] - Re: Wrong target. class org.jboss.jms.client.delegate.Client (Repost)

2009-05-21 Thread pierods
I actually found out the problem, I was using the wrong jar version. but then another problem arose: how do i recover with maven this file, given that it has dots in the directory name: http://repository.jboss.com/jboss/messaging/1.4.0.SP3/lib/jboss-messaging-client.jar If I do: | |

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-21 Thread cpslo1999
OK, thanks again for all your help. I'll post over there and see what I can dig up. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232480#4232480 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232480

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to get JBOSS to use parsers in web-inf/lib

2009-05-21 Thread lakshmi2510
Newbie to JBoss I have installed JBOSS EAP 4.3 GA CP04 ( JDK 1.5 ) I have dom4j-1.6.1.jar xercesImpl-2.9.1.jar xml-apis-1.3.04.jar in my WEB-INF/lib . These are used for some application specific functionality. I need JBOSS to use this version of jars overriding its own version. I added this

[jboss-user] [Remoting] - Re: binary protocol?

2009-05-21 Thread trustin
Hi mattlf, JBoss Remoting is based on a binary protocol. Most of the data in the wire is serialized Java objects, either serialized by standard Java serialization or JBoss Serialization. Ron, please correct me if I'm wrong. :) HTH View the original post :

[jboss-user] [EJB 3.0] - MDB external configuration

2009-05-21 Thread cpslo1999
I have a JavaEE system that has one feeder application and several consumer applications. The producer is transmitting messages over a JMS topic. The consumer applications are all EJB3 apps, and I had planned to use MDBs on the consumer systems to process the incoming messages. However, while

[jboss-user] [JBoss Messaging] - Re: Multiple clients and message types - selectors?

2009-05-21 Thread cpslo1999
Posted: http://www.jboss.org/index.html?module=bbop=viewtopict=155809 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232488#4232488 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232488

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-05-21 Thread philipdodds
We are running on a JBoss 5.0.1GA base, though we needed the startDelivery and stopDelivery methods to exist on the MDB container therefore we upgraded the EJB 3.0 container to 1.1.4(?). Judging from the log its a JBoss 1.4.1.GA server, this is just what came with the server. |

[jboss-user] [EJB/JBoss] - Accessing JBoss service from EJB

2009-05-21 Thread vlotarev
Dear guru! Coudl you please tell me how is it possible to access JBoss service (POJO marked with @Service and @Local/@Remote) from EJB? Is it possible just to inject such bean? What will be a JNDI name of a @Service POJO? Thanks in advance, Vadim View the original post :

[jboss-user] [JBoss Portal] - Re: issue related to JbossWS in server startup in JBoss port

2009-05-21 Thread prabhat....@jboss.com
Looks like your machine is not connected to internet. Please see this: http://www.jboss.org/docs/DOC-12633 for solution. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232495#4232495 Reply to the post :

[jboss-user] [Beginners Corner] - Monitoring JBoss with SNMP

2009-05-21 Thread chrissmail
Hi All, We use Solarwinds Orion for server monitoring and we would like to use it to monitor JBoss as well. Can anyone point me to a simple step-by-step document on how to setup SNMP monitoring of JBoss. This should also include what we should be monitoring, recommended thresholds etc. I

[jboss-user] [Clustering/JBoss] - Jboss clustering + JAAS principal issues on failover

2009-05-21 Thread sureshrk19
Hi, I have a webapplication with JAAS authentication (form based + DB realm). The application works fine on stand-alone deployment. I clustered the solution: 2 nodes of JBoss 4.2.3 Apache + mod_jk as frontend loadbalancer (with sticky session enabled) When I try failover the http session data

[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-05-21 Thread sureshrk19
Please ignore this... I was wrong with my analysis. seems spring + dwr layer is not problematic. Anyway, I still have the problem unresolved... will post the details, once I get the fail-over working fine. View the original post :

[jboss-user] [JBoss jBPM] - How to configure jbpm in jboss.

2009-05-21 Thread dynamolalit
Hi, Can anyone tell me how to configure jbpm in jboss app server.Is there any integrated version available? Thanks Regards, Lalit. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232500#4232500 Reply to the post :

[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-05-21 Thread sureshrk19
Further debugging, I found the issue is related to JAAS authentication at the application level. On failover the user principal is reset to null on second node hence, I can;t access the secured resources. My expectation is as I logged into application on node1 (user principal is set

[jboss-user] [Clustering/JBoss] - Re: DWR issues in cluster....

2009-05-21 Thread sureshrk19
Please ignore this... I was wrong with my analysis. seems spring + dwr layer is not problematic. Anyway, I still have the problem unresolved... will post the details, once I get the fail-over working fine. View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: xa-datasource issue

2009-05-21 Thread ejb3workshop
I am having the same issue connecting to the same database using 3 datasources, one XA and two no-tx-datasources with different transaction isolation levels. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232503#4232503 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-05-21 Thread gaohoward
Hi Phillp, How many JBoss AS server instances are you running? Is the JBM running in one instance, and the MDB is running in another? Are they on the same machine or separate machines? If there are multiple instances, which one do you shut down first, which one second? Thanks. View the

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-05-21 Thread philipdodds
This is just a single JBoss instance, and the only one on the network while we are testing. The persistence if using Oracle 11g to a database on a second server. Thanks again P View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232505#4232505 Reply to the

[jboss-user] [EJB 3.0] - Re: Could not find new XAResource to use for recovering non-

2009-05-21 Thread ejb3workshop
Thanks. That worked View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232509#4232509 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232509 ___ jboss-user mailing list

[jboss-user] [JBoss jBPM] - I too have same problem -Permission denied!

2009-05-21 Thread techpal
i changed the file permission, after that also i am getting the same --- any idea thank regard's Pal. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232510#4232510 Reply to the post :

[jboss-user] [EJB 3.0] - Oracle 10g with Jboss 4.2.3 Entity Manager / Hibernate

2009-05-21 Thread ejb3workshop
My application uses 3 different datasources all going to the same database. One with XA support is used via the JNDI name by the entity manager configured in persistence.xml. The other two are no-tx-datasources. I am able to access certain aspects using the datasources however as soon as I

[jboss-user] [EJB 3.0] - Re: MDB external configuration

2009-05-21 Thread jaikiran
anonymous wrote : I'm hesitant to require that the person installing my consumer application(s) unzip the ear, change the selector's myClientID value, and rezip it. I would rather use a identical application package on our multiple production servers (and the test servers for that matter) and

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: jdbc not bound

2009-05-21 Thread PeterJ
I'm sorry, I didn't look carefully enough at the config files presented in the wiki entry that I referred you to, and did not realize that the information was not relevant for a web app. Here is an example (usually the basic datasource name is the same in all the files, but I used different

[jboss-user] [EJB 3.0] - Re: MDB external configuration

2009-05-21 Thread anilit99
I remember setting message selector in jboss.xml. A neat solution I should say ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232523#4232523 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232523

[jboss-user] [EJB 3.0] - Re: MDB external configuration

2009-05-21 Thread cpslo1999
jaikiran wrote : In either case i guess you could specify some system property that gets substituted per system, dynamically... | | Then, you can pass this property value as a JVM parameter through the server startup scripts... | | You can edit the run.bat or run.conf to pass this

[jboss-user] [Clustering/JBoss] - Re: Jboss clustering + JAAS principal issues on failover

2009-05-21 Thread sureshrk19
Fixed it. Enabling ClusteredSingleSign did the trick. Enabling this replicating the principal on second node correctly. Thanks, Suresh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232529#4232529 Reply to the post :

[jboss-user] [JBoss Messaging] - Re: Cannot find session during shutdown

2009-05-21 Thread gaohoward
ok, this is probably a service shutdown sequence issue between MDB and Transaction Service. You can ask AS guy for how to make sure the Transaction Service is shutdown before MDB services. Or you may not kill the process while there is live transactions. View the original post :

[jboss-user] [EJB 3.0] - Re: MDB external configuration

2009-05-21 Thread anilit99
I believe its a jboss specific thing. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232532#4232532 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232532 ___ jboss-user mailing

[jboss-user] [JBoss Portal] - Re: Modifying the database structure of JBoss Portal

2009-05-21 Thread PeterJ
JBoss Portal uses Hibernate for database access. So you should be able to change the table names by editing the domain.hbm.xml files located in jboss-portal.sar/conf/hibernate/* directories. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232535#4232535 Reply

[jboss-user] [Beginners Corner] - Re: Licensing

2009-05-21 Thread PeterJ
You can run the community version of JBoss AS (other any of the other JBoss middleware products) without having to pay any support or licensing costs. Of course, you are then on you own if a problem comes up - you can post such a problem in these forums but there is no guarantee of a response.

[jboss-user] [EJB 3.0] - Re: MDB external configuration

2009-05-21 Thread cpslo1999
Alright. I'll give it a go. Thanks guys for the tip! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232546#4232546 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232546 ___

[jboss-user] [Remoting] - Re: Netty JBossRemoting

2009-05-21 Thread mattlf
Thank you for your reply. Is the multicast in the discovery mechanism going to work over different subnets? And what is the reason for Remoting2 to use its own multicast mechanism? I read that JBoss cluster is based on JGroup. Do you think JGroup could provide value to JBoss Remoting with its

[jboss-user] [Security JAAS/JBoss] - Re: Problem with Dynamic Login Config on JBoss 5.0.1

2009-05-21 Thread vphagura
Thx JaiKiran. That worked. Just to make this useful for other people looking for solution to this, here is what I did: - Put the dynamicloginconfig-service.xml in my ear META-INF, as suggested - and my dynamic-login-config.xml file is also in ear META-INF The dynamicloginconfig-service.xml

[jboss-user] [JBoss Portal] - Re: JBoss Portal 2.7.0 compatibility with Internet Explorer

2009-05-21 Thread wesleyhales
This is fine on the latest snapshot of 2.7.2: https://jira.jboss.org/jira/secure/attachment/12327028/Picture+1.png albeit I am using IE6 ported to Mac, but it still uses the same windows cab files. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232554#4232554

[jboss-user] [EJB 3.0] - Timer cancled during timeout execution

2009-05-21 Thread cpslo1999
I'm using an EJB3 style Stateless Session Bean as a target for a timer. During my integration testing I have the timer turned up to repeat very quickly (100ms interval) so that I don't have to wait for too long while the tests are executing. However, it has illustrated a problem that may have

[jboss-user] [JBoss Cache: Core Edition] - Problems with Jboss Cache 3.0.3 XML Configuration

2009-05-21 Thread camechis
I am currently trying to setup a simple cache and I am getting error when the XML configuration is attempting to be parsed. I am using the local.xml config that is shipped with Jboss. This is the error I am getting. ERROR [RootElementBuilder] (main) org.xml.sax.SAXException:

[jboss-user] [Security JAAS/JBoss] - form-error-page not working

2009-05-21 Thread abickford4523
Hello, I've created a custom login module that implements javax.security.auth.spi.LoginModule. My login module works great when the user provides valid credentials, but when the user does not provide valid credentials the are bounced to a standard 403 error page, not the error page I've

[jboss-user] [JBoss Messaging] - ClassCastException looking up ConnectionFactory

2009-05-21 Thread markstrecker
Hello, I'm trying to get the P2P example working so that my webapp(running in JBoss 4.2.3) can write and consume messages. I used the example from the JBoss docs

[jboss-user] [JBossWS] - Getting IAE using JBossWS to access MS Dynamics AX

2009-05-21 Thread lafr
Server: JBoss-4.2.4GA with jbossws-3.0.1-native-2.0.4.GA. I used wsconsume to generate the client artefacts from an MS Dynamics Axapta 2009 instance. When trying to use one of them I get Caused by: java.lang.IllegalArgumentException: Illegal null argument:ns | at

[jboss-user] [JBossWS] - JBossWS client not sending Basic Authentication

2009-05-21 Thread leobaz2
Hi, I have a web service client that is trying to call a webservice secured with basic authentication. I had this working with JAVA 6 but not with JAVA 5. I am setting the username and password correctly as seen below but I am still getting a 401 error code back. When I used tcpmon to

[jboss-user] [JBoss Portal] - Re: Cache-Scope PUBLIC doesnt work

2009-05-21 Thread ssunkara
Anyone??? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232595#4232595 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4232595 ___ jboss-user mailing list

[jboss-user] [EJB 3.0] - @Resource(name =

2009-05-21 Thread cpslo1999
I've been searching the 'net trying to find out how to use in JBoss 5.0.1.GA. @Resource(name = some/name) However, all of the examples show the annotation used this way: @Resource(mappedName = some/jndi/name) Also, the specification says that mappedName is a provider specific attribute, app

[jboss-user] [JNDI/Naming/Network] - JNDI Entries Disappear Randomly in 4.2.3/4.3 (Bug?)

2009-05-21 Thread jthinaka
Problem Statement After a server is running for a while, JNDI entries will randomly disappear. This doesn't allow other JBoss servers to look up queues and topics. Problem Symptoms 1. Clients will get random ConnectionFactory not bound errors (when they've already gotten that look up before. 2.

[jboss-user] [JNDI/Naming/Network] - Re: Beans disappear in Global JNDI Namespace after running a

2009-05-21 Thread jthinaka
JaiKiran, I don't think it's bean related at all. It's JNDI losing entries randomly. I've documented my problem here: [url]http://www.jboss.org/index.html?module=bbop=viewtopict=155839 [/url] Cheers, TJ View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: org.jboss.ws.WSException: Property '' not found in fault

2009-05-21 Thread smartz
I have run into the same issue. The @XmlType http://java.sun.com/javase/6/docs/api/javax/xml/bind/annotation/XmlType.html#propOrder() says: All of the JavaBean properties being mapped to XML Schema elements must be listed.. The issue may therefore not be in

[jboss-user] [JBoss Messaging] - Re: ClassCastException looking up ConnectionFactory

2009-05-21 Thread gaohoward
Hi, this is JBoss MQ question. It is no longer supported. JBoss Messaging 1.4 is the current messaging service. I would suggest you to download JBoss Messaging 1.4 to get started with. Also you can try JBM 2.0, a brand new product that has many great features! View the original post :

[jboss-user] [JBoss Portal] - Re: issue related to JbossWS in server startup in JBoss port

2009-05-21 Thread khilariwaljbossforum
My machine is connected to internet, though its going through Firewall. I tried with the following entry for proxy setting in run.conf: set JAVA_OPTS=%JAVA_OPTS% -Dhttp.proxyHost=proxy host name-Dhttp.proxyPort=proxy port -DproxySet=true But didn't worked. Finally, I tried with the same entry

[jboss-user] [JBoss Messaging] - Re: ClassCastException looking up ConnectionFactory

2009-05-21 Thread gaohoward
Sorry my past reply is misleading. Here we usually don't answer JBoss MQ questions. It has its own forum where you can get support. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4232616#4232616 Reply to the post :

[jboss-user] [Remoting] - Remoting release 2.2.3 is available

2009-05-21 Thread ron.si...@jboss.com
Remoting version 2.2.3 is available. It features * Introduction of connection identity concept; * upgrading of servlet transport; * improved configuration flexibility; * miscellaneous bug fixes. Upgrading to 2.2.3 is particularly recommended if you are using JBossMessaging in Application