[JBoss-user] [Persistence CMP/JBoss] - Daylight savings problem

2005-03-28 Thread clau25
I use timestamps in my project and sql base. When i save a timestamp, it is saved in my database without daylight savings changes. For example, i am now in GMT + 01:00 timezone and if i have the following timestamp to save: 2005-03-28 10:00:00, it will be saved in database: 2005-03-28 09:00:00.

[JBoss-user] [Management, JMX/JBoss] - Re: Store the Messgae History details in log file

2005-03-28 Thread k_s_ashok
Any update ?? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871742#3871742 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871742 --- SF email is sponsored by - The IT

[JBoss-user] [Advanced Documentation] - Re: Release 2 of the Application Server Guide

2005-03-28 Thread chengwei_lee
Hi, Just wondering when would a PDF copy of the guide be made available for download printing? Tried to print the HTML version but the output wasn't so satisfactory. The page breaks were a bit awkward. Cheers! Chengwei View the original post :

[JBoss-user] [Clustering/JBoss] - Re: How to get failover with HASingletons ?

2005-03-28 Thread anuprk
Try using DistributedState of HAPartition. I have similar application where I need to share information in two nodes. All my caches are stored in DistributedState. Whenever this state is changes, jboss frameworks informs all the nodes about change in state. Thanks, Anup View the original post

[JBoss-user] [Clustering/JBoss] - Re: Servlet.service() for servlet jsp threw exception java.l

2005-03-28 Thread anuprk
It looks like classpath issue. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871747#3871747 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871747 --- SF email is

[JBoss-user] [Nukes User] - Re: How to Get Rid of

2005-03-28 Thread Manutrium
Hello, in the menuModule, you have two parts: - a part where there are simples links for html pages - a part where there are links to access to the modules If you want to add/remove links to simple html pages, you can go in the nukes-blocks - name=menu section. You have an attribute named

[JBoss-user] [JBossWS] - war deploying affects WS

2005-03-28 Thread shel
I have a JAX-RPC WebService based on a SLSB, it's accessed thru the code: ServiceFactory serviceFactory = ServiceFactory.newInstance(); Service service = serviceFactory.createService( new URL( http://localhost:2000/ka/LSService?WSDL; ), new QName( http://webservice.ejb.ka.plesk.com;,

[JBoss-user] [Nukes User] - Re: About Chinese support

2005-03-28 Thread Manutrium
you can see this post: http://www.jboss.org/index.html?module=bbop=viewtopict=58708 Emmanuel Lorge View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871750#3871750 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871750

[JBoss-user] [Nukes User] - Re: How to Get Rid of

2005-03-28 Thread Manutrium
anonymous wrote : If you want to add/remove links to simple html pages, you can go in the nukes-blocks - name=menu section. You have an attribute named Before. Here, you can add xml description for the new link like: | *** | Or you can remove the desciption of the home page to delete the

[JBoss-user] [JBossWS] - Re: war deploying affects WS

2005-03-28 Thread shel
another thing, i've redesigned access to the WS and made it from another SLSB. again, when only my jar with that WS is deployed (and also with the client SLSB which calls the WS) it works fine... just an empty war deploying causes to: 17:16:20,042 ERROR [PortProxy] Port error AxisFault

[JBoss-user] [Nukes User] - Re: Way to Specify Login Index Page Per Group

2005-03-28 Thread Manutrium
Hello, i have some ideas but i don't know if there isn't any easily way to do that. 1st idea: In the login operation of the UserModule, you have an url variable. So, you can call this operation with the id of the html page you want to show (like /index?module=userop=loginurl=/toto.html) You

[JBoss-user] [Clustering/JBoss] - Re: Dynamically create JMS destinations in clustered environ

2005-03-28 Thread vaidyatcr
Hello, I noticed that you'd posted this a while ago but haven't got a response yet. I have pretty much the same problem, so if you did resolve it, can you please respond how? On the other hand, if you haven't been successful, then I will let you know if I get a solution. Thanks View the

[JBoss-user] [JBossWS] - Re: war deploying affects WS

2005-03-28 Thread shel
am i to separate somehow these contexts? i'd like to have a single one as i always had (before i started WS-stuff), may be just /ka/services like a sub path for all my services (but inside /ka). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871756#3871756

[JBoss-user] [Beginners Corner] - Re: JDBC:ODBC driver for jboss-hypersonic required please he

