Re: [JBoss-user] Problems in ejbRemove()

2003-10-31 Thread Edgar Silva
j.xml file for category org.jboss.ejb.plugins.cmp to see it. This way You should not commit anything by hand in CMP. Edgar Silva wrote: Hi Alexey... I am running JBoss 3.2.1 (Jetty) Evertything is fine, my relationships (1:n, n:N), to create and finders, but in Remove nothi

Re: [JBoss-user] Problems in ejbRemove()

2003-10-31 Thread Edgar Silva
, I made other method using only PrimaryKey. ejb = home.findbyPrimaryKey(27556); ejb.remove; The Record 27556 persist in the database I call by hand commit statement inside my database, and nothing is changed. I am using FireBird 1.5 with JayBird Driver. Any Idea? Edgar Silva

[JBoss-user] Problems in ejbRemove()

2003-10-31 Thread Edgar Silva
behaviour or have another way to remove correctlly the record? regards Edgar Silva www.argostecnologia.com --- This SF.net email is sponsored by: SF.net Giveback Program

Re: [JBoss-user] a to cmp

2003-10-29 Thread Edgar Silva
ent with simple builds using ANT. The great place to looking for this "toys" is: *http://eclipse-plugins.2y.net/eclipse/index.jsp I hope this help you Edgar Silva - Brazil * Eric J Kaplan wrote: All Anyone know of a good product (or eclipse plugin) that I can point at my database

[JBoss-user] Re: problem in jbuilder7+jboss3.2.1

2003-10-07 Thread Edgar Silva
om , where you can find good "toys". I think you can find new version from this JBossOpenTool in the url above. best regards Edgar Silva forge escreveu: Hello, everyone I'm using jbuilder7 + jboss 3.2.1 developing an EJB project. It need a jbossopentool.jar as

Re: [JBoss-user] CMP One-to-Many Problems [PostgreSQL]

2003-09-03 Thread Edgar Silva
s [PostgreSQL] > Yes. Foreign key field[s] mapped CMP field[s], like in your case, are > supported only since 3.2. > > alex > > Edgar Silva wrote: > > > Hi Alex... > > > > I am using 3.0.4. > > > > Have some problem in this version? > > > >

Re: [JBoss-user] CMP One-to-Many Problems [PostgreSQL]

2003-09-03 Thread Edgar Silva
[PostgreSQL] > what JBoss version are you using? > > alex > > Edgar Silva wrote: > > > Hi folks... > > > > I have a relationship definied this way: > > > > [Users] 0 -- 0..n [ Calls] > > > > I am using ValueObjects to trans

[JBoss-user] CMP One-to-Many Problems [PostgreSQL]

2003-09-02 Thread Edgar Silva
Hi folks... I have a relationship definied this way: [Users] 0 -- 0..n [ Calls] I am using ValueObjects to transfer Data, but When I will create the child data (Calls), I get this StackTrace: 18:43:54,495 ERROR [Chamados] Could not create entity java.sql.SQLException: ERROR: Attri

[JBoss-user] CMP on JBoss> ejbQL == finder Failure

2003-09-01 Thread Edgar Silva
Hi Friends I've declaring this ejbQL in my FinderMethod: SELECT OBJECT(u) FROM Usuarios u WHERE u.nome LIKE '?1%' In ejb-jar.xml I wrote this configuration to this finder: findByNomeAprox java.la

[JBoss-user] JBoss - FireBird DataSource Deploy Problems

2003-08-28 Thread Edgar Silva
Hi Folks... I am with some troubles in FireBird DataSource ; Following the StackTrace: 18:54:44,826 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope ration 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Packages waiting for a deployer: Incompletely dep

[JBoss-user] Re: JBoss TomCat

2003-08-20 Thread Edgar Silva
Rupp... Its some problems including Errors in column name, table name and other, generating SQLExceptions. But I will post it for you... regards Edgar Rupp, Heiko escreveu: Hi, I am asking it due to some problems in our customer using JBoss-TomCat. What problems do you see? Can you

[JBoss-user] Re: JBoss DataSource

2003-08-20 Thread Edgar Silva
Hi Nicholas...I'm not in problem's city, but I am sure that this poroblems are errors in columns, table's names, access rights in roles... Can it help? Thanks in Adv. Edgar Nicholas escreveu: Edgar; Can you supply some stack traces on those sqlExceptions ? //Nicho

