[JBoss-user] [Beginners Corner] - exception and warning when jboss start

2005-07-18 Thread adeks
there is some exception and warning whan jboss start but it give me a message that it have been started. Are this exeception make jboss work not correctly??? In other way, when i deploy my portal (with ant) there is a server 500 error. View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Beginners Corner] - exception and warning when jboss start

2005-07-18 Thread adeks
there is some exception and warning whan jboss start but it give me a message that it have been started. Are this exeception make jboss work not correctly??? In other way, when i deploy my portal (with ant) there is a server 500 error. View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Management, JMX/JBoss] - MDB receiving message

2005-07-18 Thread amitvyavahare
How can I configure my MDB to receive messages only after a certain interval of time. I mean the MDB will retrive messages from the Queue after every two hours and not as soon as the message is entered into a Queue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [Management, JMX/JBoss] - MDB receiving message

2005-07-18 Thread amitvyavahare
How can I configure my MDB to receive messages only after a certain interval of time. I mean the MDB will retrive messages from the Queue after every two hours and not as soon as the message is entered into a Queue View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&

[JBoss-user] [EJB/JBoss] - Re: Sequence of Entity bean deployment

2005-07-18 Thread amitvyavahare
Did any body find a solution View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885403#3885403 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885403 --- SF.Net email is

[JBoss-user] [Clustering/JBoss] - Re: newbie help: discarded message from non-member

2005-07-18 Thread [EMAIL PROTECTED]
Any firewalls enabled on the ubuntu boxes, or on WinXP ? Can you try the instructions in the INSTALL.html file in JGroups to see whether multicasting works ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885401#3885401 Reply to the post : http://www.jboss.o

[JBoss-user] [JBossWS] - error while using invoke

