RE: [JBoss-user] EJB Design Problem ...

2002-12-09 Thread Maris Orbidans
++ ++ +-+ | person | | phone | | phone_type | ++ ++ +-+ | id (pk)| -+ | id (pk)| +- | id | | firstname | +- | person

[JBoss-user] EJB interoperability examples - C++ (CORBA) and C# (WEB service)

2002-11-28 Thread Maris Orbidans
services. If you are interested, you can look at these examples and download code at http://www.datapro.lv/~mariso/ejb.html your comments welcomed Maris Orbidans --- This SF.net email is sponsored by: Get the new Palm Tungsten T handheld

[JBoss-user] deploy two versions of an EJB module

2002-08-30 Thread Maris Orbidans
Title: RE: [JBoss-user] JMX question hello Is it possible to deploy two different versions of the same EJB module on oneJBoss 2.4.4? Maris

RE: [JBoss-user] Enterprise Beans and MBeans

2002-08-28 Thread Maris Orbidans
http://www.theserverside.com/resources/article.jsp?l=AdventnetJMX -Original Message-From: ed banfa [mailto:[EMAIL PROTECTED]]Sent: Sunday, August 25, 2002 9:30 PMTo: [EMAIL PROTECTED]Subject: [JBoss-user] Enterprise Beans and MBeans Hi all, This is my first(but

[JBoss-user] JBoss-3.0.1 Stopping Axis fails

2002-08-12 Thread Maris Orbidans
I have noticed this in JBoss 3.0.0 as well. Configuration all. Maris Orbidans 14:51:47,201 ERROR [AxisService] Stopping failed java.lang.NullPointerException at org.jboss.deployment.SubDeployerSupport.stopService(SubDeployerSupport.java:110

RE: [JBoss-user] Swing to Session Bean

2002-08-12 Thread Maris Orbidans
Also use BusinessDelegate pattern. -Original Message- From: Saroj Kumar [mailto:[EMAIL PROTECTED]] Sent: Monday, August 12, 2002 5:31 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Swing to Session Bean Use EJBHomeFactory pattern -Original Message- From: [EMAIL

[JBoss-user] standalone Tomcat

2002-07-31 Thread Maris Orbidans
hello I would like to know how to find JBoss from a WEB app. that runs under standalone Tomcat that is NOT run with -nonaming option. The reason for this is that I want to use Environment properties from my WEB app. Maris Orbidans

RE: [JBoss-user] stateless session beans cannot call stateful session beans!!?

2002-07-16 Thread Maris Orbidans
Start a new transaction with someMethod(accountNumber1,amount) method. I think then the SFSB will be removable because it will not be participating in any transaction. This means, for example, that the Container may delegate the requests from the same client within the same transaction to

RE: [JBoss-user] Local interface problem

2002-07-16 Thread Maris Orbidans
-homelocalinterfaces.BackEndSessionLocalHome/local-home locallocalinterfaces.BackEndSessionLocal/local ejb-linkBackEndSession/ejb-link /ejb-local-ref You can get full example of local interfaces from: http://www.datapro.lv/~mariso/ejb/LocalInterfaces.zip regards, Maris Orbidans -Original

RE: [JBoss-user] IIOP problems with JBoss 3.0.x,

2002-07-15 Thread Maris Orbidans
? It would be more human way to do it. :-) Does JacORB support it ? Maris Orbidans java.naming.provider.url=IOR:002B49444C3A6F6D672E6 F72672F436F734E61 6D696E672F4E616D696E67436F6E746578744578743A312E32

RE: [JBoss-user] local interface in Jboss2.4.4

2002-07-12 Thread Maris Orbidans
I have made an example of local interfaces, that works in JBoss 2.4.4. http://www.datapro.lv/~mariso/ejb/LocalInterfaces.zip Thoughare no entity beans but session. MarisOrbidans -Original Message-From: Tejeshwar [mailto:[EMAIL PROTECTED]]Sent: Friday, July 12, 2002 10:09

RE: [JBoss-user] Local Home interface Reference

2002-07-12 Thread Maris Orbidans
Here is one session bean getting local home interface of other session bean. BackEndSessionLocalHome home = (BackEndSessionLocalHome) PortableRemoteObject.narrow((new InitialContext()).lookup("java:/comp/env/BackEndSession"),BackEndSessionLocalHome.class); The same with entity bean.

[JBoss-user] JBoss as background process in Linux

2002-07-11 Thread Maris Orbidans
How to run JBoss as a background process so I dont need to have a telnet session to keep it alive ? I have tried ./start.sh and nohup ./start.sh Somehow JBoss 2.4.4 didnt work then. Maris --- This sf.net email is sponsored

[JBoss-user] Several versions of an EJB module on one JBoss

2002-07-02 Thread Maris Orbidans
How to deploy several versions of same EJB JAR file on one JBoss ? Our app has one session facade bean which is the only EJB with remote interfaces. Maris --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven.

RE: [JBoss-user] Architecture Options

2002-06-12 Thread Maris Orbidans
-nonaming regards Maris Orbidans -Original Message- From: Gray Jones [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 4:27 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Architecture Options We are in the process of converting a servlet application over to an ejb

RE: [JBoss-user] How to modify the log level trace

2002-06-12 Thread Maris Orbidans
edit conf/log4j.xml -Original Message- From: Jos Henrique Varanda [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 12, 2002 6:49 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] How to modify the log level trace How to modify the log level? I'd like to turn it to trace!

[JBoss-user] Could not activate SFSB

2002-06-07 Thread Maris Orbidans
Does anyone one what could cause this ? Could not activate; nested exception is: java.io.FileNotFoundException: C:\jboss-3.0.0\server\default\db\sessions\DataAccess\1023447581318.ser (The system cannot find the file specified) ___

RE: [JBoss-user] Could not activate SFSB

2002-06-07 Thread Maris Orbidans
BTWIf I restart WEB browser, then it doesnt happen. It happens if I without closing WEB browser log in as different user. Maris -Original Message- From: Mâris Orbidâns Sent: Friday, June 07, 2002 3:42 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] Could not activate SFSB

[JBoss-user] MAPPING configuration error for request UR

2002-04-18 Thread Maris Orbidans
Do you know what does it mean ? ( JBoss 2.4.4 + Tomcat, Struts ) Maris [INFO,EmbeddedCatalinaServiceSX] StandardHost[localhost]: MAPPING configuration error for request UR I [ERROR,EmbeddedCatalinaServiceSX] HttpProcessor[8080][3] process.invoke java.lang.NullPointerException at

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-28 Thread Maris Orbidans
in LOCAL JNDI tree of JBoss. Maris Orbidans ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] What is sar ?