[JBoss-user] JBoss TomCat

2003-08-19 Thread Edgar Silva
Hi Folks... Somebody knows if is possible to use Tomcat's DataSource instead JBoss's Datasource? I am asking it due to some problems in our customer using JBoss-TomCat. Have something about network, or other problem that can generates connection crashes? I am using RadHat 7.2 and JBoss 3.2.1-To

[JBoss-user] JBoss DataSource

2003-08-19 Thread Edgar Silva
Hi Folks... I have one Application running a Oracle DataSource, after some sqlexceptions, JBoss or Oracle closes Connection, resulting in a NullPointerException when trying to use DataSouce... Somebody had similar problem? And how you solve it? Regards Edgar -

Re: [JBoss-user] Datasource Problems

2003-07-04 Thread Edgar Silva
> To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 6:18 PM Subject: Re: [JBoss-user] Datasource Problems > Edgar Silva wrote: > > Roullier... > > > > I Can understand you, but you agree to me that is strange? > > Not really, seems to me to be an apples to ora

Re: [JBoss-user] Datasource Problems

2003-07-02 Thread Edgar Silva
to put a shared pool. > > At any rate, I provided one suggestion in my last message which may > allow you to determine in a JBoss environment if you are indeed leaking > connections. > > Edgar Silva wrote: > > Hi Roullier, this behavior of the JBoss's DataSource is ver

Re: [JBoss-user] Datasource Problems

2003-07-01 Thread Edgar Silva
this is happening with. You should be able to watch the logs > and do a count of connections obtained from the pool and returned to the > pool. These 2 numbers should obviously stay the same. > > Edgar Silva wrote: > > > Hi All... > > > > My friends, I spent almo

[JBoss-user] Datasource Problems

2003-07-01 Thread Edgar Silva
Hi All... My friends, I spent almost 3 weeks with a big problem with JBoss's DataSource. I am using Oracle, and I am sure of to close the connections after my events. However, seem never JBoss closes these connections... Then this fact happens every time , until to explode the number of connec

[JBoss-user] Oracle DataSource

2003-06-26 Thread Edgar Silva
Hi All... I am with some problems with DataSources in JBoss. After 10 concurrent Connections , where I getConnection from OracleDataSource, I get the error from ConnectionMannager Have a special configuration, to prevent, or to solve it? I am using ConnectionFactory pattern to get this conne

Re: [JBoss-user] Run a class onStartup