2005-07-18 Thread itsmesuri
hey i am getting this error could someone please help me out AxisFault faultCode: {http://xml.apache.org/axis/}Server.generalException faultString: No client transport named 'null' found! faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://xml.apache.org/axis

[JBoss-user] [Installation, Configuration & Deployment] - JBoss on x86_64 linux

2005-07-18 Thread richmlpdx
Hello, I'm considering an upgrade from 32bit Xeons to 64bit EMT64 Xeons. Has anyone had any experience running Redhat 3/4 x86_64 with 64bit JVMs and JBoss? Any performance increases? Any caveats? Thanks, Matt View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38

[JBoss-user] [JBoss Portal] - Re: war, ear or sar?

2005-07-18 Thread yxyang
Useful link: https://www.dev.java.net/files/documents/1654/8898/tip1.html[/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885395#3885395 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885395

[JBoss-user] [JNDI/Naming/Network] - Re: Remote JNDI lookup Confusion

2005-07-18 Thread Biswojit
Hi All I am trying to update from jboss3.2.2 to jboss4.0.2 but the Swing client can't get access to jboss AS-4.0.2 but it works fine with 3.2.2. It seems a JNDI problem... If anybody has got any idea please let me know Thanks View the original post : http://www.jboss.org/index.html?module

[JBoss-user] [JBoss Portal] - war, ear or sar?

2005-07-18 Thread yxyang
Hi Starting from helloworld.war example, i have some ejbs which will be used in the portlets, should i archive them as an ear or sar file? Or one jar and one war? Thanks Yang View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885392#3885392 Reply to the post

[JBoss-user] [Beginners Corner] - EJB Spec violation

2005-07-18 Thread shankar_rao
hi , When i am deploying my ear in jboss server , it is giving the following exception it is unable to find Bean..anybody plz help me thanx in advance 10:05:13,273 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0/serve r/default/deploy/test.ear 10:05:14,039 WARN [veri

[JBoss-user] [JNDI/Naming/Network] - lookup UUIDKeyGeneratorFactory in standalone client

2005-07-18 Thread sharpe_lee
Could anyone tell me how to settle this problem please. This is my code: public class test { public static void main(String [] args) { try { Properties props = new Properties(); props.put(InitialCont

[JBoss-user] [JBoss Portal] - Is this possible? different default pages for different user

2005-07-18 Thread javatwo
After user's login, different portal pages show up based on users' roles or login name. For example, normal user and admin user see different views. Instead of displaying "You do not have enough permission" inside a portlet, the portlet should be hidden, or just showing different portal page for

[JBoss-user] [JNDI/Naming/Network] - Cannot Find a EJB with JNDI

2005-07-18 Thread sengupta.surajit
I am using the following versions of the softwares JDK : j2sdk1.4.2_04 JBOSS: jboss-4.0.2 Eclipse: 3.0.1 JBossIDE eclipse Plugin: 1.4.1.e30 I've created a EJB project. Created a session bean and deployed the project in jboss. When I'm calling the session bean from the servlet it is giving the fo

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-18 Thread yxyang
Personally, i don't like propriatory IPC used by portal vendors. I prefer to use some patterns to work around. That is to say, instead of hardcoding some propriatory machanism, it is better to document a workable theme/navigation patten to make IPC work so that most users will/like to follow thi

[JBoss-user] [EJB/JBoss] - Re: java.lang.ClassCircularityError on JBoss 3.0.6

2005-07-18 Thread gray1
I get this problem on JBoss 4.0.1 and JDK 1.4.2_08 So it has not been fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885376#3885376 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885376 ---

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Support for Tomcat 5.5.9

2005-07-18 Thread ccal
Tomcat 5.5.9 is bundled with JBoss 4.0.2 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885375#3885375 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885375 --- SF.N

[JBoss-user] [JBossCache] - "Evicted" nodes still present

2005-07-18 Thread newton
I have an LRU eviction policy that to be working. When I turn on debug logging I can see the eviciton policy listerner waking up and trimming nodes. When a node has expired I can see_evict and _remove being called like this: 2005-07-18 18:13:44,009 DEBUG [Timer-0] org.jboss.cache.TreeCache _rem

[JBoss-user] [EJB/JBoss] - jdk1.4 client<--> jdk1.5 server communication

2005-07-18 Thread swizard
our dev env is following * jdk1.4 based eclipse platform * jdk1.5 based jboss4.03+ ejb3-beta we develope server, client separatly we thinked client server server communication has no problem.. but problem happened our test is fellowing structure jdk1.4client/client/Client.java jdk1.4client/c

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Changing password for DataSource

2005-07-18 Thread mmigal
I was trying to change a password for a DataSource 'DefaultDS' in the hsqldb-ds.xml file. After I change the password from default "" to something meaningfull, I get a lot of errors during the start-up. Here is the top-level error: 2005-07-18 17:14:33,664 WARN [org.jboss.resource.connection

[JBoss-user] [Management, JMX/JBoss] - jboss-4.0.2 : Exception while running jmx-console after depl

2005-07-18 Thread niom
Hi All, After deploying an ear (JBossDukesBank.ear) on jboss-4.0.2, I get this the following exception when accessing jmx-console: 2005-07-18 17:58:07,140 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jmx-console].[jsp]] Servlet.service() for servlet jsp threw except

[JBoss-user] [Clustering/JBoss] - Re: Caused by: javax.naming.CommunicationException: Failed t

2005-07-18 Thread vignesh76
Hi Trossmy, Thanks for your reply. I also figured that out myself on the same day. But I wonder why there is no mention about this anywhere in the JBOSS docs! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885369#3885369 Reply to the post : http://www.jbo

[JBoss-user] [EJB/JBoss] - Re: why is my LocalBean not bound?

2005-07-18 Thread darranl
Are your two archives packaged in an ear or are both archives deployed intependently? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885368#3885368 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885368 --

[JBoss-user] [Beginners Corner] - Error while accessing jmx-console with jboss-4.0.2 after ear

2005-07-18 Thread niom
Hi All, After deploying an ear (JBossDukesBank.ear) on jboss-4.0.2, I get this the following exception when accessing jmx-console: 2005-07-18 17:58:07,140 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jmx-console].[jsp]] Servlet.service() for servlet jsp threw except

[JBoss-user] [JBossWS] - Re: Regarding UDDI Registry

2005-07-18 Thread [EMAIL PROTECTED]
Looks like you did not see the link to the JAXR wiki page at the top. If you had seen, there would have been a link to the jUDDI configuration and all your questions would have been answered just by checking the wiki page: http://wiki.jboss.org/wiki/Wiki.jsp?page=JAXR View the original post :

[JBoss-user] [Messaging, JMS & JBossMQ] - Are MDBs in JBoss 4.0.2 Load Balanced?

2005-07-18 Thread malmit
>From what I've been reading, I'm not sure if MDBs are load balanced in JBoss >4.0.2. The link below on "LoadBalancedFaultTolerantMDBs", states that in >3.2.4RC2 load balancing was not available. http://wiki.jboss.org/wiki/Wiki.jsp?page=LoadBalancedFaultTolerantMDBs Does anyone know if I need

[JBoss-user] [Clustering/JBoss] - newbie help: discarded message from non-member

2005-07-18 Thread radix_zero
setting up my first cluster and have 2 out of three nodes working seems that when the 3rd node tries to join the cluster the others spit out: 12:18:07,261 WARN [NAKACK] [cprince:33037 (additional data: 19 bytes)] discarded message from non-member minime:1127 (additional data: 19 bytes) 12:18:19

[JBoss-user] [EJB/JBoss] - Re: why is my LocalBean not bound?

2005-07-18 Thread Cinimod
ok, i did add the following in the web.xml: | |WiseSessionHomeLocal |Session |beans.session.WiseSessionHomeLocal |beans.session.WiseSessionLocal |WiseSessionBean | But when i deploy the log tells me a NamingException: ejb-local-ref: "WiseSessionBean", with w

[JBoss-user] [Beginners Corner] - What is advance of using JBoss against plain Tomcat apps?

2005-07-18 Thread xburge03
Hi, ( I am totaly newbie to JBoss and quite newbie to J2EE. ) Could anyone help me what advances(differences?) has JBoss against using Tomcat based application - e.g. Struts-SpringFramework-Hibernate ? I have been learning about J2EE from Appfuse project (https://appfuse.dev.java.net/) and I

[JBoss-user] [JBossCache] - Stuck configuring TreeCacheAOP - am I missing something?

2005-07-18 Thread gregorypierce
Now that I've got the front end caching done using Treecache (piece of cake), I've been fighting with TreeCacheAop to get it to work right. I've followed all the exampled in the docs: I've created a jboss-aop.xml , | | | | but that didn't work on its own. Even though I was us

[JBoss-user] [EJB/JBoss] - Re: Problem sending objects using EJB3

2005-07-18 Thread ishq
Hi, May be u have to give appropriate libraries in class path while executing client. here it seems u have to include ejb3 libraries. chao View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885325#3885325 Reply to the post : http://www.jboss.org/index.html?mo

[JBoss-user] [JBossCache] - Re: EvictionPolicyConfig throwing null pointer exceptions in

2005-07-18 Thread newton
I figured this out... if you have an eviction policy but you leave a region unconfigured, a null pointer exception will be thrown when you get or put in that region. Since I had no "/_default_" region configured, the only part of my cache that was working was the one I configured for the evicti

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Support for Tomcat 5.5.9

2005-07-18 Thread scanzano
Hi All, Does anyone know when Tomcat 5.5.9 will be supported or how can I uninstall the version of Tomcat that comes with JBoss 4.0.0 and install Tomcat 5.5.9. Thanks E View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885341#3885341 Reply to the post : http:

[JBoss-user] [JBoss Portal] - Re: MyLayout.war error: WEB-INF/web.xml not found.

2005-07-18 Thread javatwo
I downloaded the myLayout.war from http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossPortalSamples /WEB-INF/web.xml is missing from the war file. Where can I get it? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885320#3885320 Reply to the post : ht

[JBoss-user] [Installation, Configuration & Deployment] - Class xxx violates loader constraints in a farm environment

2005-07-18 Thread kkoster
I am getting the following stack trace from a "secondary" instance of JBoss in a clustered/farmed environment. | | 16:25:58,659 INFO [STDOUT] java.lang.LinkageError: Class com/amaranth/date/Hour violates loader constraints | 16:25:58,659 INFO [STDOUT] at com.amaranth.date.Hour.get

[JBoss-user] [JBoss Portal] - how to customize User portlet

2005-07-18 Thread javatwo
How to customize UserPortlet to allow users to create different types of accounts with different properties (name value pairs)? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885322#3885322 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [JBossWS] - Re: Regarding UDDI Registry

2005-07-18 Thread jaycap
Thanks for the update. I now have juddi running in JBoss 4.0.2. I copied the juddi-service.sar folder from the C:\jboss-4.0.2\server\all\deploy folder to the C:\jboss-4.0.2\server\default\deploy folder and started JBoss. When I went to http://localhost:8080/juddi, the juddiHappiness page valid

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - HAR files and event listeners

2005-07-18 Thread frankgrimes
Hi, There doesn't seem to be a way to configure hibernate event listeners in HAR/META-INF/jboss-service.xml. For the moment, I've reverted back to creating and binding a SessionFactory myself in application code, but would ideally like to be able to take advantage of the JBoss/Hibernate JMX bea

[JBoss-user] [JBossCache] - Re: Stuck configuring TreeCacheAOP - am I missing something?

2005-07-18 Thread [EMAIL PROTECTED]
The ditro comes with a build.xml and couple of aop examples (in junit tests). Why don't you try them out first, e.g., build.sh run.aop.batch or run.aopc.batch. It has target for aopc and annoc as well. Let me know what is missing so I can enhance the doc. -Ben View the original post : http://

[JBoss-user] [Security & JAAS/JBoss] - Remote Swing client not working

2005-07-18 Thread spadafora
Hello, I did successifully run the "JAAS how to" examples, I also changed the login-config.xml to authenticate and authorizate users against my application datasource. The problem i have is when i run the same code from a remote Swing application, following is the code i use: login-config.xml

[JBoss-user] [Security & JAAS/JBoss] - Active Directory

2005-07-18 Thread patrickdalla
Hi, I'm configuring LDAPLoginModule as follows: | | ldap://server.mydomain.com:389/ | cn=Users,dc=mydomain,dc=com, | false | @mydomain.com | sAMAccountName | memberOf |

[JBoss-user] [EJB/JBoss] - Re: complex primary key

2005-07-18 Thread [EMAIL PROTECTED]
Hello Chris, I think it's better to auto-generate that keys. I mean if I use a ManyToMany relation the mapping table and of course the PKs have to be generated automatically. Have you ever used the ManyToMany relation with EJB 3.0? Are there any problems? View the original post : http://www.jb

[JBoss-user] [J2EE Design Patterns] - Re: Static Initialization at server startup

2005-07-18 Thread kalyan120
Since you are invoking EJBs from the init method of the Servlet, can I presume that your EJBs here are only serving the application requirements, but not the end user/client requirements? If that's the case, can you not use different credentials to authenticate requests to those specific EJBs th

[JBoss-user] [JBossCache] - Re: poor man's cache invalidation solution?

2005-07-18 Thread dnielben
0k, I did not understand how this will safe memory. This beacause you will have the 2000 objects replicated...uhmm.. where you thinking to use the 2nd level cache in combination with this region separation? Can you tell me if you are using some specific application or is a custom developed app

[JBoss-user] [Installation, Configuration & Deployment] - ServiceBindingManager Wiki Instructions

2005-07-18 Thread malmit
I'm trying to run multiple instance of JBoss 4.0.2 on a single machine and was reading through the Wiki pages. According to the Wiki pages, for JBoss4 it is required to make the following changes (in the link below) to the ServiceBindingManager. http://wiki.jboss.org/wiki/Wiki.jsp?page=Service

[JBoss-user] [Security & JAAS/JBoss] - Can't load user roles

2005-07-18 Thread michel.bertrand
Hi ! I'm using JBoss + Customized JAAS Module. I tried twice, once extending LoginModule directly and then AbstractServerLoginModule. In both cases I have my modules running. They initialize, login and commit. But when I access a protected URI my application always fail with an unauthorized e

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Internet Explorer possibly hangs with Keep-Alive?

2005-07-18 Thread infectedrhythms
Maybe it's been documented... Here is the scenario... In my web app I pop-up a window with the wimpy flash player, which streams an mp3 from my JBoss 4.0.x server. Now as the mp3 continues to stream I would like to continue navigating my site, but no matter what link I click I.E does nothing.

[JBoss-user] [Security & JAAS/JBoss] - Can't configure JBoss to work with several OUs on Active Dir

2005-07-18 Thread patrickdalla
I'm with the same problem, had you solved? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885356#3885356 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885356 ---

[JBoss-user] [Beginners Corner] - Creating an unique key

2005-07-18 Thread Crusadah
Hi. I need to create an unique key (not a primary key). i'm using jboss 4.0.1sp1 an hsql. i there a simple xdoclet tag i can use? anothre problem is, that i can't tell if a field is nullable or not. i allready tried this, but it doesn't work: @jboss.persistence auto-increment = "true"

[JBoss-user] [JBoss Portal] - Re: jbp 2.0 has lots of pitfalls

2005-07-18 Thread andrejusc
Does anybody know if IPC will become soon under some JSR? I was using Click2Action under WebSphere Portal 4.x (later 5.x) more than one year ago and just curious it's not a standard so far. By the way found similar comment in other place: http://www.jboss.org/jbossBlog/blog/acoliver?page=comme

[JBoss-user] [EJB/JBoss] - Re: Deploy too early....

2005-07-18 Thread darranl
Is this error on the node that you place the file in the farm folder or is this error on the other nodes in the cluster? If this error is on the node you are copying the ear into the farm folder the easiest solution is to copy the ear to a folder on the same partition and then move it into the

[JBoss-user] [JBossWS] - Re: Regarding UDDI Registry

2005-07-18 Thread jaycap
In what file do I need to specify this: System Properties Configuration: System properties that need to be set are as follows: javax.xml.registry.ConnectionFactoryClass = org.apache.ws.scout.registry.ConnectionFactoryImpl jaxr.query.url = http://localhost:8080/juddi/inquiry jaxr.publish

[JBoss-user] [JBossWS] - Re: Regarding UDDI Registry

2005-07-18 Thread jaycap
I'm running 4.0.2 and I need some further instructions as to how to start the juddi, and how do I test it. I don't see it running. Do I need to change the default jboss-service.xml file? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885309#3885309 Reply t

[JBoss-user] [EJB/JBoss] - Deploy too early....

2005-07-18 Thread iwadasn
JBoss tries to pick up an .ear immediately, so often it will pick it up before the file is done copying over. This is worse with larger files. JBoss should have a configurable time setting, such that it will only pick up files that are at least x seconds old, to give sufficient time for the cop

[JBoss-user] [Management, JMX/JBoss] - Deployment from standalone application.

2005-07-18 Thread Denisius
Is it possible to deploy .ear to the running JBoss 4.0.2 server from other JVM (from standalone application)? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885307#3885307 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-18 Thread [EMAIL PROTECTED]
Check this (http://wiki.jboss.org/wiki/Wiki.jsp?page=IPv6) anyway View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885306#3885306 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885306 ---

[JBoss-user] [Clustering/JBoss] - Re: Caused by: javax.naming.CommunicationException: Failed t

2005-07-18 Thread trossmy
adding jbossha.jar to server/default/lib seems to do the job! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885304#3885304 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885304 ---

[JBoss-user] [Management, JMX/JBoss] - How to create mbeans on runtime.

2005-07-18 Thread Denisius
The task is to create several Queues from standalone application. i use next code: | MBeanServer lServer = MBeanServerFactory.createMBeanServer(); | ObjectInstance myQ = lServer.createMBean( | "org.jboss.mq.server.jmx.Queue", new ObjectName( |

[JBoss-user] [Clustering/JBoss] - Re: Caused by: javax.naming.CommunicationException: Failed t

2005-07-18 Thread trossmy
I had the same problem (making a request from jboss in default mode to another instance in clustered mode), copying all libs from server/all/lib to server/default/lib seems to have resolved the issue. I don't know what library causes the problem though. I tried jnpserver.jar but that is the sam

[JBoss-user] [JBossWS] - EJB 3.0 endpoint

2005-07-18 Thread [EMAIL PROTECTED]
Hi all, I'm trying to expose EJB 3.0 endpoint as a web service. Is it possible to have plain .ejb3 file with compiled EJB stuff together with (jaxrpc-mapping.xml, webservices.xml and wsdl-file)? JBoss 4.0.3RC1 deploys EJB correctly, but says nothing about the web service. All the examples in her

[JBoss-user] [EJB/JBoss] - Re: why is my LocalBean not bound?

2005-07-18 Thread darranl
You are trying to lookup the bean in the local namespace of the web application, you need to add an ejb-local-ref in the web.xml of your web application. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885300#3885300 Reply to the post : http://www.jboss.org/

[JBoss-user] [JBoss Portal] - Re: Login Filter

2005-07-18 Thread danny_hon
I tried a simple Tomcat Valve, but I came to a dead end. I cannot make the authentication to work in the valve. I tried to the the existing realm to authenticate, but the realm available is BaseRealm, which does not do any authentication. I tried to create my own principal, but portal won't a

[JBoss-user] [EJB/JBoss] - why is my LocalBean not bound?

2005-07-18 Thread Cinimod
Hi, i have a problem working with a LocalBean that i call from a servlet. | jndi = new InitialContext(); | WiseSessionHomeLocal localHome = (WiseSessionHomeLocal) jndi.lookup("java:comp/env/WiseSessionHomeLocal"); //load the bean | The log says that the name of my bean is not bound -

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-18 Thread jameselliot
Bela, IPv6 is enabled, but it is not being used. Using standard Linux JVM from Sun. (JDK 1.5.0). -James. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885294#3885294 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38

[JBoss-user] [Installation, Configuration & Deployment] - Jasper Exception with JBOSS 3.2.4 and JDK 1.5.0

2005-07-18 Thread sumanthn
Hi, I'm trying to run an application that was developed for JBoss 3.2.4. I'm using JDK 1.5.0 (on Windows XP) and am getting a JasperException. I have copy-pasted the exception below. I read in a couple of forums that older version of JBoss may not be compatible with newer releases of JDK. Is th

[JBoss-user] [EJB/JBoss] - Stack Overflow using EJB3

2005-07-18 Thread iwadasn
I get a stack overflow while passivating my Stateful bean 10:46:15,257 INFO [STDOUT] Exception in thread "Timer-7" 10:46:15,258 INFO [STDOUT] java.lang.StackOverflowError 10:46:15,270 INFO [STDOUT] at java.util.Hashtable.get(Hashtable.java:336) 10:46:15,271 INFO [STDOUT] at java.

[JBoss-user] [EJB/JBoss] - Re: How to make primitive types accept null values in jbossc

2005-07-18 Thread iwadasn
Generally, you should use the wrapper types for this, such as Integer, for exactly this reason. Just rewrite your code to change int -> Integer boolean -> Boolean double -> Double etc... That will allow you the freedom to use/detect nulls. View the original post : http://www.jboss.org/i

[JBoss-user] [JBossCache] - Re: Hibernate/TreeCache/JBoss error

2005-07-18 Thread [EMAIL PROTECTED]
This code should indeed only be called if UDP.bind_port > 0 ! Are you running - IBM's JDK ? - IPv6 ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885289#3885289 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885289

[JBoss-user] [JBoss Portal] - Re: Default windowState for a portlet?

2005-07-18 Thread [EMAIL PROTECTED]
sounds good for me, it can be easily stored in the window properties View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885288#3885288 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885288

[JBoss-user] [EJB/JBoss] - Strange CME stack trace....

2005-07-18 Thread iwadasn
I get this stack trace sometime after deploying my app, but before anything is called. This is probably a bug in my code, but it would be nice if JBoss could catch this exception and print some sort of error message that at least shows me where to look. As is, I hardly know where to begin. If y

[JBoss-user] [JBoss Portal] - Re: Default windowState for a portlet?

2005-07-18 Thread mholzner
it sounds like a good feature request to me. Should we add it to the optional features for 2.2 or later ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885286#3885286 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=388

[JBoss-user] [JBoss Portal] - Re: Default windowState for a portlet?

2005-07-18 Thread [EMAIL PROTECTED]
no View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885284#3885284 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885284 --- SF.Net email is sponsored by: Discover Eas

[JBoss-user] [EJB/JBoss] - Re: Statful SessionBean - Could not activate; failed to rest

2005-07-18 Thread darranl
You should have a look at the 'JBoss Application Server Guide', this explains the various configuration options so you can change the timeout or disable passivation. http://www.jboss.org/products/jbossas/docs View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=388

[JBoss-user] [JBossCache] - Hibernate/TreeCache/JBoss error

2005-07-18 Thread jameselliot
Hi, I am currently trying to set up a replicated cache accross two jboss servers. The cache is being used for hibernate. I am getting an exception thrown from JGroups (which I believe should not be thrown). The exception is: | org.hibernate.cache.CacheException: ChannelException: java.lan

[JBoss-user] [JBoss Portal] - Default windowState for a portlet?

2005-07-18 Thread scientist
Hello, Is there any way to define a default window state for a portlet? I looked for some setting in the default-portal.xml for example: | | CMSPortletWindow | portal.CMSPortlet.CMSPortletInstance | center | 0 |

[JBoss-user] [JBoss Portal] - Re: Questions on Webinar Answers

2005-07-18 Thread [EMAIL PROTECTED]
out mind on this : JBoss Portal does not aim to be a full fledged CMS because it is not the primary goal of the portal. In addition we are years behind the real CMS. However we want to provide a basic CMS (it is relative of course) yet sufficient for the needs of most of deployments. Consideri

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - INFO [STDOUT] IO Error: null

2005-07-18 Thread davewebb
I am running JBoss 4.0.1SP1. After my cluster starts and my application has been running for sometime. I get the following in my log files: | 2005-07-18 08:54:03,462 INFO [STDOUT] IO Error: null | 2005-07-18 08:54:03,463 WARN [org.apache.struts.action.RequestProcessor] Unhandled Except

[JBoss-user] [JBoss Portal] - Questions on Webinar Answers

2005-07-18 Thread vinkh
Julien, You had mentioned the below points : anonymous wrote : > JBoss Portal provides CM functionnality but indexing and searching has not yet been added. | | > We plan to add workflow for things like publishing documents. | | May i know when approximately we could expect these?. a

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Tomcat can not find jars under jboss-4.0.1sp1/server/all

2005-07-18 Thread davewebb
I have followed the instructions exactly and I am still getting this error when the server starts up. Can anyone tell me why I get this and is it even a conern since my application appears to function just fine? anonymous wrote : | 2005-03-16 14:28:15,651 [TP-Processor3] INFO STDOUT - Can'

[JBoss-user] [Installation, Configuration & Deployment] - Re: Advice on upgrade from 4.0.1SP1 to 4.0.2

2005-07-18 Thread davewebb
Please disregard. After getting some sleep it occurred to me just how stupid this question is :). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885274#3885274 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885274 -

[JBoss-user] [Security & JAAS/JBoss] - Re: Can't DatabaseServerLoginModule and SSO to work with web

2005-07-18 Thread jbrosan
My issue is now really resolved. The query for the roles was incorrect. I originally had the following in my login-config.xml | SELECT Role 'Roles', RoleGroup 'RoleGroups' FROM USER_ROLES WHERE ser_id=? --> | It should have been: | SELECT Role, 'Roles' FROM USER_ROLES WHERE user_id

[JBoss-user] [EJB/JBoss] - Statful SessionBean - Could not activate; failed to restore

2005-07-18 Thread mat
Hi We get the following Exception error when the client application is Idle for about 1 hour. It seems this is due to EJB Activate and Passivate methods.These callback methods implement the clean up for the DAO pattern we are using. JBoss 4.0.2 running on Windows 2003 server Many Thanks in ad

[JBoss-user] [JBoss Portal] - Layout: How to add EDIT and HELP into window titleborder?

2005-07-18 Thread gruenewa
Hello, i have created my own layout taking the myLayout.war and demoLayout.war as templates. Now my portlet windows titleborder does only have maximize/minimize/normal buttons. How can i also add EDIT and HELP buttons to the windowborder as it is in NODESK layout? Thanks in advance. View the or

[JBoss-user] [EJB/JBoss] - How to make primitive types accept null values in jbosscmp-j

2005-07-18 Thread rakeshkamat
Hi, I am a beginner with Jboss and I am trying to crete a CMP entity bean with JBoss-4.0.2. The requirement is that only the primary key field is not null and the others could be null. The problem is whenever i declare any integer fields, jboss creates them as not-null fields. When i call the cr

[JBoss-user] [JBoss Portal] - Re: MyLayout.war error: WEB-INF/web.xml not found.

2005-07-18 Thread mholzner
You still need a valid war, and without a /web-inf/web.xml it's not a valid war. So add it and it should work (assuming everything else is there) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885266#3885266 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [EJB/JBoss] - composite key and generator typ

2005-07-18 Thread JeffreyDissmann
how do i create a compsite key with two id`s one of this ids should be incremendet for new objekts. how can i specify the generator type for this id? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885264#3885264 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [JBossCache] - Re: Different behaviour of TreeCache when using DummyTM and

2005-07-18 Thread Skipy
Hi, Bela! Thank you for your answer. I found where the problem is by looking on the example you've pointed me onto. You use TransactionManager.begin() method to start transaction and Transaction.commit()/Transaction.rollback() to commit/rollback transaction. Previously I've used UserTransaction

[JBoss-user] [Security & JAAS/JBoss] - problem upgrading 3.2 to 4.0.2, security manager config

2005-07-18 Thread ahardy66
I upgraded my dev environment to JBoss 4.0.2 and I am trying to set up the security, but I cannot work out what mistake I have made that prevents a normal form-based login succeeding. It is a servlet & EJB app, with seperate war and ear files. It throws this exception when I try to log in:

[JBoss-user] [Security & JAAS/JBoss] - Re: nt domain security

2005-07-18 Thread darranl
Could you please start a new topic in the beginners corner instead of putting your question at the end of an old topic. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885261#3885261 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mod

[JBoss-user] [Beginners Corner] - META-INF/application.xml not found with deployment of explod

2005-07-18 Thread telenko
Hi, I have created an exploded ear application directory structure, to test jboss deployment. If i put the directory structure in the 'deploy' directory of my server, the application is deployed correctly. But if I deploy it from another directory (c:/vss/myapp/myapp.ear), I get an error: org

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - execption from OracleValidConnectionChecker

2005-07-18 Thread [EMAIL PROTECTED]
Hello, we added the OracleValidConnectionChecker to our datasource configuration, and are now seeing exceptions like the following in our logs: java.lang.IllegalArgumentException: object is not an instance of declaring class at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[JBoss-user] Query

2005-07-18 Thread lakshman k
Respecte sir, I am lakshman kumar , i am using oracle8i for JDBC.i am getting errors while execution of my Code 1.network adapted could not establish the connection 2.connection reset 3.tnslsr.exe not found. --- SF.Net email is sponsored by: D

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Problem with

2005-07-18 Thread [EMAIL PROTECTED]
Hello! I'm having a strange behaviour using cascade-delete statements. A Client has many profiles and each profile can have many users. I add on both relations a cascade-delete statement. But, when I delete a client JBoss correctly prepare things to delete all profiles but ignores the cascade-de

[JBoss-user] [JBoss Portal] - MyLayout.war error: WEB-INF/web.xml not found.

2005-07-18 Thread javatwo
When I deployed myLayout.war to change layout and theme of portal, I got the error message on server side: /WEB/INF/web.xml not found. The war file does not have web.xml, but jboss-web.xml. Is this a packaging issue? Thanks. View the original post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Reload classes in /share/classes whitout restart tomcat

2005-07-18 Thread lbecarelli
Hello, i had same classes in /share/classes for tomcat 5.5.7 folder that are for all web application. Can i reload new classes whitout restart tomcat ??? If i use JBoss can i resolve this problem ??? Tks for all. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-user] [Messaging, JMS & JBossMQ] - How to get a pooled JMS connection from Remote JBoss Connect

2005-07-18 Thread umeshs79
Hi, I want to use the JBoss JMS connection pool to send a message to message queue. So can anyone please help me to : How to get a pooled JMS connection from JBoss ConnectionFactory to send a message. I think, I do not need to lookup connection from InitialContext and call createConnection

[JBoss-user] [JBossCache] - Re: Different behaviour of TreeCache when using DummyTM and

2005-07-18 Thread [EMAIL PROTECTED]
I don't know what you want to do, can you take a look at org.jboss.cache.replicated.SyncReplTxTest and method testSyncReplWithModficationsOnBothCachesSameData() ? This creates 2 caches, starts a TX (on each instance), modifies the same data on both instances, then tries to commit. The TX will ro

[JBoss-user] [JBossCache] - Re: Different behaviour of TreeCache when using DummyTM and

2005-07-18 Thread Skipy
Bela, here is the complete log: | 12:12:56,436 [WARN] org.jboss.cache.interceptors.ReplicationInterceptor: runPreparePhase() failed. Transaction is marked as rolled back | org.jboss.cache.lock.TimeoutException: write lock for /named/brokersreport could not be acquired after 5000 ms. Locks:

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: tagfiles and generics

2005-07-18 Thread amirkibbar
Hi, to enable 1.5-complient code in jboss you must do the following: * edit jboss-home/server/default/deploy/jbossweb-tomcat55.sar/conf/web.xml o find the servlet called jsp and add the following init params: compilerSourceVM 1.

  1   2   >