2005-03-28 Thread sriramp_here
HI Instead of this use the JNDI Data source Configuration. ?xml version=1.0 encoding=UTF-8? !-- The Hypersonic embedded database JCA connection factory config $Id: hsqldb-ds.xml,v 1.1.2.13 2004/04/19 12:47:36 ejort Exp $ -- local-tx-datasource !-- The jndi name of the DataSource,

[JBoss-user] [Beginners Corner] - Connection Pooling In JBOSS

2005-03-28 Thread sriramp_here
Hi, I am Using oracle as the datasource. I have a doubt whether I should write any connection pool for the JBoss app Server.Lets Say I have a maximum of 15 connections configured in my oracle-xa-da.xml. I have pasted my oracle-xa-ds below. xa-datasource jndi-nameXAOracleDS/jndi-name

[JBoss-user] [JBossWS] - The soap response does not respect minOccurs=0 and sequence

2005-03-28 Thread gag_72
I've created a documentliteral webservice starting off from a wsdl and schema files. In two cases the SOAP response does not adher to Schema definitions. Lets say my schema looks like xs:complexType name=EndpointConfigurationType | xs:sequence | xs:element name=BCAP type=xs:string

[JBoss-user] [Beginners Corner] - How to end a session with stateful session bean?

2005-03-28 Thread Asty
Hi, I have made shopping cart using stateful session bean. I want that when the session expires the user's loginStatus field in a database table is set to 'N'. Can anyone please tell me how to catch this event of session getting expired. Is there any exception thrown or anything else? Please

[JBoss-user] [Beginners Corner] - How to end a session with stateful session bean?

2005-03-28 Thread Asty
Hi, I have made shopping cart using stateful session bean. I want that when the session expires the user's loginStatus field in a database table is set to 'N'. Can anyone please tell me how to catch this event of session getting expired. Is there any exception thrown or anything else? Please

[JBoss-user] [EJB/JBoss] - How to end a session with stateful session bean?

2005-03-28 Thread Asty
Hi, I have made shopping cart using stateful session bean. I want that when the session expires the user's loginStatus field in a database table is set to 'N'. Can anyone please tell me how to catch this event of session getting expired. Is there any exception thrown or anything else? Please

[JBoss-user] [Installation Configuration] - Re: how to configure ssl in jboss server

2005-03-28 Thread planeski
Negative. Never got it to work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871764#3871764 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871764 --- SF email is

[JBoss-user] [EJB/JBoss] - Problems in CMP Deployment with JBoss 3.2.6

2005-03-28 Thread Anandnatraj
I am getting an exception on deploying a CMP bean in JBoss 3.2.6 as mentioned below. MBeanException: org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'FROM PanelIssue p WHERE p.id=?1' Is it a jboss specific error or general ejb-jar.xml specific. This deployment was

[JBoss-user] [Beginners Corner] - Error building jboss from source - 'varia' module not compil

