[JBoss-user] [Installation Configuration] - Re: Virtual Host Aliases

2004-03-14 Thread erik777
In Tomcat, I have not been able to get it to recognize any of the aliases (JBoss 
3.2.3).  It only seems to works with the value I put in the host name:


  |  Host name=thisworks
  |  aliasthis.does.not.work/alias
  | ...

When I enter an alias for the url in the web browser, JBoss/Tomcat appears to try to 
look for that context in localhost:

02:53:28,461 INFO  [Engine] StandardHost[localhost]: MAPPING configuration error for 
request URI /the-app

Since the application is tied to the thisworks virtual host, it is no longer 
available in localhost, but is available under http://thisworks/the-app, but is not 
available under http://this.does.not.work/the-app.  Thus, virtual hosting appears to 
be working, but aliases are not.  

Am I doing something wrong?  


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825532#3825532;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825532Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Frequently Asked Questions (FAQ)] - Re: setting up a virtual host with 3.2.3 (without Apache)

2004-03-14 Thread erik777
NM.  I discovered that I didn't capitalize the Alias tags, which fixed it.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825533#3825533;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825533Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Virtual Host Aliases

2004-03-14 Thread erik777
It works now that I capitalized the Alias tags.  In other words:


  |  Host name=thisworks
  |  Aliasthis.works.now.too/Alias
  |   ...   

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825534#3825534;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825534Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-14 Thread raffaelecorvino
Hello, 
I have a problem when I try to run client test in exercise of J2EE-Jboss and Eclipse. 
I'm using Jboss3.2.3-eclipse3.0M7and Lomboz M7. Here the error:
[java] javax.naming.CommunicationException [Root exception is 
java.rmi.ConnectIOException: Exception creating connection to: 192.168.0.1; nested 
exception is:
 [java] java.net.SocketException: Network is unreachable]
 [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:647)
 [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
 [java] at javax.naming.InitialContext.lookup(InitialContext.java:347)
 [java] at com.titan.clients.Client_1.main(Client_1.java:19)
 [java] Caused by: java.rmi.ConnectIOException: Exception creating connection to: 
192.168.0.1; nested exception is:
 [java] java.net.SocketException: Network is unreachable
 [java] at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:580)
 [java] at 
sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:185)
 [java] at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:171)
 [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:101)
 [java] at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
 [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:528)
 [java] ... 3 more
 [java] Caused by: java.net.SocketException: Network is unreachable
 [java] at java.net.PlainSocketImpl.socketConnect(Native Method)
 [java] at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
 [java] at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
 [java] at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
 [java] at java.net.Socket.connect(Socket.java:452)
 [java] at java.net.Socket.connect(Socket.java:402)
 [java] at java.net.Socket.(Socket.java:309)
 [java] at java.net.Socket.(Socket.java:124)
 [java] at 
sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
 [java] at 
sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
 [java] at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:562)
 [java] ... 8 more
Can Anyone help me, please?
raffaele

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825535#3825535;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825535Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Warning : Deployed as CLUSTERED but not a single clustered-i

2004-03-14 Thread monu
Hi,

I am using JBoss3.2.2 when i try to deploy CMP entity bean in cluster mode jboss gives 
warning 'Deployed as CLUSTERED but not a single clustered-invoker is bound to 
container'  during deployment of all my entity beans.

here is the jboss.xml config for my entity bean:

  
ejb-namePrivilegeDef/ejb-name
jndi-namelocal/PrivilegeDef/jndi-name
True
configuration-nameClustered CMP 2.x EntityBean/configuration-name
 

do i need to set any other configuration to deploy ejb in clustered mode?

please give your valuable suggestions.

Thanks,
Monu

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825536#3825536;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825536Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Deploying Sample JBossCMP ( gangster-cmp2.jar )

2004-03-14 Thread soheil
Dear All,

I want to deploy the sample CMP EJBs on my JBoss server. But JBoss writes the 
following error occurs. Does anyone knows what cause this ?

16:50:05,178 INFO  [MainDeployer] Starting deployment of package: 
file:/shares/java/jboss-3.2.3/server/default/deploy/gangster-cmp2.jar
16:50:07,566 WARN  [verifier] EJB spec violation:
Bean   : GangsterEJB
Section: 10.6.2
Warning: CMP entity beans may not define the implementation of a finder.
 
16:50:07,723 ERROR [MainDeployer] could not create deployment: 
file:/shares/java/jboss-3.2.3/server/default/deploy/gangster-cmp2.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see 
above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)

Best Regards
--Soheill

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825543#3825543;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825543Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system

[JBoss-user] [EJB/JBoss] - Deploying Example JBossCMP ( gangster-cmp2.jar )

2004-03-14 Thread soheil
Dear All,

I want to deploy the sample CMP EJBs on my JBoss server. But JBoss writes the 
following error occurs. Does anyone knows what cause this ?

16:50:05,178 INFO  [MainDeployer] Starting deployment of package: 
file:/shares/java/jboss-3.2.3/server/default/deploy/gangster-cmp2.jar
16:50:07,566 WARN  [verifier] EJB spec violation:
Bean   : GangsterEJB
Section: 10.6.2
Warning: CMP entity beans may not define the implementation of a finder.
 
16:50:07,723 ERROR [MainDeployer] could not create deployment: 
file:/shares/java/jboss-3.2.3/server/default/deploy/gangster-cmp2.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see 
above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:491)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:786)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:641)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy6.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:201)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:976)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:394)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:226)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:642)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:605)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy5.deploy(Unknown Source)
at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
at org.jboss.Main.boot(Main.java:150)
at org.jboss.Main$1.run(Main.java:395)
at java.lang.Thread.run(Thread.java:534)

