[JBoss-user] [EJB/JBoss] - Urgent: Ejb Not bound Linux

2004-03-27 Thread ashsamso
Hi all 
   I am facing problem when i deploy an stateless session bean under jboss 3.2.1 under 
linux the same ear file working good under windows XP it give me EJB not bound naming 
exception with the same Jboss version i am searching on the forum but i didn't found 
any solution to my probelm also i test the JNDI View return nothing this my 
descriptors files

ejb-jar
   enterprise-beans 
  
 display-nameMy SMS Session Bean/display-name
 ejb-nameMySenderSession/ejb-name
 com.HelperHome
 com.Helper
 ejb-classcom.HelperBean/ejb-class
 session-typeStateless/session-type
 transaction-typeContainer/transaction-type
  
   /enterprise-beans
/ejb-jar

Jboss .xml

   enterprise-beans
  
 ejb-nameMySenderSession/ejb-name
 jndi-nameMySenderSessionHomeRemote/jndi-name
  
   /enterprise-beans


Jboss-web.xml

jboss-web
  ejb-ref
ejb-ref-nameejb/MySenderSession/ejb-ref-name
jndi-nameMySenderSessionHomeRemote/jndi-name
  /ejb-ref
/jboss-web

web.xml 
 web-app
ejb-ref
   no description
   ejb-ref-nameejb/MySenderSession/ejb-ref-name
   ejb-ref-typeSession/ejb-ref-type
   com.HelperHome
   com.Helper
   /ejb-ref
/web-app


My JSP Lookup is
InitialContext ctx = new InitialContext();
Object objref = ctx.lookup(ejb/MySenderSession);
testSessionBean = (SMSHelperHome)PortableRemoteObject.narrow(objref, 
Class.forName(com.hprog.shoog.SMSHelperHome));
NamingException.printStackTrace();



Please if anyone face my problem advice me asap

Thanks
  


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827713Reply 
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-27 Thread raffaelecorvino

Hello all,
I solve in part my previus problem (error in code), but now I have a new problem:
Looking up the queue
Creating the connection now...

org.jboss.mq.SpyJMSException: Cannot authenticate user; - nested throwable: 
(java.net.UnknownHostException: raffaele: raffaele)
at org.jboss.mq.Connection.authenticate(Connection.java:883)
at org.jboss.mq.Connection.(Connection.java:238)
at org.jboss.mq.Connection.(Connection.java:315)
at org.jboss.mq.SpyConnection.(SpyConnection.java:60)
at 
org.jboss.mq.SpyConnectionFactory.createQueueConnection(SpyConnectionFactory.java:116)
at au.com.tusc.client.RequestMDBClient.testMDBBean(RequestMDBClient.java:53)
at au.com.tusc.client.RequestMDBClient.main(RequestMDBClient.java:77)
Caused by: java.net.UnknownHostException: raffaele: raffaele
at java.net.InetAddress.getLocalHost(InetAddress.java:1191)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:169)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
at java.net.Socket.connect(Socket.java:452)
at java.net.Socket.connect(Socket.java:402)
at java.net.Socket.(Socket.java:309)
at java.net.Socket.(Socket.java:153)
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)
... 6 more


Please anyone help me?
Thanks in advance.
Raffaele


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827714Reply 
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] - Re: Nearly There With HTTPSession Repl: One More Issue (Clas

2004-03-27 Thread Sacha Labourey
Are you sure your classes are Serializable?

Which version of JBoss? 

What is your jboss-web.xml clustering configuration, if any?

sacha

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827715Reply 
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] - How to call EJB which requires specific JAAS role?

2004-03-27 Thread mkochano
Hi!

I need my mbean to call some Sesion Bean'd remote interface method. I can provide this 
mbean with user name and password for user having required role, but how do I make 
JAAS assign proper principal and roles to this mbean (thread?)?