2005-03-28 Thread tgrahn2
I am new to JBoss so forgive me if this is a known issue (though I haven't found anything on it) - I have tried this in several different branches, but downloading the jboss source via CVS (module=jboss-4.0 branch=Branch_4_0_1_SP1), seems to break when compiling module 'varia'. My JAVA_HOME

[JBoss-user] [Beginners Corner] - Re: jUDDI part of JBoss 4.0?

2005-03-28 Thread combsv
Hi Anil, Just wanted to give you an update on status. All is working great! I wrote some code to register services using their wsdl (consistent with OASIS best practices) via uddi4j. We will be using JUDDI to discover components and to store information about nodes in our current

[JBoss-user] [JBossWS] - Need example of EJB Endpoint Doc/Lit and Standalone Client t

2005-03-28 Thread acxsjones
I have been trying to get an example of the following and can not get the stars to align and work. We need the following 1. An EJB (HelloWorld) that takes a complex object and returns a complex object 2. The wscompile build script that builds the ejb and wsdl 3. Client build scripts that

[JBoss-user] [Persistence CMP/JBoss] - setNull() gives a syntax error and jboss cannot commit. Plea

2005-03-28 Thread akilsubramanian
Hi I am having problems with my SQL if i use setNull method to set the string value to null.In the database,the table allows null for the Texts. Here is a part of the code. that is in ejbStore() ps2 = con.prepareStatement (update table1 set L1Text = ?, L2Text = ?, L3Text = ? where ID = ?);

[JBoss-user] [Clustering/JBoss] - How to isolate clusters ? Modifying mcast_addr isn't workin

2005-03-28 Thread monocongo
I have two clustered servers which run on the same machines, and I have not been able to isolate them by modifying the PartitionConfig attribute's UDP mcast_addr value in the cluster-service.xml. In other words I can have one application running with nodes on machine A and B, and when I start

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Can not publish a MapMessage

2005-03-28 Thread Paul_ADP
Unfortunately our environment has a number of JMS clients talking to a 3.2.3 JMS server. We had planned to update SOME of the the JMS clients to 3.2.6 when we experienced this class compatibility problem. My question is can we RELIABLY backport the MQ version in 3.2.3 to the 3.2.6 version? I

[JBoss-user] [Security JAAS/JBoss] - Re: Security Threat

2005-03-28 Thread panuv
Thanks for the link. It seems the 'caseSensitive' -attribute can be set in two different places. One is within the CONTEXT element, as described in: http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html The other is within the RESOURCES element, as documented in:

[JBoss-user] [EJB/JBoss] - Transactions with session facade

2005-03-28 Thread beeby
Hi I have a session facade for my entity bean (and MySql DB) and I'm not sure about where to specify my transaction behavior, which will be container managed. Presumably I apply the transaction tags (e.g. RequiresNew) to the method in the Stateless SB (i.e. the session facade) that accesses

[JBoss-user] [EJB/JBoss] - holding reference to a statelees session bean Remote interfa

2005-03-28 Thread mikeg123
Hello, could I hold(cache) reference to a stateless bean remote interface inside of another stateless bean? I understand that there is no guarantee that you are getting the same bean object, but I'm more concerned if it's ok from a threading perspective becuase I read somehwere that it will

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread [EMAIL PROTECTED]
Step by Step tutorials are available at the wiki page: http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS Also if you download JBoss source code in Branch 4.0, you will find many testcases. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871791#3871791 Reply to

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread acxsjones
I have look at the wiki. I have a RPC Encoded example working but can not get document literal working. What I am missing is an example taking it from WSDL on a pure java client. (Meaning outside of a container) I will walk through this again, but I have been looking at this for sometime

[JBoss-user] [JBoss Getting Started Documentation] - Installing JBoss 3.2.6 in

2005-03-28 Thread nvijayap
Hi, Can anyone tell me what's the downside, if any, of installing JBoss 3.2.6 under C:/Program Files/ ? I realize Getting Started Guide 3.2.x mentions ... Make sure you don't use a directory which has any spaces in the name (such as the ?Program Files? directory on Windows) as this may

[JBoss-user] [JBoss Getting Started Documentation] - Re: Installing JBoss 3.2.6 in

2005-03-28 Thread [EMAIL PROTECTED]
It doesn't take much imagination to see why spaces in filenames can cause problems. I think the big issue was spaces in the classpath during JSP compilation, but I might be wrong. Try putting JBoss in the Program Files directory and report back what went wrong. :) Actually, I'm wondering

[JBoss-user] [Management, JMX/JBoss] - JSR88 problems

2005-03-28 Thread isidorkin
Hello I failed to deploy J2EE application to JBoss using JSR88. As I can see in sources not all of JSR88 interfaces are implemented. for example in DeploymentConfigurationImpl all getters just return null. Can you suggest some workaround for this issue? Ivan. View the original post :

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread acxsjones
Question: Does JBoss support client stubs gen'd from wscompile? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871798#3871798 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871798

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread [EMAIL PROTECTED]
No. Your best bet is to use Dynamic Invocation Interface (DII) form of client programming, for your case. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871799#3871799 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871799

[JBoss-user] [Installation Configuration] - unable to start Jboss on Fedora 3

2005-03-28 Thread paolo.spadafora
Hello, i am unable to start JBoss service from Fedora 3, when i run service jboss start i see the message on screen: CMD_START = cd /usr/local/jboss-4.0.1/bin; /usr/local/jboss-4.0.1/bin/run.sh -c default -bash: /usr/local/jboss-4.0.1/log: Is a directory if i go to http://localhost:8080/ i

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread acxsjones
OK, So there is NO way to generate client side subs (J2SE client) that work with a JBoss WS web service, document literal sytle, that is an endpoint in an EJB. If this is so, I do not understand why not. View the original post :

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread jiwils
Based on the other posts of this thread (and other threads in this forum), I am confused. When you mention that JBoss does not support wscompile (or Axis as previous threads have indicated) on the client side, do you mean that these two options do not work with JBoss web services or that JBoss

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread [EMAIL PROTECTED]
wscompile or axis generated stubs/skeleton are implementation specific and not portable. Dynamic Proxy or DII are about portability. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871804#3871804 Reply to the post :

[JBoss-user] [JBoss Getting Started Documentation] - Section 9.1 typo

2005-03-28 Thread raygardner
This section discusses using a database for security. It steps you through creating the necessary database tables and loading the data and configuring the login-config.xml file. All for the Dukes bank application. The configuration changes for the login-config.xml file deal with changing the

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Can not publish a MapMessage

2005-03-28 Thread genman
I would just overlay the class (MapMessage) itself from 3.2.3 in the 3.2.6 classfile. This would probably the most trouble free. Your milage may vary, however. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871806#3871806 Reply to the post :

[JBoss-user] [Installation Configuration] - Net communication over HTTPS. (Safe to disable JRMP?)

2005-03-28 Thread twalsh2
I am looking at some production deployment options and had a few questions. We want all communications to be over SSL. One mechanism for doing this would be to run JNDI, EJB Invocations, etc over HTTPS. It seems fairly straightforward to perform lookups using HttpNamingContextFactory and to

[JBoss-user] [JBossWS] - Re: Need example of EJB Endpoint Doc/Lit and Standalone Clie

2005-03-28 Thread jiwils
Is portability the only concern that DII or Dynamic proxies avoid? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871810#3871810 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871810

[JBoss-user] [Beginners Corner] - xmbeans, interfaces and lifecycle

2005-03-28 Thread efreed
I am trying to get a handle on xmbeans and their lifecycle, and I am confused. In the jboss4 manual, section 2.4.3.2, the xmbean example says the xmbean example class JNDIMap will not implement and specific management related interface. And that confused me. If there is no implemented

[JBoss-user] [Beginners Corner] - Re: xmbeans, interfaces and lifecycle

2005-03-28 Thread [EMAIL PROTECTED]
I think that quote from the manual refers to the fact that an XMBean does not have to implement an XXXMBean interface like standard MBeans must in order to expose the JMX (management) attributes and operations. This is talking about standard JMX functionality. Lifecycle operation are not part

[JBoss-user] [Advanced Documentation] - Re: integration of iis with jboss

2005-03-28 Thread pkadam
I tried to connect JBoss with IIS but no luck so far. Anybody could give me the exact steps of configuration. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871815#3871815 Reply to the post :

[JBoss-user] [Beginners Corner] - JNDI problem with initial context instantiation

2005-03-28 Thread poesraven7
Hi I can't get JBOSS 4.0 to read the JNDI.properties file when I attempt to instantiate a new context I get an exception that I the class org.jnp.interfaces.NamingContextFactory can't be instantiated. Does anyone know how to fix this problem? -John try { Hashtable env = new Hashtable(11);

[JBoss-user] [Beginners Corner] - Re: xmbeans, interfaces and lifecycle

2005-03-28 Thread [EMAIL PROTECTED]
I do not know if it is in the Application Server Guide but I know it is in my favorite place to find XMBean documentation... [jboss install]/docs/dtd/jboss_xmbean_1_2.dtd View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871821#3871821 Reply to the post

[JBoss-user] [Messaging, JMS JBossMQ] - Deployment ordering problem with httpil

2005-03-28 Thread javajedi
I've got an app that has been using the UIL2 IL so far with no problems. Today I tried using the HTTP IL, and as long as I deploy my app after JBoss has completely started, it deploys fine. If my app is already in the farm directory when JBoss is starting up, JBoss hangs when it tries to

[JBoss-user] [Security JAAS/JBoss] - Configuring login-config.xml LDAP for different environments

2005-03-28 Thread chris02
I am using LDAP to authorise user logging on to an application that will be used in several environments. I am now trying to find a way of mapping / binding / substituting the appropriate LDAP URL in the login-config.xml for an individual environment. Is this possible? I have looked at using

[JBoss-user] [Clustering/JBoss] - Re: Runtime info about cluster

2005-03-28 Thread ravi2box
Bela, Can u give me an idea of where to find code snippets to understand how this can be done..Am i correct in assuming that if ANY agent that joins a channel called Defaultpartition automatically is part of the cluster?? Specifically, where can i find code in the jboss CVS tree that handles

[JBoss-user] [JBossWS] - C++ Client Library Recommendations?

2005-03-28 Thread platinumdragon
Hi, Has anyone had any experience with C++ WS Client Libraries (preferably open source) to talk to JBoss? Are there any you would avoid? All opinions welcome. Thanks, Mike View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871834#3871834 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - DestinationManager MBean

2005-03-28 Thread phamth
According to the documentation, whatever queue/topic you create thru this MBean will not survive a restart. Is there anyway or any Mbean that would help to save these destinations into appropriate config files without having you do that manually? I'm trying to write a remote deployment

[JBoss-user] [EJB/JBoss] - What sort of a bean, if any sort of bean, for a custom data

2005-03-28 Thread bmargulies
I'm trying to determine what the least awful J2EE/EJB pattern is for the following: I have a large, read-only resource. There should be one in a server. It provides a common service. There is JNI under it, so it has to be in one, common, classloader. I've successfully deployed it in plain old

[JBoss-user] [Installation Configuration] - Multiple Application Servers

2005-03-28 Thread nsakiya
I come from the WebSphere 4 and start learning to configure JBOSS 4. One of the major tasks I'm looking for is to run multiple virtual application servers (with their own JVM) like those in Websphere. This way, I can organize and group applications in virtually different environment.

[JBoss-user] [Security JAAS/JBoss] - Setting jaas realm for jms destinations

2005-03-28 Thread gray1
Hi, This is a simple question I believe. SIMPLE VERSION How do I set a given jms destination to live in a jaas realm that is different from the default jbossmq realm? DETAILED VERSION In my login-config.xml I have specified different realms app1-jms, app2-jms etc since multiple ears can be

[JBoss-user] [Beginners Corner] - Re: shutdown hangs

2005-03-28 Thread malcolmgorman3
Check your jboss-service.xml file for the JBoss NamingService port: mbean code=org.jboss.naming.NamingService | name=jboss:service=Naming | !-- The listening port for the bootstrap JNP service. Set this to -1 | to run the NamingService without the JNP invoker

[JBoss-user] [JBossWS] - Re: C++ Client Library Recommendations?

2005-03-28 Thread jasong
Try gSOAP http://www.cs.fsu.edu/~engelen/soap.html. Its goal is to be WS-I basic profile compliant. -Jason View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871841#3871841 Reply to the post :

[JBoss-user] [JCA/JBoss] - Connection Pooling In JBOSS

2005-03-28 Thread sriramp_here
Hi, I am Using oracle as the datasource. I have a doubt whether I should write any connection pool for the JBoss app Server.Lets Say I have a maximum of 15 connections configured in my oracle-xa-da.xml. I have pasted my oracle-xa-ds below. xa-datasource jndi-nameXAOracleDS/jndi-name

[JBoss-user] [Clustering/JBoss] - Re: How to isolate clusters ? Modifying mcast_addr isn't wo

2005-03-28 Thread jiwils
I am not sure I can explain the wierd behavior you are seeing, but the reason there are two files that ultimately contain JGroups configurations is that one is for JBoss AS clustering (cluster messaging via JMX, clustered EJBs, etc) and the other is for Tomcat clustering/session replication

[JBoss-user] [Clustering/JBoss] - Re: Runtime info about cluster

2005-03-28 Thread [EMAIL PROTECTED]
Look at ClusterPartition (in cluster/src/main/org/jboss/ha/framework/server) for an example View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871847#3871847 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3871847

[JBoss-user] [Clustering/JBoss] - jvmRoute attribute not getting appended to session id

2005-03-28 Thread t_kishore
I am using Jboss 4.0.1 SP1 cluster. When a session id is generated, the jvmRoute attribute I added to the Engine tag of server.xml under jbossweb-tomcat50.sar is ignored. But jvmRoute is appended when I use Jboss 4 in non-clustered environment. Any reason for this behaviour? View the original

[JBoss-user] [Management, JMX/JBoss] - TimerMBean does not implement full jmx 1.2 spec

2005-03-28 Thread GreyDeath
The fixed-rate addNotification and the getFixedRate method throw an NYI runtime exception. Any ideas when this will be fully implemented? After all it is needed to be really jmx 1.2 complient! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871852#3871852