Best Regards
--Soheill

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825542#3825542;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825542Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system

[JBoss-user] [EJB/JBoss] - Re: Deploying Example JBossCMP ( gangster-cmp2.jar )

2004-03-14 Thread loubyansky
I guess, the cause is an example of BMP-style finder in a CMP bean. Just make the 
verifier non-strict in server/default/conf/jboss-service.xml

  !--
  StrictVerifier: Setting this to 'true' will cause all deployments
  to fail when the Verifier detected a problem with the contained
  Beans.
  --
  false


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825544#3825544;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825544Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Menu underneath banner?

2004-03-14 Thread bokmann
How is this website creating the menu underneath the banner?  (The one that reads 
Home   Projects   Downloads   Docs  Wiki etc.

I'd like to create a similar banner that links to html pages managed under Nukes on 
Java.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825545#3825545;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825545Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Redhat JBoss 3.2.3 Shutdown Trouble

2004-03-14 Thread ltcmelo
Hi,
i'm also a beginner at jboss3.2.3 but i'd sugest you to take a look at your 
initialization log to see if it's ok. If it is, send your shutsown log to this list ( 
or anyother one) to see if someelse can help you.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825546#3825546;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825546Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: RMIConnectorImpl problem

2004-03-14 Thread dimat
Hi Parisila,

I've tried your code on jboss-3.2.3 but I don't get any notification from my MBean.
The bean is a simple one that contains only one attribute, named Message and extends 
the ServiceMBeanSupport.

import org.jboss.system.ServiceMBeanSupport;
  | 
  | public class SimpleTest extends ServiceMBeanSupport
  | implements SimpleTestMBean {
  | 
  | private String message = null;
  | 
  |  public String getMessage(){
  | return message;
  | }
  | 
  |  public void setMessage(String s){
  |  message = s;
  |  }

To test if a notification occurs I use beside your client another one that change the 
Message attribute value.

import org.jboss.jmx.adaptor.rmi.RMIAdaptor;
  | import javax.management.ObjectName;
  | import javax.management.Attribute;
  | 
  | public class SendNotification {
  | 
  | public static void main(String[] args) throws Exception {
  | for (int i = 0; i  10; i++) {
  | RMIAdaptor server = RMIAdaptorFactory.getRMIAdaptor(localhost, 
1099);
  | ObjectName name = new ObjectName(JBossSar:service=JBossTestService);
  | server.setAttribute(name, new Attribute(Message, value + i));
  | }
  | }
  | } 

Now when I start the JmxListenerClient I don't get any Notification occured .. 
message.

What I'm doing wrong?

Thank you in advance for you help.



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825548#3825548;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825548Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: private forums and groups

2004-03-14 Thread cooper
I have put some stuff in the wiki for the security 
http://jboss.org/wiki/Wiki.jsp?page=NukesSecurity

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825549#3825549;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825549Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - JBoss 3.2.4. qusetion

2004-03-14 Thread fbiaggi
Hi
just a question, is this feature also for jaws (ejb 1.1) implemented ?

Thanks.

New option to check the database structure at deployment and update it if possible. 
For this behaviour, in jbosscmp-jdbc.xml, in defaults, you have to add 
alter-tabletrue/alter-table. It should normally be used in combination with 
create-tabletrue/create-table. The structure of the database is checked at 
deployment time. The missing fields are added. The string fields have their length 
adjusted when the new type is longer than the old (numeric fields are not modified for 
the time being). Fields which are no longer needed are dropped. For relation tables, 
the code checks whether the definition is correct and logs a warning if not. The 
current code has a limitation in that it converts fieldnames to upper case for 
comparison. This may cause problems for some systems (though, as JBossCMP does not 
allow quoting of fieldnames at this time, this should be minimal).

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825551#3825551;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825551Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Menu underneath banner?

2004-03-14 Thread cooper
this is custom to the theme :-)

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825550#3825550;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825550Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: configuring UsersPassword login module

2004-03-14 Thread starksm
Works fine for me. I have moved the files to the conf directory, renamed them 
jmx-users.properties, jmx-roles.properties to make sure only these would be used, and 
secured the jmx-console using the following login-config.xml entry:


  | application-policy name = jmx-console
  |authentication
  |   login-module code=org.jboss.security.auth.spi.UsersRolesLoginModule
  |  flag = required
  |  module-option name = 
usersPropertiesjmx-users.properties/module-option
  |  module-option name = 
rolesPropertiesjmx-roles.properties/module-option
  |   /login-module
  |/authentication
  | /application-policy
  | 

Enable trace level logging of the org.jboss.security layer to see which properties 
files the UsersRolesLoginModule is using:

  |!-- conf/log4j.xml fragment --
  |category name=org.jboss.security
  |  priority value=TRACE class=org.jboss.logging.XLevel/
  |/category
  | 

When I access the jmx-console the log shows the files in conf are used:

  | 2004-03-14 07:32:51,896 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
initialize
  | 2004-03-14 07:32:51,906 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
Properties 
file=file:/C:/cvs/Releases/jboss-3.2.2/server/jmxconsole/conf/jmx-users.properties
  | 2004-03-14 07:32:51,906 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
Properties 
file=file:/C:/cvs/Releases/jboss-3.2.2/server/jmxconsole/conf/jmx-roles.properties
  | 2004-03-14 07:32:51,906 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
