[JBoss-user] Local interfaces on JBoss 2.4.3

2002-03-14 Thread Màris Orbidàns


Does anyone have some example of subj. ?

Please, send it to me ( jar file ) or give me a link where to get it.

Or maybe someone could tell me how to get subj. ?

thanx in advance
Maris Orbidans


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] what a terrible exception !!! Receive timed out

2002-03-07 Thread Màris Orbidàns


[13:47:32,189,GPA] General Purpose Architecture [GPA]
[13:47:32,189,GPA] Java version: 1.3.1_01,Sun Microsystems Inc.
[13:47:32,189,GPA] Java VM: Java HotSpot(TM) Client VM 1.3.1_01,Sun
Microsystems
 Inc.
[13:47:32,189,GPA] OS-System: Windows 2000 5.0,x86
[13:47:32,189,GPA] JBoss Version : 3.0.0alpha(200111202304)
[13:47:32,189,GPA] JBoss start time : Thu Mar 07 13:47:30 EET 2002
[13:47:32,189,GPA] localDir : C:\jboss-3.0.0alpha
[13:47:32,189,GPA] installationURL : file:/C:/jboss-3.0.0alpha/\
[13:47:32,189,GPA] configuration :
file:/C:/jboss-3.0.0alpha/\conf\default\
[13:47:32,189,GPA] libraries : file:/C:/jboss-3.0.0alpha/\lib\ext\
[13:47:32,205,GPA] local patch directory:

...

[13:47:55,908,ContainerFactory] Could not deploy
file:/C:/jboss-3.0.0alpha/deplo
y/Default/LAD_EJBs.jar
java.io.InterruptedIOException: Receive timed out
at java.net.PlainDatagramSocketImpl.receive(Native Method)
at java.net.DatagramSocket.receive(DatagramSocket.java:392)
at
org.jnp.interfaces.NamingContext.discoverServer(NamingContext.java:82
0)
at
org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:890)
at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:356)
at
org.jnp.interfaces.NamingContext.lookup(NamingContext.java:349)
at javax.naming.InitialContext.lookup(InitialContext.java:350)
at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.rebind(BaseLoca
lContainerInvoker.java:359)
at
org.jboss.ejb.plugins.local.BaseLocalContainerInvoker.start(BaseLocal
ContainerInvoker.java:167)
at org.jboss.ejb.Container.start(Container.java:411)
at
org.jboss.ejb.StatelessSessionContainer.start(StatelessSessionContain
er.java:189)
at org.jboss.ejb.Application.start(Application.java:206)
at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:382)
at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:308)
at java.lang.reflect.Method.invoke(Native Method)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
28)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
at
org.jboss.deployment.J2eeDeployer.startModules(J2eeDeployer.java:467)

at
org.jboss.deployment.J2eeDeployer.startApplication(J2eeDeployer.java:
444)
at
org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:215)
at java.lang.reflect.Method.invoke(Native Method)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
28)
at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
23)
at
org.jboss.deployment.AutoDeployer.deploy(AutoDeployer.java:654)
at org.jboss.deployment.AutoDeployer.run(AutoDeployer.java:327)
at java.lang.Thread.run(Thread.java:484)
[13:48:31,658,J2eeDeployer#Default] Starting LAD_EJBs.jar failed!



Maris


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] java.naming.provider.url=myserver

2002-03-07 Thread Màris Orbidàns


How a client which server it should connect to ?

java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
# Do NOT uncomment this line as it causes in VM calls to go over
# RMI!
java.naming.provider.url=myserver

I changed the line above and put this file in classpath of client.
Is this correct ? 

But what does mean the comment then ?

# Do NOT uncomment this line as it causes in VM calls to go over
# RMI!

Maris


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] jboss.xml for CMP 2.0 beans

2002-01-17 Thread Màris Orbidàns


hi

What should I write in subj. ?   I tried to use the same file as for
EJB1.1, but 
JBoss complained about abstract bean class.

Maris Orbidans 


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] ref name of QueueConnectionFactory

2001-12-21 Thread Màris Orbidàns


hello

What should I write there (instead of ???) ?


queueConnectionFactory = (QueueConnectionFactory)
jndiContext.lookup(???);

queue = (Queue) jndiContext.lookup(???);





Maris


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] test

2001-12-20 Thread Màris Orbidàns


ignore, pls


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] how to: CMP, findAll()

2001-12-20 Thread Màris Orbidàns


hi all,

I have a method findAll():


public ??? findAll()
throws RemoteException, FinderException;


+ What will this method return ?  A Collection of Remote Interfaces (as
IAS) ?

+ What should I configure to get it work as expected ?


thanx in advance,
Maris Orbidans


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] no deployment descriptor found but file that could be ment as

2001-12-20 Thread Màris Orbidàns


hello

could you tell me, please, what does this mean ?


[AutoDeployer] Deployment
failed:file:/C:/JBoss-4.4.3/deploy/CarmichaelBeans4JBoss.jar
[AutoDeployer] org.jboss.deployment.J2eeDeploymentException: no
deployment descriptor found but file that could be ment as:
Meta-inf/ejb-jar.xml - META-INF/ejb-jar.xml
[AutoDeployer]  at
org.jboss.deployment.Installer.determineType(Installer.java:3
99)
[AutoDeployer]  at
org.jboss.deployment.Installer.execute(Installer.java:154)
[AutoDeployer]  at
org.jboss.deployment.InstallerFactory.install(InstallerFactor
y.java:102)
[AutoDeployer]  at
org.jboss.deployment.J2eeDeployer.installApplication(J2eeDepl
oyer.java:418)
[AutoDeployer]  at
org.jboss.deployment.J2eeDeployer.deploy(J2eeDeployer.java:20
3)
[AutoDeployer]  at java.lang.reflect.Method.invoke(Native Method)
[AutoDeployer]  at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl
.java:1628)
[AutoDeployer]  at
com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl
.java:1523)
[AutoDeployer]  at
org.jboss.ejb.AutoDeployer.deploy(AutoDeployer.java:379)
[AutoDeployer]  at org.jboss.ejb.AutoDeployer.run(AutoDeployer.java:217)
[AutoDeployer]  at java.lang.Thread.run(Thread.java:484)


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] how to use monitor.jar ?

2001-12-20 Thread Màris Orbidàns


When I run Monitor v0.31 is shows metrics not bound.  What does it
mean ?

Should I deploy this metrics ?

JNDI Browser also doesnt work it throws:

Exception occurred during event dispatching:
java.lang.NoClassDefFoundError: org/jboss/admin/jndi/Main


thanx
Maris Orbidans


___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user