2002-03-27 Thread Maris Orbidans
mysql-service.sar sar ? Maris Sometimes my mysql-service.sar doesn't deploy at startup, however if I deploy it after JBoss has started up, no problem. Perhaps a dependency problem? JBoss 3.0b2, Windows and Linux. mysql-service.sar |-- mm.mysql-2.0.11-bin.jar |-- META-INF/

RE: [JBoss-user] Jboss - Tomcat - Struts

2002-03-25 Thread Maris Orbidans
the development process. Do you mean Tomcat integrated with JBoss ? I helps the deployment process (EAR files) not exactly development. Maris Orbidans ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss

[JBoss-user] accessing EJBs via SOAP ?

2002-03-25 Thread Maris Orbidans
Can I expose EJBs with APACHE SOAP, without JBoss.net ? Maris An Active Server Page can make a SOAP RPC call using the new .NET stuff, which calls a network service. JBoss can expose EJBs as network services using JBoss.net (see http://www.jboss.org/developers/jboss-net.jsp).

RE: [JBoss-user] [HELP] CommunicationException in JNDI

2002-03-25 Thread Maris Orbidans
I have had this exception. The problem was that java.naming.provider.url pointed to wrong server. Maris -Original Message- From: Eric Huang [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 3:45 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] [HELP] CommunicationException

RE: [JBoss-user] JBoss Application server / containers / J2EE spec

2002-03-25 Thread Maris Orbidans
What I understant is that JBoss IS an application server, and that FOR EACH deployed application there is a specific container. Right ? No, one container for all deployed applications. However there are at least two types of containers, EJB container contains EJBs, WEB container contains WEB

[JBoss-user] CommunicationException: Receive timed out

2002-03-07 Thread Maris Orbidans
hello Do you know what does mean subj ? It throws the same exception when I try to get home interface of my bean. Could it be because of JRE 1.4 ? Maris Orbidans 11:36:39,273 FATAL LADPRI [HttpProcessor[8080][4]] (BaseAction.java;47): Cannot get DataAccessHome

[JBoss-user] can I connect to databese with specified user

2002-02-27 Thread Maris Orbidans
' ll use Oracle, but I need to connect to DB with specified user each time I make a connection. thanx Maris Orbidans ___ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] BMP example

2001-04-26 Thread Maris Orbidans
hi Can I get some example of BMP entity beans for JBoss ? You can send to my email if you wish. Maris ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] jboss.xml

2001-04-26 Thread Maris Orbidans
where can I get a description of subj. file ? Maris Orbidans ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] exception when try to run jboss-tomcat-2.2

2001-04-25 Thread Maris Orbidans
hello I got an exception when I tried to run jboss-tomcat-2.2 under windows 98. I didn't change any config file. Icant copythe whole output because it scrolls away and I cant see what exception it exactly is. please help me. Maris Orbidans [Default] at java.net.URLClassLoader.access