login
  | 


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825552#3825552;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825552Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Making a login form

2004-03-14 Thread starksm
Access to the getUserPrincipal does not depend on the auth method used. It works for 
basic and form auth.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825553#3825553;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825553Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Help - can't access user roles in LDAP

2004-03-14 Thread starksm
For the config you show, you would need a binding like the following for fsmit to the 
seen in the Member_admin role:


  | dn: cn=Member_admin,ou=Roles,dc=iqtech,dc=pl
  | objectClass: top
  | objectClass: groupOfUniqueNames
  | cn: Member_admin
  | uniqueMember: uid=fsmith,ou=People,dc=iqtech,dc=pl
  | 


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825554#3825554;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825554Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: LdapLoginModule search scope

2004-03-14 Thread starksm
To authenticate with a login username of user1, a principalDNPrefix='uid=' and a 
principalDNSuffix='ou=Group1,ou=People,dc=mycompany,dc=com' is required. 
Configurations based on users is not supported by the LdapLoginModule so your schema 
is not supported since users are not under a single context.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=382#382;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=382Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Container idependent JAAS Login Module

2004-03-14 Thread starksm
Its not possible as the way JAAS is used to perform authentication/authorization is 
not defined by the J2EE specs. J2EE 1.4 introduces a new authorization contract, but 
still does not define how authentication using JAAS is performed.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825556#3825556;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825556Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Re: Redhat JBoss 3.2.3 Shutdown Trouble

2004-03-14 Thread Malachii
I'm not sure what you mean by a shutdown log. I only have 3 log files... Keep in mind 
this is a fresh, virgin JBoss installation.

localhost_access.log
server.log
boot.log

They register nothing when I run the following...

sh shutdown.sh -s localhost -S (which I have to ctrl-z to exit)

The only interesting bits in the log files are as follows. 

