[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with CMR and transaction, need help

2004-06-23 Thread loubyansky
In the previous post you wrote that tx attribute is Never. So there is no tx. CMR collection was created in a tx and accessed then w/o tx. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839774#3839774 Reply to the post : http://www.jboss.org/index.html?modul

[JBoss-user] [Persistence & CMP/JBoss] - Re: Remote / Local Mismatch

2004-06-23 Thread snavjot
spec of whom? I have created a REMOTE object. I am trying to retreive a collection of REMOTE objects and trying to add the create REMOTE object to that collection. Then why is EJB Container expecting the object to be LOCAL. loubyansky, I am surely missing your point but you can help me understa

[JBoss-user] [Persistence & CMP/JBoss] - Re: Remote / Local Mismatch

2004-06-23 Thread loubyansky
Because this is the spec. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839772#3839772 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839772 --- This SF.Net email s

[JBoss-user] [EJB/JBoss] - Re: javax.ejb.ObjectNotFoundException: No such entity!

2004-06-23 Thread loubyansky
ResultSet contained was empty. You can enable TRACE logging for org.jboss.ejb.plugins.cmp to see the SQL and parameters. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839771#3839771 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mo

[JBoss-user] [Persistence & CMP/JBoss] - Remote / Local Mismatch

2004-06-23 Thread snavjot
hi, I have 2 entities CustomerLogin and CustomerProfile wth 1:N relation. Both local and remote interfaces are generated for them. ServiceLocator locator = ServiceLocator.getInstance(); CustomerProfileHome cpHome = (CustomerProfileHome) locator.getHome(CustomerProfileHome.JNDI_NAME, CustomerPr

[JBoss-user] [Persistence & CMP/JBoss] - Re: NoSuchMethodError while deploying a CMP Entity Bean in J

2004-06-23 Thread loubyansky
Because BCEL is used for entity proxy generation. Look for conflicting BCEL jar in the classpath. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839769#3839769 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839769 --

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMSException: invalid transaction id....

2004-06-23 Thread softwerc
I am using Jboss 3.0.6 And regarding Persistant manager, I have no idea about it, if there are some default settings its okay, or else I 've not made any setting for that. If this is the problem, tell me how to do these settings Thanx View the original post : http://www.jboss.org/index.html?

[JBoss-user] [EJB/JBoss] - Re: 3.2.4 Classloading Issue

2004-06-23 Thread acoliver
I've been having this issue since Java 1.1. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839766#3839766 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839766 ---

[JBoss-user] [Installation & Configuration] - Re: does netboot really work as advertised?

2004-06-23 Thread acoliver
As a fun quirk of JSPs on Netboot, you must have every dependency of the JSP in the WAR. This is actually documented. To be honest, NFS/SMB accomplishes much the same thing with less fuss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839765#3839765 Reply

[JBoss-user] [The Lizzard's corner] - Re: JBoss and GPL

2004-06-23 Thread acoliver
http://www.gnu.org/software/java/packages.html Getopt == LGPL Don't spread FUD. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839764#3839764 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839764 --

[JBoss-user] [Installation & Configuration] - Error acessing jmx-console

2004-06-23 Thread dakshin
Hi, I just installed jboss-3.2.4 and it is starting fine. But encountering following error while acessing jmx-console. JAVA_HOME env variable is also set. OS - Win NT SP6 org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: D:\jboss-3.2.4\server\defaul

jboss-user@lists.sourceforge.net

2004-06-23 Thread pockey
Another useful and practical link http://www.nsdev.org/jboss/stories/jboss-net.html View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839762#3839762 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839762

[JBoss-user] [The Lizzard's corner] - Re: JBoss and GPL

2004-06-23 Thread oscar110
"oscar110" wrote : "busjive" wrote : I had been so sure that JBoss is LGPL'd, but not GPL'd. But now I see that it uses getopt from GNU, which is GPL'd. So how did JBoss itself escape the GPL virus?sss ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839761#

[JBoss-user] [The Lizzard's corner] - Re: JBoss and GPL

2004-06-23 Thread oscar110
"busjive" wrote : I had been so sure that JBoss is LGPL'd, but not GPL'd. But now I see that it uses getopt from GNU, which is GPL'd. So how did JBoss itself escape the GPL virus?sss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839759#3839759 Reply to the

[JBoss-user] [EJB/JBoss] - Re: Building EAR files

2004-06-23 Thread ronaldoc
BTW, I think the classpath in MANIFEST way is cleaner. Here's another question along the same thread. What if I a class within an ejb.jar within an ear and I want to access utility classes bundled into another ear. How would want configure that ? Regards, Roonaldo View the original post : h

[JBoss-user] [EJB/JBoss] - question about the classloader

2004-06-23 Thread yxyang
Hi, In Jboss-3.2.3, during the startup of the jmx kernel of the jboss, i found that both the serverImpl instance and the MBeanServer instance are loaded by a special classloader (customized classloader). Who can explain this ? what is the purpose of these? regards yang View the original post

[JBoss-user] [Security & JAAS/JBoss] - Re: DatabaseServerLoginModule SQL failure: Column Index out

2004-06-23 Thread blackers
your roles query is supposed to return two columns not one as your SQL statement is suggesting. The first table column should be the Role and the second the RoleGroup, from your query anonymous wrote : select id_servicio from vivoen.registro where id_usuario=? AND id_website=1 AND (fecha_fin

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: How to change JmsXA pool size?

2004-06-23 Thread benstarr
Thanks very much! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839754#3839754 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839754 --- This SF.Net email sponsored

[JBoss-user] [Management, JMX/JBoss] - Re: Monitors and operations

2004-06-23 Thread mcorey
Ok, no reply yet, so I'll change the question a bit... Is there a particular reason why monitoring the result of an operation rather than just an attribute is not supported (or hidden, at any rate)? And if I wanted to dig into it myself, where is it located in CVS? Thanks, M View the original

jboss-user@lists.sourceforge.net

2004-06-23 Thread cbrettin
The "getting started with jboss" document has some info on setting up a simple web service. http://www.jboss.org/docs/index#free-32x Additionally Jboss.net is a fairly minor repackaging of the apache axis system: http://ws.apache.org/axis Most axis information is relevent to jboss.net (web-serv

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: JMSException: invalid transaction id....

2004-06-23 Thread genman
Which version of JBoss are you using? Looks like you're using an old release. Which persistence manager did you use? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839751#3839751 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode

[JBoss-user] [News & Announcements] - Re: 3.2.4 Release

2004-06-23 Thread oscar110
"[EMAIL PROTECTED]" wrote : The 3.2.4 release is available from here: | JBoss-3.2.4 on SourceForge | | | | Release notes are available here: | Changes between 3.2.4 and 3.2.4RC2 | | oscar View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383

[JBoss-user] [Installation & Configuration] - Configuring JBOSS

2004-06-23 Thread kikuze
Hi, I have seen example on configuring EJBs on JBOSS to be accessible to via JNDI to external applications. What I can't seem to find is information on how to do the same on Non-EJB objects? How do I expose some of my non-EJB utility classes working on JBOSS via JNDI? Thanks in advance. R

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Exiting on IOE when use JBossMQ

2004-06-23 Thread genman
It looks like the UIL2 is being closed due to "java.net.SocketException: Socket closed", which is being triggered by this: 2004-06-23 11:16:19,250 TRACE [org.jboss.mq.il.uil2.SocketManager] Read new msg: org.jboss.mq.il.uil2.msgs.CloseMsg32525990[msgType: m_connectionClosing, msgID: 8, error: n

[JBoss-user] [EJB/JBoss] - EJBs for same app but different implementation (test, demo,

2004-06-23 Thread jagertee
Greetings How would you deploy multiple environments to the same Jboss (or EJB) server (just ejbs)? I mean 'test', 'demo', 'prod(uction)' etc of the same application (although there may be changes between test and prod if still being worked on) with those environments pointing to different data

[JBoss-user] [JCA/JBoss] - Re: Howto encrypt connection factory passwords

2004-06-23 Thread burrifro
So what is sent to the database, the hashed password? How does the database know it is the hash? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839746#3839746 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839746 --

[JBoss-user] [Persistence & CMP/JBoss] - Re: Auto-increment Pickle

2004-06-23 Thread john_anderson_ii
Thank you both. I will definately look into this possible fix as well. I may end up just coding some session beans and taking all of this pk generation away from the RDBMS. This will allow me to both control the recylcling of these primary keys when records are purged off, as well as allow m

[JBoss-user] [Security & JAAS/JBoss] - Re: Change to location of users/roles.properties files in JB

2004-06-23 Thread urban011
A bit more info: in fact, the files (jars, rars, ans sars) that are in the deploy dir inside the tmp dir are deleted during the refresh process. New files with new timestamps are created. Nevertheless, as odd as this seems, the login ONLY works if I actually go in prior to the restart and phys

[JBoss-user] [Beginners Corner] - Domain and multiple servers

2004-06-23 Thread pedalshoe
Does this exist? I'm moving from weblogic and i have a domain and and 3 servers in that domain... Does this exist in JBoss? Or do i have to install JBoss in 3 different locations change ports and deploy? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839

[JBoss-user] [Nukes User] - How to create new conten like News or Articles?

2004-06-23 Thread tstening
Hello, i downloaded and installed JBoss Nukes and it seems to work. After log in as admin/admin my first intention was, to create a new Article to see, how the CMS-functionality works. After looking around for a while I can't figure out, how to do it. Can anyone please give me a short descript

[JBoss-user] [Beginners Corner] - please help urgent! Exception occurred when a method of a r

2004-06-23 Thread wlwa4us
Hello, Any help or suggestion is greatly appreciated. I have a remote interface called UserControllerRemoteHome that contains a method named validateUserPassword that return a java Serializable object. The client is a Servlet that deployed in a standalone Tomcat version 4.1.30. The Tomcat is run

[JBoss-user] [The Lizzard's corner] - Re: JBoss and GPL

2004-06-23 Thread [EMAIL PROTECTED]
getopt is LGPL. unjar it and read message.properties if you don't believe me. also read the change log http://www.urbanophile.com/arenn/hacking/download.html anonymous wrote : | -- Fixed parts of licensing that mentioned the regular GPL. Getopt is |and always has been licensed under the

[JBoss-user] [Clustering/JBoss] - EJB 'X' deployed as CLUSTERED but not a single clustered-inv

2004-06-23 Thread pedrosalazar
Greetings, I'm deploying my EAR with a few clustered EJBs in the farm directory (cluster). In the deploying I'm getting this warning below. What does it means? thanks, Pedro Salazar. | 2004-06-23 22:35:00,614 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: file:/usr/local/jb

[JBoss-user] [Persistence & CMP/JBoss] - Re: Auto-increment Pickle

2004-06-23 Thread jae77
i see what the problem is now, you're missing the @jboss.entity-command tag that will be used to generate the primary key. millerm1 is also correct w/ the settings for postgres. you're best bet is going to be to define the jdbc-type, sql-type, and entity-command as ant properties ${xxx} and the

[JBoss-user] [HTTPD, Servlets & JSP] - Re: .jsp files not recompiled in jboss-3.2.4 / tomcat after

2004-06-23 Thread craigdberry
How does your code end up having any effect on JBoss's work file metadata? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839736#3839736 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839736 --

[JBoss-user] [Security & JAAS/JBoss] - Re: Change to location of users/roles.properties files in JB

2004-06-23 Thread urban011
OK...have a bit more insight now. So the login works properly if the tmp directory has been proactively deleted. If I restart the server w/o deleting the tmp dir, the login fails. But if I delete it while the server is down and then restart it works fine (presumably, this is why it worked aft

[JBoss-user] [Persistence & CMP/JBoss] - Re: Auto-increment Pickle

2004-06-23 Thread millerm1
You need to add somehting similiar to this to the bean level xdoclet tag, these are the settings for postgres, I do not think there is an entirely database independent way to do this: @jboss.unknown-pk class="java.lang.Integer" auto-increment="true" jdbc-type="INTEGER" sql-type=

[JBoss-user] [Persistence & CMP/JBoss] - Re: NoSuchMethodError while deploying a CMP Entity Bean in J

2004-06-23 Thread dev2gosoft
My deployment descriptors and interfaces are generated by XDoclet (tags specified in the listed AccountBean.java) | /*AccountLocalHome.java listing | * Generated by XDoclet - Do not edit! | */ | package com.company.ht.data.account; | | /** | * Local home interface for Account.

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS & Windows 2003 (Server)

2004-06-23 Thread john_anderson_ii
If your MSSQL Server is on the same box as your Jboss Server, you might want to change the 172.22.141.214:1433 to localhost:1433 or 127.0.0.1:1433. If you do that and can then connect, you know you have a misconfiguration in your local firewalling policies or whatever. Also check to make sure

[JBoss-user] [Persistence & CMP/JBoss] - Re: Auto-increment Pickle

2004-06-23 Thread john_anderson_ii
"jae77" wrote : are you by chance using postgres as your database? No, my testbed is MySQL, but I want to make this app database independent. Well, any database that supports auto-increment that is. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839730#38397

[JBoss-user] [Persistence & CMP/JBoss] - Re: Auto-increment Pickle

2004-06-23 Thread jae77
are you by chance using postgres as your database? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839728#3839728 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839728 --

[JBoss-user] [The Lizzard's corner] - JBoss and GPL

2004-06-23 Thread busjive
I had been so sure that JBoss is LGPL'd, but not GPL'd. But now I see that it uses getopt from GNU, which is GPL'd. So how did JBoss itself escape the GPL virus? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839727#3839727 Reply to the post : http://www.jbo

[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-23 Thread cooper
go ahead, the bug description is listed on sourceforge and assigned to me. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839726#3839726 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839726 --

[JBoss-user] [Persistence & CMP/JBoss] - Auto-increment Pickle

2004-06-23 Thread john_anderson_ii
Hello all, I seem to a few choices I have to make to skirt around some issues with using the auto-increment methods of DBs. Here's my problem: Consider the following CMP bean snippet including the xdoclet code: | /** | * @author janderson | * | * @ejb.bean | * displ

[JBoss-user] [Management, JMX/JBoss] - Re: Problem deployment .. ClassCastException

2004-06-23 Thread ajjboss
You can just specify linear dependency in your sars. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839724#3839724 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839724

[JBoss-user] [EJB/JBoss] - javax.ejb.ObjectNotFoundException: No such entity!

2004-06-23 Thread balteo
Hello, I am relatively new to Jboss and I get the following error: (javax.ejb.ObjectNotFoundException: No such entity!) even though I know for a fact that the object/row exists in the database. Here is the full stack trace: | 21:28:39,890 INFO [STDOUT] --containsResults--->true |

[JBoss-user] [Persistence & CMP/JBoss] - Connection handle has been closed and is unusable

2004-06-23 Thread pescador_bob
Recently We moved our application to DB2 and Jboss 3.2.3 from MS SQL. Since then I have begun to receive the following error consistently in the same place: Caused by: java.sql.SQLException: Connection handle has been closed and is unusable | at org.jboss.resource.adapter.jdbc.WrappedConn

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread jae77
you will have to change the sql-type and jdbc-type xdoclet attributes depending upon what database you use, but otherwise there should be no issues. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839720#3839720 Reply to the post : http://www.jboss.org/index

[JBoss-user] [Installation & Configuration] - Re: java.net.BindException for JBoss3.2.4 on Windows XP

2004-06-23 Thread sahabs
Thanks. It worked for JBoss3.2. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839719#3839719 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839719 --- This SF.Net

[JBoss-user] [EJB/JBoss] - SQLException on Transaction Manager commit

2004-06-23 Thread dharmendras
Getting the following exception when the EJB method returns and transaction manager is trying to commit. Has anybody come across such exception, if yes what's the cause of it. java.sql.SQLException: Bigger type length than Maximum at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Web app deployed in JBoss 3.2.2, won't in 3.2.4

2004-06-23 Thread charleschr
To add to the weirdness: If I then hot redploy the EAR file after things fail the first time, the WAR successfully deploys. If I shut down JBoss and restart it, the deployment fails again, but succeeds after another hot redeploy. It seems like my WAR file is being deployed before something el

[JBoss-user] [Beginners Corner] - Re: Global JNDI resources/environment entry: How to make thi

2004-06-23 Thread nrichards
You can do this by putting the @ejb.env-entry in a common base class. XDoclet will see the same definition for each of the classes and put an env-entry for each of your beans in the deployment descriptor. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383971

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread cvandyck
jae77 -- thanks, that worked, well, perfectly :-) I need to make sure it's going to work with my mysql text and sqlserver ntext column types, too, but I'm just really glad to see it working so far in Oracle. Thanks to all... Collin View the original post : http://www.jboss.org/index.html?mo

[JBoss-user] [EJB/JBoss] - Re: Stateful Session bean and java.sql.Connection problem

2004-06-23 Thread kabkhan
PS also close statements and resultsets in the finally block View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839714#3839714 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839714

[JBoss-user] [EJB/JBoss] - Re: Stateful Session bean and java.sql.Connection problem

2004-06-23 Thread kabkhan
You should get the connection from the pool when you need it and not hang onto it. Make sure you close it before returning from a session bean method. void mymethod() | { | Object obj = (DataSource)ctx.lookup(jndiName); | Connection conn = (Connection) ds.getConnection(); |try

[JBoss-user] [Installation & Configuration] - Re: java.net.BindException for JBoss3.2.4 on Windows XP

2004-06-23 Thread kabkhan
Do netstat -ao to get a list of all ports already being listened on along with the process id listening on that port. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839712#3839712 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&m

[JBoss-user] [HTTPD, Servlets & JSP] - Sporadic JSP compilation failures

2004-06-23 Thread craigdberry
Using JBoss 3.2.4, I am getting sporadic JSP compilation failures. There seems to be no rhyme or reason to when the JSPs will compile successfully and when they will fail; I can run successfully, shut down, clean out .../work and .../tmp, start jboss, and get the failure. Or not, the next time

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread jae77
you should be able to do this. we are using oracle w/ clob fields here. i know in hibernate, you need to use a work around for this, but there should be no issue using cmp. here is a brief snippet of what our impl class looks like, complete w/ it's xdoclet tags. you should make sure you are us

[JBoss-user] [EJB/JBoss] - Re: Stateful Session bean and java.sql.Connection problem

2004-06-23 Thread cooperbry
Did you get an answer to this problem? If so, could you share it with me? Thanks, Bryan Cooper View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839708#3839708 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839708

[JBoss-user] [JCA/JBoss] - Re: my connector

2004-06-23 Thread JohannesST
Ok I will take a look at this Adapter. Thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839707#3839707 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839707 ---

[JBoss-user] [Installation & Configuration] - java.net.BindException for JBoss3.2.4 on Windows XP

2004-06-23 Thread sahabs
Hi there I'm getting the following exception while starting JBoss3.2.4 server on Windows XP. However I don't get this exception when I start JBoss4 on Windows XP. Can you help to resolve this exception? Regards 14:06:59,359 INFO [Server] JBoss (MX MicroKernel) [3.2.4 (build: CVSTag=JBoss_3 _2_4

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS & Windows 2003 (Server)

2004-06-23 Thread pericodelgado
The problem is that in Windows 2000 is running ok. It's my Datasource config: jdbc:jtds:sqlserver://172.22.141.214:1433/IBCAMPAIGN net.sourceforge.jtds.jdbc.Driver ibercaja ibercaja View the original pos

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread pericodelgado
Sorry, but I don't know if other persistence system (hybernate, JDO, EJB 3.0) implements these functionallity. I'll recommend you that you implements this. You can retrieve source code in Oracle or if you have installed Oracle in doc's/examplesÃÂ? directory you can find this. Regards View the

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS & Windows 2003 (Server)

2004-06-23 Thread cvandyck
It might be something wrong with your datasource config. Try posting your mssql-ds.xml file in between [ code ] ... [ / code ] tags. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839703#3839703 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS & Windows 2003 (Server)

2004-06-23 Thread pericodelgado
I've tested it and I connect to this SQL/Server through ODBC & OLE DB connection and it runs. The only connection that it's refusing is JDBC :| Some idea? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839702#3839702 Reply to the post : http://www.jboss.org

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS & Windows 2003 (Server)

2004-06-23 Thread cvandyck
We've definitely seen this on some of our deployments, but it's rather going from machine to machine (yours is self contained..). I'd recommend going into the network config under 2003 server (or whatever the software firewall equivalent is under 2k3 server) and making sure that localhost acces

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread cvandyck
Thanks for the info. Is there a recommended workaround for this? I need potentially large storage capacity for an entity field, but would like it returned as a java.lang.String. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839700#3839700 Reply to the post

[JBoss-user] [Persistence & CMP/JBoss] - Re: Can't fetch CMP Oracle CLOB fields

2004-06-23 Thread pericodelgado
Hi, I think that the problem is EJB persistence engine. CLOB/BLOB work requires especial code (using especific driver classes) and I think that the EJB engine of JBOSS not support these field types. It's normal that return null when you accesing directly to BLOB/CLOB field because the implement

[JBoss-user] [Persistence & CMP/JBoss] - Re: NoSuchMethodError while deploying a CMP Entity Bean in J

2004-06-23 Thread pericodelgado
Hi, I have a similar error in another AppServer (SunOne). I think that it's a problem with ejb-jar.xml, there are something that is not deploying ejb correctly. Do you have local interfaces or remote interfaces? Regards View the original post : http://www.jboss.org/index.html?module=bb&op=vi

[JBoss-user] [HTTPD, Servlets & JSP] - Web app deployed in JBoss 3.2.2, won't in 3.2.4

2004-06-23 Thread charleschr
Hi all, I have an application EAR file which contains an EJB JAR file and a WAR file. Under JBoss 3.2.2, everything works swimmingly. When trying to upgrade to JBoss 3.2.4 however, the EJB JAR file deploys fine but the WAR file will not deploy. I'm sure there must be some configuration or li

[JBoss-user] [Management, JMX/JBoss] - deploy jmx in jboss:

2004-06-23 Thread pedrosalazar
Greetings, I'm unable to deploy a MBEAN in JBOSS. 1)I created a class that implements a interface 2)I created a jboss-service.xml a) I inserted xmbean-dd attribute (generated by xdoclet) | | --> | | | | b) I add no xmbean attribute | | | |

[JBoss-user] [Installation & Configuration] - does netboot really work as advertised?

2004-06-23 Thread michael_lacy
>From the documentation, it appears that you can take an existing server deployment, >and use it as a netboot configuration. However, in practice, it appears that this is >not the case. I've run into problems with the deployers with netboot. Basically, everything that was previously deployed

[JBoss-user] [Installation & Configuration] - Re: Unable to download Jboss on Suse Linx 9.1 box

2004-06-23 Thread Manollo
Hi! They've put the incorrect url on the download page. It should be http://prdownloads.sourceforge.net/jboss/jboss-3.2.4.tar.gz?download Try this and it will be run. gtx, manolo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839690#3839690 Reply to the pos

[JBoss-user] [Clustering/JBoss] - Very Strange error in Session Replication

2004-06-23 Thread maeste
Hi all, I configured a cluster of some machines, and it seems to work fine, but I have a problem with HttpSession Replication: I get This error: [org.jboss.web.tomcat.tc5.session.InstantSnapshotManager] Failed to replicate sessionID:Jd8OZr6VJ6-2QSK5SSBovg** javax.ejb.EJBException: Exception in s

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS & Windows 2003 (Server)

2004-06-23 Thread pericodelgado
Hi, it is a part of all the nested exceptions throwed by JBoss (There are one for each Bean of my app): 2004-06-22 14:40:33,265 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:jndiName=ejb/DepartamentoLocal,service=EJB org.jboss.deployment.DeploymentException: Err

[JBoss-user] [Management, JMX/JBoss] - Converting from JMX 1.2 to JBoss' JMX

2004-06-23 Thread lokki
Can any one offer any guidance on how to replace usage of the javax.management.remote.* APIs from the JMX 1.2/JDK 1.5 libraries with similar capabilities in JBoss? I am performing an evaluation of JBoss versus other JMX packages. I like the extras provided by JBoss, but I wonder if there is a n

[JBoss-user] [Messaging, JMS & JBossMQ] - HAJMS and exceptions

2004-06-23 Thread drew_davidson
I've been working with JBoss 3.2.4 HA JMS and there have been some issues that I've run into that I can't figure out. I've read the FAQ and done extensive searches pertaining to the exceptions that I'm seeing and what could cause them. I've taken a step-by-step approach to trying to figure out

[JBoss-user] [Nukes User] - Re: nukes 1.1RC1 available

2004-06-23 Thread jae77
what's your schedule looking like for this? i could probably get it taken care of in the next few days so we can get 1.1 out the door if you are occupied w/ other things. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839680#3839680 Reply to the post : http

[JBoss-user] [EJB/JBoss] - Sheduler after complete startup of JBOSS

2004-06-23 Thread Anny_Lut
Iіs it possible, that shedulable task startups after complete startup of JBOSS. The problem is, that I use beans services in my shedulable task. But when sheduler startups, beans are not deployed yet Here is my scheduler-service.xml : true bars.kltoss.mover.MoverScheduler

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBOSS & Windows 2003 (Server)

2004-06-23 Thread cvandyck
You should probably give some more information about your environment, such as a stacktrace, DDs, etc relevant to the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839677#3839677 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Persistence & CMP/JBoss] - Re: Problem with CMR and transaction, need help

2004-06-23 Thread cvandyck
Try putting some transactional debugging in your code, especially in the deleteQueue(String queueName) method. Use this class to help determine if there is a transaction in your deleteQueue method when you are deleting multiple queues. | import javax.naming.InitialContext; | import javax.t

[JBoss-user] [The Lizzard's corner] - Forum / Search by Author no more works... :-(

2004-06-23 Thread creatura
All is in the subject. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839675#3839675 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839675 --- This SF.Net email spon

[JBoss-user] [Persistence & CMP/JBoss] - JBOSS & Windows 2003 (Server)

2004-06-23 Thread pericodelgado
Hi, I've installed JBoss 3.0.6 in a Windows 2003 server. There is a j2ee app installed in and it try connect to a SQL/Server 2000 database in the same Microsoft 2003 server, but when I try to run JBoss and deploy my app it throws an exception: "Connection refused". I verify that database userna

[JBoss-user] [Management, JMX/JBoss] - JMX MBean error with netboot

2004-06-23 Thread michael_lacy
I'm trying to get a netboot deployment working and I'm getting the following startup error which i do not get when starting the server "normally": | MBeans waiting for other MBeans: | ObjectName: jboss.admin:service=PluginManager | state: CONFIGURED | I Depend On: jboss.jmx:type=adap

[JBoss-user] [JCA/JBoss] - SAPJCA Example

2004-06-23 Thread fhefter
Hallo, could someone make a short guide how to set up SAPJRA with JBOSS? I found so many wrong examples and nothing worked well. Currently I have trouble to see the "eis/SAPJRA" JNDI entry from within a bean. I think the setup of the *.rar file of SAP has not been completed or does not suite wel

[JBoss-user] [Nukes User] - Re: syntax error near unexpected token

2004-06-23 Thread jae77
can you please try checking out from cvs instead of using the snapshot. other ppl have reported similiar (yet different) issues when trying to either compile or deploy code obtained from a snapshot but have had no issues when using code checked out of cvs. View the original post : http://w

[JBoss-user] [Persistence & CMP/JBoss] - Re: CMP field for key not found

2004-06-23 Thread snavjot
Greetings, I know i couldn't expect any reply to this kind of problem. Anyway, i sat down and started digging out. I had to create the entire ER diagram and compare it with ejb-jar.xml, jbosscmp-jdbc.xml. Everything seemed to be allright in first go. But then, by luck, i struck to a point wher

[JBoss-user] [Installation & Configuration] - restarting a web application on jboss

2004-06-23 Thread caesarkim
I have several web application under jboss 3.2. I think that it creates a web directory under server/default/temp/deploy directory based on war or ear files existing under server/default/deploy directory. what i want to do is restart a specific web application instead of restarting an entire jb

[JBoss-user] [HTTPD, Servlets & JSP] - java.lang.reflect.UndeclaredThrowableException

2004-06-23 Thread cijijoseph
Hi All, I am trying to programatically read all the Connector Attribute Values for the Tomcat deployed in the JBoss.I am using an RMIAdaptior and after trying to read the value of "Config" from the JMX Console by using the filter "jboss.web:service=WebServer,*", I am getting the

[JBoss-user] [Messaging, JMS & JBossMQ] - Exiting on IOE when use JBossMQ

2004-06-23 Thread zks
Hi, I have just setup a MDB in JBoss 3.2.4, it works ok, but when I check the log file, i found some "Exiting on IOE" error, so I use TRACE want to figure out what's problem, it looks like this: 2004-06-23 11:16:19,125 TRACE [org.jboss.mq.server.TracingInterceptor] CALLED : getThreadGroup 2004-

[JBoss-user] [Persistence & CMP/JBoss] - Problem with findAll

2004-06-23 Thread dlsills
We have been trying to execute a readAll using JBoss 3.2.3. All of our configurations have worked beautifully for months, but suddenly we were faced with an Oracle 9i table (working with 9i is still fairly new) with a composite key involving a date (this is also new). When we try to read all, we

[JBoss-user] [EJB/JBoss] - javax.naming.NameAlreadyBoundException on EJB's

2004-06-23 Thread jcgerm
10:19:43,708 WARN [ServiceController] Problem starting service jboss.j2ee:jndiName=ejb/VistaLinkPatientDAO,service=EJB | MBeanException: javax.naming.NameAlreadyBoundException | Cause: javax.naming.NameAlreadyBoundException | at org.jboss.mx.server.ReflectedDispatcher.handleInvocat

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: ClassDefNotFound when deploying MDB in EAR

2004-06-23 Thread laverite
I found the answer at the post below. I was missing saxpath.jar from the classpath and this resulted in the error. Thanks to all for taking the time to look into this. http://www.jboss.org/index.html?module=bb&op=viewtopic&t=49582 View the original post : http://www.jboss.org/index.html?mod

[JBoss-user] [Messaging, JMS & JBossMQ] - Durable topic

2004-06-23 Thread akadom
Hello everybody, I have a problem with setting up a connection with a durable subscription to a Topic... I have already a running application that publishes/subscribes a NON durable subscrition to a topic and it works fine...Once I try to make the subscription durable (by changing the .xml conf

[JBoss-user] [Persistence & CMP/JBoss] - Delete Files in tmp directory

2004-06-23 Thread alban_coul
Hello! Maybe it is a silly question... I would like to know why it is not possible for me to delete files in the tmp directory of JBoss. I have got a J2EE application that through an online administration add or delete photos, these photos are uploaded in the tmp directory (server/default/tmp/de

[JBoss-user] [EJB/JBoss] - Re: JBOSS and JNDI: Object Not Bound Exception

2004-06-23 Thread gtigti
Hi, I'm new to jboss and I have to deploy a J2EE application. The WebModule, the JavaModule and the DataSource (Oracle) are working fine, but not the EJBModule I have this error : javax.naming.NameNotFoundException: ejb not bound I red about jboss.xml but I dunno what do I have to put in it or

[JBoss-user] [HTTPD, Servlets & JSP] - never had to do this with jrun.. do i HAVE to with jboss ?

2004-06-23 Thread jim_stoll
hi! am having a problem converting a web app from jrun 3.0 to jboss 3.2.3 specifically the mapping of servlet and the url. never had to do this with jrun do i HAVE to with jboss ? now i read in the J2ee tutorial that "Before a servlet can be accessed, the Web container must have at least one a

[JBoss-user] [JCA/JBoss] - Re: my connector

2004-06-23 Thread darranl
JBoss already implements a JDBC resource adapter, can't you look at that one? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839656#3839656 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3839656 ---

[JBoss-user] [Installation & Configuration] - Re: JBoss-3.2.4 and commons-logging.jar bug (?!)

2004-06-23 Thread MLipp
The problem with removing commons-logging.jar (if used by the application) is that the ear will no longer deploy in an application server that does not have commons-logging.jar "built-in". This is quite opposite of the idea of having an ear that you can deploy in various containers. - Michael

[JBoss-user] [Installation & Configuration] - Detection of redeployment?

2004-06-23 Thread mattinVS
Hello! Is there any way how an application can detect (and then react) on a redeployment? I thought there might exist some mechanism like the shutdownHook for the JVM... Best regards from stromy Black Forest, Germany, Mattin View the original post : http://www.jboss.org/index.html?module=bb&

  1   2   >