[JBoss-user] [Beginners Corner] - JBoss/Jetty Proxy Support

2004-09-22 Thread pericodelgado
Hi, I want to do proxy support with JBoss/Jetty (like Tomcat). Do you know the files and the tags to do that? Thanks a lot View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849096#3849096 Reply to the post : http://www.jboss.org/index.html?module=bb&op=postin

[JBoss-user] [Installation & Configuration] - Refusing IP's with Jetty/JBoss

2004-09-21 Thread pericodelgado
Hi, I want to refuse service to some IP with JBoss/Jetty. I know that Tomcat ables to do this, but I don't know if it's possible with JBoss/Jetty. Can anybody help me? Thanks & regards. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848942#3848942 Reply

[JBoss-user] [Beginners Corner] - Re: JBoss in Background

2004-09-08 Thread pericodelgado
Windows 2003 Server View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847511#3847511 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847511 --- This SF.Net email is spon

[JBoss-user] [Beginners Corner] - JBoss in Background

2004-09-08 Thread pericodelgado
Hello, I have JBoss 3.0.6 and I want to run it in background (not in a console window) or from a OS service. Anybody knows how can I do it? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847508#3847508 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [Performance Tuning] - Bind IP on JBOSS

2004-09-01 Thread pericodelgado
Hi everybody, I have installed JBoss 3.0.6 in a server with 2 IP (data and management), but I want that JBoss only give service through by data IP. Anybody knows what I should to do? They said me that Tomcat ables to configure Bind IP, but I didn't find this param on JBoss Web Service. Thanks

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

2004-06-25 Thread pericodelgado
Because, I have only these JDBC driver installed in W2003 machine... Now I'm in the office and I'll try to replicate the enviroment to try to make it run. I'll post some news. Thank you everybody View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839947#3839947

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

2004-06-24 Thread pericodelgado
I'd tried to change database IP to localhost or 127.0.0.1, but it didn't run. It's too strange because ODBC and OLE DB connection runs ok, furthermore I can't test a JDBC app test to solve the test... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839787#3839

[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 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: 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] [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] [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