server.log
===
2004-03-14 12:19:05,625 INFO  [org.jboss.web.localhost.Engine] 
SingleSignOnContextConfig[/jmx-console]: Added certificates - request attribute Valve
2004-03-14 12:19:05,653 WARN  [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable 
to invoke setDelegate on class loader:[EMAIL PROTECTED]
2004-03-14 12:19:05,653 INFO  [org.jboss.web.localhost.Engine] 
StandardManager[/jmx-console]: Seeding random number generator class 
java.security.SecureRandom
2004-03-14 12:19:05,653 INFO  [org.jboss.web.localhost.Engine] 
StandardManager[/jmx-console]: Seeding of random number generator has been completed
2004-03-14 12:19:05,654 INFO  [org.jboss.web.localhost.Engine] 
StandardWrapper[/jmx-console:default]: Loading container servlet default
2004-03-14 12:19:05,655 INFO  [org.jboss.web.localhost.Engine] 
StandardWrapper[/jmx-console:invoker]: Loading container servlet invoker
2004-03-14 12:19:06,822 INFO  [org.jboss.deployment.MainDeployer] Deployed package: 
file:/usr/jboss/jboss3.2.3/server/default/deploy/jmx-console.war/
2004-03-14 12:19:06,823 INFO  [org.jboss.deployment.MainDeployer] Starting deployment 
of package: file:/usr/jboss/jboss3.2.3/server/default/deploy/management/web-console.war
2004-03-14 12:19:07,101 INFO  [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, 
ctxPath=/web-console, 
warUrl=file:/usr/jboss/jboss3.2.3/server/default/tmp/deploy/tmp32621web-console.war/
2004-03-14 12:19:07,410 INFO  [org.jboss.web.localhost.Engine] 
SingleSignOnContextConfig[/web-console]: Added certificates - request attribute Valve
2004-03-14 12:19:07,431 WARN  [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] Unable 
to invoke setDelegate on class loader:[EMAIL PROTECTED]
2004-03-14 12:19:07,431 INFO  [org.jboss.web.localhost.Engine] 
StandardManager[/web-console]: Seeding random number generator class 
java.security.SecureRandom
2004-03-14 12:19:07,431 INFO  [org.jboss.web.localhost.Engine] 
StandardManager[/web-console]: Seeding of random number generator has been completed
2004-03-14 12:19:07,706 INFO  [org.jboss.web.localhost.Engine] 
StandardWrapper[/web-console:default]: Loading container servlet default
2004-03-14 12:19:07,725 INFO  [org.jboss.web.localhost.Engine] 
StandardWrapper[/web-console:invoker]: Loading container servlet invoker
2004-03-14 12:19:08,978 INFO  [org.jboss.deployment.MainDeployer] Deployed package: 
file:/usr/jboss/jboss3.2.3/server/default/deploy/management/web-console.war
2004-03-14 12:19:08,986 INFO  [org.jboss.deployment.scanner.URLDeploymentScanner] 
Started jboss.deployment:type=DeploymentScanner,flavor=URL
2004-03-14 12:19:09,181 INFO  [org.jboss.deployment.MainDeployer] Deployed package: 
file:/usr/jboss/jboss3.2.3/server/default/conf/jboss-service.xml
2004-03-14 12:19:09,183 INFO  [org.jboss.system.server.Server] JBoss (MX MicroKernel) 
[3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)] Started in 22s:672ms

The last parts of boot.log...
==

12:18:50,593 DEBUG [ServiceConfigurator] RecursiveSearch set to true in 
jboss.deployment:type=DeploymentScanner,flavor=URL
12:18:50,594 DEBUG [ServiceController] Creating service 
jboss.management.local:j2eeType=J2EEDomain,name=Manager
12:18:50,594 DEBUG [LocalJBossServerDomain] Creating
12:18:50,624 DEBUG [LocalJBossServerDomain] Registering with all deployers, 
mainDeployer=jboss.system:service=MainDeployer
12:18:50,624 DEBUG [LocalJBossServerDomain] Getting current deployers
12:18:50,624 DEBUG [LocalJBossServerDomain] Registering as listener of deployer: 
jboss.system:service=ServiceDeployer
12:18:50,624 DEBUG [LocalJBossServerDomain] Registering as listener of deployer: 
jboss.system:service=JARDeployer
12:18:50,624 DEBUG [LocalJBossServerDomain] Created
12:18:50,624 DEBUG [LocalJBossServerDomain] handleNotification: 
javax.management.Notification[source=jboss.system:service=ServiceController,type= 
org.jboss.system.ServiceMBean.create,sequenceNumber=4,timeStamp=1079284730624,message=null,userData=jboss.management.local:j2eeType=J2EEDomain,name=Manager]
12:18:50,625 DEBUG [DefaultManagedObjectFactoryMap] Failed to find factory for event: 
javax.management.Notification[source=jboss.system:service=ServiceController,type= 
org.jboss.system.ServiceMBean.create,sequenceNumber=4,timeStamp=1079284730624,message=null,userData=jboss.management.local:j2eeType=J2EEDomain,name=Manager]
12:18:50,625 DEBUG [ServiceController] Creating dependent components for: 
jboss.management.local:j2eeType=J2EEDomain,name=Manager dependents are: []
12:18:50,625 DEBUG [ServiceController] Creating service 
jboss.system:type=Log4jService,service=Logging
12:18:50,625 DEBUG 

[JBoss-user] [Connectors and JCA/JBoss] - Re: CorbaNamingService IOR at Runtime

2004-03-14 Thread starksm
No. Its printed out as an INFO level message, but we should be maing it available via 
JMX.

12:35:25,541 INFO  [CorbaNamingService] Naming: 
[IOR:002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E32006C0001020F36342E3233382E3230372E3133300DC800114A426F73732F4E616D696E672F726F6F740200084A414301001C00010001000105010001000101090001050100010001002C00010001001C0001000100010501000100010109000105010001]


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825561#3825561;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825561Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [News Announcements] - Defective jmx-console.war/inspectMBean.jsp page

2004-03-14 Thread starksm
There is a problem with the 3.2.4RC1 jmx-console.war/inspectMBean.jsp page that 
prevents one from inspecting MBeans.  A replacement is available from the sourceforge 
download section. The inspectMBean.jsp fix location is also shown here:

http://prdownloads.sourceforge.net/jboss/inspectMBean.jsp?download


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825562#3825562;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825562Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Menu underneath banner?

2004-03-14 Thread sgwood

Check out how it was done by going into the jboss nukes-website area of CVS.


Sherman

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825563#3825563;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825563Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.4. qusetion

2004-03-14 Thread loubyansky
JAWS is not supported for about two years now.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825565#3825565;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825565Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Clustering/JBoss] - Problem with ClusteredSession

2004-03-14 Thread darlan
Hi,

I have a problem with session replication because the class 
org.jboss.web.tomcat.session.ClusteredSession not synchronize the hash of attributes 
in writeObject method. I modified the class to synchronize this hash and resolved my 
problem. What can I do now about this? This problem was solved?

JBoss version: 3.2.3 (build: CVSTag=JBoss_3_2_3 date=200311301445)

PS: Sorry by bad english!

Darlan Oliveira



Class implementation
-
private void writeObject(java.io.ObjectOutputStream out)
throws IOException
{
synchronized (attributes) {
out.defaultWriteObject();
}
}


StackTrace
-

2004-03-10 11:53:13,765 ERROR [Thread-34][org.jboss.ejb.plugins.LogInterceptor] 
EJBException:
javax.ejb.EJBException: java.util.ConcurrentModificationException
at 
org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.serializeSession(ClusteredHTTPSessionBeanImpl.java:114)
at 
org.jboss.ha.httpsession.beanimpl.ejb.ClusteredHTTPSessionBeanImpl.ejbStore(ClusteredHTTPSessionBeanImpl.java:52)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.storeEntity(CMPPersistenceManager.java:398)
at org.jboss.ejb.EntityContainer.storeEntity(EntityContainer.java:713)
at 
org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:312)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:163)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:89)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ha.httpsession.beanimpl.ejb.ServerTCLInterceptor.invoke(ServerTCLInterceptor.java:40)
at org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:490)
at org.jboss.ejb.Container.invoke(Container.java:700)
at sun.reflect.GeneratedMethodAccessor28.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:101)
at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:90)
at 
org.jboss.ha.httpsession.beanimpl.ejb.ClientTCLInterceptor.invoke(ClientTCLInterceptor.java:46)
at org.jboss.proxy.ejb.EntityInterceptor.invoke(EntityInterceptor.java:97)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
at $Proxy29.setSession(Unknown Source)
at 
org.jboss.ha.httpsession.server.ClusteredHTTPSessionService.setHttpSession(ClusteredHTTPSessionService.java:112)
at sun.reflect.GeneratedMethodAccessor31.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy178.setHttpSession(Unknown Source)
at 
org.jboss.web.tomcat.session.ClusterManager.storeSession(ClusterManager.java:571)
at 
org.jboss.web.tomcat.session.InstantSnapshotManager.snapshot(InstantSnapshotManager.java:38)
at 
org.jboss.web.tomcat.session.ClusteredSessionValve.invoke(ClusteredSessionValve.java:89)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)
at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)
at 
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)
at 
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)
at 

