[JBoss-user] [Beginners Corner] - online webinar's are not working help please

2006-05-15 Thread feroz_ps
i get some error while opening any webinar , can any one say whats the problem




Warning: OCIStmtExecute: ORA-01400: cannot insert NULL into 
(TEST.MTGATTENDEESTATUS.EMAIL) in 
/www/htdocs/mywebex-t20-localized_en-us/onstage/include/ociconnect.inc on line 
170
This sql statement have errors:insert into MTGATTENDEESTATUS 
(SiteID,AID,ConfID,Email,UUID,JoinTime,LeaveTime,EVENTTYPE,USERNAME,REMOTEHOST,USERAGENT,RefNum1,RefNum2,RefStr1,RefStr2,RefTime1,RefTime2,Status)
 values (232935,2610342,317835569,'',0,TO_DATE('05/15/2006 
09:33:21','mm/dd/ hh24:mi:ss'),'','PlaybackOnstageJava',' 
''','61.246.50.168','Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; 
SV1)','','','','','','',1)
 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3943494#3943494

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3943494


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: I got a same problem

2006-01-06 Thread feroz_ps
 i have hello pojo web service im able to access the wsdl through the browser 
http://localhost:8080/myweb/Hello?WSDL

the url works fine but when im executing im getting the same exception what 
counld it mean anyone would like comment some on this , Please

Good day

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3916275#3916275

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3916275


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637alloc_id=16865op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: deploy ejb3.0 in jboss4.03

2005-09-09 Thread feroz_ps
thats a good question 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3893793#3893793

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3893793


---
SF.Net email is Sponsored by the Better Software Conference  EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile  Plan-Driven Development * Managing Projects  Teams * Testing  QA
Security * Process Improvement  Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: step-wise configuration of jboss

2005-06-20 Thread feroz_ps
if u write the error mesages that would be really helpfull , to solve problem , 
please be descriptive while discussing ur problem

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3882078#3882078

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


---
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=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [HTTPD, Servlets JSP] - Re: JBoss 4.0.2 breaks my web app

2005-06-20 Thread feroz_ps
 JBOSS 4.0.2 uses unified ClassLoader to isolate ur one app from another  most 
probably bcause of classes in twoi diff application Go thrgh ClassLoading 
configuratyion of jboss in WIki Pages of jboss

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3882110#3882110

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


---
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=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Getting ClassCast Exception to narrow Home interface try thi

2005-06-19 Thread feroz_ps





 Thread th = Thread.curreentThread();
 ClassLoader cloader = th.getContextClassLoader();
 try{
 InitialContext cont = new InitialContext();
 Object obj = cont.lookup(ejb\YourJNDI);
 Classloader ejb_cloader = obj.getClass().getClassLoader();
 th.setContextClassLoader(ejb_loader);
 YourLocalHome you = (YourLocalHome)obj;
 ...

 }
 catch(){}

 finally{ th.setContextClassLoader(cloader);}



May be i have tried lot of things but , like , i cahnged jbosswebloder=false 
and islotaion for ear false, setting classloader for ears ... lots of problem ; 
but still i was getting problems ie. CLassCastException but this the way im 
Working now . May Be some would be having a better way to suggest. Thanks 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3882051#3882051

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


---
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=7477alloc_id=16492op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: ClassCastException with LocalHome casting

2005-06-13 Thread feroz_ps
Lots of suggestion but i didnt find any thing helpfull , simple i got a .war 
folder which is suppoesed to access a bean deployed separately within jar file 
i tried by giving ejb-local-ref tag in deployment descriptor of ejb module but 
nothing changed, i tried by adding ejb-localref adding jboss-web.xml nothing 
helpfull can any suugest what should i do to make it work


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881292#3881292

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: #Entity Beans on Jboss 4.0.2#

2005-06-10 Thread feroz_ps
hye sve i thank u for giving ur precious help thank u a lot's .

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3881072#3881072

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - #Entity Beans on Jboss 4.0.2#

2005-06-07 Thread feroz_ps
Hye there i have written some entity beans for jboss server its deploying and 
everything is working fine tables are created , . But when i try to look up 
with the jndi name Its Does not return Home Class its returning somt Proxy 
Class and Throws ClassCastException does any one knows what is the problem. or 
where is the mistake . thanks in advance

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3880589#3880589

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


---
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61 plasma display: http://www.necitguy.com/?r=20
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - jboss mail

2005-05-28 Thread feroz_ps
hello Everybody , hope ur doing fine , Well my problem is Jboss mail . I need 
to know how to add user in and remove from service and change thier data . not 
manually but by java code is there any api availble or any another way that i 
can change the source and make it work in my way or something else . Plz 
waiting for the needfull

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3879336#3879336

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


---
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation Configuration] - configuring jboss for linux

2005-04-27 Thread feroz_ps
i have downloaded jboss4.0 sp1 for linux , and have also set path jboss_home 
but still its not running can anyone help me out

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3875569#3875569

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


---
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - Re: diference between JBOSS and Weblogic

2005-03-19 Thread feroz_ps
Its a Open Source Server adnd weblogic is not . Where in weblogic lot of tools 
are available for development process . Here Source code is available for 
programmer

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870837#3870837

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [J2EE Design Patterns] - JBoss Mail

2005-03-19 Thread feroz_ps
Im very new JBoss and i have to work on jmail using JBoss now can anyone 
suggest me the beats ide availble for Jboss plz help needed . waiting for ur 
answer desparately

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3870838#3870838

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user