Regards

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827717Reply 
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] [JBoss.NET SOAP] - xdoclet info for jboss.net module (add'l)

2004-03-27 Thread ebaskoro
Just to add few things:

1. I thing it should be @jboss-net.web-service instead of @jboss-net:web-service;
2. In JBossIDE (Eclipse), download the jbossnet subtask xdoclet JAR file from 
http://www.nsdev.org/jboss/stories/xdoclet-module-jboss-net.jar and put it in 
%ECLIPSE_HOME%\plugins\org.jboss.ide.eclipse.xdoclet.core_1.2.2 directory (I use 
Eclipse 2.1.3);
3. In JBossIDE (Eclipse), it is NOT @jbossnet BUT @jboss-net! There is a bug here (I 
think);
4. In your build.xml file (or xdoclet-build.xml) make sure you insert the subtask as 
shown below in the ejbdoclet task:



(For more information, refer to http://www.nsdev.org/jboss/stories/jboss-net.html)

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827721Reply 
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] [JBoss.NET SOAP] - Re: ClassNotFoundException in JBoss.Net deployment

2004-03-27 Thread westmeier
Hi,

i think, that i have similar problem with my web-service.

My Application, which uses EJBs,  works with a local TestClient (see 1.)without 
problems.

In future the RealClient should be a Web-Start-Application with Port 80 
Server-Communication 
(to avoid firewall-problems) and so I tried to create an Axis Web-Service (see 2.). 

My Problem is, that after deploying my web-service the URL 
http://localhost:8080/jboss-net/services/UserService?wsdl 
leads an Axis-ErrorMessage.It looks like Axis can't find my EJB, but why?

Do you have any hints?
Thorsten



The URL http://localhost:8080/jboss-net/services/UserService?wsdl leads to the 
following errorMessage:  


  | AXIS error
  | 
  | Sorry, something seems to have gone wrong... here are the details:
  | 
  | Fault - ; nested exception is: 
  | org.apache.axis.ConfigurationException: java.lang.ClassNotFoundException: No 
ClassLoaders found for: UserSL
  | AxisFault
  |  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
  |  faultSubcode: 
  |  faultString: java.lang.ClassNotFoundException: No ClassLoaders found for: UserSL
  |  faultActor: 
  |  faultNode: 
  |  faultDetail: 
  | {http://xml.apache.org/axis/}stackTrace: java.lang.ClassNotFoundException: No 
ClassLoaders found for: UserSL
  | at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:241)
  | at 
org.jboss.mx.loading.UnifiedClassLoader3.loadClassImpl(UnifiedClassLoader3.java:181)
  | at org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:135)
  | at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
  | at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
  | at java.lang.Class.forName0(Native Method)
  | at java.lang.Class.forName(Class.java:141)
  | at org.apache.axis.utils.ClassUtils$2.run(ClassUtils.java:197)
  | at java.security.AccessController.doPrivileged(Native Method)
  | . . .
  | 


My System is : JDK 1.4.2_04-b05, JBoss 3.2.4RC1, JBoss integrated Tomcat, JBoss 
integr. Axis (JBoss-net.sar), 
Microsoft IIS, JK2-Connector (isapi_redirector2.dll)



1.) EJB-TestClient:


  | import testEJB.UserSLHome;
  | import testEJB.UserSL;
  | . . .
  | private UserSLHome userSLHome = null;
  | private UserSL userSL = null;
  | . . .
  | 
  | try
  | {
  |Hashtable env = new Hashtable();
  |   env.put(java.naming.factory.initial,
  |   org.jnp.interfaces.NamingContextFactory);
  |   env.put(java.naming.provider.url,
  |   localhost:1099);
  | 
  |Context jndiContext = new InitialContext(env);
  |
  |Object ref = jndiContext.lookup(UserSL);
  |userSLHome = (UserSLHome)
  |  PortableRemoteObject.narrow(ref, UserSLHome.class);
  |
  |userSL = userSLHome.create();   
 
  |userAccount = userSL.userLogin(loginName, loginPassword);
  | }
  | catch (Exception ex)
  | {
  |ex.printStackTrace();
  | }
  | 


2.) TestEJBModul.wsr:
**

/Meta-inf/Manifest.mf
/Meta-inf/web-service.xml


web-service.xml:
-

  | ?xml version=1.0 encoding=UTF-8?
  | deployment 
  |xmlns=http://xml.apache.org/axis/wsdd/;
  |xmlns:java=http://xml.apache.org/axis/wsdd/providers/java;
  |service name=UserService provider=java:EJB
  |   parameter name=beanJndiName value=UserSL/
  |   parameter name=homeInterfaceName value=UserSLHome/
  |   parameter name=remoteInterfaceName value=UserSL/
  |   parameter name=allowedMethods value=userLogin/
  |   parameter name=jndiURL value=jnp://localhost:1099/
  |   parameter name=jndiContextClass 
  |  value=org.jnp.interfaces.NamingContextFactory/
  |/service
  | /deployment
  | 


3.) TestEJBModul.jar:
**

/Meta-inf/ejb-jar.xml
/Meta-inf/jboss.xml
/Meta-inf/jbosscmp-jdbc.xml
   . . .
/testEJB/UserSL.class
/testEJB/UserSLHome.class
/testEJB/UserSLBean.class
   . . .
. . .


ejb-jar.xml:
-

  | ?xml version=1.0 encoding=UTF-8?
  | !DOCTYPE ejb-jar PUBLIC -//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 
2.0//EN http://java.sun.com/dtd/ejb-jar_2_0.dtd;
  | ejb-jar
  |display-nameTestEJBModul/display-name
  |enterprise-beans
  |   session
  |  display-nameUserSL/display-name
  |  ejb-nameUserSL/ejb-name
  |  hometestEJB.UserSLHome/home
  |  remotetestEJB.UserSL/remote
  |  ejb-classtestEJB.UserSLBean/ejb-class
  |  session-typeStateless/session-type
  |  transaction-typeContainer/transaction-type
  |   /session
  |   . . .
  |/enterprise-beans
  |assembly-descriptor
  |   container-transaction
  |  method
  | ejb-nameUserSL/ejb-name
  | method-name*/method-name
  |  /method
  |  trans-attributeRequired/trans-attribute
  |   /container-transaction
  |. . .
  |   

[JBoss-user] [JBoss.NET SOAP] - Re: ClassNotFoundException in JBoss.Net deployment

2004-03-27 Thread westmeier
Sorry, i forgot something to mention:

I use the JBoss default-configuration and added manually the ?jboss-net.sar? from 
all-configuration to the deploy-directory without any further configuration. May this 
cause any problems?

Thorsten


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827726Reply 
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: Creating java Client for Simple EJB

2004-03-27 Thread m1609
start the client with the following command:

C:\jboss-3.0.4\clientjava 
-Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory 
-Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces 
-Djava.naming.provider.url=localhost -classpath .;jboss-j2ee.jar 
com.vigorsoft.ejb.HelloClient

Have a look at the following tool. It's very simple to create and start test clients 
for EJBs.

http://www.j2eeguru.net/html/j2ee_component_wizard.html

and 

http://www.j2eeguru.net/html/test_client.html

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827735Reply 
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] [Performance Tuning] - Re: Performance of 3.2.3 When EJB requires DB lookup

2004-03-27 Thread lucasfowler
Follow up

The bit about 100% CPU seems to be due to the JMS which was going on (We were using 
OIL on 3.0.8 and UIL2 on 3.2.3, see my post in the JMS forum which I'll post after 
this).

But the rest still holds true.


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827740Reply 
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] - Comparison of UIL2, OIL2 and OIL

2004-03-27 Thread lucasfowler
We have an application running at a constant 50 messages/second, running on Linux

We had this application running in 3.0.8 using OIL and it was fine.
When we moved to 3.2.3 we also moved to using UIL2 and suddenly
the whole thing was using 100% CPU for the same 50 messages. 
So I did some tests, basically the difference was in the Context changes
which linux required for this:

UIL2: ~12500/s
OIL2: ~5000/s
OIL: ~2500/s

We don't need the special features of UIL2 because there are no firewall
issues. So I guess we'll use OIL. 

Can anyone give me some reasons why not?
Is there a plan to deprecate OIL with OIL2?



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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827741Reply 
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] - Re: Nearly There With HTTPSession Repl: One More Issue (Clas

2004-03-27 Thread nickman
Sacha;

Thanks for the reply.

I am quite certain the classes are serializable. For a while, we had one that was not, 
but it was made quite evident by errors in the log, which we are no longer getting.

I have een observing this issue in 3.2.3, so I wrote a proof of concept (with only 
String values in the session) which also did not work until I upgraded to 3.2.4RC1, 
based on the UseLocalCache attribute set to false recommendation I read elsewhere, 
so 3.2.4RC1 ran the proof of concept fine, but not my full app.

I have used both the following in my testing of the full app:

?xml version=1.0 encoding=UTF-8?
  | jboss-web
  |   context-root//context-root
  |replication-config
  |   replication-triggerSET/replication-trigger
  |   replication-typeSYNC/replication-type
  |/replication-config
  | /jboss-web
  | 

and 

?xml version=1.0 encoding=UTF-8?
  | jboss-web
  |replication-config
  |   replication-triggerSET_AND_GET/replication-trigger
  |   replication-typeSYNC/replication-type
  |/replication-config
  | /jboss-web
  | 

Thanks again.

//Nicholas

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827743Reply 
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] - BUG: EJB-QL OR operator fails with nulls in inner join

2004-03-27 Thread erik777
 I think I found a bug in EJB-QL.  Please correct me if I am doing things incorrectly. 
 

I'm very much aware of the limits in EJB-QL today with regards to NULLs, and have had 
to create many queries to handle instances where parameters would otherwise NULL 
values.  There's nothing more I'd like to see fixed in J2EE than today's limitations 
to EJB-QL.  However, this is different as it does not depend on parameters at all.  
Instead, it is based solely on the values in the database.  

Basically, I have a case where a user session (s) includes a domain ID, which may be 
null.  Similarly, each user role is tied to a domain, which may be null.  The null 
values represent a concept I call GLOBAL and are valid.  

In EJB-QL, I am tryting to say the following:

- If the session domain Id is NULL, give me all roles belonging to the user.  
Otherwise...
- only give me user roles that match the sesion's domain Id.

This is the logic that fails wiht EJB-QL:

s.domainId IS NULL OR
s.domainId = rm.role.domain.id

In a test case, a user has 3 roles, and one of them is GLOBAL (null domain).  For the 
GLOBAL one, the following assertions are true:

s.domainId IS NULL 
rm.role.domain IS NULL

The latter assertion is where I believe JBoss is having trouble handling the OR 
propertly.  If I only include 

s.domainId IS NULL 

in the EJB-QL, then I get back all three roles if the domainId is null, which is 
correct.  If I only include

s.domainId = rm.role.domain.id

in the query, then I only get back the two matching roles if s.domainId is not null.  
This is correct, since rm.role.domain is null in this case, making it impossible to 
obtain the id of the domain.  

However, when you combine them with an OR statement, I suspect that JBoss is 
incorrectly restricting the results to this inner join even when s.domainId IS NULL .  
Thus, it is not correctlyapplying the OR statement, which should in effect return a 
unique union of the two result sets on both sides of the OR.

Here's is the complete EJQ-QL that fails to ever return roles with a null domain:

  |   SELECT DISTINCT OBJECT(rm)
  |FROM rolemodules AS rm, 
  | IN (rm.role.userRoles) ur, 
  | IN (ur.user.sessions) s
  |WHERE s.id = ?1 AND s.randomId = ?2 AND 
  |  (s.domainId IS NULL OR
  |   s.domainId = rm.role.domain.id)  AND
  |  rm.module.application.name = ?3 AND
  |  rm.module.name = ?4
  |   
Has this been fixed in 3.2.4?  If not, how do we submit bug reports?  I've been using 
JBoss since 2.4.0, and honestly don't know how to submit bug reports.  LOL

Thank you,

Erik
http://as.JoshuaBranch.com  
application security today


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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827747Reply 
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: Urgent: Ejb Not bound Linux

2004-03-27 Thread spiritualmechanic
Make sure your META-INF is in caps on linux. Windows doesn't care. So JBoss will 
deploy your jar as a regular non-EJB jar, since it won't find your META-INF directory.

Steve

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827748Reply 
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] - 3.2.4RC1 CMP creating table 'Xuser' instead of 'user' -- why

2004-03-27 Thread camel
I'm deploying some CMP entity beans on jboss 3.2.4RC1, and for one of my tables it 
keeps creating and then using the table 'Xuser' instead of 'user'.  I've been 
deploying the same beans under previous versions (3.2.1, 3.2.2, 3.2.3) with no 
problem.  Once it creates the table, it seems to work fine..  but it is ignoring the 
correct, existing table (user).  It doesn't do this with any of my other tables.  
I've searched my source code (and all the deployment descriptors created by XDoclet) 
for a mis-type of user, but everything looks fine there.

I'm using MySQL as my db.  

I just tried removing my existing 'user' table to see if it would create one called 
'user' instead of 'Xuser' but it still calls it Xuser:

anonymous wrote : 
  | ...
  | 23:24:53,375 INFO  [User] Created table 'Xuser' successfully.
  | ...
  | 

If I rename my existing 'user' table to 'xuser', JBoss happily uses it.  

Any ideas?



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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827749Reply 
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] [JCA/JBoss] - does jboss4.00dr3 supports jca1.5?

2004-03-27 Thread eshoresh
does jboss4.00dr3 supports jca1.5?

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827751Reply 
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: Urgent: Ejb Not bound Linux

2004-03-27 Thread ashsamso
i checked My META-INF and i found it on caps , so i don't know from the probelm come , 
the problem that i test the ear application on the same version under windows XP and 
it was run but under linux give this error, so if anyone know common differneces bet. 
linux and windows deployment please till me

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3827752Reply 
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