[JBoss-user] [Testimonials] - Simple Order system is now ready !

2004-03-14 Thread neptune5
Cheers Jboss for makiong it fairly easy to get this project up and running.
Here is a link to my website where details about this system can be found.

Email me there if you want a copy of it.



cheers Adrian
http://uk.geocities.com/adrianmann1963/main.html

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825570#3825570;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825570Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - Using multiple invokers (especially for ClientUserTransactio

2004-03-14 Thread prosis_de
Hello,

I habe the following scenario:
My Java application is using rmi to access EJBs. This is OK for internal users but 
external users need to access the beans over internet and through a firewall. These 
users need to use the http invoker but both, internal and external users, shoud 
connect with the same jboss instance.

Is it possible to use different invokers for the same JBoss instance? 
Sure, i can activate the http invoker and rmi invoker but i have a problem with the 
ClientUserTransactionService. I can only specify one invoker for it.

Thanks for your help!

Regards,
Andreas Kilian


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825573#3825573;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825573Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: private forums and groups

2004-03-14 Thread cooper
the security in that module is a mix between our and BB.
our security is used to say what groups have what BB level (moderator and admin)


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825576#3825576;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825576Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Uploading directory

2004-03-14 Thread paginaweb
I don't think you can do that with an usual upload form. Not even some usual java 
script can't do that...

PaginaWeb
http://www.paginaweb.ro

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825575#3825575;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825575Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Uploading directory

2004-03-14 Thread cooper
yes that would be cool someone works on it.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825577#3825577;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825577Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: private forums and groups

2004-03-14 Thread paginaweb
Since is phpBB you can look in phpBB docs if you really need:)

PaginaWeb
http://www.paginaweb.ro

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825574#3825574;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825574Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Compound PK DeploymentException

2004-03-14 Thread ebende
Very good. It works. Thank you. I like short answers that are correct.

Evert

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825578#3825578;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825578Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: Uploading directory

2004-03-14 Thread g00se
anonymous wrote : yes that would be cool someone works on it
OK. I'll take it that this can't be done yet cooper.

The only way i can think that this may be done in the current context (i.e. a web 
page) is to use a signed applet, which is a bit of a pain.

It's almost more appealing to make it happen from a standalone app, but i'm still very 
much a newb in this area. Would it be possible to point me in the direction of 
connecting to the required component(s)? I tried a bit of JNDI code from an app, but 
wasn't allowed to connect. Maybe an authentication thing..?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825586#3825586;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825586Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Nukes User] - Re: A deploy error

2004-03-14 Thread [EMAIL PROTECTED]
Found out my problem was having xalan.jar in %JAVA_HOME%/jre/lib/endorsed, which 
contains bcel that is not up-to-date. Removing it makes Nukes on Jboss work finally. 
Thanks Sherman. 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825587#3825587;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825587Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-03-14 Thread vashistvishal
To - raffaelecorvino :
-
To yr first problem with TCP error.

By the looks of yr error it looks to me localhost is not being set up in hosts file if 
on linux and if on windows then it has to go lmhosts file (i think thats the file on 
windows).
Have a look at forums here on how to set up localhost on difrent O/S.
Its a common problem.


To yr Second Problem with  Jboss.3.2.3
--
You hae to put log4j library on yr server path, so add that  in yr server file from 
preferences-lomboz/  in eclipse

I hope this helps .

Cheers
Vishal.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825589#3825589;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825589Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: Help on Starting JBoss

2004-03-14 Thread vashistvishal
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\JBoss1\bin\\..
.
JAVA: c:\j2sdk1.4.1_01\bin\java
.
JAVA_OPTS: -Dprogram.name=run.bat
.
CLASSPATH: ;c:\j2sdk1.4.1_01\lib\tools.jar;C:\JBoss1\bin\\run.jar 
--
These are the environment varibles rquired and pointing to these values to start up 
the Jboss.
From yr message, it seems it is the usual classpath issue, as classpath not being set 
properly.

Vishal.


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825590#3825590;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825590Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - custom login module using AbstractServerLoginModule

2004-03-14 Thread ahardy66
I wrote a custom login module extending the AbstractServerLoginModule. I have 
successfully set it up so that it is being called when I try to access a protected 
page on my website, and it looks up the user and roles via a local-tx-datasource. 

I can see from the logging output that it initializes correctly and access the DB to 
get the data and check the password. However it rejects every login attempt.

I have overridden AbstractServerLoginModule's login, initialize, and abort. I can see 
JBoss calls my subclass's getIdentity and getRoleSets(). I have a hunch that it might 
be a problem in commit() but I can't tell.

Also, in my login() method I set the superclass's loginOk to true.

I can't locate the problem. 

I am unable to turn on the logging trace in AbstractServerLoginModule either, so it's 
difficult to see what's going on. Surely


  |category name=org.jboss.security.auth
  |  priority value=TRACE /
  |/category
will do it? I tried the full class name too.

I have my own custom module-options declared in login-config.xml - but 
AbstractServerLoginModule doesn't need any, is that right?

For reasons unknown, the login fails, despite my login() method returning true. Any 
advice greatly appreciated.

Adam


a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825592#3825592;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825592Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: Container idependent JAAS Login Module

2004-03-14 Thread ahardy66
Toby,
just write different implementations of LoginModule for each container, e.g. 
JBossLoginModule, TomcatLoginModule, WebsphereLoginModule.

Extract your login code into a seperate shared utils class. 

It makes no difference, since you have to configure each container's login setup with 
container-specific xml files anyway. 

Obviously it will be nice when there's a J2EE spec for it though.

Adam



a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825593#3825593;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825593Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - jBoss 3.2.3 w/Tomcat vhosts - SingleSignOnContextConfig Prob

2004-03-14 Thread jason_pratt
Hello - 
I am having a problem that I can't seem to track down or understand. I previously had 
a WAR file deployed using plain jsp/struts.  I have since enhanced this to an EAR file 
to include a hibernate.sar as per:

http://www.hibernate.org/66.html

So I have my persistant classes in a seperate jar that is listed in the manifest. 
Everything appears to load fine, until jBoss starts to load the WAR file. Then I see 
the following in the log:

2004-03-14 20:49:13,560 INFO  [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] deploy, 
ctxPath=/impweb, 
warUrl=file:/apps/jboss-3.2.3/server/default/tmp/deploy/tmp42517impEAR-1.0.ear-contents/impWEB-1.0.war/
  | 2004-03-14 20:49:15,787 ERROR [org.jboss.web.Host=www] 
SingleSignOnContextConfig[/impweb] Exception processing JAR at resource path 
/WEB-INF/lib/struts-1.1.jar
  | javax.servlet.ServletException: Exception processing JAR at resource path 
/WEB-INF/lib/struts-1.1.jar
  | at 
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScanJar(SingleSignOnContextConfig.java:1074)
  | at 
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.tldScan(SingleSignOnContextConfig.java:999)
  | at 
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.start(SingleSignOnContextConfig.java:752)
  | at 
org.jboss.web.tomcat.tc4.SingleSignOnContextConfig.lifecycleEvent(SingleSignOnContextConfig.java:255)

Which I do not understand, I double checked the Tomcat info. I am not using 
singlesignon anywhere that i am aware of. I did a search on jBoss and I couldn't find 
anything that relates to this and the PDF that I purchased doesn't discuss this either.

Any help would be GREAT!

Regards,

Jason

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825599#3825599;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825599Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - ejbql to sql translation mismatch

2004-03-14 Thread lamarguy
There seems to be a defect in the ejbql to sql generator as this example findAll() 
query shows:


ejbql query: SELECT OBJECT(u) FROM Usage AS u ORDER BY u.id

resultant sql query: SELECT t0_u.id, t0_u.id, t0_u.logon, t0_u.logoff, t0_u.computer, 
t0_u.user, t0_u.id FROM computer_usage t0_u ORDER BY t0_u.id ASC

table schema:  computer_usage { id BIGINT primary key, logon TIMESTAMP, logoff 
TIMESTAMP, user (foreign key for relationship), computer (foreign key for 
relationship) }


the problem is the sql query now references the same column (t0_u.id) three times 
instead of once.  if this because I have two relationships (user and computer) for 
this bean so the CMP container pulls the primary key an extra time for each 
relationship?

if anyone can explain this behaivor and/or provide a wordaround, I would really 
appreciate it as I suspect a performance improvement could be obtained...


thanks,
micah

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825598#3825598;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825598Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: session Attributes are missing in cluster environment wh

2004-03-14 Thread oz59
Greetings.

Also, be sure that objects in the session implement serializable.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825603#3825603;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825603Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - HELP!!! SingleSignOnContextConfig Problem

2004-03-14 Thread jason_pratt
Please see

http://jboss.org/index.html?module=bbop=viewtopict=46913

I was not sure where to post this


Jason

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825604#3825604;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825604Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - User not authenticated error

2004-03-14 Thread jula
Hello: 
I have few MDBs set up in the LAN and it works fine. However when I tunnel through 
HTTP things aren't the same :-(. Connection is from outside and through a firewall as 
well. 

When I try to create a QueueConnection using the QueueConnectionFactory it gives me 
the Cannot Authenticate User error. HELP !! HELP!! I haven't configured JAAS, if I 
have to: what am I to do to configure JAAS? 

