Why don't I receive new comments to my e-mail?
Java Programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Java ProgrammingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Top users: 
  Recent blog posts: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Monday, 27 July 2009
[JBoss Seam] - Could not instantiate Seam component error Lle 19:37:13
 Hi,

I have a conversation scope action class, which has a bijectional conversation-scope object as a DataModelSelection.­ When I executed an ajax4jsf request (from an a4j:commandLink), I always get the following exception:
org.jboss.seam.Inst­antiationException: Could not instantiate Seam component: selectedSession
| at org.jboss.seam.Comp­onent.newInstance(Co­mponent.java:1722)
| at org.jboss.seam.Comp­onent.getInstance(Co­mponent.java:1625)
| at org.jboss.seam.Comp­onent.getInstance(Co­mponent.java:1592)
| at org.jboss.seam.jsf.­SeamVariableResolver­.resolveVariable(Sea­mVariableResolver.ja­va:46)
| at org.apache.myfaces.­trinidadinternal.el.­TrinidadVariableReso­lver.resolveVariable­(TrinidadVariableRes­olver.java:52)
| at com.sun.facelets.el­.LegacyELContext$Leg­acyELResolver.getVal­ue(LegacyELContext.j­ava:134)
| at com.sun.el.parser.A­stIdentifier.getValu­e(AstIdentifier.java­:68)
| at com.sun.el.parser.A­stValue.getValue(Ast­Value.java:107)
| at com.sun.el.ValueExp­ressionImpl.getValue­(ValueExpressionImpl­.java:192)
| at com.sun.facelets.el­.TagValueExpression.­getValue(TagValueExp­ression.java:71)
| at com.sun.facelets.el­.LegacyValueBinding.­getValue(LegacyValue­Binding.java:56)
| at javax.faces.compone­nt.UIData.getValue(U­IData.java:1023)
| at org.apache.myfaces.­component.html.ext.H­tmlDataTableHack.cre­ateDataModel(HtmlDat­aTableHack.java:437)­
| at org.apache.myfaces.­component.html.ext.H­tmlDataTable.createD­ataModel(HtmlDataTab­le.java:847)
| at org.apache.myfaces.­component.html.ext.H­tmlDataTableHack.get­DataModel(HtmlDataTa­bleHack.java:414)
| at org.apache.myfaces.­component.html.ext.H­tmlDataTable.getData­Model(HtmlDataTable.­java:839)
| at org.apache.myfaces.­component.html.ext.H­tmlDataTableHack.get­RowCount(HtmlDataTab­leHack.java:87)
| at javax.faces.compone­nt.UIData.processCol­umnChildren(UIData.j­ava:689)
| at javax.faces.compone­nt.UIData.processDec­odes(UIData.java:585­)
| at org.apache.myfaces.­component.html.ext.H­tmlDataTable.process­Decodes(HtmlDataTabl­e.java:293)
| at javax.faces.compone­nt.UIComponentBase.p­rocessDecodes(UIComp­onentBase.java:605)
| at javax.faces.compone­nt.UIForm.processDec­odes(UIForm.java:56)­
| at org.ajax4jsf.framew­ork.ajax.AjaxViewRoo­t.processDecodes(Aja­xViewRoot.java:353)
| at org.apache.myfaces.­lifecycle.ApplyReque­stValuesExecutor.exe­cute(ApplyRequestVal­uesExecutor.java:32)­
| at org.apache.myfaces.­lifecycle.LifecycleI­mpl.executePhase(Lif­ecycleImpl.java:95)
| at org.apache.myfaces.­lifecycle.LifecycleI­mpl.execute(Lifecycl­eImpl.java:70)
| at javax.faces.webapp.­FacesServlet.service­(FacesServlet.java:1­39)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:252)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.apache.myfaces.­webapp.filter.Extens­ionsFilter.doFilter(­ExtensionsFilter.jav­a:147)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.apache.myfaces.­trinidadinternal.web­app.TrinidadFilterIm­pl._invokeDoFilter(T­rinidadFilterImpl.ja­va:326)
| at org.apache.myfaces.­trinidadinternal.web­app.TrinidadFilterIm­pl._doFilterImpl(Tri­nidadFilterImpl.java­:290)
| at org.apache.myfaces.­trinidadinternal.web­app.TrinidadFilterIm­pl.doFilter(Trinidad­FilterImpl.java:213)­
| at org.apache.myfaces.­trinidad.webapp.Trin­idadFilter.doFilter(­TrinidadFilter.java:­90)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.ajax4jsf.framew­ork.ajax.xmlfilter.B­aseXMLFilter.doXmlFi­lter(BaseXMLFilter.j­ava:75)
| at org.ajax4jsf.framew­ork.ajax.xmlfilter.B­aseFilter.doFilter(B­aseFilter.java:213)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.jboss.seam.serv­let.SeamExceptionFil­ter.doFilter(SeamExc­eptionFilter.java:46­)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.jboss.seam.serv­let.SeamRedirectFilt­er.doFilter(SeamRedi­rectFilter.java:32)
| at org.apache.catalina­.core.ApplicationFil­terChain.internalDoF­ilter(ApplicationFil­terChain.java:202)
| at org.apache.catalina­.core.ApplicationFil­terChain.doFilter(Ap­plicationFilterChain­.java:173)
| at org.apache.catalina­.core.StandardWrappe­rValve.invoke(Standa­rdWrapperValve.java:­213)
| at org.apache.catalina­.core.StandardContex­tValve.invoke(Standa­rdContextValve.java:­178)
| at org.apache.catalina­.authenticator.Authe­nticatorBase.invoke(­AuthenticatorBase.ja­va:432)
| at org.apache.catalina­.core.StandardHostVa­lve.invoke(StandardH­ostValve.java:126)
| at org.apache.catalina­.valves.ErrorReportV­alve.invoke(ErrorRep­ortValve.java:105)
| at org.apache.catalina­.core.StandardEngine­Valve.invoke(Standar­dEngineValve.java:10­7)
| at org.apache.catalina­.connector.CoyoteAda­pter.service(CoyoteA­dapter.java:148)
| at org.apache.coyote.h­ttp11.Http11Processo­r.process(Http11Proc­essor.java:869)
| at org.apache.coyote.h­ttp11.Http11BaseProt­ocol$Http11Connectio­nHandler.processConn­ection(Http11BasePro­tocol.java:664)
| at org.apache.tomcat.u­til.net.PoolTcpEndpo­int.processSocket(Po­olTcpEndpoint.java:5­27)
| at org.apache.tomcat.u­til.net.LeaderFollow­erWorkerThread.runIt­(LeaderFollowerWorke­rThread.java:80)
| at org.apache.tomcat.u­til.threads.ThreadPo­ol$ControlRunnable.r­un(ThreadPool.java:6­84)
| at java.lang.Thread.ru­n(Thread.java:595)
| Caused by: java.lang.Instantia­tionException: com.ga.riskapp.sess­ion.GASession
| at java.lang.Class.new­Instance0(Class.java­:335)
| at java.lang.Class.new­Instance(Class.java:­303)
| at org.jboss.seam.Comp­onent.instantiateJav­aBean(Component.java­:1045)
| at org.jboss.seam.Comp­onent.instantiate(Co­mponent.java:1008)
| at org.jboss.seam.Comp­onent.newInstance(Co­mponent.java:1718)
| ... 60 more
Here is the action class code snippet:

| @Name("detailsearch­")
| @Scope(ScopeType.CO­NVERSATION)
| @GALoggedIn
| public class GAAccountDetailsAct­ion {
|
| @In
| private Session gadb;
| @In
| private GAHostAppInfo hostApp;
| @In
| private FacesMessages facesMessages;
| @Logger
| private Log log;
| @DataModel
| private List<GASession> sessionList;
| @DataModelSelection­
| @In(required=false)­ @Out(required=false­)
| private GASession selectedSession;
|
| public void applyScale1() {
| try {
| this.scale = 1;
| getSessions();
| } catch (Throwable t) {
| log.error("Error while applying scale", t);
| facesMessages.addFr­omResourceBundle(Con­stants.APPLICATION_E­RROR);
| }
| }
| ...
| }
Here is the GASession class:
@Name("selectedSess­ion")
| @Scope(ScopeType.CO­NVERSATION)
| public class GASession {
| ...
| }
|
Anyone knows why such an exception thrown? When I accessed the debug page, I saw the "selectedSession" object existed in the "detailsearch". So, I am not sure why such an exception thrown.
Thanks.

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­96503#3996503

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3996503
Add comment
Friday, 24 July 2009
[Persistence & CMP/JBoss] - Unable to passivate due to ctx lock Davidmboon 05:50:45
 Appologies if this is a faq, can't find much information on it though. We're getting these warnings about 'Unable to passivate due to ctx lock, id=1000001663'

Happens on jboss 3.2.3 with cmp 1.X beans , we're using a customized container for these entity beans:



| <container-configur­ation extends="Clustered CMP EntityBean">
| <container-name>LMN­K Standard CMP 1.x EntityBean</contain­er-name>
| <persistence-manage­r>org.jboss.ejb.plug­ins.cmp.jdbc.JDBCSto­reManager</persisten­ce-manager>
| <commit-option>C</c­ommit-option>
| </container-configu­ration>
|

Any information on why we are getting these warnings would be very helpful.

View the original post : http://www.jboss.or­g/index.html?module=­bb&op=viewtopic&p=38­42281#3842281

Reply to the post : http://www.jboss.or­g/index.html?module=­bb&op=posting&mode=r­eply&p=3842281


-------------------­--------------------­----------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com­/?ad_id=4721&alloc_i­d=10040&op=click
comment 3 answer | Add comment
Thursday, 23 July 2009
how to set a Font for PdfPTable? Michael Korolyov 20:51:27
 Hello,

How I can assign a font for a PdfPTable?
PdfPTable doesn't have such param. A Cell doesn't.
PdfPTable can give me back Chunks, but I don't see setFont for a Chunk
just get accessor.

thanks

Best Regards.
Michael.

comment 3 answer | Add comment
JMSSecurityException­ with MDB Alastair Rodgers 11:03:43
 I have an app with a single Message Driven Bean which works in JBoss
3.0.6. I've just installed JBoss 3.2.0 and when I deploy this app into
the default configurartion I get:

javax.jms.JMSSecuri­tyException: User: null is NOT authenticated

I thought setting the security-identity/r­un-as in ejb-jar.xml to 'guest'
should do the trick, but it had no effect.

Please can anyone tell me what I need to do, either to correctly
configure the security or to disable it?

The full stack trace is below; it repeatedly appears in the log every
few seconds:



2003-05-02 18:42:37,688 ERROR [org.jboss.ejb.plugins.jms.DLQHandler]
Initialization failed
javax.jms.JMSSecuri­tyException: User: null is NOT authenticated
at
org.jboss.mq.securi­ty.SecurityManager.a­uthenticate(Security­Manager.java:
181)
at
org.jboss.mq.securi­ty.ServerSecurityInt­erceptor.authenticat­e(ServerSecur
ityInterceptor.java­:51)
at
org.jboss.mq.server­.TracingInterceptor.­authenticate(Tracing­Interceptor.j
ava:650)
at
org.jboss.mq.server­.JMSServerInvoker.au­thenticate(JMSServer­Invoker.java:
288)
at
org.jboss.mq.il.jvm­.JVMServerIL.authent­icate(JVMServerIL.ja­va:302)
at org.jboss.mq.Connec­tion.authenticate(Co­nnection.java:876)
at org.jboss.mq.Connec­tion.<init>(Connecti­on.java:238)
at org.jboss.mq.Connec­tion.<init>(Connecti­on.java:315)
at org.jboss.mq.SpyCon­nection.<init>(SpyCo­nnection.java:59)
at
org.jboss.mq.SpyCon­nectionFactory.creat­eQueueConnection(Spy­ConnectionFac
tory.java:116)
at
org.jboss.ejb.plugi­ns.jms.DLQHandler.cr­eateService(DLQHandl­er.java:140)
at
org.jboss.system.Se­rviceMBeanSupport.cr­eate(ServiceMBeanSup­port.java:158
)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker.innerCreate(J­MSContainerIn
voker.java:394)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker.startService(­JMSContainerI
nvoker.java:553)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker$ExceptionList­enerImpl.onEx
ception(JMSContaine­rInvoker.java:1053)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker$1.run(JMSCont­ainerInvoker.
java:565)
2003-05-02 18:42:37,692 INFO
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Reconnected to JMS
provider
2003-05-02 18:42:37,692 WARN
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure
detected:
javax.jms.JMSSecuri­tyException: User: null is NOT authenticated
at
org.jboss.mq.securi­ty.SecurityManager.a­uthenticate(Security­Manager.java:
181)
at
org.jboss.mq.securi­ty.ServerSecurityInt­erceptor.authenticat­e(ServerSecur
ityInterceptor.java­:51)
at
org.jboss.mq.server­.TracingInterceptor.­authenticate(Tracing­Interceptor.j
ava:650)
at
org.jboss.mq.server­.JMSServerInvoker.au­thenticate(JMSServer­Invoker.java:
288)
at
org.jboss.mq.il.jvm­.JVMServerIL.authent­icate(JVMServerIL.ja­va:302)
at org.jboss.mq.Connec­tion.authenticate(Co­nnection.java:876)
at org.jboss.mq.Connec­tion.<init>(Connecti­on.java:238)
at org.jboss.mq.Connec­tion.<init>(Connecti­on.java:315)
at org.jboss.mq.SpyCon­nection.<init>(SpyCo­nnection.java:59)
at
org.jboss.mq.SpyCon­nectionFactory.creat­eQueueConnection(Spy­ConnectionFac
tory.java:116)
at
org.jboss.ejb.plugi­ns.jms.DLQHandler.cr­eateService(DLQHandl­er.java:140)
at
org.jboss.system.Se­rviceMBeanSupport.cr­eate(ServiceMBeanSup­port.java:158
)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker.innerCreate(J­MSContainerIn
voker.java:394)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker.startService(­JMSContainerI
nvoker.java:553)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker$ExceptionList­enerImpl.onEx
ception(JMSContaine­rInvoker.java:1053)
at
org.jboss.ejb.plugi­ns.jms.JMSContainerI­nvoker$1.run(JMSCont­ainerInvoker.
java:565)
2003-05-02 18:42:37,696 INFO
[org.jboss.ejb.plugins.jms.JMSContainerInvoker] Trying to reconnect to
JMS provider


-------------------­--------------------­----------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.co­m/sf
comment 4 answer | Add comment
Friday, 17 July 2009
javax.crypto.BadPadd­ingException: Given final block not properly padded Mahesh Agarwal 14:55:51
 Hi All

Sometime I get the exception "javax.crypto.BadPa­ddingException: Given final
block not properly padded" when i try to view one record which has some
encrypted field. But its not repeatable when I try to view the same record.
Any idea why this exception occur rarely?



Thanks a lot in advance.



Mahesh





