[JBoss-user] [Beginners Corner] - jboss with netbeans

2005-11-20 Thread shankar_rao
While invoking a BMP ejbCreate() from clinet, i got this exception...
using netbeans with Jboss

thanks in advance
 

RemoteException occurred in server thread; nested exception is: 
java.rmi.ServerException: EJBException:; nested exception is: 
javax.ejb.EJBException: ejbCreate: null

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3908097#3908097

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3908097


---
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: EJB Spec violation

2005-07-19 Thread shankar_rao
what shud be the dirctory structure of our working folder if we dont want to 
include classes folder in ***.jar file.

current work directory structure is
   
 Newtest(root)
  -->project1
 --  /public_html/*.jsp and web-inf
 -- /src/*.java and META-INF
 -- classes/*.class

Is there any need to change the directory structure?
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885634#3885634

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885634


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: EJB Spec violation

2005-07-19 Thread shankar_rao
what shud be the dirctory structure of our working folder if we dont want to 
include classes folder in ***.jar file.

current work directory structure is
   
 Newtest(root)
  -->project1
/public_html/*.jsp and web-inf
 --->project1/src/*.java and META-INF
  

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885632#3885632

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885632


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: EJB Spec violation

2005-07-19 Thread shankar_rao
my bean is refering to ServiceLocator class where the lookup done,

after executing the given command i am posting the out put

D:\NewTest\Project1\src>jar -tf test.jar
META-INF/
META-INF/MANIFEST.MF
classes/common/
classes/common/EJBHomeFactory.class
classes/common/ServiceLocator.class
classes/TestPackage/
classes/TestPackage/impl/
classes/TestPackage/impl/TestSessionEJBBean.class
classes/TestPackage/TestAction.class
classes/TestPackage/TestActionForm.class
classes/TestPackage/TestSessionEJB.class
classes/TestPackage/TestSessionEJBHome.class
META-INF/application.xml
META-INF/ejb-jar.xml

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885478#3885478

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885478


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: EJB Spec violation

2005-07-19 Thread shankar_rao
my Test.jar containg TestPackage.impl.TestSessionEJBBean and even in my 
ejb-jar.xml the class name between  tag is also correct, where is 
the actul problem i am not getting..help me

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885443#3885443

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885443


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: EJB Spec violation

2005-07-19 Thread shankar_rao
i am posting my jboss.xml and appliction.xml and ejb-jar.xml


jboss.xml

  | 
  |   
  | 
  |   TestSessionEJB
  |   TestSessionEJB
  | 
  |   
  | 
  | 
  | 

application.xml

  | 
  |  new test
  |   
  |  test.jar
  |   
  |
  |  
  | test.war
  |  
  |   
  |  
  | 
  | 

ejb-jar.xml

  | 
  | 
  | 
  |   Session Bean ( Stateless )
  |   TestSessionEJB
  |   TestSessionEJB
  |   TestPackage.TestSessionEJBHome
  |   TestPackage.TestSessionEJB
  |   TestPackage.impl.TestSessionEJBBean
  |   Stateless
  |   Container
  | 
  |   
  | 
  | 
  | 
  | 


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885426#3885426

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885426


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - EJB Spec violation

2005-07-18 Thread shankar_rao
hi ,

  When i am deploying my ear in jboss server , it is giving the following 
exception it is unable to find Bean..anybody plz help me
thanx in advance

10:05:13,273 INFO  [EARDeployer] Init J2EE application: file:/D:/jboss-4.0/serve
r/default/deploy/test.ear
10:05:14,039 WARN  [verifier] EJB spec violation:
Bean   : TestSessionEJB
Section: 22.2
Warning: The Bean Provider must specify the fully-qualified name of the Java cla
ss that implements the enterprise bean's business methods in the  ele
ment.
Info   : Class not found on 'TestPackage.impl.TestSessionEJBBean': No ClassLoade
rs found for: TestPackage.impl.TestSessionEJBBean

10:05:14,039 ERROR [MainDeployer] could not create deployment: file:/D:/jboss-4.
0/server/default/tmp/deploy/tmp14616test.ear-contents/test.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile
d, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:499)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:810)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:672)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:636)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:174)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:303)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:477)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
92)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:828)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:360)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885391#3885391

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885391


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-17 Thread shankar_rao
sir,

  while deploying my ear file in jboss Application server , i got this 
exception. 

10:42:52,734 WARN  [verifier] EJB spec violation:
Bean   : EmpDetail
Section: 22.2


10:42:52,749 ERROR [MainDeployer] could not create deployment: file:/D:/jboss-4.
0/server/default/tmp/deploy/tmp40250scl.ear-contents/scl.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile
d, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:499)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:818)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:810)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:672)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:636)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
ejb-jar.xml

  | 
  |   
  | 
  |   session Bean ( Stateless )
  |   OfficeRelated
  |   BPSOfficeRelated
  |   com.spry.bps.masters.session.OfficeRelatedHome
  |   com.spry.bps.masters.session.OfficeRelated
  |   
com.spry.bps.masters.session.impl.OfficeRelatedBean
  |   Stateless
  |   Container
  | 
  | 
  |   Session Bean ( Stateless )
  |   GenMaster
  |   GenMaster
  |   com.spry.bps.masters.session.GenMasterHome
  |   com.spry.bps.masters.session.GenMaster
  |   com.spry.bps.masters.session.impl.GenMasterBean
  |   Stateless
  |   Container
  | 
  | 
  |   Session Bean ( Stateless )
  |   vehicleMaster
  |   vehicleMaster
  |   com.spry.bps.masters.session.vehicleMasterHome
  |   com.spry.bps.masters.session.vehicleMaster
  |   
com.spry.bps.masters.session.impl.vehicleMasterBean
  |   Stateless
  |   Container
  | 
  | 
  |   
  | 
  | 
jboss.xml

  | 
  | 
  |   GenMaster
  |   com/spry/bps/masters/session/GenMaster
  | 
  | 
  | vehicleMaster
  | vehicleMaster
  | 
  | 
  | EmpDetail
  | com/spry/bps/masters/session/EmpDetail
  | 
  | 
  | Billing
  | com/spry/bps/masters/session/Billing
  | 
  | 
  | spareConsumable
  | 
com/spry/bps/masters/session/spareConsumable
  | 
  | 
  | SupplierMasterCreationEJB
  | 
com/spry/bps/masters/session/SupplierMasterCreationEJB
  | 
  | 
  | ServiceDetails
  | 
com/spry/bps/masters/session/impl/ServiceDetails
  | 
  | 
  | 
  | 

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885229#3885229

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885229


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-16 Thread shankar_rao
sir,
 
I deployed my ear and it successfully deplyed , but when i am trying to request 
the appliction , it is saying the request resource not available..and on the 
server console no exception is thrown..

does i need to create any other .xml files other than 

ejb-jar.
jboss.
web-xml.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885153#3885153

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885153


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-16 Thread shankar_rao
sir,
 
I deployed my ear and it successfully deplyed , but when i am trying to request 
the appliction , it is saying the request resource not available..and on the 
server console no exception is thrown..

does i need to create any other .xml files other than 

ejb-jar.
jboss.
web-xml.




View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885152#3885152

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885152


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-16 Thread shankar_rao
Thanks jaikiran, that problme is solved, actually the application.xml is in 
meta-inf which was case sensitive which so we changed to Caps



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885143#3885143

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885143


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-16 Thread shankar_rao
this is my Server Console exception when i deply my ear file, even though i 
have application.xml in META-INF Directory..pls give me solution

org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:63)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:728)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:663)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:636)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:174)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:303)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:477)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
92)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:828)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:360)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:174)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:253)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:864)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:673)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:636)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:620)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:174)
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:144)
at org.jboss.Main$1.run(Main.java:389)
at java.lang.Thread.run(Thread.java:536)
16:50:36,663 ERROR [URLDeploymentScanner] MBeanException: null
Cause: Incomplete Deployment listing:
Packages waiting for

[JBoss-user] [Advanced Documentation] - Re: Problem in deployment

2005-07-16 Thread shankar_rao
sir, 

when i deployed my ear file in jboss 4.0 i got the exception as 

no meta-inf/Application.xml found 

so i give the below command and i got the out put as follows 
is this out wrong? needed any changes...give the solution 

D:\jboss-scl13_7\scl\SCL>jar -tf scl.ear 
META-INF/ 
META-INF/MANIFEST.MF 
scl.war 
scl.jar 
src/META-INF/application.xml 



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885133#3885133

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885133


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-16 Thread shankar_rao
there is application.xml in META/INF directory ,event then i am getting the 
Exception..   ,
Is this any way related to manifest.mf file ,should there be any entry i that 
file.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885132#3885132

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885132


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: no Application.xml found exception

2005-07-16 Thread shankar_rao
there is application.xml in META/INF directory ,event then i am getting the 
Exception..   ,
Is this any way related to manifest.mf file ,should there be any entry i that 
file.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885131#3885131

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885131


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - no Application.xml found exception

2005-07-15 Thread shankar_rao
sir,

when i deployed my ear file in jboss 4.0 i got the exception as 

no meta-inf/Application.xml found

so i give the below command and i got the out put as follows
is this out wrong? needed any changes...give the solution

D:\jboss-scl13_7\scl\SCL>jar -tf scl.ear
META-INF/
META-INF/MANIFEST.MF
scl.war
scl.jar
src/META-INF/application.xml



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885116#3885116

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885116


---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Advanced Documentation] - Problem in deployment

2005-07-15 Thread shankar_rao
 Sir,
  
 Actually we developed the application in Oracle 9i Jdeveloper and after that 
we migrated to jboss for deployment , i build the application using ant...and 
created , jar,war and ear

 but when i deployed the ear File it is throwing the exception as follows.

I have my Application.xml in META-INF Folder only Pls anybody give 
me the solution

org.jboss.deployment.DeploymentException: No META-INF/application.xml found
at org.jboss.deployment.EARDeployer.init(EARDeployer.java:63)
at org.jboss.deployment.MainDeployer.init(MainDeployer.java:728)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:663)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:636)
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:174)
at $Proxy7.deploy(Unknown Source)
at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:303)
at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:477)
at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:201)
at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:274)
at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:1
92)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:828)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:360)
at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:174)
at $Proxy4.start(Unknown Source)
at org.jboss.deployment.SARDeployer.start(SARDeployer.java:253)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:864)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:673)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:636)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:620)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.
java:74)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:45)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:70)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:168)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:469)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:174)
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(