2003-06-24 Thread Edgar Silva
earn more about JMX, I really suggest the JMX book from PEARSON EDUCATION. It helped me a lot understanding JBOSS. Sebastien -Original Message- From: Edgar Silva [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:34 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Run a class onSt

Re: [JBoss-user] Run a class onStartup

2003-06-24 Thread Edgar Silva
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 24, 2003 11:57 AM Subject: RE: [JBoss-user] Run a class onStartup I guessed at: http://java.sun.com/jmx How much more public would you like?! ;-) Rgds, Dan. -- Danny Yates -Original Message- From: Edgar Silva [mailto:[EMA

Re: [JBoss-user] Run a class onStartup

2003-06-24 Thread Edgar Silva
t of the JMX spec. I guess that your Mbean is not implemented with this convention. Sebastien -Original Message- From: Edgar Silva [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 4:15 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Run a class onStartup Astie... I just cre

Re: [JBoss-user] Run a class onStartup

2003-06-23 Thread Edgar Silva
rtup is to wrap your class in an MBean and declare the MBean in user-service.xml -Original Message- From: Edgar Silva [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 2:07 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Run a class onStartup Hi Folks... Can I put a simple .class to ru

[JBoss-user] Run a class onStartup

2003-06-23 Thread Edgar Silva
Hi Folks... Can I put a simple .class to run in JBoss Startup? For example, to start a SessionBean automaticlly... Any Idea? Regards Edgar --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU

Re: [JBoss-user] Timer Service

2003-06-22 Thread Edgar Silva
Hi Nicholas... Thanks by tips, I will read it. I had so much problems with MBeans, inside JBoss, and I am studing also this solution : http://jcrontab.sourceforge.net/ I hope we can share this solutions, cause is very important for everybody. Beste Regards Edgar Silva - Original

[JBoss-user] Timer Service

2003-06-20 Thread Edgar Silva
Have anybody working with Timer Service, TimedObject (EJB2.1) or other Scheduling Technology with JBoss? Can somebody send some resources, Articles or examples of how to work with this technologies? Since now...thanks Edgar Silva --- This

Re: [JBoss-user] Problems with JBoss on JNDI Data Source Connection

2003-06-08 Thread Edgar Silva
Try the Lookup this way:        DataSource ds = (DataSource) jndiContext.lookup("java:/dbnrhdes");   I had been using DataSources in JBoss and everything is ok   I hope help you   Edgar Silva - Original Message - From: Paulo Francesco Pacheco To: [EMAIL

[JBoss-user] JBoss - WebServices - Oracle

2003-06-03 Thread Edgar Silva
Hi... I am using JBoss in a Project inlcuding WebServices, I am using Apache Axis, when this applications runs on Linux Red Hat, after some executions the Oracle JDBC crashes Application, and this error is located in DataSouce. I am using a ConnectionFactory implementation pattern, where I have an

[JBoss-user] PostgreSQL Datasource Problem

2003-03-31 Thread Edgar Silva
Hi Folks... I am creating a Datasource using Postgres-service.xml, I think that everything it´s ok in configuration, But when I run this module, I get a naming Exception: With this message: "PostgresDS not bound " PostgresDS is the JNDI name in postgresDS Any idea? regards Edgar -

[JBoss-user] How to: Migrate WebServices From Websphere to JBoss

2003-03-26 Thread Edgar Silva
Hi Folks   Somebody knows where can I find documentations about WebServices with JBoss? I have to migrate a project WebSphere with enumerous WebServices to JBoss. Any idea for getting started?   Regards   Edgar

Re: [JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Edgar Silva
Now I Have this error: java.lang.NoClassDefFoundError: org/apache/log4j/Priority at org.jnp.interfaces.NamingContext.(NamingContext.java:95) at org.jnp.interfaces.NamingContextFactory.getInitialContext(NamingContextFacto ry.java:42) at javax.naming.spi.NamingManager.getInitialContext(NamingM

Re: [JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Edgar Silva
But, I am in the server. And before no was necessary to configure ntohing, cause I am running the server in same machine of execution of client. Cab be troubles with JAVA_HOME, JBOSS_HOME or other enviroment variable? thanks again Edgar - Original Message - From: "Nathan Hoover" <[EMAIL

[JBoss-user] Problems JNDI JBoss-3.0.6

2003-03-26 Thread Edgar Silva
Hi Folks ... I am doing tests with JBoss 3.0.6 and I am with problem in InitialContext: Following the code which I am usign right now: java.util.Properties env = new java.util.Properties(); env.setProperty("java.naming.factory.initial", "org.jnp.interfaces.NamingContextFactory");

[JBoss-user] Re: WANTED: Lead JBoss Developers

2003-01-15 Thread Edgar Silva
Hi Me and a group of friends, would like to develop a Console web-based to JBoss. Not equals Jmx-console. We wanna create a console where the user can be able to deploy files, deplopy configurations, change descriptors, like console of other comercial Application Servers. Hava one special

[JBoss-user] Re:[Thanks] Troubles with JBoss MBean

2003-01-15 Thread Edgar Silva
Thanks Guys I get it...and working fine... Thanks group Edgar --- This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code i

[JBoss-user] Troubles with JBoss MBean

2003-01-15 Thread Edgar Silva
Hi Folks... I am just using http://localhost:8082 to see my services, And doesn't works, I am using JBoss 3.0.4 with Jetty, Have a special configuration to this works fine? thanks Edgar --- This SF.NET email is sponsored by: Take your firs

[JBoss-user] Problems with Servlet and TomCat with JBoss

2003-01-13 Thread Edgar Silva
Hi Folks... I am with a big problem using JBoss-3.0.0 With TomCat4, I have a war file, and when I just deploy this war file, The console show me the message: "file not found WEB-INF/web.xml" With this errors, only jsp´s works, and web cotainer says: "NOT FOUND MAPPING", Who knows have idea how

[JBoss-user] Client-JAR to Swing Application

2002-12-16 Thread Edgar Silva
Hi Folks... When I tested my application in the same machine where JBoss is running it´s ok. I would like to know which files I need to execute this client in other machine from my netowork, because nowadays i have fail in remote calls to my ejbs located in server. since now...thanks... Edgar