To try things out, I created another user instead of GUEST, and things are worse. Then 
I can't even deploy the MDB. It gives me Connection not authorised to subscribe to 
destination. I have put necessary entries in jbossmq-destinations-service.xml and 
tried addding user and role in jbossmq-state.xml. No luck:-((. HELP!! 

Thanks in advance, 
/Jula 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825607#3825607;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825607Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - MDB Access over HTTP

2004-03-14 Thread jula
Hello: 
I have few MDBs set up in the LAN and it works fine. However when I tunnel through 
HTTP things aren't the same :-(. Connection is from outside and through a firewall as 
well. 

When I try to create a QueueConnection using the QueueConnectionFactory it gives me 
the Cannot Authenticate User error. HELP !! HELP!! I haven't configured JAAS, if I 
have to: what am I to do to configure JAAS? 

To try things out, I created another user instead of GUEST, and things are worse. Then 
I can't even deploy the MDB. It gives me Connection not authorised to subscribe to 
destination. I have put necessary entries in jbossmq-destinations-service.xml and 
tried addding user and role in jbossmq-state.xml. No luck:-((. HELP!! 

Thanks in advance, 
/Jula 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825608#3825608;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825608Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Unexpected Shutdown of JBoss

2004-03-14 Thread robby_us
Hi Folks,
I have two Jboss (Server1 and Server2) in the same subnet.I exectute shutdown on 
Server1.After the shutdown occurs,I execute the shutdown on Server1 again.This shuts 
down the JBoss on Server2.Can anybody tell me why this happens and what is the 
solution for this unexpected behaviour.
Regards
Robby  

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825609#3825609;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825609Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - MDB Access over HTTP

2004-03-14 Thread jula
Hello: 
I have few MDBs set up in the LAN and it works fine. However when I tunnel through 
HTTP things aren't the same :-(. Connection is from outside and through a firewall as 
well. 

When I try to create a QueueConnection using the QueueConnectionFactory it gives me 
the Cannot Authenticate User error. HELP !! HELP!! I haven't configured JAAS, if I 
have to: what am I to do to configure JAAS? 

To try things out, I created another user instead of GUEST, and things are worse. Then 
I can't even deploy the MDB. It gives me Connection not authorised to subscribe to 
destination. I have put necessary entries in jbossmq-destinations-service.xml and 
tried addding user and role in jbossmq-state.xml. No luck:-((. HELP!! 

Thanks in advance, 
/Jula 

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825610#3825610;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825610Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-14 Thread [EMAIL PROTECTED]
Post the full stacktrace and configuration.

Your question just says It does not work without any context.

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825611#3825611;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825611Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem configuring JMS for JBOSS with MYSQL database

2004-03-14 Thread [EMAIL PROTECTED]
docs/examples/jms

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825612#3825612;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825612Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: JMS Ping Timeout

2004-03-14 Thread [EMAIL PROTECTED]
javax.jms.Connection.setExceptionListener()

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825613#3825613;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825613Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: Problem while sending messages to Queue/B

2004-03-14 Thread [EMAIL PROTECTED]
Your initial access over port 1099 is failing or is misconfigured. 

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825614#3825614;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825614Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Simple deployment question

2004-03-14 Thread Matthew Van Horn
I think I must have a mental block because I can't seem to figure out
how to do this.
I have a web application that depends on a Hibernate service archive.
How do I make sure the sar deploys before the war?
There doesn't seem to be a depends element in jboss-web.xml, so where
does it go?

I am embarassed asking this, so be kind. ;-)

Matt Van Horn



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Pass InputStream among servlet, session and entity beans

2004-03-14 Thread [EMAIL PROTECTED]
For remote invocations you need a serializable inputstream implementation.
The semantics are pass by value.

Here is an example.
http://cvs.sourceforge.net/viewcvs.py/jboss/jbosscx/src/main/org/jboss/resource/adapter/jdbc/remote/SerializableInputStream.java?annotate=1.2

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825617#3825617;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825617Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2004-03-14 Thread [EMAIL PROTECTED]
true is the correct way to specify clustering
chances are you don't have a remote interface?

Regards,
Adrian

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825616#3825616;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825616Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - jmx example

2004-03-14 Thread viswanath
hi,
I want to connect to jmx console in jboss, get info abt the basic parameters like the 
serverinfo,deployed details,etc. 
Can i get any samples for doing the same
Regards,
Viswa

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825624#3825624;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825624Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: session Attributes are missing in cluster environment wh

2004-03-14 Thread AnuragGupta
Yes, I have tried with [code/]distributable in web.xml also. And all objects are 
serializable too. After analysis I found that sometimes (random behaviour)  most of 
the missing session variables are of type vector, String []  and String.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825619#3825619;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825619Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: configuring UsersPassword login module

2004-03-14 Thread tgil
Thanks for testing instructions. However, the results are not good. I hid away the 
users/roles.properties under jmx-console.war and configured the entry in 
login-config.xml like so:
application-policy name = jmx-console
  |authentication
  |   login-module code=org.jboss.security.auth.spi.UsersRolesLoginModule
  |  flag = required /
  | module-option 
name=usersPropertiesg-users.properties/module-option
  | module-option 
name=rolesPropertiesg-roles.properties/module-option
  |/authentication
  | /application-policy
The files g-* are under conf and my other servlets, which do not contain their own 
users/roles, find them and work right. The jmx-console does this:
2004-03-14 21:02:10,375 INFO  [org.jboss.security.plugins.JaasSecurityManagerService] 
Added jmx-console, [EMAIL PROTECTED] to map
  | 2004-03-14 21:02:10,376 TRACE [org.jboss.security.auth.login.XMLLoginConfigImpl] 
getAppConfigurationEntry, authInfo=AppConfigurationEntry[]:
  | [0]
  | LoginModule Class: org.jboss.security.auth.spi.UsersRolesLoginModule
  | ControlFlag: LoginModuleControlFlag: required
  | Options:
  | 2004-03-14 21:02:10,445 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
initialize
  | 2004-03-14 21:02:10,451 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
Properties 
file=file:/space/d/home/jboss/jboss-3.2.2/server/default/tmp/deploy/tmp9308web-console.war/WEB-INF/classes/users.properties
  | 2004-03-14 21:02:10,456 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
Properties 
file=file:/space/d/home/jboss/jboss-3.2.2/server/default/tmp/deploy/tmp9308web-console.war/WEB-INF/classes/roles.properties
  | 2004-03-14 21:02:10,456 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
login
  | 2004-03-14 21:02:10,457 DEBUG [org.jboss.security.auth.spi.UsersRolesLoginModule] 
Bad password for username=admin
  | 2004-03-14 21:02:10,457 TRACE [org.jboss.security.auth.spi.UsersRolesLoginModule] 
abort
  | 2004-03-14 21:02:10,458 DEBUG 
[org.jboss.security.plugins.JaasSecurityManager.jmx-console] Login failure

The files under tmp are dated June 2003, belong to web-console and contain a trivial 
admin password.
So the jmx-console login config does not find the authentication resource under 
deploy and so it goes out for some file I dont know where it came from. I think 
jboss is following here some unspecified chain of defaults quite against the stated 
configuration policy and it is intrducing a security hole.

Thanks for your attention

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825620#3825620;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825620Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - JNDI

2004-03-14 Thread sudheer
Can anyone provide me a complete example of the Client code, esp. the setting the JNDI 
properties and the urls, etc.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825622#3825622;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825622Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Need a Simple Example

2004-03-14 Thread sudheer
Iam a begineer to JBoss. Can anyone help me out in providing a simple EJB example and 
how to deploy in JBoss application server.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825621#3825621;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825621Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: ClientLogin and SSL domains combined

2004-03-14 Thread cuonglam
tool wrote : Try following these few (3) instructions. 
  | These are what I wrote up after I got it to work in 3.0.1 and the people I work 
with have used them with apparent success.
  | 
  | Hope it does the job.
  | Brian

Where can I get these instructions?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825623#3825623;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825623Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Datasource Configuration] - JBossLocalXAException

2004-03-14 Thread subhani
Hi Guys
  I am getting following exception. Can u please let me know why it is coming..

java.lang.ClassNotFoundException: 
org.jboss.resource.connectionmanager.JBossLocalXAException (no security manager: RMI 
class loader disabled)
at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:248)

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825625#3825625;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825625Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-14 Thread jula
Client Code:

Properties props = new Properties();

 
props.put(Context.INITIAL_CONTEXT_FACTORY,org.jboss.naming.HttpNamingContextFactory);
 //LOCAL IP-props.put(Context.PROVIDER_URL, 
http://192.168.1.11:8080/invoker/JNDIFactory;);
 props.put(Context.PROVIDER_URL, http://203.94.78.157:8080/invoker/JNDIFactory;);
 props.put(java.naming.rmi.security.manager,no);
 props.put(jnp.disableDiscovery,true);


   ctx = new InitialContext(props);
   QueueConnectionFactory conFactory =
  (QueueConnectionFactory) ctx.lookup(HTTPConnectionFactory);

/*ERROR*/   connection = conFactory.createQueueConnection(phuser,phpass);

EXCEPTION on Client:

org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: 
(java.net.ConnectException: Connection timed out: connect)

at org.jboss.mq.Connection.authenticate(Connection.java:883)

BUT:

Identical code works in LAN with IP address changed and using ConnectionFactory.

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825626#3825626;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825626Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence CMP/JBoss] - Re: Unable to passivate due to ctx lock

2004-03-14 Thread mmoinikunta

Hi.. 

Same problem CTX lock is occuring when working with jboss3.2.1..
Did anybody find any solution to this ..

any solution .. for this please let me know..

thanks..
Madhu

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825627#3825627;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825627Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security JAAS/JBoss] - Re: LdapLoginModule search scope

2004-03-14 Thread mozheyko_d
Thanks for reply. 
I did not think, that jboss-code such not flexible

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825628#3825628;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825628Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Messaging, JMS JBossMQ] - Re: MDB Access over HTTP

2004-03-14 Thread jula
Full stack trace.

org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: 
(java.net.ConnectException: Connection timed out: connect)
at org.jboss.mq.Connection.authenticate(Connection.java:883)
at org.jboss.mq.Connection.(Connection.java:238)
at org.jboss.mq.SpyConnection.(SpyConnection.java:49)
at 
org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyConnectionFactory.java:135)
at jbosstest.Test.(Test.java:51)
at jbosstest.Test.main(Test.java:104)
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:426)
at java.net.Socket.connect(Socket.java:376)
at java.net.Socket.(Socket.java:291)
at java.net.Socket.(Socket.java:147)
at javax.net.DefaultSocketFactory.createSocket(DashoA6275)
at org.jboss.mq.il.oil.OILServerIL.createConnection(OILServerIL.java:563)
at org.jboss.mq.il.oil.OILServerIL.checkConnection(OILServerIL.java:507)
at org.jboss.mq.il.oil.OILServerIL.authenticate(OILServerIL.java:289)
at org.jboss.mq.Connection.authenticate(Connection.java:876)
... 5 more


However I can access the jmx-console over the Internet.

TIA
/Jula

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825629#3825629;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825629Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Connectors and JCA/JBoss] - Re: Problem With Connection Pooling Under Load

2004-03-14 Thread jayasudan
Hi jbossuser,

Even I am facing the same problem described by you couple of months back.

Can I know if you have got any answers to your posting? Pl throw some light on this 
issue I have been behind this for quite sometime :(

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825630#3825630;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825630Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: Problem redeploying EJB's in Jboss

2004-03-14 Thread jdwn
I'm still having the same problem, but I found a bug report where I also posted my 
problem. It's bug [ 877172 ] NullPointerException in LoadMgr3 on SourceForge. I think 
the bug is the same as my problem, so can somebody tell me if this is solved or how to 
solve it?

Thnx!

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3825631#3825631;View 
the original post/a

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3825631Reply 
to the post/a


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] Test, please ignore

2004-03-14 Thread Matthew Van Horn
Nothing to see here, move along, folks.

sorry for the disturbance - weird mail problems w/ lists it seems



---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user