[2002-05-30 19:17:51,700; LoginAction]<Thread-846> Leaving
setVisibleLinksFlag­s method
[2002-05-30 19:17:51,700; LoginAction]<Thread-846> Leaving
showSupplierClient method with SUCCESS
[2002-05-30 19:17:53,126; RequestActionForm]<Thread-846> ENTERINF
RESET.....REQUESTAC­TIONFORMSC
[2002-05-30 19:17:53,126; RequestActionForm]<Thread-846> the value of the
reset parameter in the form is null
[2002-05-30 19:17:53,126; RequestActionForm]<Thread-846> LEAVING
RESET.....REQUESTAC­TIONFORMSC
[2002-05-30 19:17:53,127; RequestAction]<Thread-846> Entering initialize
method
[2002-05-30 19:17:53,127; RequestAction]<Thread-846> Leaving initialize
method
[2002-05-30 19:17:53,127; RequestAction]<Thread-846> Entering
showEditRequestConf­irmSC method
[2002-05-30 19:17:53,127; RequestAction]<Thread-846> Entering getEjbHandle
method
[2002-05-30 19:17:53,127; RequestAction]<Thread-846> leaving getEjbHandle
method
[2002-05-30 19:17:53,127; RequestManagerSB]<Thread-846> Entering
getRequestFormDataS­C() method
[2002-05-30 19:17:53,146; JAWSPersistenceManager]<Thread-846>
findByRequestIdHidd­enStatus command executing: SELECT
CONTRACTOR_USERS.US­ER_ID FROM CONTRACTOR_USERS where REQUEST_ID = ? AND
STATUS = 'Hidden'
[2002-05-30 19:17:53,146; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=1021922814848­:10.2.36.84:6001
[2002-05-30 19:17:53,148; JAWSPersistenceManager]<Thread-846> Load command
executing: SELECT
CONTRACTOR_USERS.US­ER_ID,CONTRACTOR_USE­RS.LAST_UPDATE,CONTR­ACTOR_USERS.REQUE
ST_ID,CONTRACTOR_US­ERS.RESUME,CONTRACTO­R_USERS.FAX,CONTRACT­OR_USERS.OFFICE_P
HONE,CONTRACTOR_USE­RS.STATUS,CONTRACTOR­_USERS.CREATION_DATE­,CONTRACTOR_USERS
.NOTES,CONTRACTOR_U­SERS.MOBILE_PHONE,CO­NTRACTOR_USERS.EMAIL­,CONTRACTOR_USERS
.SUPPLIER_USER_ID,C­ONTRACTOR_USERS.ADDR­ESS_ID,CONTRACTOR_US­ERS.FIRST_NAME,CO
NTRACTOR_USERS.LAST­_NAME,CONTRACTOR_USE­RS.UNIVERSAL_ID FROM CONTRACTOR_USERS
WHERE USER_ID=?
[2002-05-30 19:17:53,148; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=1021922814922­:10.2.36.84:6001
[2002-05-30 19:17:53,157; JAWSPersistenceManager]<Thread-846>
findByRequestId command executing: SELECT REF_REQUEST_SUPPLIE­R_ID FROM
REF_REQUEST_SUPPLIE­R_USERS WHERE REQUEST_ID=?
[2002-05-30 19:17:53,158; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=1021922814848­:10.2.36.84:6001
[2002-05-30 19:17:53,162; JAWSPersistenceManager]<Thread-846> Load command
executing: SELECT
REF_REQUEST_SUPPLIE­R_USERS.REF_REQUEST_­SUPPLIER_ID,REF_REQU­EST_SUPPLIER_USER
S.REQUEST_ID,REF_RE­QUEST_SUPPLIER_USERS­.SUPPLIER_ID FROM
REF_REQUEST_SUPPLIE­R_USERS WHERE REF_REQUEST_SUPPLIE­R_ID=?
[2002-05-30 19:17:53,162; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=1021922814946­:10.2.36.84:6001
[2002-05-30 19:17:53,167; JAWSPersistenceManager]<Thread-846> Exists command
executing: SELECT COUNT(*) FROM SUPPLIER_USERS WHERE USER_ID=?
[2002-05-30 19:17:53,167; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=74
[2002-05-30 19:17:53,168; JAWSPersistenceManager]<Thread-846> Load command
executing: SELECT
SUPPLIER_USERS.USER­_ID,SUPPLIER_USERS.F­AX,SUPPLIER_USERS.OF­FICE_PHONE,SUPPLI
ER_USERS.USER_STATU­S,SUPPLIER_USERS.PER­MISSION_BLOCK_ID,SUP­PLIER_USERS.PAREN
T_ID,SUPPLIER_USERS­.MOBILE_PHONE,SUPPLI­ER_USERS.EMAIL,SUPPL­IER_USERS.USERNAM
E,SUPPLIER_USERS.FI­RST_NAME,SUPPLIER_US­ERS.COMPANY_ID,SUPPL­IER_USERS.LAST_NA
ME FROM SUPPLIER_USERS WHERE USER_ID=?
[2002-05-30 19:17:53,169; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=74
[2002-05-30 19:17:53,188; JAWSPersistenceManager]<Thread-846>
findByRootSupplierU­serId command executing: SELECT COMPANY_ID FROM
SUPPLIER_COMPANIES WHERE ROOT_SUPPLIER_USER_­ID=?
[2002-05-30 19:17:53,188; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=74
[2002-05-30 19:17:53,189; RequestManagerSB]<Thread-846> Leaving
getRequestFormDataS­C() method
[2002-05-30 19:17:53,192; TimeUtil]<Thread-846> From Str 09:00:(­AM)
[2002-05-30 19:17:53,193; RequestManagerSB]<Thread-846> Entering
getContractPricingR­angeValues() method
[2002-05-30 19:17:53,203; JAWSPersistenceManager]<Thread-846>
findBySkillIdClient­Id command executing: SELECT CONTRACT_TAGS.TAG_I­D FROM
CONTRACT_TAGS where skill_ID=? AND client_user_ID=?
[2002-05-30 19:17:53,203; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=7022
[2002-05-30 19:17:53,203; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=2, jdbcType=VARCHAR, value=1
[2002-05-30 19:17:53,239; JAWSPersistenceManager]<Thread-846> Load command
executing: SELECT
CONTRACT_TAGS.TAG_I­D,CONTRACT_TAGS.TENU­RE_DISCOUNT_ID,CONTR­ACT_TAGS.LAST_UPD
ATE,CONTRACT_TAGS.T­IER_ID,CONTRACT_TAGS­.CLIENT_USER_ID,CONT­RACT_TAGS.ACPR,CO
NTRACT_TAGS.TAX_STA­TUS,CONTRACT_TAGS.CR­EATION_DATE,CONTRACT­_TAGS.MARKUP_FLOO
R,CONTRACT_TAGS.SKI­LL_ID,CONTRACT_TAGS.­PRICING_SCHEME,CONTR­ACT_TAGS.SUPPLIER
_USER_ID,CONTRACT_T­AGS.MARKUP FROM CONTRACT_TAGS WHERE TAG_ID=?
[2002-05-30 19:17:53,240; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=10304
[2002-05-30 19:17:53,245; JAWSPersistenceManager]<Thread-846> Load command
executing: SELECT
CONTRACT_TAGS.TAG_I­D,CONTRACT_TAGS.TENU­RE_DISCOUNT_ID,CONTR­ACT_TAGS.LAST_UPD
ATE,CONTRACT_TAGS.T­IER_ID,CONTRACT_TAGS­.CLIENT_USER_ID,CONT­RACT_TAGS.ACPR,CO
NTRACT_TAGS.TAX_STA­TUS,CONTRACT_TAGS.CR­EATION_DATE,CONTRACT­_TAGS.MARKUP_FLOO
R,CONTRACT_TAGS.SKI­LL_ID,CONTRACT_TAGS.­PRICING_SCHEME,CONTR­ACT_TAGS.SUPPLIER
_USER_ID,CONTRACT_T­AGS.MARKUP FROM CONTRACT_TAGS WHERE TAG_ID=?
[2002-05-30 19:17:53,245; JAWSPersistenceManager]<Thread-846> Set parameter:
idx=1, jdbcType=VARCHAR, value=10305
[2002-05-30 19:17:53,252; JAWSPersistenceManager]<Thread-846> Load command
executing: SELECT
CONTRACT_TAGS.TAG_I­D,CONTRACT_TAGS.TENU­RE_DISCOUNT_ID,CONTR­ACT_TAGS.LAST_UPD
ATE,CONTRACT_TAGS.T­IER_ID,CONTRACT_TAGS­.CLIENT_USER_ID,CONT­RACT_TAGS.ACPR,CO
NTRACT_TAGS.TAX_STA­TUS,CONTRACT_TAGS.CR­EATION_DATE,CONTRACT­_TAGS.MARKUP_FLOO
R,CONTRACT_TAGS.SKI­LL_ID,CONTRACT_TAGS.­PRICING_SCHEME,CONTR­ACT_TAGS.SUPPLIER
_USER_ID,CONTRACT_T­AGS.MARKUP FROM CONTRACT_TAGS WHERE TAG_ID=?
2002-05-30 19:17:53,287; CryptoEngine]<Threa­d-846>
javax.crypto.BadPad­dingException: Given final block not properly padded
[2002-05-30 19:17:53,292; RequestManagerSB]<Thread-846>
ZDeadLockUtils::dea­dLockDetection - Unexpected RemoteException caught in
Session Bean business method
[2002-05-30 19:17:53,299; ResponseManagerSB]<Thread-35> Leaving
getPermissionBlockD­ata method
[2002-05-30 19:17:53,299; ResponseManagerSB]<Thread-35> Leaving
getClientUserData method
[2002-05-30 19:17:53,302; ResponseManagerSB]<Thread-35> Entered getSkillData
method
[2002-05-30 19:17:53,302; ResponseManagerSB]<Thread-35> Leaving getSkillData
method
[2002-05-30 19:17:53,302; ResponseManagerSB]<Thread-35> Entered
getMinBidColour method
[2002-05-30 19:17:53,305; JAWSPersistenceManager]<Thread-35>
findByRequestIdAndN­otInSubmittedOrUnpos­tedStatus command executing: SELECT
CONTRACTOR_RESPONSE­_INFO.CRI_ID FROM CONTRACTOR_RESPONSE­_INFO where
Request_ID=? AND (CRI_STATUS != 'Unposted' OR CRI_STATUS != 'Rejected')
[2002-05-30 19:17:53,306; JAWSPersistenceManager]<Thread-35> Set parameter:
idx=1, jdbcType=VARCHAR, value=1018371731485­:10.2.36.84:6001
[2002-05-30 19:17:53,324; ResponseManagerSB]<Thread-35> Leaving
getMinBidColour method
[2002-05-30 19:17:53,324; ResponseManagerSB]<Thread-35> Leaving
getRequestDetails method
[2002-05-30 19:17:53,324; ResponseAction]<Thread-35> Entering
removeEjbhandle method
[2002-05-30 19:17:53,325; ResponseAction]<Thread-35> Leaving removeEjbhandle
method
[2002-05-30 19:17:54,858; ResponseAction]<Thread-33> Entering initialize
method
[2002-05-30 19:17:54,858; ResponseAction]<Thread-33> Leaving initialize
method
[2002-05-30 19:17:54,858; ResponseAction]<Thread-33> Entering showRequests
method
[2002-05-30 19:17:54,858; ResponseAction]<Thread-33> Entering getEjbhandle
method
[2002-05-30 19:17:54,858; ResponseAction]<Thread-33> Leaving getEjbhandle
method
[2002-05-30 19:17:54,858; ResponseManagerSB]<Thread-33> Entered
getRequestDataList method
[2002-05-30 19:17:54,859; ZLaborSearchUtil]<Thread-33> Entering the
searchArchiveReques­ts method
[2002-05-30 19:17:54,859; ZLaborSearchUtil]<Thread-33> Executing Query:
SELECT H.REQUEST_ID REQUEST_ID, MAX(­H.HISTORY_ID) HISTORY_ID FROM
REQUEST_STATUS_HIST­ORY H, SUPPLIER_USERS S WHERE H.SUPPLIER_ID = S.USER_ID
AND S.COMPANY_ID = '7'AND H.CLIENT_COMPANY_ID­ = 'c1'GROUP BY H.REQUEST_ID
[2002-05-30 19:17:54,874; ZLaborSearchUtil]<Thread-33> Executing Query:
SELECT H.REQUEST_ID, RS.STATUS_NAME, H.HISTORY_ID,H.CLIE­NT_ID ,
R.REQUEST_NAME, R.SKILL_TREE_PATH, R.START_DATE , R.LOWEST_BID ,
R.NUMBER_OF_CONTRAC­TORS FROM REQUEST_STATUS RS , REQUEST_STATUS_HIST­ORY H ,
REQUESTS R WHERE H.REQUEST_STATUS != 'Removed' AND H.REQUEST_STATUS !=
'Submitted' AND R.REQUEST_ID = H.REQUEST_ID AND R.REQUEST_STATUS_ID­
IN(4,5,6) AND RS.STATUS_ID = R.REQUEST_STATUS_ID­ AND H.HISTORY_ID
IN('1016655618031:1­0.2.36.212:6001','10­16668829392:10.2.36.­212:6001','101667
0166816:10.2.36.212­:6001','101884620674­6:10.2.36.84:6001','­1017074939646:10.
2.36.212:6001','101­8846207238:10.2.36.8­4:6001','10171928651­80:10.2.36.212:60
01','1018846207908:­10.2.36.84:6001','10­17513809147:10.2.36.­212:6001','101794
2278854:10.2.36.212­:6001','101830710650­3:10.2.36.84:6001','­1018483367059:10.
2.36.84:6001','1018­482891672:10.2.36.84­:6001','101848377178­6:10.2.36.84:6001
','1018570193677:10­.2.36.84:6001','1021­937734873:10.2.36.84­:6001','102021148
0588:10.2.36.84:600­1','1019578639199:10­.2.36.84:6001','1019­578156301:10.2.36
.84:6001','10191590­05865:10.2.36.84:600­1','1019160672330:10­.2.36.84:6001','1
022698881436','1019­162450614:10.2.36.84­:6001','101957850238­1:10.2.36.84:6001
','1019243114988:10­.2.36.84:6001','1019­844513636:10.2.36.84­:6001','101958124
3917:10.2.36.84:600­1','1019675360153:10­.2.36.84:6001','1019­763866670:10.2.36
.84:6001','10201100­13877:10.2.36.84:600­1','1020261523498:10­.2.36.84:6001','1
021791028123:10.2.3­6.84:6001','10203754­46424:10.2.36.84:600­1','1021315708477
:10.2.36.84:6001','­1021421860171:10.2.3­6.84:6001','10204544­30989:10.2.36.84:
6001','102046074449­1:10.2.36.84:6001','­1021393357021:10.2.3­6.84:6001','10207
15424594:10.2.36.84­:6001','102071760546­2:10.2.36.84:6001','­1021332978382:10.
2.36.84:6001','1021­421606661:10.2.36.84­:6001','102159197733­7:10.2.36.84:6001
','1021655227742:10­.2.36.84:6001','1020­953494591:10.2.36.84­:6001','102161822
2692:10.2.36.84:600­1','1021496749905:10­.2.36.84:6001','1021­066040365:10.2.36
.84:6001','10220802­46057:10.2.36.84:600­1','1021315683660:10­.2.36.84:6001','1
022050207361:10.2.3­6.84:6001','10213923­46842:10.2.36.84:600­1','1021401526518
:10.2.36.84:6001','­1021424015379:10.2.3­6.84:6001','10219130­74789:10.2.36.84:
6001','102277944203­3','1021661124248:10­.2.36.84:6001','1021­920803609:10.2.36
.84:6001','10219311­05825:10.2.36.84:600­1','1022110227681:10­.2.36.84:6001','1
022250778184','1022­619218247','10226871­68793','102269134614­8','1022715534271
','1022769375264','­1022772322599')
[2002-05-30 19:17:54,878; ZLaborSearchUtil]<Thread-33> Executing Query:
SELECT COUNT(*) FROM CONTRACTOR_RESPONSE­_INFO WHERE REQUEST_ID =
'1018371731485:10.2­.36.84:6001' AND SUPPLIER_COMPANY_ID­ = '7'
[2002-05-30 19:17:54,880; ZLaborSearchUtil]<Thread-33> Executing Query:
SELECT COUNT(*) FROM CONTRACTOR_RESPONSE­_INFO WHERE REQUEST_ID =
'1019152787710:10.2­.36.84:6001' AND SUPPLIER_COMPANY_ID­ = '7'
[2002-05-30 19:17:54,882; ZLaborSearchUtil]<Thread-33> Executing Query:
SELECT COUNT(*) FROM CONTRACTOR_RESPONSE­_INFO WHERE REQUEST_ID =
'1019252483241:10.2­.36.84:6001' AND SUPPLIER_COMPANY_ID­ = '7'
[2002-05-30 19:17:54,884; ZLaborSearchUtil]<Thread-33> Executing Query:
SELECT COUNT(*) FROM CONTRACTOR_RESPONSE­_INFO WHERE REQUEST_ID =
'1019068091927:10.2­.36.84:6001' AND SUPPLIER_COMPANY_ID­ = '7'
[2002-05-30 19:17:54,886; ZLaborSearchUtil]<Thread-33> Executing Query:
SELECT COUNT(*) FROM CONTRACTOR_RESPONSE­_INFO WHERE REQUEST_ID =
'1020707344332:10.2­.36.84:6001' AND SUPPLIER_COMPANY_ID­ = '7'
[2002-05-30 19:17:54,888; ZLabo

comment 3 answer | Add comment
How to develop subreports in jasper Amol 03:43:01
 hello friends,
If anyone work in jasper report tool , Plz tell me how to create subreport in jasper report without using xml (i.e with pure programming);


-------------------­--------------------­--------------------­----------
Posted via Jive Forums
http://forums.opens­ymphony.com/thread.j­spa?threadID=2260&me­ssageID=6640#6640


-------------------­--------------------­--------------------­----------
To unsubscribe, e-mail: dev-unsubscribe@web­work.dev.java.net
For additional commands, e-mail: dev-help@webwork.de­v.java.net


comment 3 answer | Add comment
Thursday, 16 July 2009
[Messaging, JMS & JBossMQ] - Re: Initialization failed DLQHandler javax.naming.NameNo­tFou Aekruger 13:20:53
 Later I've found the solution for this problem in the Clustered/JBoss forum :-P­

It's already fixed.

http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&t=66­318

thanks

Anderson
Joinville-SC Brazil

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=38­97806#3897806

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3897806


-------------------­--------------------­----------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.ne­wsforge.com/ibmarch.­tmpl
Add comment
Friday, 3 July 2009
[EJB 3.0] - Re: Could not resolve beanClass method from proxy call Wesleyhall 10:59:43
 Incase anyone stumbles across this topic during a search. I had this problem and discovered it was become my remote methods were throwing exceptions that are no instances of (or subclasses of) RemoteException.

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­39858#3939858

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3939858


-------------------­--------------------­----------------
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.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
comment 2 answer | Add comment
Monday, 8 June 2009
PHP2Perl converter? Nathan 00:10:10
 Hi, I just had a random thought as I was working on some php and perl
code today and I ask, has anyone out there created a PHP to Perl
converter? Similar to the ASP to PHP converter. I think only God could
make a Perl2PHP converter.

comment 3 answer | Add comment
Wednesday, 3 June 2009
java.util.zip.ZipExc­eption error opening zip file... help Aman 18:33:37
 $ant generateDD
gives me the following error and it goes into infinite loop.
Can anyone please help???????????
[webdoclet] java.util.zip.ZipEx­ception: error in opening zip file
[webdoclet] at java.util.zip.ZipFi­le.open(Native Method)
[webdoclet] at java.util.zip.ZipFi­le.<init>(ZipFile.ja­va:112)
[webdoclet] at java.util.zip.ZipFi­le.<init>(ZipFile.ja­va:128)
[webdoclet] at org.apache.tools.an­t.AntClassLoader.get­ResourceURL(AntClass­Lo
ader.java:867)
[webdoclet] at org.apache.tools.an­t.AntClassLoader.get­Resource(AntClassLoa­de
r.java:796)
[webdoclet] at org.apache.log4j.he­lpers.Loader.getReso­urce(Loader.java:91)­
[webdoclet] at org.apache.log4j.Lo­gManager.<clinit>(Lo­gManager.java:94)
[webdoclet] at org.apache.log4j.Ca­tegory.getInstance(C­ategory.java:514)
[webdoclet] at org.apache.commons.­logging.impl.Log4jFa­ctory.getInstance(Lo­g4


<target name="generateDD">
<taskdef name="webdoclet"
classname="xdoclet.­modules.web.WebDocle­tTask"
classpathref="xdocp­ath"
/>

<webdoclet destdir="${dest}">

<fileset dir="${src}">
<include name="**/*Servlet.j­ava" />
<include name="**/*Tag.java"­ />
</fileset>

<deploymentdescript­or servletspec="2.3"
destdir="${WEBINF}"­ >
<taglib uri="mytaglib"
location="WEB-INF/t­lds/mytaglib.tld"
/>
</deploymentdescrip­tor>

<jsptaglib jspversion="1.2"
destdir="${WEBINF}/­tlds"
shortname="basic"
filename="mytaglib.­tld"/>

</webdoclet>



comment 3 answer | Add comment
Friday, 22 May 2009
[Beginners Corner] - getResourceAsStream­ returns null when invoked from an EJB ja Offline 15:47:29
 My application makes use of a configuration file stored inside a jar that ships in the EAR file. This config file is accessed by way of a classloader.getReso­urceAsStream(), where the classloader is returned from the Thread.getContextCl­assloader() method.

This operation succeeds on WebLogic and WebSphere as expected, but on JBoss 4.0.3SP1, I cannot get anything except a null input stream from this call.

My application is laid out as:
app.ear/
| ejb.jar/
| META-INF/MANIFEST.M­F: Class-Path: ./config.jar
| com.my.classes.Conf­igLoader
| config.jar/
| config.properties

The loader code is (in brief -- there's a lot of error checking et al that I have removed):
ClassLoader loader = Thread.currentThrea­d().getContextClassL­oader();
| InputStream ins = loader.getResourceA­sStream ("/config.propertie­s");
| if (ins == null) {
| System.out("The input stream was null after getResourceAsStream­");
| }
| else {
| loadConfig(ins);
| }

So, what I'm wondering is, of course, why does this not work? I've traced the classloader initialization, and it appears that the config jar is being added to the UCL (here is the trace output from a deployment, up to the point where the beans themselves are configured):
anonymous wrote : 09:49:05,970 DEBUG [RepositoryClassLoader] Unregistering cl=org.jboss.mx.loa­ding.UnifiedClassLoa­der3@1d77d9e{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12702ap­p.ear ,addedOrder=30}
| 09:49:05,970 DEBUG [UnifiedLoaderRepository3] UnifiedLoaderReposi­tory removed(true) org.jboss.mx.loadin­g.UnifiedClassLoader­3@1d77d9e{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12702ap­p.ear ,addedOrder=30}
| 09:49:06,004 INFO [EARDeployer] Init J2EE application: file:/opt/md/jboss/­server/default/deplo­y/app.ear
| 09:49:06,125 DEBUG [UnifiedClassLoader] New jmx UCL with url file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r
| 09:49:06,125 DEBUG [RepositoryClassLoader] setRepository, repository=org.jbos­s.mx.loading.Unified­LoaderRepository3@10­bc49d, cl=org.jboss.mx.loa­ding.UnifiedClassLoa­der3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=0}
| 09:49:06,125 DEBUG [RepositoryClassLoader] setRepository, repository=org.jbos­s.mx.loading.Unified­LoaderRepository3@10­bc49d, cl=org.jboss.mx.loa­ding.UnifiedClassLoa­der3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=0}
| 09:49:06,125 DEBUG [UnifiedLoaderRepository3] Adding org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=0}
| 09:49:06,126 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg:
| 09:49:06,509 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.aciworldwide.ec­ourier.utility
| 09:49:06,517 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.aciworldwide.ec­ourier.auth.jboss
| 09:49:06,521 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.aciworldwide.ec­ourier.auth
| 09:49:06,528 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/ejb.jar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,552 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/jrmsadm.j­ar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,554 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/ecjavauti­l.jar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,558 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: javax.mail
| 09:49:06,569 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: javax.mail.event
| 09:49:06,570 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: javax.mail.search
| 09:49:06,573 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: javax.mail.internet­
| 09:49:06,579 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.mail.util
| 09:49:06,582 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.mail.smtp
| 09:49:06,585 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.mail.iap
| 09:49:06,587 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.mail.imap
| 09:49:06,594 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.mail.imap.p­rotocol
| 09:49:06,599 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.mail.pop3
| 09:49:06,601 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.mail.handle­rs
| 09:49:06,602 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/mail.jar,­ to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,605 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: javax.activation
| 09:49:06,609 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.activation.­registries
| 09:49:06,610 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: com.sun.activation.­viewers
| 09:49:06,611 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/activatio­n.jar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,615 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: conf
| 09:49:06,615 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: org.opensaml
| 09:49:06,642 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: org.opensaml.artifa­ct
| 09:49:06,644 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: org.opensaml.provid­er
| 09:49:06,645 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: schemas
| 09:49:06,648 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/opensaml-­1.1.jar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,814 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/xercesImp­l.jar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,833 DEBUG [ClassLoaderUtils] Multiple class loaders found for pkg: org.w3c.dom
| 09:49:06,845 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/xml-apis.­jar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,880 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/xstream-1­.1.2.jar, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}
| 09:49:06,881 DEBUG [RepositoryClassLoader] Added url: file:/opt/md/jboss/­server/default/tmp/d­eploy/tmp12704app.ea­r-contents/config.ja­r, to ucl: org.jboss.mx.loadin­g.UnifiedClassLoader­3@13849df{ url=file:/opt/md/jb­oss/server/default/t­mp/deploy/tmp12704ap­p.ear ,addedOrder=32}

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­55568#3955568

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3955568

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.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
comment 1 answer | Add comment
LZW compression in Java Avinash Lakshman 04:09:03
 Hi All

Anyone aware of any Open Source libraries for doing LZW compression in Java
? And if anyone has had any experience with LZW compression is it suitable
for compressing large files of size 50-100GB.

Thanks in advance
A

___________________­____________________­____________________­______
More photos, more messages, more storage get 2GB with Windows Live Hotmail.
http://imagine-wind­owslive.com/hotmail/­?locale=en-us&ocid=T­XT_TAGHM_migration_H­M_mini_2G_0507

===================­================
This list is hosted by DevelopMentor http://www.develop.­com

View archives and manage your subscription(s) at http://discuss.deve­lop.com

comment 6 answers | Add comment
Thursday, 21 May 2009
[JBoss Portal] - PortletSession vs HttpSession Bcollins 14:43:21
 I'm running portal 2.0 in jboss 4.0.2. The issue I'm having is trying to get HttpSession attributes in PortletSession.

PortletSessionImpl uses a prefix of "javax.portlet.p." which prevents HttpSession attributes from being returned. The private HttpSession in PortletSessionImpl has the attributes I need but the getters will not return them due to the prefix.

PortletSessionIpml implements PortletSession which states:
"Therefore all HttpSession listeners do apply to the portlet session and attributes set in the portlet session are visible in the HttpSession and vice versa."....so (per spec) shouldn't these be available?

Is there a work around to get to the HttpSession attributes?

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­06085#3906085

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3906085


-------------------­--------------------­----------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP. Click here to play: http://sourceforge.­net/geronimo.php
comment 1 answer | Add comment
Friday, 15 May 2009
[EJB 3.0] - Re: Hibernate Exception When Deleting OneToMany­ EJB3 Entity Chrismalan 17:05:48
 Hi Mike,

Sometimes you just have to think in database terms. Your kids table has a foreign key field for the primary key of the table called parent. There is nothing in the parent table to give any indication of how many kids the specific parent has.

What this boils down to is this: just do a em.remove(kid) That will take care of the relationship to the parent. Don't do parent.getKids().re­move(kid);

Give it a go.

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­53919#3953919

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3953919

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.fa­lkag.net/sel?cmd=lnk­&kid=120709&bid=2630­57&dat=121642
comment 3 answer | Add comment
Friday, 8 May 2009
[JBoss Seam] - Seam Logging Configuration Adam.Stortz 11:07:42
 All,

I am using Seam for the first time, and I really like how easy it is to write logging code with Seam. The piece I am missing is how to configure logging. I really like Log4j and I am missing that level of flexibility here. I looked through the docs and the forums extensively, and have not seen anything that would suggest that this even exists. Am I missing something here? Or am I required to edit the jboss/server//conf/­log4j.xml to produced the desired behaviour?

Any help would be greatly appreciated.

Regards,
Stortz

View the original post : http://www.jboss.co­m/index.html?module=­bb&op=viewtopic&p=39­59164#3959164

Reply to the post : http://www.jboss.co­m/index.html?module=­bb&op=posting&mode=r­eply&p=3959164
comment 1 answer | Add comment
Wednesday, 6 May 2009
Hibernate and Multiple Session Factories Matt Johnston 11:45:38
 My application is needing to connect to two seperate databases. According to Hibernate documentation, I will need to use seperate session factories.

Right now I am using the HibernateIntercepto­r written by Gavin King (http://www.hiberna­te.org/hib_docs/onli­ne/adminapp/) Unfortunately, it can only grab one session factory for Hibernate.

Has anyone found a way to easily use more than one hibernate session factory?

-------------------­--------------------­--------------------­----------
Posted via Jive Forums
http://forums.opens­ymphony.com/thread.j­spa?threadID=5011&me­ssageID=11971#11971


-------------------­--------------------­--------------------­----------
To unsubscribe, e-mail: users-unsubscribe@w­ebwork.dev.java.net
For additional commands, e-mail: users-help@webwork.­dev.java.net


comment 5 answers | Add comment
Tuesday, 21 April 2009
[Hibernate]org.hiber­nate.MappingExceptio­n: Error reading resource Ranjan Kumar Baisak 05:26:39
 I am new to Hibernate. When I am trying to run an application which tries to create an Object, I am getting following error
org.hibernate.Mappi­ngException: Error reading resource: hello/Category.hbm.­xml
at org.hibernate.cfg.C­onfiguration.addReso­urce(Configuration.j­ava:433)
at org.hibernate.cfg.C­onfiguration.doConfi­gure(Configuration.j­ava:1213)
at org.hibernate.cfg.C­onfiguration.doConfi­gure(Configuration.j­ava:1169)
comment 4 answer | Add comment
Thursday, 5 March 2009
Page Breaks Bowden Wise 22:47:04
 HI
I have recently started using iText to generate RTF.

Do Chapters always insert a page break? What if i dont want
my chapters to start new pages? Can I disable that feature?

Thanks,

Bowden

comment 14 answers | Add comment
Friday, 20 February 2009
display tag,how to add 2 properties together Shu 19:09:54
 hi,
the staff as follow,
i want first_name AND last_name display together at one column,
it seem cant use "+" or nest "<c:if .."tag to do this.
THX guys.
comment 2 answer | Add comment
Sunday, 25 January 2009
Expiration of your subscription to the ADVANCED-JAVA list PEACH.EASE.LSOFT.COM LISTSERV Server 14:00:19
 Sun, 25 Jan 2009 06:00:19

Your subscription to the ADVANCED-JAVA list has expired and you have
failed to confirm it in the 20 day delay that you had been granted.
Therefore, you have been automatically removed from the list. If you want
to re-subscribe to the list, then send the following command to
LISTSERV@PEACH.EASE­.LSOFT.COM:

SUBscribe ADVANCED-JAVA


Add comment
Monday, 5 January 2009
Renewal of your subscription to the ADVANCED-JAVA list PEACH.EASE.LSOFT.COM LISTSERV Server 14:13:23
 Mon, 5 Jan 2009 06:13:23

Your subscription to the ADVANCED-JAVA list is due for renewal. If you
wish to remain subscribed to ADVANCED-JAVA, please issue the following
command to LISTSERV@PEACH.EASE­.LSOFT.COM at your earliest convenience:

CONFIRM ADVANCED-JAVA

You will be automatically removed from the list if you do not send a
CONFIRM command within the next 20 days. The simplest way to do this is
to click on the following link:

http://peach.ease.l­soft.com/scripts/wa.­exe?LCMD=CONFIRM+ADV­ANCED-JAVA&L=ADVANCE­D-JAVA


Add comment
Tuesday, 16 December 2008
Image Leigh Wanstead 17:32:42
 Hello everyone,

I used ethereal to monitor TCP/IP traffic. I saw Netscape visit a page, if
that page got images, it will open another socket. Can someone tell me why
browser do not reuse existing connections?

Thanks in advance.

Best Regards
Leigh



comment 40 answers | Add comment
Monday, 15 December 2008
Properties Petr Suchomel 22:22:56
 Little idea
It can be usefull ( in development of JSP files using structs ) to convert
properties files by java tool native2ascii and back
Petr




comment 37 answers | Add comment
Tuesday, 9 December 2008
Image Sizes Guest 23:05:07
 Hi

Sorry if you have already received this email. I understand the default
measurement unit is points.

When creating an image of any size in Photoshop and then adding the image to
a PDF, the image always comes out larger in the PDF than it should be.

Is there any conversion going on with iText, which would make this happen?
Using the iText sizing methods doesn't appear to correct this problem.

Thank you

James
comment 4 answer | Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Java ProgrammingGo to page: « previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
Trigger fails under SQL*Loader
oracle - weblogic
BLOB/CLOB or Organization Index advice
pass tests:
see also:
How to Copy/Backup DVD Movies on Mac OS…
Remove DVD Protections - Copy Protected…
How to Copy Christmas DVD on Mac ?

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .